diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3526426..e491c46 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: CHANGELOG diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index cc4bc5a..1979325 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,8 +4,8 @@ Appendix A. Contribution rules :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: contributing diff --git a/PKGBUILD b/PKGBUILD index 116b1e2..f7752e2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Chris Warrick pkgname=pkgbuilder _pyname=pkgbuilder -pkgver=3.3.2 +pkgver=3.4.0 pkgrel=1 pkgdesc='A Python AUR helper/library.' arch=('any') @@ -10,7 +10,7 @@ license=('BSD') depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync') options=(!emptydirs) source=("http://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -md5sums=('2bada77edfd1151856429c1725a3b8d8') +md5sums=('de59f0d26c502df3f39273437bb74d22') package() { cd "${srcdir}/${_pyname}-${pkgver}" diff --git a/PKGBUILD-git b/PKGBUILD-git index 529e3a7..ed622f9 100644 --- a/PKGBUILD-git +++ b/PKGBUILD-git @@ -2,7 +2,7 @@ pkgname=pkgbuilder-git _pyname=pkgbuilder _gitname=pkgbuilder -pkgver=3.3.2 +pkgver=3.4.0 pkgrel=1 pkgdesc='A Python AUR helper/library. (git version)' arch=('any') diff --git a/README b/README index 6d5ef99..fda0bb5 100644 --- a/README +++ b/README @@ -2,9 +2,9 @@ PKGBUILDer. An AUR helper (and library) in Python 3. ===================================================== :Info: This is the README file for PKGBUILDer. -:Author: Chris “Kwpolska” Warrick -:Date: 2014-08-10 -:Version: 3.3.2 +:Author: Chris Warrick +:Date: 2015-01-01 +:Version: 3.4.0 .. index: README @@ -23,7 +23,7 @@ For more info, refer to the pkgbuilder(8) man page or the documentation. COPYRIGHT --------- -Copyright © 2011-2014, Chris “Kwpolska” Warrick. +Copyright © 2011-2015, Chris Warrick. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index 2078660..fda0bb5 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3. ===================================================== :Info: This is the README file for PKGBUILDer. :Author: Chris Warrick -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index: README diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3526426..e491c46 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: CHANGELOG diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index cc4bc5a..1979325 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -4,8 +4,8 @@ Appendix A. Contribution rules :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: contributing diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index c57e763..597a11e 100644 --- a/docs/LICENSE.rst +++ b/docs/LICENSE.rst @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer ================================== :Info: This is the license for PKGBUILDer. :Author: Chris Warrick -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: LICENSE diff --git a/docs/README.rst b/docs/README.rst index 2078660..fda0bb5 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3. ===================================================== :Info: This is the README file for PKGBUILDer. :Author: Chris Warrick -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index: README diff --git a/docs/aur.rst b/docs/aur.rst index 1d40dbe..26928f7 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -4,8 +4,8 @@ aur module (AUR class) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: AUR; RPC .. index:: RPC diff --git a/docs/build.rst b/docs/build.rst index e95ca57..9dc110b 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -5,8 +5,8 @@ build module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: build .. versionadded:: 2.1.0.0 diff --git a/docs/conf.py b/docs/conf.py index 88b6499..3b21765 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.3.2' +release = '3.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 4fe148b..81528f3 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -5,8 +5,8 @@ Exceptions in PKGBUILDer :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: Exceptions .. versionadded:: 3.0.0 diff --git a/docs/main.rst b/docs/main.rst index 46f7ba8..6f13ed4 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -4,8 +4,8 @@ main module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: main .. versionadded:: 2.1.3.0 diff --git a/docs/package.rst b/docs/package.rst index ed99965..e2f3159 100644 --- a/docs/package.rst +++ b/docs/package.rst @@ -5,8 +5,8 @@ package module (Package, AURPackage, ABSPackage classes) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: Package .. index:: AURPackage diff --git a/docs/pb.rst b/docs/pb.rst index 5074239..a9ca0b2 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -6,8 +6,8 @@ PBWrapper :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 :Wrapper Version: 0.2.3 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/pbds.rst b/docs/pbds.rst index 5aecf05..b43e7b3 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -5,8 +5,8 @@ pbds module (PBDS class) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. module: pbds diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index bc02907..fe2430c 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -6,8 +6,8 @@ PKGBUILDer :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index ce25670..d8d333b 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -4,8 +4,8 @@ PKGBUILDer Sample Scripts :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: sample scripts diff --git a/docs/ui.rst b/docs/ui.rst index b94b458..1cd8425 100644 --- a/docs/ui.rst +++ b/docs/ui.rst @@ -5,8 +5,8 @@ ui module (UI class) :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: UI .. versionadded:: 3.0.0 diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 7439262..cd3320e 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -5,8 +5,8 @@ upgrade module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: upgrade .. index:: Syu diff --git a/docs/utils.rst b/docs/utils.rst index 9ffcb0c..6d97588 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -5,8 +5,8 @@ utils module :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 .. index:: utils .. versionadded:: 2.1.0.0 diff --git a/docs/wrapper.rst b/docs/wrapper.rst index 1f1420f..8aac4b2 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -4,8 +4,8 @@ PBWrapper :Author: Chris Warrick :Copyright: © 2011-2015, Chris Warrick. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-08-10 -:Version: 3.3.2 +:Date: 2015-01-01 +:Version: 3.4.0 :PBWrapper Version: 0.2.3 .. index:: wrapper diff --git a/locale/ar/LC_MESSAGES/pkgbuilder.mo b/locale/ar/LC_MESSAGES/pkgbuilder.mo index b49b2ee..2804048 100644 Binary files a/locale/ar/LC_MESSAGES/pkgbuilder.mo and b/locale/ar/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/ar/LC_MESSAGES/pkgbuilder.po b/locale/ar/LC_MESSAGES/pkgbuilder.po index f71ed35..c8215db 100644 --- a/locale/ar/LC_MESSAGES/pkgbuilder.po +++ b/locale/ar/LC_MESSAGES/pkgbuilder.po @@ -1,21 +1,23 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/pkgbuilder/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/pkgbuilder/" +"language/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: pkgbuilder/build.py:40 msgid "Validating installation status..." @@ -314,7 +316,7 @@ msgstr "" msgid "Searching for exact match..." msgstr "" -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "" @@ -515,15 +517,15 @@ msgstr "" msgid "Performing a dependency check..." msgstr "" -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -537,7 +539,7 @@ msgid "" "If I am wrong, though, congratulations!\n" msgstr "" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -548,15 +550,15 @@ msgid "" "\n" msgstr "" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "" -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "" -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -573,7 +575,7 @@ msgid "" "python module usage, type `import pkgbuilder` into the python prompt.\n" msgstr "" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" @@ -582,7 +584,7 @@ msgid "" "script again." msgstr "" -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" diff --git a/locale/de/LC_MESSAGES/pkgbuilder.mo b/locale/de/LC_MESSAGES/pkgbuilder.mo index 66f6fa7..8304bb2 100644 Binary files a/locale/de/LC_MESSAGES/pkgbuilder.mo and b/locale/de/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/de/LC_MESSAGES/pkgbuilder.po b/locale/de/LC_MESSAGES/pkgbuilder.po index e06e3d6..cbcf155 100644 --- a/locale/de/LC_MESSAGES/pkgbuilder.po +++ b/locale/de/LC_MESSAGES/pkgbuilder.po @@ -1,21 +1,22 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Max Mustermann , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: German (http://www.transifex.com/projects/p/pkgbuilder/language/de/)\n" +"Language-Team: German (http://www.transifex.com/projects/p/pkgbuilder/" +"language/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: pkgbuilder/build.py:40 @@ -315,7 +316,7 @@ msgstr "Suchanfrage zu kurz" msgid "Searching for exact match..." msgstr "Nach genauer Übereinstimmung suchen..." -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "Nichts gefunden" @@ -516,15 +517,15 @@ msgstr "" msgid "Performing a dependency check..." msgstr "Überprüfe auf abhängigkeiten..." -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -538,7 +539,7 @@ msgid "" "If I am wrong, though, congratulations!\n" msgstr "" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -549,15 +550,15 @@ msgid "" "\n" msgstr "" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "Drücke Enter um fortzufahren." -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "Installiere fehlende AUR abhängigkeiten..." -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -574,7 +575,7 @@ msgid "" "python module usage, type `import pkgbuilder` into the python prompt.\n" msgstr "" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" @@ -583,7 +584,7 @@ msgid "" "script again." msgstr "" -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" diff --git a/locale/es/LC_MESSAGES/pkgbuilder.mo b/locale/es/LC_MESSAGES/pkgbuilder.mo index f543271..570b67b 100644 Binary files a/locale/es/LC_MESSAGES/pkgbuilder.mo and b/locale/es/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/es/LC_MESSAGES/pkgbuilder.po b/locale/es/LC_MESSAGES/pkgbuilder.po index eb48516..5b6986a 100644 --- a/locale/es/LC_MESSAGES/pkgbuilder.po +++ b/locale/es/LC_MESSAGES/pkgbuilder.po @@ -1,7 +1,7 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Bernardo Miguel Savone , 2013-2014 # Bernardo Miguel Savone , 2013 @@ -11,16 +11,17 @@ # tufadorin , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/pkgbuilder/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: pkgbuilder/build.py:40 @@ -320,7 +321,7 @@ msgstr "Consulta de búsqueda demasiado corta" msgid "Searching for exact match..." msgstr "Búsqueda de coincidencia exacta ..." -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "no encontrado" @@ -334,7 +335,9 @@ msgstr "Error al procesar {0}: {1}" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (o las requests de librerías) tuvo problemas con el cumplimiento de una solicitud HTTP." +msgstr "" +"PKGBUILDer (o las requests de librerías) tuvo problemas con el cumplimiento " +"de una solicitud HTTP." #. TRANSLATORS: see makepkg. #: pkgbuilder/pbds.py:46 @@ -485,7 +488,28 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Repository : aur\nCategory : {cat}\nName : {nme}\nPackage Base : {bse}\nVersion : {ver}\nURL : {url}\nLicenses : {lic}\nGroups : {grp}\nProvides : {prv}\nDepends On : {dep}\nMake Deps : {mkd}\nCheck Deps : {ckd}\nOptional Deps : {opt}\nConflicts With : {cnf}\nReplaces : {rpl}\nVotes : {cmv}\nOut of Date : {ood}\nMaintainer : {mnt}\nFirst Submitted: {fsb}\nLast Updated : {upd}\nDescription : {dsc}\n" +msgstr "" +"Repository : aur\n" +"Category : {cat}\n" +"Name : {nme}\n" +"Package Base : {bse}\n" +"Version : {ver}\n" +"URL : {url}\n" +"Licenses : {lic}\n" +"Groups : {grp}\n" +"Provides : {prv}\n" +"Depends On : {dep}\n" +"Make Deps : {mkd}\n" +"Check Deps : {ckd}\n" +"Optional Deps : {opt}\n" +"Conflicts With : {cnf}\n" +"Replaces : {rpl}\n" +"Votes : {cmv}\n" +"Out of Date : {ood}\n" +"Maintainer : {mnt}\n" +"First Submitted: {fsb}\n" +"Last Updated : {upd}\n" +"Description : {dsc}\n" #: pkgbuilder/utils.py:256 msgid "yes" @@ -515,21 +539,33 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "uso: {0} [...]\n\nPBWrapper, un wrapper para pacman y PKGBUILDer.\n\n{1}\n\nSe aplicara la sintaxis de Pacman y PKGBUILDer. Consulta los comandos manpages/help\npara más detalles.\n\nOpciones adicionales:\n -L, --unlock desbloquea la base de datos de pacman" +msgstr "" +"uso: {0} [...]\n" +"\n" +"PBWrapper, un wrapper para pacman y PKGBUILDer.\n" +"\n" +"{1}\n" +"\n" +"Se aplicara la sintaxis de Pacman y PKGBUILDer. Consulta los comandos " +"manpages/help\n" +"para más detalles.\n" +"\n" +"Opciones adicionales:\n" +" -L, --unlock desbloquea la base de datos de pacman" #: INSTALL.py:53 msgid "Performing a dependency check..." msgstr "Realizando una comprobación de dependencias ..." -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "encontrado" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -541,9 +577,18 @@ msgid "" "(the number is random).\n" "\n" "If I am wrong, though, congratulations!\n" -msgstr "\n\nAlgo salió mal. Por favor, lea la salida de makepkg y vuelva a intentarlo.\nTambién puede tratar de depurar el trabajo de este script usted mismo.\nTodos los archivos en que el script estaba trabajando estan en\n {0}\n(el número es al azar).\n\nSi estoy equivocado, sin embargo, felicitaciones!\n" +msgstr "" +"\n" +"\n" +"Algo salió mal. Por favor, lea la salida de makepkg y vuelva a intentarlo.\n" +"También puede tratar de depurar el trabajo de este script usted mismo.\n" +"Todos los archivos en que el script estaba trabajando estan en\n" +" {0}\n" +"(el número es al azar).\n" +"\n" +"Si estoy equivocado, sin embargo, felicitaciones!\n" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -552,17 +597,24 @@ msgid "" "package and install it. If you will have problems, please download\n" "and compile the package manually.\n" "\n" -msgstr "Hola! ⏎\n⏎\nPKGBUILDer ya está disponible como un paquete de AUR. Es la forma sugerida ⏎\n de instalar PKGBUILDer. Este script descarga el paquete⏎\nde AUR y lo instala. Si va a tener problemas, por favor descarga ⏎\ny compila el paquete manualmente. ⏎\n" - -#: INSTALL.py:123 +msgstr "" +"Hola! ⏎\n" +"⏎\n" +"PKGBUILDer ya está disponible como un paquete de AUR. Es la forma sugerida " +"⏎\n" +" de instalar PKGBUILDer. Este script descarga el paquete⏎\n" +"de AUR y lo instala. Si va a tener problemas, por favor descarga ⏎\n" +"y compila el paquete manualmente. ⏎\n" + +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "Pulsa Enter/Return para continuar." -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "Instalando las dependencias que faltan de AUR ..." -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -577,18 +629,38 @@ msgid "" "PKGBUILDer. For standalone usage, type `pkgbuilder` into the prompt\n" "(zsh users: hash -r, other shells may need another command). For\n" "python module usage, type `import pkgbuilder` into the python prompt.\n" -msgstr "\n\nLea el output anterior. Si el guión tenía problemas, ejecutarlo\nde nuevo. También puede tratar de depurar el trabajo de este script usted mismo.\nTodos los archivos en que el script estaba trabajando estan en\n {0}\n(el número es al azar).\n\nSi todo ha ido bien, sin embargo, felicitaciones! Ahora puedes usar\nPKGBUILDer. Para uso independiente, digitar `pkgbuilder` en el prompt\n(usuarios zsh: hash -r, otras shells pueden necesitar diferentess comandos). Para\nusar el modulo python, digitar `import pkgbuilder` en el python prompt.\n" +msgstr "" +"\n" +"\n" +"Lea el output anterior. Si el guión tenía problemas, ejecutarlo\n" +"de nuevo. También puede tratar de depurar el trabajo de este script usted " +"mismo.\n" +"Todos los archivos en que el script estaba trabajando estan en\n" +" {0}\n" +"(el número es al azar).\n" +"\n" +"Si todo ha ido bien, sin embargo, felicitaciones! Ahora puedes usar\n" +"PKGBUILDer. Para uso independiente, digitar `pkgbuilder` en el prompt\n" +"(usuarios zsh: hash -r, otras shells pueden necesitar diferentess " +"comandos). Para\n" +"usar el modulo python, digitar `import pkgbuilder` en el python prompt.\n" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Parece que quieres salir. Está bien, entonces, adiós. ⏎\nNo se han iniciado aún. ⏎\n⏎\nSi eso es lo que quieres hacer, vete a por ello. Si no es así, ejecute este ⏎\nscript de nuevo." +msgstr "" +"Parece que quieres salir. Está bien, entonces, adiós. ⏎\n" +"No se han iniciado aún. ⏎\n" +"⏎\n" +"Si eso es lo que quieres hacer, vete a por ello. Si no es así, ejecute este " +"⏎\n" +"script de nuevo." -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" @@ -598,12 +670,21 @@ msgid "" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Parece que desea salir. Ok, entonces, adiós.\nTodos los archivos en que el script estaba trabajando estan en\n {0}\n(el número es al azar).\n\nSi es lo que quieres hacer, hazlo. Si no lo es, ejecutar este\nscript de nuevo." +msgstr "" +"Parece que desea salir. Ok, entonces, adiós.\n" +"Todos los archivos en que el script estaba trabajando estan en\n" +" {0}\n" +"(el número es al azar).\n" +"\n" +"Si es lo que quieres hacer, hazlo. Si no lo es, ejecutar este\n" +"script de nuevo." #. A module only for gettext locale provision. #: localeprovider.py:2 msgid "usage" -msgstr "\t\nmanejo" +msgstr "" +"\t\n" +"manejo" #: localeprovider.py:3 msgid "positional arguments" diff --git a/locale/id/LC_MESSAGES/pkgbuilder.mo b/locale/id/LC_MESSAGES/pkgbuilder.mo index b98612e..2ccc3b6 100644 Binary files a/locale/id/LC_MESSAGES/pkgbuilder.mo and b/locale/id/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/id/LC_MESSAGES/pkgbuilder.po b/locale/id/LC_MESSAGES/pkgbuilder.po index 45c05e2..c5ebc9d 100644 --- a/locale/id/LC_MESSAGES/pkgbuilder.po +++ b/locale/id/LC_MESSAGES/pkgbuilder.po @@ -1,20 +1,21 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/pkgbuilder/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/pkgbuilder/" +"language/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: pkgbuilder/build.py:40 @@ -314,7 +315,7 @@ msgstr "" msgid "Searching for exact match..." msgstr "" -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "" @@ -515,15 +516,15 @@ msgstr "" msgid "Performing a dependency check..." msgstr "" -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -537,7 +538,7 @@ msgid "" "If I am wrong, though, congratulations!\n" msgstr "" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -548,15 +549,15 @@ msgid "" "\n" msgstr "" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "" -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "" -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -573,7 +574,7 @@ msgid "" "python module usage, type `import pkgbuilder` into the python prompt.\n" msgstr "" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" @@ -582,7 +583,7 @@ msgid "" "script again." msgstr "" -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" diff --git a/locale/it/LC_MESSAGES/pkgbuilder.mo b/locale/it/LC_MESSAGES/pkgbuilder.mo index 1d21e41..3b4f445 100644 Binary files a/locale/it/LC_MESSAGES/pkgbuilder.mo and b/locale/it/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/it/LC_MESSAGES/pkgbuilder.po b/locale/it/LC_MESSAGES/pkgbuilder.po index 8e96ee1..c45c2b0 100644 --- a/locale/it/LC_MESSAGES/pkgbuilder.po +++ b/locale/it/LC_MESSAGES/pkgbuilder.po @@ -1,7 +1,7 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Bernardo Miguel Savone , 2013-2014 # Bernardo Miguel Savone , 2013 @@ -9,16 +9,17 @@ # Chris Warrick , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/pkgbuilder/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/pkgbuilder/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: pkgbuilder/build.py:40 @@ -289,7 +290,8 @@ msgstr "aggiornare tutti i pacchetti VCS/data-versionati" #: pkgbuilder/main.py:94 msgid "don't check if packages were installed after build" -msgstr "non controllare se i pacchetti sono stati installati dopo la costruzione" +msgstr "" +"non controllare se i pacchetti sono stati installati dopo la costruzione" #: pkgbuilder/main.py:97 msgid "don't install packages after building" @@ -318,7 +320,7 @@ msgstr "Tèrmino di ricerca troppo corto" msgid "Searching for exact match..." msgstr "Ricerca di corrispondenza esatta" -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "non trovato" @@ -332,7 +334,9 @@ msgstr "Errore durante l'elaborazione di {0}: {1}" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (o la libreria richiesta) ha avuto problemi nell' soddisfare a una richiesta HTTP." +msgstr "" +"PKGBUILDer (o la libreria richiesta) ha avuto problemi nell' soddisfare a " +"una richiesta HTTP." #. TRANSLATORS: see makepkg. #: pkgbuilder/pbds.py:46 @@ -342,7 +346,9 @@ msgstr "Annullato dall'utente! Uscita..." #. TRANSLATORS: see pacman. #: pkgbuilder/pbds.py:48 msgid "Interrupt signal received\n" -msgstr "interrompere ssegnale ricevuto\n\n" +msgstr "" +"interrompere ssegnale ricevuto\n" +"\n" #: pkgbuilder/pbds.py:87 pkgbuilder/pbds.py:229 msgid "ERROR:" @@ -426,7 +432,8 @@ msgstr "Nuova versione" #. string stolen from pacman #: pkgbuilder/upgrade.py:213 msgid "warning: insufficient columns available for table display" -msgstr "attenzione: colonne disponibili insufficienti per visualizzare la tabella" +msgstr "" +"attenzione: colonne disponibili insufficienti per visualizzare la tabella" #: pkgbuilder/upgrade.py:230 pkgbuilder/upgrade.py:236 msgid "Proceed with installation? [Y/n] " @@ -513,21 +520,33 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "utilizzo: {0} [...]\n\nPBWrapper, un wrapper per pacman e PKGBUILDer.\n\n{1}\n\nSi applicano le sintassi di Pacman e PKGBUILDer. Consultare i loro comandi manpages/help\nper maggiori dettagli.\n\nOpzioni addizionali:\n -L, --unlock sblocca il database di pacman" +msgstr "" +"utilizzo: {0} [...]\n" +"\n" +"PBWrapper, un wrapper per pacman e PKGBUILDer.\n" +"\n" +"{1}\n" +"\n" +"Si applicano le sintassi di Pacman e PKGBUILDer. Consultare i loro comandi " +"manpages/help\n" +"per maggiori dettagli.\n" +"\n" +"Opzioni addizionali:\n" +" -L, --unlock sblocca il database di pacman" #: INSTALL.py:53 msgid "Performing a dependency check..." msgstr "Esecuzione di un controllo delle dipendenze..." -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "trovato" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -539,9 +558,19 @@ msgid "" "(the number is random).\n" "\n" "If I am wrong, though, congratulations!\n" -msgstr "\n\nQualcosa è andato storto. Si prega di leggere l'output di makepkg e riprovare.\nPuoi anche provare a eseguire il debug di questo script te stesso.\nTutti i file che lo script stava lavorando sono posti in\n {0}\n(il numero è casuale).\n\nSe ho torto, comunque, congratulazioni!\n" +msgstr "" +"\n" +"\n" +"Qualcosa è andato storto. Si prega di leggere l'output di makepkg e " +"riprovare.\n" +"Puoi anche provare a eseguire il debug di questo script te stesso.\n" +"Tutti i file che lo script stava lavorando sono posti in\n" +" {0}\n" +"(il numero è casuale).\n" +"\n" +"Se ho torto, comunque, congratulazioni!\n" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -550,17 +579,24 @@ msgid "" "package and install it. If you will have problems, please download\n" "and compile the package manually.\n" "\n" -msgstr "Hello!\n\nPKGBUILDer è ora disponibile come un pacchetto AUR . Ed è quello suggerito\ncome modo di installare PKGBUILDer. Questo script scarica il pacchetto AUR\ne lo installa. Se si hanno problemi, potete scaricare\ne compilare il pacchetto manualmente.\n\n" +msgstr "" +"Hello!\n" +"\n" +"PKGBUILDer è ora disponibile come un pacchetto AUR . Ed è quello suggerito\n" +"come modo di installare PKGBUILDer. Questo script scarica il pacchetto AUR\n" +"e lo installa. Se si hanno problemi, potete scaricare\n" +"e compilare il pacchetto manualmente.\n" +"\n" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "Premere Enter/Return per continuare. " -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "installazione delle dipendenze mancanti da AUR..." -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -575,18 +611,37 @@ msgid "" "PKGBUILDer. For standalone usage, type `pkgbuilder` into the prompt\n" "(zsh users: hash -r, other shells may need another command). For\n" "python module usage, type `import pkgbuilder` into the python prompt.\n" -msgstr "\nLeggi l'output sopra. Se lo script ha avuto problemi, eseguirlo\ndi nuovo. Puoi anche provare a eseguire il debug di questo script te stesso.\nTutti i file che lo script stava lavorando sono posti in\n {0}\n(il numero è casuale).\n\nSe tutto è andato bene, però, complimenti! È ora possibile utilizzare\nPKGBUILDer. Per l'utilizzo autonomo, digitare `pkgbuilder` nel prompt\n(utenti zsh: hash -r, altre shell possono avere bisogno di un altro comando). Per\nl'utilizzo del modulo python, digitare `import pkgbuilder` nel python prompt.\n" - -#: INSTALL.py:158 +msgstr "" +"\n" +"Leggi l'output sopra. Se lo script ha avuto problemi, eseguirlo\n" +"di nuovo. Puoi anche provare a eseguire il debug di questo script te " +"stesso.\n" +"Tutti i file che lo script stava lavorando sono posti in\n" +" {0}\n" +"(il numero è casuale).\n" +"\n" +"Se tutto è andato bene, però, complimenti! È ora possibile utilizzare\n" +"PKGBUILDer. Per l'utilizzo autonomo, digitare `pkgbuilder` nel prompt\n" +"(utenti zsh: hash -r, altre shell possono avere bisogno di un altro " +"comando). Per\n" +"l'utilizzo del modulo python, digitare `import pkgbuilder` nel python " +"prompt.\n" + +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Sembra che si vuole uscire. Va bene allora, addio.\nNessuna operazione è stata ancora avviata.\n\nSe è quello che vuoi, avanti. Se non lo è, esegui questo\nscript nuovamente." +msgstr "" +"Sembra che si vuole uscire. Va bene allora, addio.\n" +"Nessuna operazione è stata ancora avviata.\n" +"\n" +"Se è quello che vuoi, avanti. Se non lo è, esegui questo\n" +"script nuovamente." -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" @@ -596,7 +651,14 @@ msgid "" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Sembra che si vuole uscire. Allora va bene, addio.\nTutti i file che lo script stava lavorando sono posti in\n {0}\n(the number is random).\n\nSe è quello che vuoi, avanti. Se non lo è, eseguire questo\nscript nuovamente." +msgstr "" +"Sembra che si vuole uscire. Allora va bene, addio.\n" +"Tutti i file che lo script stava lavorando sono posti in\n" +" {0}\n" +"(the number is random).\n" +"\n" +"Se è quello che vuoi, avanti. Se non lo è, eseguire questo\n" +"script nuovamente." #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.mo b/locale/ja/LC_MESSAGES/pkgbuilder.mo index 83c4684..218fa19 100644 Binary files a/locale/ja/LC_MESSAGES/pkgbuilder.mo and b/locale/ja/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.po b/locale/ja/LC_MESSAGES/pkgbuilder.po index 3bf245b..2693ac1 100644 --- a/locale/ja/LC_MESSAGES/pkgbuilder.po +++ b/locale/ja/LC_MESSAGES/pkgbuilder.po @@ -1,20 +1,21 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/pkgbuilder/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/pkgbuilder/" +"language/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #: pkgbuilder/build.py:40 @@ -314,7 +315,7 @@ msgstr "" msgid "Searching for exact match..." msgstr "完全一致を検索中・・・" -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "見つからなかった" @@ -515,15 +516,15 @@ msgstr "" msgid "Performing a dependency check..." msgstr "従属パッケージ確認中・・・" -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "発見" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -537,7 +538,7 @@ msgid "" "If I am wrong, though, congratulations!\n" msgstr "" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -546,17 +547,24 @@ msgid "" "package and install it. If you will have problems, please download\n" "and compile the package manually.\n" "\n" -msgstr "こんにちは!\n\nPKGBUILDerはAURパッケージとしても提供されている。AURを通して\nPKGBUILDerをインストールすることを薦める。このスクリプトはAURパッケージを\nダウンロードしてインストールしてくれる。何か問題があったら、\n自分でコードをダウンロードしてコンパイルして見て下さい。\n\n" +msgstr "" +"こんにちは!\n" +"\n" +"PKGBUILDerはAURパッケージとしても提供されている。AURを通して\n" +"PKGBUILDerをインストールすることを薦める。このスクリプトはAURパッケージを\n" +"ダウンロードしてインストールしてくれる。何か問題があったら、\n" +"自分でコードをダウンロードしてコンパイルして見て下さい。\n" +"\n" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "EnterやReturnを押して続行。" -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "必要な従属AURパッケージをインストール・・・" -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -573,16 +581,19 @@ msgid "" "python module usage, type `import pkgbuilder` into the python prompt.\n" msgstr "" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "終わりたいようだな。じゃあ、さようなら。\nまだ何もしていないので。\n本当に終わりたいなら止めない。違ったら再度このスクリプトを実行!" +msgstr "" +"終わりたいようだな。じゃあ、さようなら。\n" +"まだ何もしていないので。\n" +"本当に終わりたいなら止めない。違ったら再度このスクリプトを実行!" -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.mo b/locale/pl/LC_MESSAGES/pkgbuilder.mo index f485818..be921a6 100644 Binary files a/locale/pl/LC_MESSAGES/pkgbuilder.mo and b/locale/pl/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.po b/locale/pl/LC_MESSAGES/pkgbuilder.po index 814eb8d..d509424 100644 --- a/locale/pl/LC_MESSAGES/pkgbuilder.po +++ b/locale/pl/LC_MESSAGES/pkgbuilder.po @@ -1,24 +1,26 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Chris Warrick , 2014 # Chris Warrick , 2013 # Chris Warrick , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-27 10:56+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #: pkgbuilder/build.py:40 msgid "Validating installation status..." @@ -72,7 +74,9 @@ msgstr "znaleziono istniejący pakiet {0}" #: pkgbuilder/build.py:179 #, python-brace-format msgid "makepkg (or someone else) failed and returned {0}." -msgstr "tworzenie pakietu przez makepkg (lub coś innego) nie powiodło się i zwróciło {0}." +msgstr "" +"tworzenie pakietu przez makepkg (lub coś innego) nie powiodło się i zwróciło " +"{0}." #: pkgbuilder/build.py:204 msgid "0 bytes downloaded" @@ -317,7 +321,7 @@ msgstr "zapytanie do wyszukiwarki zbyt krótkie" msgid "Searching for exact match..." msgstr "Szukanie dokładnego dopasowania..." -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "nie znaleziono" @@ -331,7 +335,9 @@ msgstr "Błąd podczas przetwarzania {0}: {1}" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (lub bliblioteka requests) miała problemy z wypełniem żądania HTTP." +msgstr "" +"PKGBUILDer (lub bliblioteka requests) miała problemy z wypełniem żądania " +"HTTP." #. TRANSLATORS: see makepkg. #: pkgbuilder/pbds.py:46 @@ -367,7 +373,9 @@ msgstr "Inicjalizowanie dostępu do pacmana..." msgid "" "Running as root is not allowed as it can cause catastrophic damage to your " "system!" -msgstr "Uruchamianie jako root nie jest dozwolone, ponieważ może to spowodować katastrofalne szkody!" +msgstr "" +"Uruchamianie jako root nie jest dozwolone, ponieważ może to spowodować " +"katastrofalne szkody!" #: pkgbuilder/pbds.py:153 msgid "Please restart PKGBUILDer as a regular user." @@ -482,7 +490,28 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Repozytorium : aur\nKategoria : {cat}\nNazwa : {nme}\nBaza pakietu : {bse}\nWersja : {ver}\nURL : {url}\nLicencje : {lic}\nGrupy : {grp}\nDostarcza : {prv}\nZależy od : {dep}\nZależności budowania: {mkd}\nZależności sprawdzania: {ckd}\nOpcjonalne zależności: {opt}\nKonfliktuje z : {cnf}\nZastępuje : {rpl}\nGłosy : {cmv}\nNieaktualny : {ood}\nOpiekun : {mnt}\nWysłany : {fsb}\nOst. aktualiz. : {upd}\nOpis : {dsc}\n" +msgstr "" +"Repozytorium : aur\n" +"Kategoria : {cat}\n" +"Nazwa : {nme}\n" +"Baza pakietu : {bse}\n" +"Wersja : {ver}\n" +"URL : {url}\n" +"Licencje : {lic}\n" +"Grupy : {grp}\n" +"Dostarcza : {prv}\n" +"Zależy od : {dep}\n" +"Zależności budowania: {mkd}\n" +"Zależności sprawdzania: {ckd}\n" +"Opcjonalne zależności: {opt}\n" +"Konfliktuje z : {cnf}\n" +"Zastępuje : {rpl}\n" +"Głosy : {cmv}\n" +"Nieaktualny : {ood}\n" +"Opiekun : {mnt}\n" +"Wysłany : {fsb}\n" +"Ost. aktualiz. : {upd}\n" +"Opis : {dsc}\n" #: pkgbuilder/utils.py:256 msgid "yes" @@ -512,21 +541,32 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "sposób użycia: {0} [...]\n\nPBWrapper, wrapper dla pacmana i PKGBUILDera.\n\n{1}\n\nObowiązuje składnia pacmana i PKGBUILDera. Zajrzyj do ich stron\nw podręczniku man lub do komend pomocy, aby dowiedzieć się więcej.\n\nDodatkowe opcje:\n -L, --unlock odblokuj bazę danych pacmana" +msgstr "" +"sposób użycia: {0} [...]\n" +"\n" +"PBWrapper, wrapper dla pacmana i PKGBUILDera.\n" +"\n" +"{1}\n" +"\n" +"Obowiązuje składnia pacmana i PKGBUILDera. Zajrzyj do ich stron\n" +"w podręczniku man lub do komend pomocy, aby dowiedzieć się więcej.\n" +"\n" +"Dodatkowe opcje:\n" +" -L, --unlock odblokuj bazę danych pacmana" #: INSTALL.py:53 msgid "Performing a dependency check..." msgstr "Sprawdzanie zależności..." -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "znaleziono" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "Nie można uruchomić jako root. Przerywanie pracy…" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -538,9 +578,18 @@ msgid "" "(the number is random).\n" "\n" "If I am wrong, though, congratulations!\n" -msgstr "\n\nCoś poszło źle. Przeczytaj wyjście makepkg i spróbuj ponownie.\nMożesz też próbować debugować pracę tego skryptu samemu.\nWszystkie pliki, nad którymi ten skrypt pracował, znajdują się w\n {0}\n(liczba jest losowa).\n\nJeśli się mylę, gratulacje!\n" +msgstr "" +"\n" +"\n" +"Coś poszło źle. Przeczytaj wyjście makepkg i spróbuj ponownie.\n" +"Możesz też próbować debugować pracę tego skryptu samemu.\n" +"Wszystkie pliki, nad którymi ten skrypt pracował, znajdują się w\n" +" {0}\n" +"(liczba jest losowa).\n" +"\n" +"Jeśli się mylę, gratulacje!\n" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -549,17 +598,24 @@ msgid "" "package and install it. If you will have problems, please download\n" "and compile the package manually.\n" "\n" -msgstr "Cześć!\n\nPKGBUILDer jest teraz dostępny jako pakiet w AUR. Jest to polecany\nsposób instalacji PKGBUILDer-a. Ten skrypt pobierze pakiet z AUR i go\nzainstaluje. Jeśli będziesz miał problemy, pobierz i skompiluj pakiet\nręcznie.\n\n" +msgstr "" +"Cześć!\n" +"\n" +"PKGBUILDer jest teraz dostępny jako pakiet w AUR. Jest to polecany\n" +"sposób instalacji PKGBUILDer-a. Ten skrypt pobierze pakiet z AUR i go\n" +"zainstaluje. Jeśli będziesz miał problemy, pobierz i skompiluj pakiet\n" +"ręcznie.\n" +"\n" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "Wciśnij Enter, aby kontynuować." -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "Instalowanie brakujących zależności z AUR..." -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -574,18 +630,35 @@ msgid "" "PKGBUILDer. For standalone usage, type `pkgbuilder` into the prompt\n" "(zsh users: hash -r, other shells may need another command). For\n" "python module usage, type `import pkgbuilder` into the python prompt.\n" -msgstr "\n\nPrzeczytaj powyższe wyjście. Jeśli skrypt miał problemy, spróbuj\njeszcze raz. Możesz też spróbować samodzielnie debugować pracę skryptu.\nWszystkie pliki, nad którymi ten skrypt pracował, znajdują się w\n {0}\n(liczba jest losowa).\n\nJeśli wszystko się udało, gratulacje! Teraz możesz używać PKGBUILDer-a.\nDla użycia samodzielnego, wpisz `pkgbuilder` do terminala (zsh: hash -r,\ninne powłoki mogą wymagać innej komendy). Dla użycia jako moduł\nPythona, wpisz `import pkgbuilder` do interpretera.\n" +msgstr "" +"\n" +"\n" +"Przeczytaj powyższe wyjście. Jeśli skrypt miał problemy, spróbuj\n" +"jeszcze raz. Możesz też spróbować samodzielnie debugować pracę skryptu.\n" +"Wszystkie pliki, nad którymi ten skrypt pracował, znajdują się w\n" +" {0}\n" +"(liczba jest losowa).\n" +"\n" +"Jeśli wszystko się udało, gratulacje! Teraz możesz używać PKGBUILDer-a.\n" +"Dla użycia samodzielnego, wpisz `pkgbuilder` do terminala (zsh: hash -r,\n" +"inne powłoki mogą wymagać innej komendy). Dla użycia jako moduł\n" +"Pythona, wpisz `import pkgbuilder` do interpretera.\n" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Wygląda na to, że chcesz wyjść. Okej, do widzenia.\nŻadne prace nie zostały jeszcze rozpoczęte.\n\nJeśli to jest to, co chcesz zrobić, proszę bardzo. Jeśli nie,\nuruchom ten skrypt jeszcze raz." +msgstr "" +"Wygląda na to, że chcesz wyjść. Okej, do widzenia.\n" +"Żadne prace nie zostały jeszcze rozpoczęte.\n" +"\n" +"Jeśli to jest to, co chcesz zrobić, proszę bardzo. Jeśli nie,\n" +"uruchom ten skrypt jeszcze raz." -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" @@ -595,7 +668,14 @@ msgid "" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Wygląda na to, że chcesz wyjść. Okej, do widzenia.\nWszystkie pliki, nad którymi ten skrypt pracował, znajdują się w\n {0}\n(liczba jest losowa).\n\nJeśli to jest to, co chcesz zrobić, proszę bardzo. Jeśli nie,\nuruchom ten skrypt jeszcze raz." +msgstr "" +"Wygląda na to, że chcesz wyjść. Okej, do widzenia.\n" +"Wszystkie pliki, nad którymi ten skrypt pracował, znajdują się w\n" +" {0}\n" +"(liczba jest losowa).\n" +"\n" +"Jeśli to jest to, co chcesz zrobić, proszę bardzo. Jeśli nie,\n" +"uruchom ten skrypt jeszcze raz." #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/locale/pt/LC_MESSAGES/pkgbuilder.mo b/locale/pt/LC_MESSAGES/pkgbuilder.mo index 61f313f..6fdf5ca 100644 Binary files a/locale/pt/LC_MESSAGES/pkgbuilder.mo and b/locale/pt/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/pt/LC_MESSAGES/pkgbuilder.po b/locale/pt/LC_MESSAGES/pkgbuilder.po index 13d4c45..4df0421 100644 --- a/locale/pt/LC_MESSAGES/pkgbuilder.po +++ b/locale/pt/LC_MESSAGES/pkgbuilder.po @@ -1,20 +1,21 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/pkgbuilder/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/pkgbuilder/" +"language/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: pkgbuilder/build.py:40 @@ -314,7 +315,7 @@ msgstr "" msgid "Searching for exact match..." msgstr "" -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "" @@ -515,15 +516,15 @@ msgstr "" msgid "Performing a dependency check..." msgstr "" -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -537,7 +538,7 @@ msgid "" "If I am wrong, though, congratulations!\n" msgstr "" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -548,15 +549,15 @@ msgid "" "\n" msgstr "" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "" -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "" -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -573,7 +574,7 @@ msgid "" "python module usage, type `import pkgbuilder` into the python prompt.\n" msgstr "" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" @@ -582,7 +583,7 @@ msgid "" "script again." msgstr "" -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" diff --git a/locale/sv/LC_MESSAGES/pkgbuilder.mo b/locale/sv/LC_MESSAGES/pkgbuilder.mo index f8e638f..66620a8 100644 Binary files a/locale/sv/LC_MESSAGES/pkgbuilder.mo and b/locale/sv/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/sv/LC_MESSAGES/pkgbuilder.po b/locale/sv/LC_MESSAGES/pkgbuilder.po index b080e89..d4471a6 100644 --- a/locale/sv/LC_MESSAGES/pkgbuilder.po +++ b/locale/sv/LC_MESSAGES/pkgbuilder.po @@ -1,20 +1,21 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Swedish (http://www.transifex.com/projects/p/pkgbuilder/language/sv/)\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: pkgbuilder/build.py:40 @@ -314,7 +315,7 @@ msgstr "" msgid "Searching for exact match..." msgstr "" -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "" @@ -515,15 +516,15 @@ msgstr "" msgid "Performing a dependency check..." msgstr "" -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -537,7 +538,7 @@ msgid "" "If I am wrong, though, congratulations!\n" msgstr "" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -548,15 +549,15 @@ msgid "" "\n" msgstr "" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "" -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "" -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -573,7 +574,7 @@ msgid "" "python module usage, type `import pkgbuilder` into the python prompt.\n" msgstr "" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" @@ -582,7 +583,7 @@ msgid "" "script again." msgstr "" -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" diff --git a/locale/tr/LC_MESSAGES/pkgbuilder.mo b/locale/tr/LC_MESSAGES/pkgbuilder.mo index 510816c..ab3e5d4 100644 Binary files a/locale/tr/LC_MESSAGES/pkgbuilder.mo and b/locale/tr/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/tr/LC_MESSAGES/pkgbuilder.po b/locale/tr/LC_MESSAGES/pkgbuilder.po index 46f4f50..3485834 100644 --- a/locale/tr/LC_MESSAGES/pkgbuilder.po +++ b/locale/tr/LC_MESSAGES/pkgbuilder.po @@ -1,7 +1,7 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Chris Warrick , 2013 # Chris Warrick , 2013 @@ -9,16 +9,17 @@ # Yusuf Faruk DOĞAN , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/pkgbuilder/language/tr/)\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/pkgbuilder/" +"language/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: pkgbuilder/build.py:40 @@ -318,7 +319,7 @@ msgstr "Arama sorgusu çok kısa" msgid "Searching for exact match..." msgstr "Tam eşleşme için taranıyor..." -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "Bulunamadı" @@ -332,7 +333,9 @@ msgstr "" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILD yapıcı (ya da istenen kütüphane) HTTP istemcisini doldurmada başarısız oldu." +msgstr "" +"PKGBUILD yapıcı (ya da istenen kütüphane) HTTP istemcisini doldurmada " +"başarısız oldu." #. TRANSLATORS: see makepkg. #: pkgbuilder/pbds.py:46 @@ -342,7 +345,9 @@ msgstr "Kullanıcı tarafından iptal edildi! Çıkılıyor..." #. TRANSLATORS: see pacman. #: pkgbuilder/pbds.py:48 msgid "Interrupt signal received\n" -msgstr "Sinyal kesilmesi algılandı⏎\n\n" +msgstr "" +"Sinyal kesilmesi algılandı⏎\n" +"\n" #: pkgbuilder/pbds.py:87 pkgbuilder/pbds.py:229 msgid "ERROR:" @@ -513,21 +518,32 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "kullanım: {0} [...]⏎\n⏎\nPBWrapper, PKGBUIL yapıcı ve pacman için örtü.⏎\n⏎\n{1}⏎\n⏎\nPacman and PKGBUILDer syntaxes apply. Consult their manpages/help⏎\ncommands for more details.⏎\n⏎\nAdditional options:⏎\n-L, --pacman veri tabanı kilidini aç" +msgstr "" +"kullanım: {0} [...]⏎\n" +"⏎\n" +"PBWrapper, PKGBUIL yapıcı ve pacman için örtü.⏎\n" +"⏎\n" +"{1}⏎\n" +"⏎\n" +"Pacman and PKGBUILDer syntaxes apply. Consult their manpages/help⏎\n" +"commands for more details.⏎\n" +"⏎\n" +"Additional options:⏎\n" +"-L, --pacman veri tabanı kilidini aç" #: INSTALL.py:53 msgid "Performing a dependency check..." msgstr "Bağımlılık kontrolü yapılyor..." -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "bulundu" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -539,9 +555,19 @@ msgid "" "(the number is random).\n" "\n" "If I am wrong, though, congratulations!\n" -msgstr "\n⏎\n⏎\nBir şeyler ters gitti. Lütfen makepkg çıktısını okuyun ve tekrar deneyin.⏎\nScript çalışmasının hata onarımını kendiniz de yapabilirsiniz .⏎\nScript in çalışmak için kullandığı tüm dosyalar⏎\n{0} içindedir⏎\n(rakam rastgeledir).⏎\n⏎\nEğer hatalıysam, yine de tebrikler!⏎\n" - -#: INSTALL.py:114 +msgstr "" +"\n" +"⏎\n" +"⏎\n" +"Bir şeyler ters gitti. Lütfen makepkg çıktısını okuyun ve tekrar deneyin.⏎\n" +"Script çalışmasının hata onarımını kendiniz de yapabilirsiniz .⏎\n" +"Script in çalışmak için kullandığı tüm dosyalar⏎\n" +"{0} içindedir⏎\n" +"(rakam rastgeledir).⏎\n" +"⏎\n" +"Eğer hatalıysam, yine de tebrikler!⏎\n" + +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -550,17 +576,24 @@ msgid "" "package and install it. If you will have problems, please download\n" "and compile the package manually.\n" "\n" -msgstr "Merhaba!⏎\n⏎\nPKGBUILD yapıcı şimdi AUR paketi olarak mevcut. Bu PKGBUILD yapıcı⏎\nyüklemek için önerilen yoldur. Bu script AUR paketini indirip yükleyecektir.⏎\nEğer sorun yaşarsanız lütfen paketi indirin ve kendiniz derleyin⏎\n⏎\n" - -#: INSTALL.py:123 +msgstr "" +"Merhaba!⏎\n" +"⏎\n" +"PKGBUILD yapıcı şimdi AUR paketi olarak mevcut. Bu PKGBUILD yapıcı⏎\n" +"yüklemek için önerilen yoldur. Bu script AUR paketini indirip yükleyecektir." +"⏎\n" +"Eğer sorun yaşarsanız lütfen paketi indirin ve kendiniz derleyin⏎\n" +"⏎\n" + +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "Geri dönmek için Enter/Dön tuşlayın." -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "Kurulum AUR bağımlılıklarını bulamıyor..." -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -575,18 +608,36 @@ msgid "" "PKGBUILDer. For standalone usage, type `pkgbuilder` into the prompt\n" "(zsh users: hash -r, other shells may need another command). For\n" "python module usage, type `import pkgbuilder` into the python prompt.\n" -msgstr "\n⏎\n⏎\nYukarıdaki çıktıyı okuyun. Script hata verirse yeniden çalıştırın.⏎\nScript çalışmasındaki hatayı kendiniz de giderebilirsiniz.⏎\nScript in çalışması için gerekli dosyalar {0} içindedir.⏎\n(the number is random).⏎\n⏎\nHer şey yolunda ise tebrikler! Şimdi PKGBUILD yapıcıyı kullanabilirsiniz.⏎\nKullanmak için uçbirime `pkgbuilder` yazın⏎\n(zsh kullanıcılar: hash -r, diğer kabuklar başka komutlar isteyebilir).⏎\nPython modülü için python uçbirimine ⏎\n`import pkgbuilder` yazın.⏎\n" - -#: INSTALL.py:158 +msgstr "" +"\n" +"⏎\n" +"⏎\n" +"Yukarıdaki çıktıyı okuyun. Script hata verirse yeniden çalıştırın.⏎\n" +"Script çalışmasındaki hatayı kendiniz de giderebilirsiniz.⏎\n" +"Script in çalışması için gerekli dosyalar {0} içindedir.⏎\n" +"(the number is random).⏎\n" +"⏎\n" +"Her şey yolunda ise tebrikler! Şimdi PKGBUILD yapıcıyı kullanabilirsiniz.⏎\n" +"Kullanmak için uçbirime `pkgbuilder` yazın⏎\n" +"(zsh kullanıcılar: hash -r, diğer kabuklar başka komutlar isteyebilir).⏎\n" +"Python modülü için python uçbirimine ⏎\n" +"`import pkgbuilder` yazın.⏎\n" + +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Çıkmak istiyor gibisibiz.Pekala öyleyse hoşçakalın.⏎\nHenüz herhangi bir işlem başlamadı.⏎\n⏎\nİstediğiniz bu ise devam edin. Değilse bu scrpt i⏎\nyeniden başlatın." +msgstr "" +"Çıkmak istiyor gibisibiz.Pekala öyleyse hoşçakalın.⏎\n" +"Henüz herhangi bir işlem başlamadı.⏎\n" +"⏎\n" +"İstediğiniz bu ise devam edin. Değilse bu scrpt i⏎\n" +"yeniden başlatın." -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" @@ -596,7 +647,10 @@ msgid "" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Çıkmak istiyor gibisiniz. Pekala hoşçakalın. ⏎ Bu script ile çalışan tüm dosyalar ⏎ {0}⏎ içinde.(numara rastgeledir). ⏎ ⏎ Eğer yapmak istediğiniz bu ise devam edin. Değilse bu ⏎ script i tekrar çalıştırın." +msgstr "" +"Çıkmak istiyor gibisiniz. Pekala hoşçakalın. ⏎ Bu script ile çalışan tüm " +"dosyalar ⏎ {0}⏎ içinde.(numara rastgeledir). ⏎ ⏎ Eğer yapmak istediğiniz bu " +"ise devam edin. Değilse bu ⏎ script i tekrar çalıştırın." #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/locale/vi/LC_MESSAGES/pkgbuilder.mo b/locale/vi/LC_MESSAGES/pkgbuilder.mo index e766087..67971cd 100644 Binary files a/locale/vi/LC_MESSAGES/pkgbuilder.mo and b/locale/vi/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/vi/LC_MESSAGES/pkgbuilder.po b/locale/vi/LC_MESSAGES/pkgbuilder.po index c40c500..42eeeb6 100644 --- a/locale/vi/LC_MESSAGES/pkgbuilder.po +++ b/locale/vi/LC_MESSAGES/pkgbuilder.po @@ -1,23 +1,24 @@ # PKGBUILDer pot file. # Copyright © 2015, Chris Warrick. # This file is distributed under the same license as the PKGBUILDer package. -# +# # Translators: # Anh Phan , 2013 # ppanhh , 2013 # Anh Phan , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" -"POT-Creation-Date: 2014-12-27 11:56+0100\n" +"POT-Creation-Date: 2015-01-01 11:49+0100\n" "PO-Revision-Date: 2014-12-26 19:51+0000\n" "Last-Translator: Chris Warrick \n" -"Language-Team: Vietnamese (http://www.transifex.com/projects/p/pkgbuilder/language/vi/)\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/pkgbuilder/" +"language/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #: pkgbuilder/build.py:40 @@ -85,7 +86,8 @@ msgstr "Vẫn chưa giải nén tập tin nào." #: pkgbuilder/build.py:353 #, python-brace-format msgid "Failed to fulfill package dependency requirement: {0}" -msgstr "Thất bại trong việc điền vào các yêu cầu về sự phụ thuộc của gói tin: {0}" +msgstr "" +"Thất bại trong việc điền vào các yêu cầu về sự phụ thuộc của gói tin: {0}" #: pkgbuilder/build.py:412 pkgbuilder/main.py:211 msgid "Fetching package information..." @@ -317,7 +319,7 @@ msgstr "Truy vấn tìm kiếm quá ngắn" msgid "Searching for exact match..." msgstr "Đang tìm kiếm dữ liệu khớp..." -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "không tìm thấy" @@ -331,7 +333,9 @@ msgstr "" msgid "" "PKGBUILDer (or the requests library) had problems with fulfilling an HTTP " "request." -msgstr "PKGBUILDer (hoặc thư viện xử lý yêu cầu) gặp trục trặc khi xử lý các yêu cầu HTTP." +msgstr "" +"PKGBUILDer (hoặc thư viện xử lý yêu cầu) gặp trục trặc khi xử lý các yêu cầu " +"HTTP." #. TRANSLATORS: see makepkg. #: pkgbuilder/pbds.py:46 @@ -512,21 +516,33 @@ msgid "" "\n" "Additional options:\n" " -L, --unlock unlock the pacman database" -msgstr "cách dùng: {0} [...]\n\nPBWrapper, là wrapper dành cho pacman và PKGBUILDer.\n\n{1}\n\nChỉ áp dụng cho cú pháp thuộc Pacman và PKGBUILDer. Tra cứu các văn bản/lệnh\ntrợ giúp để biết thêm chi tiết.\n\nTùy chọn bổ sung:\n -L, --unlock mở khóa phần cơ sở dữ liệu của pacman" +msgstr "" +"cách dùng: {0} [...]\n" +"\n" +"PBWrapper, là wrapper dành cho pacman và PKGBUILDer.\n" +"\n" +"{1}\n" +"\n" +"Chỉ áp dụng cho cú pháp thuộc Pacman và PKGBUILDer. Tra cứu các văn bản/" +"lệnh\n" +"trợ giúp để biết thêm chi tiết.\n" +"\n" +"Tùy chọn bổ sung:\n" +" -L, --unlock mở khóa phần cơ sở dữ liệu của pacman" #: INSTALL.py:53 msgid "Performing a dependency check..." msgstr "Đang thực hiện việc kiểm tra độc lập..." -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "đã tìm thấy" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -538,9 +554,19 @@ msgid "" "(the number is random).\n" "\n" "If I am wrong, though, congratulations!\n" -msgstr "\n\nĐã xảy ra lỗi. Vùi lòng đọc dữ liệu xuất ra của makepkg và thử lại lần nữa.\nBạn cũng có thể tự mình sửa các gỡ rối dựa vào đoạn mã lênh này theo ý bạn.\nTất cả các tập tin mà đoạn mã lệnh này tác động tới được đặt ở\n {0}\n(con số này là ngẫu nhiên).\n\nNếu như lỗi này thuộc về nhà phát triển, bạn hãy liên hệ với chúng tôi!\n" +msgstr "" +"\n" +"\n" +"Đã xảy ra lỗi. Vùi lòng đọc dữ liệu xuất ra của makepkg và thử lại lần " +"nữa.\n" +"Bạn cũng có thể tự mình sửa các gỡ rối dựa vào đoạn mã lênh này theo ý bạn.\n" +"Tất cả các tập tin mà đoạn mã lệnh này tác động tới được đặt ở\n" +" {0}\n" +"(con số này là ngẫu nhiên).\n" +"\n" +"Nếu như lỗi này thuộc về nhà phát triển, bạn hãy liên hệ với chúng tôi!\n" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -549,17 +575,25 @@ msgid "" "package and install it. If you will have problems, please download\n" "and compile the package manually.\n" "\n" -msgstr "Xin chào!\n\nPKGBUILDer hiện là gói cài đặt AUR. Đây hiện là cách cài đặt\nđược khuyên dùng đối với PKGBUILDer. Phần mã lệnh này sẽ tải về gói tin AUR\nvà tiến hành cài đặt. Nếu gặp phải trục trặc, xin vui lòng tải về\nvà biên dịch các gói tin một cách tuần tự.\n\n" +msgstr "" +"Xin chào!\n" +"\n" +"PKGBUILDer hiện là gói cài đặt AUR. Đây hiện là cách cài đặt\n" +"được khuyên dùng đối với PKGBUILDer. Phần mã lệnh này sẽ tải về gói tin " +"AUR\n" +"và tiến hành cài đặt. Nếu gặp phải trục trặc, xin vui lòng tải về\n" +"và biên dịch các gói tin một cách tuần tự.\n" +"\n" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "Ấn Enter/Return để tiếp tục." -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "Đang cài đặt các phần AUR độc lập còn thiếu..." -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -574,18 +608,39 @@ msgid "" "PKGBUILDer. For standalone usage, type `pkgbuilder` into the prompt\n" "(zsh users: hash -r, other shells may need another command). For\n" "python module usage, type `import pkgbuilder` into the python prompt.\n" -msgstr "\n\nĐọc phần dữ liệu được xuất ra bên trên. Nếu các đoạn mã lệnh gặp vấn đề, hãy chạy lại các đoạn mã lệnh này một lần nữa. Bạn cũng có thể tự mình sửa phần gỡ rối này.\nTất cả các tập tin mà đoạn mã lệnh này tác động tới được đặt ở\n {0}\n(con số này là ngẫu nhiên).\n\nINếu như lỗi này thuộc về nhà phát triển, bạn hãy liên hệ với chúng tôi! Bạn hiện giờ đã có thể sử dụng\nPKGBUILDer. Đối với kiểu dùng theo dạng tập tin tự chay, gõ `pkgbuilder` vào trong cửa sổ mã lệnh\n(người dùng zsh: hash -r, các shell khác sẽ cần thêm một dòng lệnh nữa). Đối với cách sử dụng module Python, gõ `import pkgbuilder` vào trong cửa sổ mã lệnh của python.\n" - -#: INSTALL.py:158 +msgstr "" +"\n" +"\n" +"Đọc phần dữ liệu được xuất ra bên trên. Nếu các đoạn mã lệnh gặp vấn đề, " +"hãy chạy lại các đoạn mã lệnh này một lần nữa. Bạn cũng có thể tự mình sửa " +"phần gỡ rối này.\n" +"Tất cả các tập tin mà đoạn mã lệnh này tác động tới được đặt ở\n" +" {0}\n" +"(con số này là ngẫu nhiên).\n" +"\n" +"INếu như lỗi này thuộc về nhà phát triển, bạn hãy liên hệ với chúng tôi! " +"Bạn hiện giờ đã có thể sử dụng\n" +"PKGBUILDer. Đối với kiểu dùng theo dạng tập tin tự chay, gõ `pkgbuilder` " +"vào trong cửa sổ mã lệnh\n" +"(người dùng zsh: hash -r, các shell khác sẽ cần thêm một dòng lệnh nữa). " +"Đối với cách sử dụng module Python, gõ `import pkgbuilder` vào trong cửa sổ " +"mã lệnh của python.\n" + +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Có vẻ như bạn muốn thoát. Nếu thế thì, chào tạm biệt.\nHiện các công việc vẫn chưa được thực hiện.\n\nNếu đây là điều bạn muốn, xin cứ tiếp tục. Nếu không phải, hãy thực thi\nđoạn mã lệnh này lần nữa." +msgstr "" +"Có vẻ như bạn muốn thoát. Nếu thế thì, chào tạm biệt.\n" +"Hiện các công việc vẫn chưa được thực hiện.\n" +"\n" +"Nếu đây là điều bạn muốn, xin cứ tiếp tục. Nếu không phải, hãy thực thi\n" +"đoạn mã lệnh này lần nữa." -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" @@ -595,7 +650,14 @@ msgid "" "\n" "If that's what you want to do, go for it. If it isn't, run this\n" "script again." -msgstr "Có vẻ như bạn đang muốn thoát. Nếu vậy, xin chào tạm biệt.\nTất cả các tập tin mà đoạn mã lệnh này tác động tới được đặt ở\n {0}\n(con số này là ngẫu nhiên).\n\nNếu đó là điều bạn muốn thao tác, cứ tiếp tục. Nếu không phải, chạy lại\nđoạn mã này một lần nữa." +msgstr "" +"Có vẻ như bạn đang muốn thoát. Nếu vậy, xin chào tạm biệt.\n" +"Tất cả các tập tin mà đoạn mã lệnh này tác động tới được đặt ở\n" +" {0}\n" +"(con số này là ngẫu nhiên).\n" +"\n" +"Nếu đó là điều bạn muốn thao tác, cứ tiếp tục. Nếu không phải, chạy lại\n" +"đoạn mã này một lần nữa." #. A module only for gettext locale provision. #: localeprovider.py:2 diff --git a/messages.pot b/messages.pot index a67e3bc..c964608 100644 --- a/messages.pot +++ b/messages.pot @@ -5,10 +5,10 @@ # msgid "" msgstr "" - "Project-Id-Version: 3.3.2\n" + "Project-Id-Version: 3.4.0\n" "Report-Msgid-Bugs-To: Chris Warrick \n" - "POT-Creation-Date: 2014-12-27 11:56+0100\n" - "PO-Revision-Date: 2014-12-27 11:56+0100\n" + "POT-Creation-Date: 2015-01-01 11:49+0100\n" + "PO-Revision-Date: 2015-01-01 11:49+0100\n" "Last-Translator: Chris Warrick \n" "Language-Team: Chris Warrick \n" "Language: en\n" @@ -313,7 +313,7 @@ msgstr "" msgid "Searching for exact match..." msgstr "" -#: pkgbuilder/main.py:157 INSTALL.py:65 INSTALL.py:74 +#: pkgbuilder/main.py:157 INSTALL.py:64 INSTALL.py:73 msgid "not found" msgstr "" @@ -514,15 +514,15 @@ msgstr "" msgid "Performing a dependency check..." msgstr "" -#: INSTALL.py:62 INSTALL.py:71 +#: INSTALL.py:61 INSTALL.py:70 msgid "found" msgstr "" -#: INSTALL.py:91 +#: INSTALL.py:90 msgid "Cannot run as root. Aborting." msgstr "" -#: INSTALL.py:96 +#: INSTALL.py:95 #, python-brace-format msgid "" "\n" @@ -536,7 +536,7 @@ msgid "" "If I am wrong, though, congratulations!\n" msgstr "" -#: INSTALL.py:114 +#: INSTALL.py:113 msgid "" "Hello!\n" "\n" @@ -547,15 +547,15 @@ msgid "" "\n" msgstr "" -#: INSTALL.py:123 +#: INSTALL.py:122 msgid "Hit Enter/Return to continue. " msgstr "" -#: INSTALL.py:135 +#: INSTALL.py:134 msgid "Installing missing AUR dependencies..." msgstr "" -#: INSTALL.py:142 +#: INSTALL.py:141 #, python-brace-format msgid "" "\n" @@ -572,7 +572,7 @@ msgid "" "python module usage, type `import pkgbuilder` into the python prompt.\n" msgstr "" -#: INSTALL.py:158 +#: INSTALL.py:157 msgid "" "It looks like you want to quit. Okay then, goodbye.\n" "No work has been started yet.\n" @@ -581,7 +581,7 @@ msgid "" "script again." msgstr "" -#: INSTALL.py:164 +#: INSTALL.py:163 #, python-brace-format msgid "" "It looks like you want to quit. Okay then, goodbye.\n" diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index 791d113..2cbeb13 100644 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # All rights reserved. @@ -44,7 +44,7 @@ """ __title__ = 'PKGBUILDer' -__version__ = '3.3.2' +__version__ = '3.4.0' __author__ = 'Chris Warrick' __license__ = '3-clause BSD' __docformat__ = 'restructuredtext en' diff --git a/pkgbuilder/aur.py b/pkgbuilder/aur.py index eae41ac..774194e 100644 --- a/pkgbuilder/aur.py +++ b/pkgbuilder/aur.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/build.py b/pkgbuilder/build.py index e0f3eb9..5287a17 100644 --- a/pkgbuilder/build.py +++ b/pkgbuilder/build.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/exceptions.py b/pkgbuilder/exceptions.py index 36614e4..e73972f 100644 --- a/pkgbuilder/exceptions.py +++ b/pkgbuilder/exceptions.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/main.py b/pkgbuilder/main.py index ab0b681..7ad1b78 100644 --- a/pkgbuilder/main.py +++ b/pkgbuilder/main.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/package.py b/pkgbuilder/package.py index aaafd01..cb23338 100644 --- a/pkgbuilder/package.py +++ b/pkgbuilder/package.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/pbds.py b/pkgbuilder/pbds.py index a931819..75dc913 100644 --- a/pkgbuilder/pbds.py +++ b/pkgbuilder/pbds.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/ui.py b/pkgbuilder/ui.py index 16d1dc3..fd5d80a 100644 --- a/pkgbuilder/ui.py +++ b/pkgbuilder/ui.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/upgrade.py b/pkgbuilder/upgrade.py index 4c26a2b..3064cd1 100644 --- a/pkgbuilder/upgrade.py +++ b/pkgbuilder/upgrade.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/utils.py b/pkgbuilder/utils.py index cadee1e..60a370d 100644 --- a/pkgbuilder/utils.py +++ b/pkgbuilder/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/pkgbuilder/wrapper.py b/pkgbuilder/wrapper.py index cf8f0c1..5fe705c 100644 --- a/pkgbuilder/wrapper.py +++ b/pkgbuilder/wrapper.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- # PBWrapper v0.2.3 -# PKGBUILDer v3.3.2 +# PKGBUILDer v3.4.0 # An AUR helper (and library) in Python 3. # Copyright © 2011-2015, Chris Warrick. # See /LICENSE for licensing information. diff --git a/setup.py b/setup.py index 416d52a..2c957e2 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def run_tests(self): sys.exit(errno) setup(name='pkgbuilder', - version='3.3.2', + version='3.4.0', description='An AUR helper (and library) in Python 3.', keywords='arch pkgbuild', author='Chris Warrick',