Fix from PR comments
* Revert translation of the GPL paragraph * Fix typo with "codec" * Add new translator in AUTHOR file * Add change in CHANGELOG.md
This commit is contained in:
parent
e0fb55f050
commit
6b3e6f6a65
1
AUTHORS
1
AUTHORS
|
@ -8,6 +8,7 @@ Akom Chotiphantawanon <knight2000@gmail.com> (Thai)
|
||||||
Chi Ming <tw.chi.ming@gmail.com> (Traditional Chinese)
|
Chi Ming <tw.chi.ming@gmail.com> (Traditional Chinese)
|
||||||
Cristian Marchi <cri.penta@gmail.com> (Italian)
|
Cristian Marchi <cri.penta@gmail.com> (Italian)
|
||||||
Derrick Moser <derrick_moser@yahoo.com> (Japanese)
|
Derrick Moser <derrick_moser@yahoo.com> (Japanese)
|
||||||
|
David Màrin <davefx@gmail.com> (Spanish)
|
||||||
Henri Menke <henrimenke4@aim.com> (German, Spanish)
|
Henri Menke <henrimenke4@aim.com> (German, Spanish)
|
||||||
Jindřich Šesták <khagaroth@gmail.com> (Czech)
|
Jindřich Šesták <khagaroth@gmail.com> (Czech)
|
||||||
Kang Bundo <kangbundo@gmail.com> (Korean)
|
Kang Bundo <kangbundo@gmail.com> (Korean)
|
||||||
|
|
|
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- convert to GTK 3
|
- convert to GTK 3
|
||||||
- updated Python highlighting for Python 3 grammar
|
- updated Python highlighting for Python 3 grammar
|
||||||
- updated copyrights years and authors
|
- updated copyrights years and authors
|
||||||
|
- improve Spanish translation
|
||||||
|
|
||||||
## [0.4.8] - 2014-07-18
|
## [0.4.8] - 2014-07-18
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -659,11 +659,11 @@ msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"You should have received a copy of the GNU General Public License along with this program. You may also obtain a copy of the GNU General Public License from the Free Software Foundation by visiting their web site (http://www.fsf.org/) or by writing to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n"
|
"You should have received a copy of the GNU General Public License along with this program. You may also obtain a copy of the GNU General Public License from the Free Software Foundation by visiting their web site (http://www.fsf.org/) or by writing to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Este programa es software libre; puedes redistribuirlo y/o modificarlo según los términos de la GNU General Public License según está publicada por la Free Software Foundation; tanto la versión 2 de la licencia, o (como desee) cualquier versión posterior.\n"
|
"This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the licence, or (at your option) any later version.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Este programa se distribuye esperando que sea útil, pero SIN NINGUNA GARANTÍA; incluso sin las garantías implícitas de CAPACIDAD DE COMERCIALIZACIÓN o de ADAPTACIÓN A UN PROPÓSITO. Véase la GNU General Public License para más detalles.\n"
|
"This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Debería haber recibido una copia de la GNU General Public License junto con este programa. Puede obtener una copia de la GNU General Public License en la Free Software Foundation visitando su sitio web (http://www.fsf.org/) o escribiendo a la Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n"
|
"You should have received a copy of the GNU General Public License along with this program. You may also obtain a copy of the GNU General Public License from the Free Software Foundation by visiting their web site (http://www.fsf.org/) or by writing to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n"
|
||||||
|
|
||||||
#: ../src/usr/bin/diffuse:7561
|
#: ../src/usr/bin/diffuse:7561
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
|
@ -734,7 +734,7 @@ msgstr ""
|
||||||
"Opciones generales:\n"
|
"Opciones generales:\n"
|
||||||
" ( -c | --commit ) <rev> Revisiones de fich. <rev-1> y <rev>\n"
|
" ( -c | --commit ) <rev> Revisiones de fich. <rev-1> y <rev>\n"
|
||||||
" ( -D | --close-if-same ) Cerrar pestañas sin diferencias\n"
|
" ( -D | --close-if-same ) Cerrar pestañas sin diferencias\n"
|
||||||
" ( -e | --encoding ) <cod> Usa codificación <cod> al leer y escribir\n"
|
" ( -e | --encoding ) <codec> Usa codificación <codec> al leer y escribir\n"
|
||||||
" ( -m | --modified ) Crea nueva pestaña para cada fich. modificado\n"
|
" ( -m | --modified ) Crea nueva pestaña para cada fich. modificado\n"
|
||||||
" ( -r | --revision ) <rev> Revisión de fichero <rev>\n"
|
" ( -r | --revision ) <rev> Revisión de fichero <rev>\n"
|
||||||
" ( -s | --separate ) Crea nueva pestaña para cada fichero\n"
|
" ( -s | --separate ) Crea nueva pestaña para cada fichero\n"
|
||||||
|
|
Loading…
Reference in New Issue