Remove two untranslated gettext srings
The two translation files give fatal errors on `msgfmt -c`: gettext: app/examples/Games/GNUBoxWorld/.lang/cs.po:108: 'msgid' and 'msgstr' entries do not both begin with '\n' msgfmt: found 1 fatal error gettext: app/examples/Games/GNUBoxWorld/.lang/es_AR.po:97: 'msgid' and 'msgstr' entries do not both begin with '\n' msgfmt: found 1 fatal error
This commit is contained in:
parent
e52fc136d1
commit
b08346d887
2 changed files with 0 additions and 24 deletions
|
@ -95,18 +95,6 @@ msgstr ""
|
|||
msgid "License"
|
||||
msgstr "Licence"
|
||||
|
||||
#: FrmAbout.form:32
|
||||
msgid ""
|
||||
"\n"
|
||||
" Copyright (C) 2010. Author: Pablo Mileti \n"
|
||||
"\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 3 of the License, or (at your option) any later version.\n"
|
||||
"\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"
|
||||
"You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>."
|
||||
msgstr "-"
|
||||
|
||||
#: FrmAbout.form:42
|
||||
msgid ""
|
||||
"<b>Aim</b><br>\n"
|
||||
|
|
|
@ -84,18 +84,6 @@ msgstr "Autor: Pablo Mileti.<br> <br>Pueden enviar sus dudas, sugerencias, bugs,
|
|||
msgid "License"
|
||||
msgstr "Licencia"
|
||||
|
||||
#: FrmAbout.class:55
|
||||
msgid ""
|
||||
"\n"
|
||||
" Copyright (C) 2010. Author: Pablo Mileti \n"
|
||||
"\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 3 of the License, or (at your option) any later version.\n"
|
||||
"\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"
|
||||
"You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>."
|
||||
msgstr "-"
|
||||
|
||||
#: FrmAbout.class:65
|
||||
msgid ""
|
||||
"<b>Move</b><br>\n"
|
||||
|
|
Loading…
Reference in a new issue