Implement V4 Toolbar / AppBar colors and icons:

navigation and close icon, more icon is not changed

MAILAND-1543
This commit is contained in:
Davide Farella 2021-05-03 11:58:28 +02:00
parent a727a05823
commit 392b73563d
36 changed files with 620 additions and 566 deletions

View File

@ -30,7 +30,6 @@ import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.widget.SearchView;
import androidx.core.view.MenuItemCompat;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
@ -48,10 +47,6 @@ import ch.protonmail.android.adapters.messages.MessagesRecyclerViewAdapter;
import ch.protonmail.android.api.segments.event.FetchUpdatesJob;
import ch.protonmail.android.core.ProtonMailApplication;
import ch.protonmail.android.data.ContactsRepository;
import ch.protonmail.android.data.local.MessageDao;
import ch.protonmail.android.data.local.MessageDatabase;
import ch.protonmail.android.data.local.PendingActionDao;
import ch.protonmail.android.data.local.PendingActionDatabase;
import ch.protonmail.android.data.local.model.Message;
import ch.protonmail.android.events.LogoutEvent;
import ch.protonmail.android.events.NoResultsEvent;
@ -66,8 +61,6 @@ import static ch.protonmail.android.core.Constants.MessageLocationType;
@AndroidEntryPoint
public class SearchActivity extends BaseActivity {
private PendingActionDao pendingActionDao;
private MessagesRecyclerViewAdapter mAdapter;
private TextView noMessagesView;
private ProgressBar mProgressBar;
@ -75,7 +68,6 @@ public class SearchActivity extends BaseActivity {
private String mQueryText = "";
private int mCurrentPage;
private SearchView searchView = null;
private MessageDao searchDao;
@Inject
MessageDetailsRepository messageDetailsRepository;
@ -90,12 +82,6 @@ public class SearchActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
searchDao = MessageDatabase.Companion
.getSearchDatabase(getApplicationContext(), mUserManager.requireCurrentUserId())
.getDao();
pendingActionDao = PendingActionDatabase.Companion
.getInstance(getApplicationContext(), mUserManager.requireCurrentUserId())
.getDao();
ActionBar actionBar = getSupportActionBar();
if (actionBar != null) {
actionBar.setDisplayHomeAsUpEnabled(true);
@ -197,9 +183,9 @@ public class SearchActivity extends BaseActivity {
getMenuInflater().inflate(R.menu.search_menu, menu);
MenuItem searchItem = menu.findItem(R.id.search);
searchView = (SearchView) MenuItemCompat.getActionView(searchItem);
searchView = (SearchView) searchItem.getActionView();
searchView.setMaxWidth(Integer.MAX_VALUE);
searchView.setQueryHint(getString(R.string.search_messages));
searchView.setQueryHint(getString(R.string.x_search));
searchView.onActionViewExpanded();
searchView.setImeOptions(
EditorInfo.IME_ACTION_SEARCH | EditorInfo.IME_FLAG_NO_EXTRACT_UI | EditorInfo.IME_FLAG_NO_FULLSCREEN);

View File

@ -1,18 +1,18 @@
/*
* Copyright (c) 2020 Proton Technologies AG
*
*
* This file is part of ProtonMail.
*
*
* ProtonMail 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.
*
*
* ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
*/
@ -84,7 +84,7 @@ enum class SettingsEnum {
},
SEARCH {
override fun getHint(context: Context): String = ""
override fun getHeader(context: Context): String = context.resources.getString(R.string.search)
override fun getHeader(context: Context): String = context.resources.getString(R.string.x_search)
},
LABELS_N_FOLDERS {
override fun getHint(context: Context): String = ""

View File

@ -0,0 +1,29 @@
<!--
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M20.9999,11.9998H4.8149L11.5349,5.2798L10.4699,4.2148L1.9349,12.7498L10.4699,21.2848L11.5349,20.2198L4.8149,13.4998H20.9999V11.9998Z"
android:fillColor="#17181C"
android:fillType="evenOdd"/>
</vector>

View File

@ -0,0 +1,29 @@
<!--
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M20.7751,4.275L19.7251,3.225L12.0001,10.935L4.2751,3.225L3.2251,4.275L10.9351,12L3.2251,19.725L4.2751,20.775L12.0001,13.065L19.7251,20.775L20.7751,19.725L13.0651,12L20.7751,4.275Z"
android:fillColor="#17181C"
android:fillType="evenOdd"/>
</vector>

View File

@ -30,6 +30,6 @@
android:layout_gravity="center_vertical"
android:src="@drawable/ic_search"
android:background="@drawable/selector_circle_background_interaction_weak"
android:contentDescription="@string/search" />
android:contentDescription="@string/x_search" />
</FrameLayout>

View File

@ -1,26 +1,26 @@
<!--
Copyright (c) 2020 Proton Technologies AG
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
<com.google.android.material.appbar.MaterialToolbar
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize"
app:theme="@style/ToolbarStyle" />
tools:title="Title" />

View File

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_search"
android:textCursorDrawable="@null"
android:title="@string/search"
android:title="@string/x_search"
app:actionViewClass="androidx.appcompat.widget.SearchView"
app:showAsAction="always" />

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
@ -25,7 +25,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
android:id="@+id/action_search"
android:icon="@drawable/ic_menu_search"
android:textCursorDrawable="@null"
android:title="@string/search"
android:title="@string/x_search"
app:actionViewClass="androidx.appcompat.widget.SearchView"
app:showAsAction="always" />

View File

@ -24,7 +24,7 @@
<item
android:id="@+id/search"
android:title="@string/search"
android:title="@string/x_search"
app:actionLayout="@layout/layout_search_action"
app:showAsAction="ifRoom" />

View File

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/search"
android:textCursorDrawable="@null"
android:title="@string/search"
android:title="@string/x_search"
app:actionViewClass="androidx.appcompat.widget.SearchView"
app:showAsAction="ifRoom" />

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">CORREU XIFRAT</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Obtenint contactes de Protonmail...</string>
<string name="fetching_contacts_success">Contactes actualitzats amb èxit</string>
<string name="fetching_contacts_failure">No es pot actualitzar els contactes</string>
<string name="search">Cerca</string>
<string name="x_search">Cerca</string>
<string name="search_messages">Cerqueu missatges</string>
<string name="no_search_results">Cap resultat de cerca</string>
<string name="compose">Redactar</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">ŠIFROVANÝ EMAIL</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Načítání Protonmail kontaktů...</string>
<string name="fetching_contacts_success">Kontakty úspěšně načteny</string>
<string name="fetching_contacts_failure">Nelze načíst kontakty</string>
<string name="search">Vyhledat</string>
<string name="x_search">Vyhledat</string>
<string name="search_messages">Prohledat zprávy</string>
<string name="no_search_results">Žádné výsledky vyhledávání</string>
<string name="compose">Napsat</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">KRYPTERET E-MAIL</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Henter ProtonMail-kontakter...</string>
<string name="fetching_contacts_success">Kontakter er kopieret</string>
<string name="fetching_contacts_failure">Kunne ikke opfriske kontakter</string>
<string name="search">Søg</string>
<string name="x_search">Søg</string>
<string name="search_messages">Søg efter beskeder</string>
<string name="no_search_results">Intet søgeresultat</string>
<string name="compose">Skriv</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">Verschlüsselte Nachrichten</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">ProtonMail-Kontakte werden abgerufen …</string>
<string name="fetching_contacts_success">Kontakte erfolgreich aktualisiert</string>
<string name="fetching_contacts_failure">Kontakte konnten nicht aktualisiert werden</string>
<string name="search">Suchen</string>
<string name="x_search">Suchen</string>
<string name="search_messages">Nachrichten durchsuchen</string>
<string name="no_search_results">Keine Ergebnisse gefunden</string>
<string name="compose">Verfassen</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">ΚΡΥΠΤΟΓΡΑΦΗΜΕΝΟ E-MAIL</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Ανάκτηση επαφών Protonmail...</string>
<string name="fetching_contacts_success">Οι επαφές ενημερώθηκαν με επιτυχία</string>
<string name="fetching_contacts_failure">Αδύνατη η ενημέρωση των επαφών</string>
<string name="search">Αναζήτηση</string>
<string name="x_search">Αναζήτηση</string>
<string name="search_messages">Αναζήτηση μηνυμάτων</string>
<string name="no_search_results">Δεν βρέθηκαν αποτελέσματα</string>
<string name="compose">Σύνθεση</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">CORREO ELECTRÓNICO CIFRADO</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Obteniendo contactos de Protonmail...</string>
<string name="fetching_contacts_success">Contactos actualizados exitosamente</string>
<string name="fetching_contacts_failure">No se pueden actualizar los contactos</string>
<string name="search">Buscar</string>
<string name="x_search">Buscar</string>
<string name="search_messages">Buscar mensajes</string>
<string name="no_search_results">Búsqueda sin resultados</string>
<string name="compose">Redactar</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">MESSAGERIE CHIFFRÉE</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Récupération des contacts ProtonMail...</string>
<string name="fetching_contacts_success">Actualisation des contacts réussie</string>
<string name="fetching_contacts_failure">Impossible d\'actualiser les contacts</string>
<string name="search">Rechercher</string>
<string name="x_search">Rechercher</string>
<string name="search_messages">Rechercher des messages</string>
<string name="no_search_results">Aucun résultat pour cette recherche</string>
<string name="compose">Rédiger</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">ŠIFRIRANA E-POŠTA</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Dohvaćanje ProtonMail kontakata...</string>
<string name="fetching_contacts_success">Kontakti uspješno osvježeni</string>
<string name="fetching_contacts_failure">Nije moguće osvježiti kontakte</string>
<string name="search">Pretraga</string>
<string name="x_search">Pretraga</string>
<string name="search_messages">Pretraži poruke</string>
<string name="no_search_results">Nema rezultata pretraživanja</string>
<string name="compose">Nova poruka</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">TITKOSÍTOTT E-MAIL</string>
@ -85,7 +85,7 @@ Svájci székhellyel</string>
<string name="fetching_contacts">ProtonMail névjegyek lekérése...</string>
<string name="fetching_contacts_success">Névjegyek sikeresen frissítve</string>
<string name="fetching_contacts_failure">Nem sikerült a névjegyek frissítése</string>
<string name="search">Keresés</string>
<string name="x_search">Keresés</string>
<string name="search_messages">Üzenetek keresése</string>
<string name="no_search_results">Nincs találat</string>
<string name="compose">Levélírás</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">EMAIL TERENKRIPSI</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Mengambil kontak ProtonMail...</string>
<string name="fetching_contacts_success">Kontak berhasil disegarkan</string>
<string name="fetching_contacts_failure">Tidak dapat menyegarkan kontak</string>
<string name="search">Pencarian</string>
<string name="x_search">Pencarian</string>
<string name="search_messages">Cari pesan</string>
<string name="no_search_results">Tidak ada hasil pencarian</string>
<string name="compose">Tulis</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">DULRITAÐUR TÖLVUPÓSTUR</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Sæki ProtonMail tengiliði...</string>
<string name="fetching_contacts_success">Það tókst að endurlesa tengiliði</string>
<string name="fetching_contacts_failure">Ekki tókst að endurlesa tengiliði</string>
<string name="search">Leita</string>
<string name="x_search">Leita</string>
<string name="search_messages">Leita í skilaboðum</string>
<string name="no_search_results">Engar leitarniðurstöður</string>
<string name="compose">Semja skilaboð</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">EMAIL CRIPTATA</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Recupero dei contatti Protonmail...</string>
<string name="fetching_contacts_success">Contatti aggiornati con successo</string>
<string name="fetching_contacts_failure">Impossibile aggiornare i contatti</string>
<string name="search">Cerca</string>
<string name="x_search">Cerca</string>
<string name="search_messages">Cerca messaggi</string>
<string name="no_search_results">Nessun risultato trovato</string>
<string name="compose">Componi</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">暗号化されたメール</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Protonmailの連絡先を取得しています...</string>
<string name="fetching_contacts_success">連絡先が正常に更新されました。</string>
<string name="fetching_contacts_failure">連絡先を更新できません。</string>
<string name="search">検索</string>
<string name="x_search">検索</string>
<string name="search_messages">メッセージの検索</string>
<string name="no_search_results">検索結果はありません。</string>
<string name="compose">新規作成</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">IMAYL YETTWAWGELHEN</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Anadi n inermisen Protonmail...</string>
<string name="fetching_contacts_success">Inermisen ttwaleqmen akken iwata</string>
<string name="fetching_contacts_failure">Ur izmir ara ad ilqem inermisen</string>
<string name="search">Nadi</string>
<string name="x_search">Nadi</string>
<string name="search_messages">Nadi deg iznan</string>
<string name="no_search_results">Ulac igmaḍ</string>
<string name="compose">Aru</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">VERSLEUTELDE E-MAIL</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Protonmail contacten ophalen...</string>
<string name="fetching_contacts_success">Contacten succesvol vernieuwd</string>
<string name="fetching_contacts_failure">Kan contacten niet vernieuwen</string>
<string name="search">Zoeken</string>
<string name="x_search">Zoeken</string>
<string name="search_messages">Doorzoek berichten</string>
<string name="no_search_results">Geen zoekresultaten</string>
<string name="compose">Opstellen</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">SZYFROWANA POCZTA E-MAIL</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Trwa pobieranie kontaktów ProtonMail...</string>
<string name="fetching_contacts_success">Kontakty zostały odświeżone</string>
<string name="fetching_contacts_failure">Nie można odświeżyć kontaktów</string>
<string name="search">Szukaj</string>
<string name="x_search">Szukaj</string>
<string name="search_messages">Szukaj wiadomości</string>
<string name="no_search_results">Brak wyników wyszukiwania</string>
<string name="compose">Napisz</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">E-MAIL CRIPTOGRAFADO</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Pesquisando contatos no ProtonMail...</string>
<string name="fetching_contacts_success">Contatos atualizados com sucesso</string>
<string name="fetching_contacts_failure">Não foi possível atualizar contatos</string>
<string name="search">Pesquisar</string>
<string name="x_search">Pesquisar</string>
<string name="search_messages">Pesquisar mensagens</string>
<string name="no_search_results">Pesquisa sem resultados</string>
<string name="compose">Escrever</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">EMAIL ENCRIPTADO</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">A obter contactos do ProtonMail...</string>
<string name="fetching_contacts_success">Contactos obtidos com sucesso</string>
<string name="fetching_contacts_failure">Impossível obter os contactos</string>
<string name="search">Procurar</string>
<string name="x_search">Procurar</string>
<string name="search_messages">Procurar mensagens</string>
<string name="no_search_results">Procura sem resultados</string>
<string name="compose">Compor</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">E-MAIL CRIPTAT</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Se preiau contactele ProtonMail...</string>
<string name="fetching_contacts_success">Contactele au fost preluate cu succes</string>
<string name="fetching_contacts_failure">Nu s-au putut prelua contactele</string>
<string name="search">Căutare</string>
<string name="x_search">Căutare</string>
<string name="search_messages">Căutare mesaje</string>
<string name="no_search_results">Nu s-au găsit rezultate</string>
<string name="compose">Compunere</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">ЗАШИФРОВАННАЯ ПОЧТА</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Получение контактов с ProtonMail...</string>
<string name="fetching_contacts_success">Контакты успешно обновлены</string>
<string name="fetching_contacts_failure">Невозможно обновить контакты</string>
<string name="search">Поиск</string>
<string name="x_search">Поиск</string>
<string name="search_messages">Поиск сообщений</string>
<string name="no_search_results">Ничего не найдено</string>
<string name="compose">Новое письмо</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">KRYPTERAD E-POST</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Hämtar Protonmail kontakter...</string>
<string name="fetching_contacts_success">Kontakterna har uppdaterats</string>
<string name="fetching_contacts_failure">Det gick inte att uppdatera kontakterna</string>
<string name="search">Sök</string>
<string name="x_search">Sök</string>
<string name="search_messages">Sök meddelanden</string>
<string name="no_search_results">Inga sökresultat</string>
<string name="compose">Skriv nytt</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">ŞİFRELİ E-POSTA</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">ProtonMail kişileri alınıyor...</string>
<string name="fetching_contacts_success">Kişiler başarıyla yenilendi</string>
<string name="fetching_contacts_failure">Kişiler yenilenemiyor</string>
<string name="search">Ara</string>
<string name="x_search">Ara</string>
<string name="search_messages">İletilerde ara</string>
<string name="no_search_results">Arama sonucu yok</string>
<string name="compose">Oluştur</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">ЗАШИФРОВАНА ПОШТА</string>
@ -85,7 +85,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Отримання контактів ProtonMail...</string>
<string name="fetching_contacts_success">Контакти успішно оновлено</string>
<string name="fetching_contacts_failure">Не вдається оновити контакти</string>
<string name="search">Пошук</string>
<string name="x_search">Пошук</string>
<string name="search_messages">Пошук повідомлень</string>
<string name="no_search_results">Нічого не знайдено</string>
<string name="compose">Написати</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">加密邮件</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">正在读取 ProtonMail 通讯录...</string>
<string name="fetching_contacts_success">刷新联系人成功</string>
<string name="fetching_contacts_failure">无法刷新联系人</string>
<string name="search">搜索</string>
<string name="x_search">搜索</string>
<string name="search_messages">搜索邮件</string>
<string name="no_search_results">没有搜索结果</string>
<string name="compose">撰写邮件</string>

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">加密的電子郵件</string>
@ -84,7 +84,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">正在擷取 Protonmail 聯絡人……</string>
<string name="fetching_contacts_success">已成功更新聯絡人</string>
<string name="fetching_contacts_failure">無法更新聯絡人</string>
<string name="search">搜尋</string>
<string name="x_search">搜尋</string>
<string name="search_messages">搜尋郵件</string>
<string name="no_search_results">沒有搜尋結果</string>
<string name="compose">撰寫</string>

View File

@ -1,23 +1,33 @@
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail 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.
ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
~ Copyright (c) 2020 Proton Technologies AG
~
~ This file is part of ProtonMail.
~
~ ProtonMail 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.
~
~ ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- region V4 -->
<!-- region common -->
<string name="x_search">Search</string>
<!-- endregion -->
<!-- endregion -->
<!-- region V3 -->
<string name="protonmail">ProtonMail</string>
<string name="encrypted_emails">ENCRYPTED EMAIL</string>
<string name="secure_email_swiss">Secure Email Based\nin Switzerland</string>
@ -86,7 +96,6 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="fetching_contacts">Fetching ProtonMail contacts...</string>
<string name="fetching_contacts_success">Contacts refreshed successfully</string>
<string name="fetching_contacts_failure">Unable to refresh contacts</string>
<string name="search">Search</string>
<string name="search_messages">Search messages</string>
<string name="no_search_results">No search results</string>
<string name="compose">Compose</string>
@ -1129,6 +1138,7 @@ along with ProtonMail. If not, see https://www.gnu.org/licenses/.
<string name="failed_saving_draft_online">Failed saving online draft for message: "%s"</string>
<string name="cannot_open_message_while_being_sent">Can\'t open this message while it\'s being sent</string>
<string name="enable_conversation_mode">Enable conversation mode</string>
<!-- endregion -->
<string name="recipient_email_format">&lt;%s&gt;</string>
<string name="recipient_name_email_format">%s &lt;%s&gt;</string>