1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <!--
3- /*
4- * Copyright (C) 2015 Jordi Mas i Hernàndez <[email protected] > 5- *
6- * This program is free software; you can redistribute it and/or
7- * modify it under the terms of the GNU General Public License as
8- * published by the Free Software Foundation; either version 2 of the
9- * License, or (at your option) any later version.
10- *
11- * This program is distributed in the hope that it will be useful,
12- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14- * General Public License for more details.
15- *
16- * You should have received a copy of the GNU General Public
17- * License along with this program; if not, write to the
18- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19- * Boston, MA 02111-1307, USA.
20- */
21-
22- -->
1+ <?xml version =' 1.0' encoding =' UTF-8' ?>
232<resources >
24- <string name =" app_name" >Corrector LanguageTool</string >
25- <string name =" spellchecker_name" >Corrector LanguageTool</string >
26- <string name =" sample_settings" >Preferències</string >
27- <string name =" version" >Versió</string >
28- <string name =" requests" >Peticions al servidor de correció</string >
29- <string name =" version_text" formatted =" false" >%s (muntat al %s)</string >
30- <string name =" connections" formatted =" false" >%d (darrera %s)</string >
31- <string name =" connection_none" >cap</string >
32- </resources >
3+ <string name =" app_name" >Revisió de text LanguageTool</string >
4+ <string name =" spellchecker_name" >Revisió de text LanguageTool</string >
5+ <string name =" sample_settings" >Preferències</string >
6+ <string name =" version" >Versió</string >
7+ <string name =" requests" >Sol·licituds al servidor</string >
8+ <!-- %s is the version number and %s the date (e.g Sun Feb 28)-->
9+ <string name =" version_text" formatted =" false" >%s (compilat el %s)</string >
10+ <!-- %d is the number of connections and %s the date (e.g Sun Feb 28)-->
11+ <string name =" connections" formatted =" false" >%d (últim %s)</string >
12+ <!-- Used on the string (last %s) when there is connection yet-->
13+ <string name =" connection_none" >cap</string >
14+ <string name =" install_steps" >Per a configurar aquesta aplicació, seguiu els següents passos::\n
15+ 1. Aneu a Paràmetres -> Idiomes i introducció de text -> Corrector ortogràfic.\n
16+ 2. Escolliu \"Revisió de text LanguageTool\" com a \"Corrector ortogràfic predeterminat.\"\n</string >
17+ <string name =" app_limitations" >Limitacions conegudes:\n
18+ 1. Alguns fabricants com Samsung suprimeixen les preferències que permeten seleccionar correctors ortogràfics de tercers com aquest.\n
19+ 2. Alguns teclats (p .ex Yandex keyboard) ignoren la configuració de correctors ortogràfics de tercers.\n
20+ \nDegut a la fragmentació en les capes de UI i API a Android, bastants combinacions de dispositius no funcionen amb aquesta aplicació.</string >
21+ <string name =" button_close" >Tanca</string >
22+ </resources >
0 commit comments