Fixed some texts
This commit is contained in:
parent
2a5abe1c58
commit
20695bbd4d
3 changed files with 26 additions and 18 deletions
|
@ -17,4 +17,7 @@ reset_app = Reset app
|
|||
reset_warning = Warning: It will remove all data.
|
||||
data_settings = Data settings
|
||||
visit_repo = Visit the source code
|
||||
about_text = ToDoList 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.<br /><br />ToDoList 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.<br /><br />You should have received a copy of the GNU General Public License along with ToDoList. If not, see <http://www.gnu.org/licenses/>.<br /><br />Originally started and written by José Carlos Cuevas <reset (dot) reboot (at) gmail (dot) com>
|
||||
about_text_1 = ToDoList 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.
|
||||
about_text_2 = ToDoList 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.
|
||||
about_text_3 = You should have received a copy of the GNU General Public License along with ToDoList. If not, see <http://www.gnu.org/licenses/>.
|
||||
about_text_4 = Started and written originally by José Carlos Cuevas <reset (dot) reboot (at) gmail (dot) com>
|
||||
|
|
|
@ -16,6 +16,9 @@ about_menu = Acerca de...
|
|||
reset_app = Restablecer aplicación
|
||||
reset_warning = Peligro: Esto eliminará todos los datos.
|
||||
data_settings = Ajustes de datos
|
||||
visit_repo = Visita el código fuente
|
||||
about_text = ToDoList 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.<br /><br />ToDoList 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.<br /><br />You should have received a copy of the GNU General Public License along with ToDoList. If not, see <http://www.gnu.org/licenses/>.<br /><br />Iniciado y escrito originalmente por José Carlos Cuevas <reset (punto) reboot (arroba) gmail (punto) com>
|
||||
visit_repo = Visita el código fuente
|
||||
about_text_1 = ToDoList 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.
|
||||
about_text_2 = ToDoList 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.
|
||||
about_text_3 = You should have received a copy of the GNU General Public License along with ToDoList. If not, see <http://www.gnu.org/licenses/>.
|
||||
about_text_4 = Iniciado y escrito originalmente por José Carlos Cuevas <reset (punto) reboot (arroba) gmail (punto) com>;
|
||||
|
||||
|
|
32
index.html
32
index.html
|
@ -68,21 +68,23 @@
|
|||
<img src="img/icons/icon60x60.png" style="width: 60px; margin: auto;"/>
|
||||
</div>
|
||||
<a href="https://github.com/resetreboot/todolist" style="margin: 0 auto;" data-l10n-id="visit_repo">Visit the source code</a>
|
||||
<p data-l10n-id="about_text">
|
||||
ToDoList 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.
|
||||
<br /><br />
|
||||
ToDoList 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.
|
||||
<br /><br />
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with ToDoList. If not, see <http://www.gnu.org/licenses/>.
|
||||
<br /><br />
|
||||
Originally started and written by José Carlos Cuevas <reset (dot) reboot (at) gmail (dot) com>
|
||||
<p data-l10n-id="about_text_1">
|
||||
ToDoList 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.</p>
|
||||
<p data-l10n-id="about_text_2">
|
||||
ToDoList 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.
|
||||
</p>
|
||||
<p data-l10n-id="about_text_3">
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with ToDoList. If not, see <http://www.gnu.org/licenses/>.
|
||||
</p>
|
||||
<p data-l10n-id="about_text_4">
|
||||
Originally started and written by José Carlos Cuevas <reset (dot) reboot (at) gmail (dot) com>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue