Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 3f36ac9

Browse files
committed
Update translations
1 parent d141a61 commit 3f36ac9

File tree

6 files changed

+44
-34
lines changed

6 files changed

+44
-34
lines changed
Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
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 -&gt; Idiomes i introducció de text -&gt; 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>

CorrectorSoftcatala/src/main/res/values-de/strings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<string name="sample_settings">Einstellungen</string>
66
<string name="version">Version</string>
77
<string name="requests">Anfragen an den Textprüfungs-Server</string>
8+
<!--%s is the version number and %s the date (e.g Sun Feb 28)-->
89
<string name="version_text" formatted="false">%s (gebaut am %s)</string>
10+
<!--%d is the number of connections and %s the date (e.g Sun Feb 28)-->
911
<string name="connections" formatted="false">%d (zuletzt %s)</string>
12+
<!--Used on the string (last %s) when there is connection yet-->
1013
<string name="connection_none">keine</string>
14+
<string name="button_close">Schließen</string>
1115
</resources>

CorrectorSoftcatala/src/main/res/values-eo/strings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<string name="sample_settings">Agordoj</string>
66
<string name="version">Versio</string>
77
<string name="requests">Petoj al la servilo de kontrolado</string>
8+
<!--%s is the version number and %s the date (e.g Sun Feb 28)-->
89
<string name="version_text" formatted="false">%s (kunmetita ĉe %s)</string>
10+
<!--%d is the number of connections and %s the date (e.g Sun Feb 28)-->
911
<string name="connections" formatted="false">%d (lasta %s)</string>
12+
<!--Used on the string (last %s) when there is connection yet-->
1013
<string name="connection_none">neniu</string>
14+
<string name="button_close">Fermi</string>
1115
</resources>

CorrectorSoftcatala/src/main/res/values-fr/strings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<string name="sample_settings">Préférences</string>
66
<string name="version">Version</string>
77
<string name="requests">Requêtes au serveur de correction</string>
8+
<!--%s is the version number and %s the date (e.g Sun Feb 28)-->
89
<string name="version_text" formatted="false">%s (généré sur %s)</string>
10+
<!--%d is the number of connections and %s the date (e.g Sun Feb 28)-->
911
<string name="connections" formatted="false">%d (dernière %s)</string>
12+
<!--Used on the string (last %s) when there is connection yet-->
1013
<string name="connection_none">aucune</string>
14+
<string name="button_close">Fermer</string>
1115
</resources>

CorrectorSoftcatala/src/main/res/values-ru/strings.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
<string name="spellchecker_name">Корректор LanguageTool </string>
55
<string name="sample_settings">Настройки</string>
66
<string name="version">Версия</string>
7-
<string name="requests">Запрос к серверу проверки</string>
8-
<string name="version_text" formatted="false">%s (построен на %s)</string>
9-
<string name="connections" formatted="false">%d (последний %s)</string>
7+
<string name="requests">Объём запросов к серверу проверки</string>
8+
<!--%s is the version number and %s the date (e.g Sun Feb 28)-->
9+
<string name="version_text" formatted="false">%s (сборка от %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 (последний запрос %s)</string>
12+
<!--Used on the string (last %s) when there is connection yet-->
1013
<string name="connection_none">отсутствует</string>
14+
<string name="button_close">Закрыть</string>
1115
</resources>

CorrectorSoftcatala/src/main/res/values-uk/strings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<string name="sample_settings">Налаштування</string>
66
<string name="version">Версія</string>
77
<string name="requests">Запити до сервера коректора</string>
8+
<!--%s is the version number and %s the date (e.g Sun Feb 28)-->
89
<string name="version_text" formatted="false">%s (побудовано на %s)</string>
10+
<!--%d is the number of connections and %s the date (e.g Sun Feb 28)-->
911
<string name="connections" formatted="false">%d (останній %s)</string>
12+
<!--Used on the string (last %s) when there is connection yet-->
1013
<string name="connection_none">відсутній</string>
14+
<string name="button_close">Закрити</string>
1115
</resources>

0 commit comments

Comments
 (0)