Skip to content
Snippets Groups Projects
Verified Commit c3079f4a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated translations

- Prepared for French and Serbian
- Updated Portuguese
- Reformatted XML resources
parent 117d3603
Branches
Tags
No related merge requests found
Pipeline #
Showing
with 274 additions and 7 deletions
......@@ -8,6 +8,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_status.xml
trans.lt = app/src/main/res/values-lt/strings_status.xml
trans.pt = app/src/main/res/values-pt/strings_status.xml
trans.sr = app/src/main/res/values-sr/strings_status.xml
trans.fr = app/src/main/res/values-fr/strings_status.xml
[quasseldroid-1.strings_errorxml]
type = ANDROID
......@@ -16,6 +18,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_error.xml
trans.lt = app/src/main/res/values-lt/strings_error.xml
trans.pt = app/src/main/res/values-pt/strings_error.xml
trans.sr = app/src/main/res/values-sr/strings_error.xml
trans.fr = app/src/main/res/values-fr/strings_error.xml
[quasseldroid-1.strings_defaultsxml]
type = ANDROID
......@@ -24,6 +28,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_defaults.xml
trans.lt = app/src/main/res/values-lt/strings_defaults.xml
trans.pt = app/src/main/res/values-pt/strings_defaults.xml
trans.sr = app/src/main/res/values-sr/strings_defaults.xml
trans.fr = app/src/main/res/values-fr/strings_defaults.xml
[quasseldroid-1.strings_formatxml]
type = ANDROID
......@@ -32,6 +38,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_format.xml
trans.lt = app/src/main/res/values-lt/strings_format.xml
trans.pt = app/src/main/res/values-pt/strings_format.xml
trans.sr = app/src/main/res/values-sr/strings_format.xml
trans.fr = app/src/main/res/values-fr/strings_format.xml
[quasseldroid-1.strings_preferencesxml]
type = ANDROID
......@@ -40,6 +48,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_preferences.xml
trans.lt = app/src/main/res/values-lt/strings_preferences.xml
trans.pt = app/src/main/res/values-pt/strings_preferences.xml
trans.sr = app/src/main/res/values-sr/strings_preferences.xml
trans.fr = app/src/main/res/values-fr/strings_preferences.xml
[quasseldroid-1.strings_messagesxml]
type = ANDROID
......@@ -48,6 +58,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_messages.xml
trans.lt = app/src/main/res/values-lt/strings_messages.xml
trans.pt = app/src/main/res/values-pt/strings_messages.xml
trans.sr = app/src/main/res/values-sr/strings_messages.xml
trans.fr = app/src/main/res/values-fr/strings_messages.xml
[quasseldroid-1.stringsxml]
type = ANDROID
......@@ -56,6 +68,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings.xml
trans.lt = app/src/main/res/values-lt/strings.xml
trans.pt = app/src/main/res/values-pt/strings.xml
trans.sr = app/src/main/res/values-sr/strings.xml
trans.fr = app/src/main/res/values-fr/strings.xml
[quasseldroid-1.strings_setupxml]
type = ANDROID
......@@ -64,6 +78,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_setup.xml
trans.lt = app/src/main/res/values-lt/strings_setup.xml
trans.pt = app/src/main/res/values-pt/strings_setup.xml
trans.sr = app/src/main/res/values-sr/strings_setup.xml
trans.fr = app/src/main/res/values-fr/strings_setup.xml
[quasseldroid-1.strings_contributorsxml]
type = ANDROID
......@@ -72,6 +88,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_contributors.xml
trans.lt = app/src/main/res/values-lt/strings_contributors.xml
trans.pt = app/src/main/res/values-pt/strings_contributors.xml
trans.sr = app/src/main/res/values-sr/strings_contributors.xml
trans.fr = app/src/main/res/values-fr/strings_contributors.xml
[quasseldroid-1.strings_infoxml]
type = ANDROID
......@@ -80,6 +98,8 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_info.xml
trans.lt = app/src/main/res/values-lt/strings_info.xml
trans.pt = app/src/main/res/values-pt/strings_info.xml
trans.sr = app/src/main/res/values-sr/strings_info.xml
trans.fr = app/src/main/res/values-fr/strings_info.xml
[quasseldroid-1.strings_settingsxml]
type = ANDROID
......@@ -88,4 +108,6 @@ source_lang = en
trans.de = app/src/main/res/values-de/strings_settings.xml
trans.lt = app/src/main/res/values-lt/strings_settings.xml
trans.pt = app/src/main/res/values-pt/strings_settings.xml
trans.sr = app/src/main/res/values-sr/strings_settings.xml
trans.fr = app/src/main/res/values-fr/strings_settings.xml
......@@ -34,8 +34,8 @@
<application
android:name=".Quasseldroid"
android:allowBackup="true"
android:fullBackupContent="@xml/backup_content"
android:description="@string/app_description"
android:fullBackupContent="@xml/backup_content"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
......
......@@ -58,10 +58,10 @@
android:digits="0123456789abcdefABCDEF"
android:focusable="true"
android:hint="FF0099CC"
android:inputType="textNoSuggestions"
android:textColor="?colorTextPrimary"
android:textColorHint="?colorTextSecondary"
android:textSize="@dimen/md_title_textsize"
android:inputType="textNoSuggestions"
tools:ignore="HardcodedText" />
</LinearLayout>
......
......@@ -65,7 +65,7 @@
android:paddingStart="16dp"
android:paddingTop="12dp"
android:scaleType="fitEnd"
app:tint="?attr/colorTextSecondary"
app:srcCompat="@drawable/ic_chevron_down" />
app:srcCompat="@drawable/ic_chevron_down"
app:tint="?attr/colorTextSecondary" />
</LinearLayout>
</LinearLayout>
......@@ -31,11 +31,9 @@
<string name="preference_theme_entry_gruvbox_light">Gruvbox (Hell)</string>
<string name="preference_theme_entry_gruvbox_dark">Gruvbox (Dunkel)</string>
<string name="preference_theme_entry_dracula">Dracula</string>
<string name="preference_input_enter_title">Eingabetaste auf Tastatur</string>
<string name="preference_input_enter_entry_emoji">Emoji-Auswahl</string>
<string name="preference_input_enter_entry_send">Senden</string>
<string name="preference_show_lag_title">Latenz anzeigen</string>
<string name="preference_show_lag_summary">Zeigt die Gerät-Core-Latenz in der Statusleiste</string>
......
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
......@@ -44,11 +44,13 @@
<plurals name="message_netsplit_join">
<item quantity="one">Netsplit tarp %1$s ir %2$s baigėsi: %3$d vartotojas prisijungė</item>
<item quantity="few">Netsplit tarp %1$s ir %2$s baigėsi: %3$d vartotojai prisijungė</item>
<item quantity="many">Netsplit tarp %1$s ir %2$s baigėsi: %3$d vartotojų prisijungė</item>
<item quantity="other">Netsplit tarp %1$s ir %2$s baigėsi: %3$d vartotojų prisijungė</item>
</plurals>
<plurals name="message_netsplit_quit">
<item quantity="one">Netsplit tarp %1$s ir %2$s: %3$d vartotojas išėjo</item>
<item quantity="few">Netsplit tarp %1$s ir %2$s: %3$d vartotojai išėjo</item>
<item quantity="many">Netsplit tarp %1$s ir %2$s: %3$d vartotojų išėjo</item>
<item quantity="other">Netsplit tarp %1$s ir %2$s: %3$d vartotojų išėjo</item>
</plurals>
</resources>
......@@ -126,7 +126,6 @@
<string name="preference_autocomplete_prefix_title">Siūlyti po simbolio</string>
<string name="preference_autocomplete_prefix_summary">Siūlyti slapyvardžius ir kanalus įvedus @ arba #</string>
<string name="preference_backlog_title">Žinučių žurnalas</string>
<string name="preference_page_size_title">Atminties dydis</string>
......
......@@ -126,6 +126,12 @@
<string name="preference_autocomplete_prefix_title">Mostrar após prefixo</string>
<string name="preference_autocomplete_prefix_summary">Sugere alcunhas e canais depois de inserir @ ou #</string>
<string name="preference_autocomplete_nicks_title">Preenchimento Automático de Alcunhas</string>
<string name="preference_autocomplete_buffers_title">Preenchimento Automático de Chats</string>
<string name="preference_autocomplete_aliases_title">Preenchimento Automático de Comandos</string>
<string name="preference_backlog_title">Histórico</string>
......
<?xml version="1.0" encoding="utf-8"?><!--
Quasseldroid - Quassel client for Android
Copyright (c) 2018 Janne Koschinski
Copyright (c) 2018 The Quassel Project
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as published
by the Free Software Foundation.
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.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources></resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment