diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c69277e..39f0e9b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: CHANGELOG @@ -50,12 +50,26 @@ Version History Generation 3 ------------ +3.1.13 + * Fix packages being built when -i was issued (Issue #29) + * Fix some instances where PKGBUILDer would quit, even though it shouldn’t (as + requested while running the main function — internal only) + * Modify downgrade messages to fit pacman more + * Update the translations + 3.1.12 Make setup.py work properly and have PKGBUILDer install. 3.1.11 * Fix AUR/HTTP exceptions reporting. (via Issue #28) +3.1.13 + * Fix packages being built when -i was issued (Issue #29) + * Fix some instances where PKGBUILDer would quit, even though it shouldn’t (as + requested while running the main function — internal only) + * Modify downgrade messages to fit pacman more + * Update the translations + 3.1.12 Make setup.py work properly and have PKGBUILDer install. diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index abac34d..27e2e64 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,8 +4,8 @@ Appendix A. Contribution rules :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: contributing diff --git a/PKGBUILD b/PKGBUILD index 25c925f..122441c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kwpolska pkgname=pkgbuilder _pyname=pkgbuilder -pkgver=3.1.12 +pkgver=3.1.13 pkgrel=1 pkgdesc='A Python AUR helper/library.' arch=('any') @@ -10,7 +10,7 @@ license=('BSD') depends=('python' '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=('e2f5c05ad653352db8d2392a09268c88') +md5sums=('cfab77de3c72b443b582d64c0fd5d1c9') package() { cd "${srcdir}/${_pyname}-${pkgver}" diff --git a/PKGBUILD-git b/PKGBUILD-git index f2a84dd..be0cf2f 100644 --- a/PKGBUILD-git +++ b/PKGBUILD-git @@ -2,7 +2,7 @@ pkgname=pkgbuilder-git _pyname=pkgbuilder _gitname=pkgbuilder -pkgver=3.1.12 +pkgver=3.1.13 pkgrel=1 pkgdesc='A Python AUR helper/library. (git version)' arch=('any') diff --git a/README b/README index 3e08722..8c00604 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3. ===================================================== :Info: This is the README file for PKGBUILDer. :Author: Chris “Kwpolska” Warrick -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index: README diff --git a/README.rst b/README.rst index 3e08722..8c00604 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 “Kwpolska” Warrick -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index: README diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c69277e..39f0e9b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -5,8 +5,8 @@ Appendix C. Changelog :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: CHANGELOG @@ -50,12 +50,26 @@ Version History Generation 3 ------------ +3.1.13 + * Fix packages being built when -i was issued (Issue #29) + * Fix some instances where PKGBUILDer would quit, even though it shouldn’t (as + requested while running the main function — internal only) + * Modify downgrade messages to fit pacman more + * Update the translations + 3.1.12 Make setup.py work properly and have PKGBUILDer install. 3.1.11 * Fix AUR/HTTP exceptions reporting. (via Issue #28) +3.1.13 + * Fix packages being built when -i was issued (Issue #29) + * Fix some instances where PKGBUILDer would quit, even though it shouldn’t (as + requested while running the main function — internal only) + * Modify downgrade messages to fit pacman more + * Update the translations + 3.1.12 Make setup.py work properly and have PKGBUILDer install. diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index abac34d..27e2e64 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -4,8 +4,8 @@ Appendix A. Contribution rules :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: contributing diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index 07074a5..b284b49 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 “Kwpolska” Warrick -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: LICENSE diff --git a/docs/README.rst b/docs/README.rst index 3e08722..8c00604 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 “Kwpolska” Warrick -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index: README diff --git a/docs/aur.rst b/docs/aur.rst index e4905c0..d4670da 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -4,8 +4,8 @@ aur module (AUR class) :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: AUR; RPC .. index:: RPC diff --git a/docs/build.rst b/docs/build.rst index 15b06db..06ba9e6 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -5,8 +5,8 @@ build module :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: build .. versionadded:: 2.1.0.0 diff --git a/docs/conf.py b/docs/conf.py index 21db25a..6d78a6c 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.1.12' +release = '3.1.13' # 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 7c59ee5..c08fa06 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -5,8 +5,8 @@ Exceptions in PKGBUILDer :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: Exceptions .. versionadded:: 3.0.0 diff --git a/docs/main.rst b/docs/main.rst index 5f231d6..2e4f61b 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -4,8 +4,8 @@ main module :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: main .. versionadded:: 2.1.3.0 diff --git a/docs/package.rst b/docs/package.rst index afa09c1..6c51d22 100644 --- a/docs/package.rst +++ b/docs/package.rst @@ -5,8 +5,8 @@ package module (Package, AURPackage, ABSPackage classes) :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: Package .. index:: AURPackage diff --git a/docs/pb.rst b/docs/pb.rst index 999c994..0bbdd91 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -6,8 +6,8 @@ PBWrapper :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 :Wrapper Version: 0.2.3 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/pbds.rst b/docs/pbds.rst index bd2df93..a856703 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -5,8 +5,8 @@ pbds module (PBDS class) :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. module: pbds diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index cd5dd2d..9f7bfbd 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -6,8 +6,8 @@ PKGBUILDer :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index a5e74f8..b0d253e 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -4,8 +4,8 @@ PKGBUILDer Sample Scripts :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: sample scripts diff --git a/docs/ui.rst b/docs/ui.rst index 80d6b3b..113b052 100644 --- a/docs/ui.rst +++ b/docs/ui.rst @@ -5,8 +5,8 @@ ui module (UI class) :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: UI .. versionadded:: 3.0.0 diff --git a/docs/upgrade.rst b/docs/upgrade.rst index daaafe5..d4a7e42 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -5,8 +5,8 @@ upgrade module :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: upgrade .. index:: Syu diff --git a/docs/utils.rst b/docs/utils.rst index f4b6aca..050c105 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -5,8 +5,8 @@ utils module :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 .. index:: utils .. versionadded:: 2.1.0.0 diff --git a/docs/wrapper.rst b/docs/wrapper.rst index b5e849c..cec4481 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -4,8 +4,8 @@ PBWrapper :Author: Chris “Kwpolska” Warrick :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) -:Date: 2014-01-22 -:Version: 3.1.12 +:Date: 2014-02-05 +:Version: 3.1.13 :PBWrapper Version: 0.2.3 .. index:: wrapper diff --git a/locale/es/LC_MESSAGES/pkgbuilder.mo b/locale/es/LC_MESSAGES/pkgbuilder.mo index 92b202e..95db8e3 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 7f089c8..e402f4d 100644 --- a/locale/es/LC_MESSAGES/pkgbuilder.po +++ b/locale/es/LC_MESSAGES/pkgbuilder.po @@ -2,7 +2,7 @@ # Copyright © 2011-2014, Kwpolska. # This file is distributed under the same license as the PKGBUILDer package. # Kwpolska , 2011-2014. -# +# # Translators: # Bersil - Bernardo M. Savone , 2013 # Kwpolska , 2013 @@ -11,16 +11,17 @@ # tufadorin , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.1.13\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2014-02-04 16:54+0100\n" +"POT-Creation-Date: 2014-02-05 16:41+0100\n" "PO-Revision-Date: 2014-02-04 16:11+0000\n" "Last-Translator: Kwpolska \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:41 @@ -351,7 +352,9 @@ msgstr "Ejecutar PKGBUILDer como root puede romper su sistema!" 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 @@ -431,7 +434,8 @@ msgstr "y actualizar estos paquetes ahora? [S/n]" msgid "" "Do you want to cancel the current operation and upgrade these packages now? " "[Y/n] " -msgstr "Deseas cancelar la operación actual y actualizar estos paquetes ahora? [S/n]" +msgstr "" +"Deseas cancelar la operación actual y actualizar estos paquetes ahora? [S/n]" #: pkgbuilder/upgrade.py:213 pkgbuilder/upgrade.py:280 #, python-brace-format @@ -501,7 +505,19 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Repositorio : aur\nCategoría : {cat}\nNombre : {nme}\nVersión : {ver}\nURL : {url}\nLicencias : {lic}\nVotos : {cmv}\nObsoletos : {ood}\nMantenedor : {mnt}\nPrimera presentación: {fsb}\nÚltima actualización: {upd}\nDescripción : {dsc}\n" +msgstr "" +"Repositorio : aur\n" +"Categoría : {cat}\n" +"Nombre : {nme}\n" +"Versión : {ver}\n" +"URL : {url}\n" +"Licencias : {lic}\n" +"Votos : {cmv}\n" +"Obsoletos : {ood}\n" +"Mantenedor : {mnt}\n" +"Primera presentación: {fsb}\n" +"Última actualización: {upd}\n" +"Descripción : {dsc}\n" #: pkgbuilder/utils.py:182 msgid "yes" @@ -531,7 +547,19 @@ 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..." @@ -553,7 +581,16 @@ 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 msgid "" @@ -564,7 +601,13 @@ 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" +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:123 msgid "Hit Enter/Return to continue. " @@ -589,7 +632,21 @@ 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 msgid "" @@ -598,7 +655,12 @@ 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 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 #, python-brace-format @@ -610,7 +672,14 @@ 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 diff --git a/locale/it/LC_MESSAGES/pkgbuilder.mo b/locale/it/LC_MESSAGES/pkgbuilder.mo index e72a1f8..5d2d32b 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 3f9fe53..0a99354 100644 --- a/locale/it/LC_MESSAGES/pkgbuilder.po +++ b/locale/it/LC_MESSAGES/pkgbuilder.po @@ -2,23 +2,24 @@ # Copyright © 2011-2014, Kwpolska. # This file is distributed under the same license as the PKGBUILDer package. # Kwpolska , 2011-2014. -# +# # Translators: # Bersil - Bernardo M. Savone , 2013 # Kwpolska , 2013 # Kwpolska , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.1.13\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2014-02-04 16:54+0100\n" +"POT-Creation-Date: 2014-02-05 16:41+0100\n" "PO-Revision-Date: 2014-02-04 16:11+0000\n" "Last-Translator: Kwpolska \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:41 @@ -290,7 +291,8 @@ msgstr "aggiornare tutti i pacchetti VCS/data-versionati" #: pkgbuilder/main.py:90 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:93 msgid "don't install packages after building" @@ -349,7 +351,9 @@ msgstr "Eseguire PKGBUILDer come root può daneggiare il sistema!" 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 @@ -359,7 +363,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:222 msgid "ERROR:" @@ -429,7 +435,9 @@ msgstr "e aggiornare questi pacchetti ora? [Y/n] " msgid "" "Do you want to cancel the current operation and upgrade these packages now? " "[Y/n] " -msgstr "Vuoi annullare l'operazione corrente e aggiornare questi pacchetti ora? [Y/n] " +msgstr "" +"Vuoi annullare l'operazione corrente e aggiornare questi pacchetti ora? [Y/" +"n] " #: pkgbuilder/upgrade.py:213 pkgbuilder/upgrade.py:280 #, python-brace-format @@ -451,7 +459,8 @@ msgstr "Nuova versione" #. string stolen from pacman #: pkgbuilder/upgrade.py:251 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:278 pkgbuilder/upgrade.py:284 msgid "Proceed with installation? [Y/n] " @@ -499,7 +508,19 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Repositorio : aur\nCategoria : {cat}\nNome : {nme}\nVersione : {ver}\nURL : {url}\nLicenze : {lic}\nVoti : {cmv}\nObsoleto : {ood}\nMaintainer : {mnt}\nPrimo invio : {fsb}\nUltimo aggiornamento: {upd}\nDescrizione : {dsc}\n" +msgstr "" +"Repositorio : aur\n" +"Categoria : {cat}\n" +"Nome : {nme}\n" +"Versione : {ver}\n" +"URL : {url}\n" +"Licenze : {lic}\n" +"Voti : {cmv}\n" +"Obsoleto : {ood}\n" +"Maintainer : {mnt}\n" +"Primo invio : {fsb}\n" +"Ultimo aggiornamento: {upd}\n" +"Descrizione : {dsc}\n" #: pkgbuilder/utils.py:182 msgid "yes" @@ -529,7 +550,19 @@ 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..." @@ -551,7 +584,17 @@ 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 msgid "" @@ -562,7 +605,14 @@ 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 msgid "Hit Enter/Return to continue. " @@ -587,7 +637,21 @@ 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" +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:158 msgid "" @@ -596,7 +660,12 @@ 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. 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 #, python-brace-format @@ -608,7 +677,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 1df2fa4..71252ac 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 727e36e..3eacbf1 100644 --- a/locale/ja/LC_MESSAGES/pkgbuilder.po +++ b/locale/ja/LC_MESSAGES/pkgbuilder.po @@ -2,20 +2,21 @@ # Copyright © 2011-2014, Kwpolska. # This file is distributed under the same license as the PKGBUILDer package. # Kwpolska , 2011-2014. -# +# # Translators: msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.1.13\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2014-02-04 16:54+0100\n" +"POT-Creation-Date: 2014-02-05 16:41+0100\n" "PO-Revision-Date: 2014-02-04 15:55+0000\n" "Last-Translator: Kwpolska \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:41 @@ -496,7 +497,19 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "レポジトリ : aur\nカテゴリ : {cat}\n名前 : {nme}\nバージョン : {ver}\nURL : {url}\nライセンス : {lic}\n投票数 : {cmv}\nAUR状態 : {ood}\nメンテナー : {mnt}\n初提出 : {fsb}\n最近更新日付 : {upd}\n説明 : {dsc}\n" +msgstr "" +"レポジトリ : aur\n" +"カテゴリ : {cat}\n" +"名前 : {nme}\n" +"バージョン : {ver}\n" +"URL : {url}\n" +"ライセンス : {lic}\n" +"投票数 : {cmv}\n" +"AUR状態 : {ood}\n" +"メンテナー : {mnt}\n" +"初提出 : {fsb}\n" +"最近更新日付 : {upd}\n" +"説明 : {dsc}\n" #: pkgbuilder/utils.py:182 msgid "yes" @@ -559,7 +572,14 @@ 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 msgid "Hit Enter/Return to continue. " @@ -593,7 +613,10 @@ msgid "" "\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 #, python-brace-format diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.mo b/locale/pl/LC_MESSAGES/pkgbuilder.mo index 79971c9..9edb1aa 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 d56ce9e..9b82e3b 100644 --- a/locale/pl/LC_MESSAGES/pkgbuilder.po +++ b/locale/pl/LC_MESSAGES/pkgbuilder.po @@ -2,23 +2,25 @@ # Copyright © 2011-2014, Kwpolska. # This file is distributed under the same license as the PKGBUILDer package. # Kwpolska , 2011-2014. -# +# # Translators: # Kwpolska , 2013 # Kwpolska , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.1.13\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2014-02-04 16:54+0100\n" +"POT-Creation-Date: 2014-02-05 16:41+0100\n" "PO-Revision-Date: 2014-02-04 16:00+0000\n" "Last-Translator: Kwpolska \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:41 msgid "Validating installation status..." @@ -104,7 +106,9 @@ msgstr "znaleziono istniejący pakiet {0}" #: pkgbuilder/build.py:196 #, 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:221 msgid "0 bytes downloaded" @@ -310,7 +314,7 @@ msgstr "(nic nie robi)" #: pkgbuilder/main.py:137 #, python-brace-format msgid "error: package '{0}' was not found" -msgstr "błąd: nie znaleziono pakietu {0}" +msgstr "błąd: nie znaleziono pakietu '{0}'" #. this would be too many entries, but this is an actual API #. limitation and not an idea of yours truly. @@ -348,7 +352,9 @@ msgstr "Używanie PKGBUILDera jako root może popsuć twój system!" 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 @@ -428,7 +434,8 @@ msgstr "i zaktualizować te pakiety teraz? [Y/n] " msgid "" "Do you want to cancel the current operation and upgrade these packages now? " "[Y/n] " -msgstr "Czy chcesz anulować obecną operację i zaktualizować te pakiety teraz? [Y/n] " +msgstr "" +"Czy chcesz anulować obecną operację i zaktualizować te pakiety teraz? [Y/n] " #: pkgbuilder/upgrade.py:213 pkgbuilder/upgrade.py:280 #, python-brace-format @@ -498,7 +505,19 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Repozytorium : aur\nKategoria : {cat}\nNazwa : {nme}\nWersja : {ver}\nURL : {url}\nLicencje : {lic}\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" +"Wersja : {ver}\n" +"URL : {url}\n" +"Licencje : {lic}\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:182 msgid "yes" @@ -528,7 +547,18 @@ 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..." @@ -550,7 +580,16 @@ 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 msgid "" @@ -561,7 +600,14 @@ 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 msgid "Hit Enter/Return to continue. " @@ -586,7 +632,19 @@ 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 msgid "" @@ -595,7 +653,12 @@ 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.\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 #, python-brace-format @@ -607,7 +670,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/tr/LC_MESSAGES/pkgbuilder.mo b/locale/tr/LC_MESSAGES/pkgbuilder.mo index e782c6d..482983c 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 530d8e3..516ff29 100644 --- a/locale/tr/LC_MESSAGES/pkgbuilder.po +++ b/locale/tr/LC_MESSAGES/pkgbuilder.po @@ -2,7 +2,7 @@ # Copyright © 2011-2014, Kwpolska. # This file is distributed under the same license as the PKGBUILDer package. # Kwpolska , 2011-2014. -# +# # Translators: # Kwpolska , 2013 # Kwpolska , 2013 @@ -10,16 +10,17 @@ # yfdogan , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.1.13\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2014-02-04 16:54+0100\n" +"POT-Creation-Date: 2014-02-05 16:41+0100\n" "PO-Revision-Date: 2014-02-04 16:11+0000\n" "Last-Translator: Kwpolska \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:41 @@ -343,14 +344,18 @@ msgstr "" #: pkgbuilder/main.py:240 msgid "Running PKGBUILDer as root can break your system!" -msgstr "PKGBUILD yapıcı yı yetkili kullanıcı hakları ile çalıştırmak sisteminizi bozabilir!" +msgstr "" +"PKGBUILD yapıcı yı yetkili kullanıcı hakları ile çalıştırmak sisteminizi " +"bozabilir!" #. TRANSLATORS: do not translate the word 'requests'. #: pkgbuilder/main.py:268 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 @@ -360,7 +365,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:222 msgid "ERROR:" @@ -430,7 +437,8 @@ msgstr "ve bu paketler şimdi yükseltilsin mi? [E/H]" msgid "" "Do you want to cancel the current operation and upgrade these packages now? " "[Y/n] " -msgstr "Geçerli işlemi sonlandırıp bu paketleri yükseltmek istiyormusunuz? [E/H]" +msgstr "" +"Geçerli işlemi sonlandırıp bu paketleri yükseltmek istiyormusunuz? [E/H]" #: pkgbuilder/upgrade.py:213 pkgbuilder/upgrade.py:280 #, python-brace-format @@ -500,7 +508,19 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Depo : aur\nKategori : {cat}\nİsim : {nme}\nSürüm : {ver}\nURL : {url}\nLisanslar : {lic}\nOylar : {cmv}\nGünü Geçmiş : {ood}\nBakıcı : {mnt}\nİlk ekleyen : {fsb}\nSon güncellenen: {upd}\nAçıklama : {dsc}\n" +msgstr "" +"Depo : aur\n" +"Kategori : {cat}\n" +"İsim : {nme}\n" +"Sürüm : {ver}\n" +"URL : {url}\n" +"Lisanslar : {lic}\n" +"Oylar : {cmv}\n" +"Günü Geçmiş : {ood}\n" +"Bakıcı : {mnt}\n" +"İlk ekleyen : {fsb}\n" +"Son güncellenen: {upd}\n" +"Açıklama : {dsc}\n" #: pkgbuilder/utils.py:182 msgid "yes" @@ -530,7 +550,18 @@ 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..." @@ -552,7 +583,17 @@ 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" +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:114 msgid "" @@ -563,7 +604,14 @@ 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" +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:123 msgid "Hit Enter/Return to continue. " @@ -588,7 +636,20 @@ 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" +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:158 msgid "" @@ -597,7 +658,12 @@ 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 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 #, python-brace-format @@ -609,7 +675,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 e6388fd..07c5d3a 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 f297f46..fa37cc4 100644 --- a/locale/vi/LC_MESSAGES/pkgbuilder.po +++ b/locale/vi/LC_MESSAGES/pkgbuilder.po @@ -2,22 +2,23 @@ # Copyright © 2011-2014, Kwpolska. # This file is distributed under the same license as the PKGBUILDer package. # Kwpolska , 2011-2014. -# +# # Translators: # ppanhh , 2013 # ppanhh , 2013 msgid "" msgstr "" -"Project-Id-Version: PKGBUILDer\n" +"Project-Id-Version: 3.1.13\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2014-02-04 16:54+0100\n" +"POT-Creation-Date: 2014-02-05 16:41+0100\n" "PO-Revision-Date: 2014-02-04 16:11+0000\n" "Last-Translator: Kwpolska \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:41 @@ -117,7 +118,8 @@ msgstr "Vẫn chưa giải nén tập tin nào." #: pkgbuilder/build.py:370 #, 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:460 msgid ":: Retrieving packages from abs..." @@ -348,7 +350,9 @@ msgstr "Chạy PKGBUILDer dưới dạng root có thể phá hỏng hệ thống 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 @@ -428,7 +432,9 @@ msgstr "và cập nhật các gói cài đặt ngay bây giờ? [Y/n]" msgid "" "Do you want to cancel the current operation and upgrade these packages now? " "[Y/n] " -msgstr "Bạn có muốn hủy bỏ tiến trình hiện tại và cập nhật các gói cài đặt này ngay bây giờ? [Y/n]" +msgstr "" +"Bạn có muốn hủy bỏ tiến trình hiện tại và cập nhật các gói cài đặt này ngay " +"bây giờ? [Y/n]" #: pkgbuilder/upgrade.py:213 pkgbuilder/upgrade.py:280 #, python-brace-format @@ -498,7 +504,19 @@ msgid "" "First Submitted: {fsb}\n" "Last Updated : {upd}\n" "Description : {dsc}\n" -msgstr "Người ủy thác : aur\nPhân loại : {cat}\nTên : {nme}\nPhiên bản : {ver}\nURL : {url}\nGiấy phép : {lic}\nVotes : {cmv}\nQuá hạn : {ood}\nNgười điều hành: {mnt}\nPhát hành lần đầu: {fsb}\nCập nhật lần cuối: {upd}\nMô tả : {dsc}\n" +msgstr "" +"Người ủy thác : aur\n" +"Phân loại : {cat}\n" +"Tên : {nme}\n" +"Phiên bản : {ver}\n" +"URL : {url}\n" +"Giấy phép : {lic}\n" +"Votes : {cmv}\n" +"Quá hạn : {ood}\n" +"Người điều hành: {mnt}\n" +"Phát hành lần đầu: {fsb}\n" +"Cập nhật lần cuối: {upd}\n" +"Mô tả : {dsc}\n" #: pkgbuilder/utils.py:182 msgid "yes" @@ -528,7 +546,19 @@ 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..." @@ -550,7 +580,17 @@ 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 msgid "" @@ -561,7 +601,15 @@ 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 msgid "Hit Enter/Return to continue. " @@ -586,7 +634,23 @@ 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" +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:158 msgid "" @@ -595,7 +659,12 @@ 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 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 #, python-brace-format @@ -607,7 +676,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 e1e74d2..77697ac 100644 --- a/messages.pot +++ b/messages.pot @@ -5,10 +5,10 @@ # msgid "" msgstr "" - "Project-Id-Version: 3.1.12\n" + "Project-Id-Version: 3.1.13\n" "Report-Msgid-Bugs-To: Kwpolska \n" - "POT-Creation-Date: 2014-02-04 16:54+0100\n" - "PO-Revision-Date: 2014-02-04 16:54+0100\n" + "POT-Creation-Date: 2014-02-05 16:41+0100\n" + "PO-Revision-Date: 2014-02-05 16:41+0100\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" "Language: en\n" diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index 6440f7c..1eabfcf 100644 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -44,7 +44,7 @@ """ __title__ = 'PKGBUILDer' -__version__ = '3.1.12' +__version__ = '3.1.13' __author__ = 'Kwpolska' __license__ = '3-clause BSD' __docformat__ = 'restructuredtext en' diff --git a/setup.py b/setup.py index 055e41f..e6ba4ae 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import codecs setup(name='pkgbuilder', - version='3.1.12', + version='3.1.13', description='An AUR helper (and library) in Python 3.', keywords='arch pkgbuild', author='Chris “Kwpolska” Warrick',