From c2a52dddfa16679adee3e8da9a3ded58263b7b7f Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 5 Sep 2019 16:17:21 +0200 Subject: [PATCH] Update translations --- .tx/config | 28 +++++++ app/src/main/res/values-en-rGB/strings.xml | 25 ++++++ .../values-en-rGB/strings_certificates.xml | 24 ++++++ .../values-en-rGB/strings_contributors.xml | 23 ++++++ .../res/values-en-rGB/strings_defaults.xml | 20 +++++ .../main/res/values-en-rGB/strings_error.xml | 20 +++++ .../main/res/values-en-rGB/strings_format.xml | 23 ++++++ .../main/res/values-en-rGB/strings_info.xml | 20 +++++ .../res/values-en-rGB/strings_messages.xml | 20 +++++ .../res/values-en-rGB/strings_preferences.xml | 28 +++++++ .../res/values-en-rGB/strings_settings.xml | 20 +++++ .../main/res/values-en-rGB/strings_setup.xml | 20 +++++ .../main/res/values-en-rGB/strings_status.xml | 20 +++++ app/src/main/res/values-fr/strings.xml | 77 +++++++++++++++++++ .../res/values-fr/strings_certificates.xml | 20 +++++ .../res/values-fr/strings_contributors.xml | 20 +++++ .../main/res/values-fr/strings_defaults.xml | 20 +++++ app/src/main/res/values-fr/strings_error.xml | 20 +++++ app/src/main/res/values-fr/strings_format.xml | 20 +++++ app/src/main/res/values-fr/strings_info.xml | 20 +++++ .../main/res/values-fr/strings_messages.xml | 20 +++++ .../res/values-fr/strings_preferences.xml | 20 +++++ .../main/res/values-fr/strings_settings.xml | 20 +++++ app/src/main/res/values-fr/strings_setup.xml | 20 +++++ app/src/main/res/values-fr/strings_status.xml | 20 +++++ app/src/main/res/values-it/strings.xml | 1 + metadata/en-GB/full_description.txt | 22 ++++++ metadata/en-GB/short_description.txt | 3 + metadata/fr/full_description.txt | 22 ++++++ metadata/fr/short_description.txt | 3 + 30 files changed, 639 insertions(+) create mode 100644 app/src/main/res/values-en-rGB/strings.xml create mode 100644 app/src/main/res/values-en-rGB/strings_certificates.xml create mode 100644 app/src/main/res/values-en-rGB/strings_contributors.xml create mode 100644 app/src/main/res/values-en-rGB/strings_defaults.xml create mode 100644 app/src/main/res/values-en-rGB/strings_error.xml create mode 100644 app/src/main/res/values-en-rGB/strings_format.xml create mode 100644 app/src/main/res/values-en-rGB/strings_info.xml create mode 100644 app/src/main/res/values-en-rGB/strings_messages.xml create mode 100644 app/src/main/res/values-en-rGB/strings_preferences.xml create mode 100644 app/src/main/res/values-en-rGB/strings_settings.xml create mode 100644 app/src/main/res/values-en-rGB/strings_setup.xml create mode 100644 app/src/main/res/values-en-rGB/strings_status.xml create mode 100644 app/src/main/res/values-fr/strings.xml create mode 100644 app/src/main/res/values-fr/strings_certificates.xml create mode 100644 app/src/main/res/values-fr/strings_contributors.xml create mode 100644 app/src/main/res/values-fr/strings_defaults.xml create mode 100644 app/src/main/res/values-fr/strings_error.xml create mode 100644 app/src/main/res/values-fr/strings_format.xml create mode 100644 app/src/main/res/values-fr/strings_info.xml create mode 100644 app/src/main/res/values-fr/strings_messages.xml create mode 100644 app/src/main/res/values-fr/strings_preferences.xml create mode 100644 app/src/main/res/values-fr/strings_settings.xml create mode 100644 app/src/main/res/values-fr/strings_setup.xml create mode 100644 app/src/main/res/values-fr/strings_status.xml create mode 100644 metadata/en-GB/full_description.txt create mode 100644 metadata/en-GB/short_description.txt create mode 100644 metadata/fr/full_description.txt create mode 100644 metadata/fr/short_description.txt diff --git a/.tx/config b/.tx/config index c6e17e11f..27ec438b5 100644 --- a/.tx/config +++ b/.tx/config @@ -6,6 +6,8 @@ type = TXT source_file = metadata/en-US/full_description.txt source_lang = en trans.de = metadata/de-DE/full_description.txt +trans.en_GB = metadata/en-GB/full_description.txt +trans.fr = metadata/fr/full_description.txt trans.fr_CA = metadata/fr-CA/full_description.txt trans.it = metadata/it-IT/full_description.txt trans.lt = metadata/lt/full_description.txt @@ -18,6 +20,8 @@ type = TXT source_file = metadata/en-US/short_description.txt source_lang = en trans.de = metadata/de-DE/short_description.txt +trans.en_GB = metadata/en-GB/short_description.txt +trans.fr = metadata/fr/short_description.txt trans.fr_CA = metadata/fr-CA/short_description.txt trans.it = metadata/it-IT/short_description.txt trans.lt = metadata/lt/short_description.txt @@ -31,6 +35,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_certificates.xml source_lang = en trans.de = app/src/main/res/values-de/strings_certificates.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_certificates.xml +trans.fr = app/src/main/res/values-fr/strings_certificates.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_certificates.xml trans.it = app/src/main/res/values-it/strings_certificates.xml trans.lt = app/src/main/res/values-lt/strings_certificates.xml @@ -43,6 +49,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_status.xml source_lang = en trans.de = app/src/main/res/values-de/strings_status.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_status.xml +trans.fr = app/src/main/res/values-fr/strings_status.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_status.xml trans.it = app/src/main/res/values-it/strings_status.xml trans.lt = app/src/main/res/values-lt/strings_status.xml @@ -55,6 +63,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_error.xml source_lang = en trans.de = app/src/main/res/values-de/strings_error.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_error.xml +trans.fr = app/src/main/res/values-fr/strings_error.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_error.xml trans.it = app/src/main/res/values-it/strings_error.xml trans.lt = app/src/main/res/values-lt/strings_error.xml @@ -67,6 +77,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_defaults.xml source_lang = en trans.de = app/src/main/res/values-de/strings_defaults.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_defaults.xml +trans.fr = app/src/main/res/values-fr/strings_defaults.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_defaults.xml trans.it = app/src/main/res/values-it/strings_defaults.xml trans.lt = app/src/main/res/values-lt/strings_defaults.xml @@ -79,6 +91,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_format.xml source_lang = en trans.de = app/src/main/res/values-de/strings_format.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_format.xml +trans.fr = app/src/main/res/values-fr/strings_format.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_format.xml trans.it = app/src/main/res/values-it/strings_format.xml trans.lt = app/src/main/res/values-lt/strings_format.xml @@ -91,6 +105,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_preferences.xml source_lang = en trans.de = app/src/main/res/values-de/strings_preferences.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_preferences.xml +trans.fr = app/src/main/res/values-fr/strings_preferences.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_preferences.xml trans.it = app/src/main/res/values-it/strings_preferences.xml trans.lt = app/src/main/res/values-lt/strings_preferences.xml @@ -103,6 +119,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_messages.xml source_lang = en trans.de = app/src/main/res/values-de/strings_messages.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_messages.xml +trans.fr = app/src/main/res/values-fr/strings_messages.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_messages.xml trans.it = app/src/main/res/values-it/strings_messages.xml trans.lt = app/src/main/res/values-lt/strings_messages.xml @@ -115,6 +133,8 @@ type = ANDROID source_file = app/src/main/res/values/strings.xml source_lang = en trans.de = app/src/main/res/values-de/strings.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings.xml +trans.fr = app/src/main/res/values-fr/strings.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings.xml trans.it = app/src/main/res/values-it/strings.xml trans.lt = app/src/main/res/values-lt/strings.xml @@ -127,6 +147,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_setup.xml source_lang = en trans.de = app/src/main/res/values-de/strings_setup.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_setup.xml +trans.fr = app/src/main/res/values-fr/strings_setup.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_setup.xml trans.it = app/src/main/res/values-it/strings_setup.xml trans.lt = app/src/main/res/values-lt/strings_setup.xml @@ -139,6 +161,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_contributors.xml source_lang = en trans.de = app/src/main/res/values-de/strings_contributors.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_contributors.xml +trans.fr = app/src/main/res/values-fr/strings_contributors.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_contributors.xml trans.it = app/src/main/res/values-it/strings_contributors.xml trans.lt = app/src/main/res/values-lt/strings_contributors.xml @@ -151,6 +175,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_info.xml source_lang = en trans.de = app/src/main/res/values-de/strings_info.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_info.xml +trans.fr = app/src/main/res/values-fr/strings_info.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_info.xml trans.it = app/src/main/res/values-it/strings_info.xml trans.lt = app/src/main/res/values-lt/strings_info.xml @@ -163,6 +189,8 @@ type = ANDROID source_file = app/src/main/res/values/strings_settings.xml source_lang = en trans.de = app/src/main/res/values-de/strings_settings.xml +trans.en_GB = app/src/main/res/values-en-rGB/strings_settings.xml +trans.fr = app/src/main/res/values-fr/strings_settings.xml trans.fr_CA = app/src/main/res/values-fr-rCA/strings_settings.xml trans.it = app/src/main/res/values-it/strings_settings.xml trans.lt = app/src/main/res/values-lt/strings_settings.xml diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml new file mode 100644 index 000000000..beabb33aa --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> + <string name="app_description">An Android-based client for the decentralised Quassel IRC client.</string> + <string name="app_description_long">Quassel is a distributed, decentralised IRC client, written using C++ and Qt. Quasseldroid is a pure-kotlin client for the Quassel core, allowing you to connect to your Quassel core using your Android™ phone.</string> + + <string name="label_feature_synchronizedmarkerline">Required for synchronising the last position in channels</string> +</resources> diff --git a/app/src/main/res/values-en-rGB/strings_certificates.xml b/app/src/main/res/values-en-rGB/strings_certificates.xml new file mode 100644 index 000000000..5c95f9431 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_certificates.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> + <string name="certificate_organization">Organisation (O)</string> + <string name="certificate_organizational_unit">Organisational Unit (OU)</string> + +</resources> diff --git a/app/src/main/res/values-en-rGB/strings_contributors.xml b/app/src/main/res/values-en-rGB/strings_contributors.xml new file mode 100644 index 000000000..26a236b5b --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_contributors.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> + <string name="contributor_description_freqmod">Initial qdatastream deserialisation attempts</string> + <string name="contributor_description_sandsmark">Legacy protocol implementation, (de)serialisers, project (de)moraliser</string> +</resources> diff --git a/app/src/main/res/values-en-rGB/strings_defaults.xml b/app/src/main/res/values-en-rGB/strings_defaults.xml new file mode 100644 index 000000000..eae140734 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_defaults.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-en-rGB/strings_error.xml b/app/src/main/res/values-en-rGB/strings_error.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_error.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-en-rGB/strings_format.xml b/app/src/main/res/values-en-rGB/strings_format.xml new file mode 100644 index 000000000..34a4c8f5d --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_format.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> + <string name="label_foreground">Foreground Colour</string> + <string name="label_background">Background Colour</string> +</resources> diff --git a/app/src/main/res/values-en-rGB/strings_info.xml b/app/src/main/res/values-en-rGB/strings_info.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_info.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-en-rGB/strings_messages.xml b/app/src/main/res/values-en-rGB/strings_messages.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_messages.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-en-rGB/strings_preferences.xml b/app/src/main/res/values-en-rGB/strings_preferences.xml new file mode 100644 index 000000000..f2e0fbe93 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_preferences.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> + <string name="preference_notification_show_all_activities_in_toolbar_summary">Displays a coloured bubble in the toolbar for all chat activities</string> + + <string name="preference_colorize_mirc_title">Use mIRC Colours</string> + <string name="preference_colorize_mirc_summaryon">Show mIRC colours in messages</string> + <string name="preference_colorize_mirc_summaryoff">Strip mIRC colours from messages</string> + + <string name="preference_colorize_nicknames_title">Colourise nicknames</string> +</resources> diff --git a/app/src/main/res/values-en-rGB/strings_settings.xml b/app/src/main/res/values-en-rGB/strings_settings.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_settings.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-en-rGB/strings_setup.xml b/app/src/main/res/values-en-rGB/strings_setup.xml new file mode 100644 index 000000000..c4ccb9572 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_setup.xml @@ -0,0 +1,20 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-en-rGB/strings_status.xml b/app/src/main/res/values-en-rGB/strings_status.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings_status.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml new file mode 100644 index 000000000..bbc439ddd --- /dev/null +++ b/app/src/main/res/values-fr/strings.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> + <string name="app_name">Quasseldroid</string> + <string name="app_description">Un client basé sur Android pour décentraliser le client Quassel IRC.</string> + <string name="app_description_long">Quassel est un client IRC distribué et décentralisé, écrit en C++ et en Qt. Quasseldroid est un client pour Quassel core en pure kotlin, vous permettant de vous connecter à votre Quassel core en utilisant votre téléphone Android™.</string> + + <string name="connection_service_title">Service de connexion</string> + <string name="connection_service_description">Garder une connexion au core pour permettre les notifications et transmettre des messages.</string> + + <string name="label_about">À propos</string> + <string name="label_accept">Accepter</string> + <string name="label_acknowledgements">Remerciements</string> + <string name="label_archive">Archive</string> + <string name="label_archive_chat">Archiver la discussion</string> + <string name="label_archived_chats">Discussions archivées</string> + <string name="label_ascending">Croissant</string> + <string name="label_authors">Auteurs</string> + <string name="label_autocomplete">Autocomplétion</string> + <string name="label_avatar">Avatar</string> + <string name="label_back">Retour</string> + <string name="label_buffer_name">Nom de la discussion</string> + <string name="label_cancel">Annuler</string> + <string name="label_certificates">Certificats</string> + <string name="label_channel_name">Nom du salon</string> + <string name="label_clear_search">Effacer la recherche</string> + <string name="label_close">Fermer</string> + <string name="label_colors_custom">Modifier</string> + <string name="label_colors_mirc">mIRC</string> + <string name="label_configure">Configuration</string> + <string name="label_connect">Connecter</string> + <string name="label_copy">Copier</string> + <string name="label_crashes">Crashs</string> + <string name="label_crashes_empty">Pas de rapports de crash trouvés</string> + <string name="label_create_channel">Créer un salon</string> + <string name="label_delete">Supprimer</string> + <string name="label_delete_all">Tout supprimer</string> + <string name="label_descending">Décroissant</string> + <string name="label_disconnect">Déconnecter</string> + <string name="label_edit_core">Éditer le compte</string> + <string name="label_edit_nick">Éditer le pseudo</string> + <string name="label_edit_topic">Éditer le topic</string> + <string name="label_edit_topic_long">Ouvrir le dialogue pour changer le topic du salon</string> + <string name="label_filter_messages">Filtrer les messages</string> + <string name="label_finish">Finir</string> + <string name="label_generate_crash_report">Générer un rapport de crash</string> + <string name="label_ignore">Ignorer</string> + <string name="label_ignore_long">Ajouter/Retirer un utilisateur dans/de la liste des ignorés</string> + <string name="label_info">Détails</string> + <string name="label_info_certificate">Certificates</string> + <string name="label_info_channel">Détails des salons</string> + <string name="label_info_channellist">Liste des salons</string> + <string name="label_info_core">Détails du core</string> + <string name="label_info_user">Détails de l\'utilisateur</string> + <string name="label_input_history">Historique des entrées</string> + <string name="label_join">Joindre</string> + <string name="label_join_long">Joindre le salon</string> + <string name="label_libraries">Librairies</string> + <string name="label_license">Licence</string> +</resources> diff --git a/app/src/main/res/values-fr/strings_certificates.xml b/app/src/main/res/values-fr/strings_certificates.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_certificates.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_contributors.xml b/app/src/main/res/values-fr/strings_contributors.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_contributors.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_defaults.xml b/app/src/main/res/values-fr/strings_defaults.xml new file mode 100644 index 000000000..eae140734 --- /dev/null +++ b/app/src/main/res/values-fr/strings_defaults.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_error.xml b/app/src/main/res/values-fr/strings_error.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_error.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_format.xml b/app/src/main/res/values-fr/strings_format.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_format.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_info.xml b/app/src/main/res/values-fr/strings_info.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_info.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_messages.xml b/app/src/main/res/values-fr/strings_messages.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_messages.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_preferences.xml b/app/src/main/res/values-fr/strings_preferences.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_preferences.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_settings.xml b/app/src/main/res/values-fr/strings_settings.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_settings.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_setup.xml b/app/src/main/res/values-fr/strings_setup.xml new file mode 100644 index 000000000..c4ccb9572 --- /dev/null +++ b/app/src/main/res/values-fr/strings_setup.xml @@ -0,0 +1,20 @@ +<!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-fr/strings_status.xml b/app/src/main/res/values-fr/strings_status.xml new file mode 100644 index 000000000..595d85bd7 --- /dev/null +++ b/app/src/main/res/values-fr/strings_status.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + Quasseldroid - Quassel client for Android + + Copyright (c) 2019 Janne Mareike Koschinski + Copyright (c) 2019 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> diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index a2d132eee..8b830ffaf 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -200,4 +200,5 @@ <string name="info_copied_version">La versione è stato copiata negli appunti</string> <string name="advertisement_support_patreon">Per favore supporta lo sviluppo di questa app su Patreon</string> + <string name="advertisement_support_button">Supporta lo sviluppo</string> </resources> diff --git a/metadata/en-GB/full_description.txt b/metadata/en-GB/full_description.txt new file mode 100644 index 000000000..effa08936 --- /dev/null +++ b/metadata/en-GB/full_description.txt @@ -0,0 +1,22 @@ +Chat comfortably. Everywhere. + + +REQUIRES A QUASSEL CORE – DOES NOT WORK AS STANDALONE IRC CLIENT + +• <b>Use IRC on the go</b> – thanks to the Quassel core, you’ll never miss anything +• <b>Always have your entire chat history available</b> – just scroll up to load older messages, the core keeps them for you +• <b>Be notified when someone messages you</b> – even if you had no connection in the meantime + +If you are looking for the comfort you’re used to from modern chat apps, Quasseldroid is the best free android IRC client for you — you’ll get profile pictures, a beautiful UI based on Material Design, and all the features you love. + +And best of all, it’s fully free and open source. + +<b>Requirements:</b> + +You need to have an account on a Quassel core to use this app. If you have none, you can either set a core up yourself, or check if you can get an account on someone else’s core. + +This app only works with cores that run at least Quassel v0.10, for all features to be available you’ll need Quassel v0.13 + +To learn about how to set up a quassel core, see <a href="http://bugs.quassel-irc.org/projects/quassel-irc/wiki">the wiki</a> + +<b>Having trouble or feedback?:</b> Send us an email at support@kuschku.de \ No newline at end of file diff --git a/metadata/en-GB/short_description.txt b/metadata/en-GB/short_description.txt new file mode 100644 index 000000000..a51a99cd6 --- /dev/null +++ b/metadata/en-GB/short_description.txt @@ -0,0 +1,3 @@ +Chat comfortably. Everywhere. + +REQUIRES A QUASSEL CORE \ No newline at end of file diff --git a/metadata/fr/full_description.txt b/metadata/fr/full_description.txt new file mode 100644 index 000000000..effa08936 --- /dev/null +++ b/metadata/fr/full_description.txt @@ -0,0 +1,22 @@ +Chat comfortably. Everywhere. + + +REQUIRES A QUASSEL CORE – DOES NOT WORK AS STANDALONE IRC CLIENT + +• <b>Use IRC on the go</b> – thanks to the Quassel core, you’ll never miss anything +• <b>Always have your entire chat history available</b> – just scroll up to load older messages, the core keeps them for you +• <b>Be notified when someone messages you</b> – even if you had no connection in the meantime + +If you are looking for the comfort you’re used to from modern chat apps, Quasseldroid is the best free android IRC client for you — you’ll get profile pictures, a beautiful UI based on Material Design, and all the features you love. + +And best of all, it’s fully free and open source. + +<b>Requirements:</b> + +You need to have an account on a Quassel core to use this app. If you have none, you can either set a core up yourself, or check if you can get an account on someone else’s core. + +This app only works with cores that run at least Quassel v0.10, for all features to be available you’ll need Quassel v0.13 + +To learn about how to set up a quassel core, see <a href="http://bugs.quassel-irc.org/projects/quassel-irc/wiki">the wiki</a> + +<b>Having trouble or feedback?:</b> Send us an email at support@kuschku.de \ No newline at end of file diff --git a/metadata/fr/short_description.txt b/metadata/fr/short_description.txt new file mode 100644 index 000000000..a51a99cd6 --- /dev/null +++ b/metadata/fr/short_description.txt @@ -0,0 +1,3 @@ +Chat comfortably. Everywhere. + +REQUIRES A QUASSEL CORE \ No newline at end of file -- GitLab