Browse Source

add missing value strings

main
Distopico Vegan 5 years ago
parent
commit
89813a4790
41 changed files with 193 additions and 125 deletions
  1. +0
    -2
      app/src/main/java/org/dystopia/email/FragmentMessages.java
  2. +3
    -23
      app/src/main/res/layout/fragment_messages.xml
  3. +4
    -1
      app/src/main/res/values-af/strings.xml
  4. +5
    -5
      app/src/main/res/values-ar-rBH/strings.xml
  5. +5
    -5
      app/src/main/res/values-ar-rEG/strings.xml
  6. +5
    -5
      app/src/main/res/values-ar-rSA/strings.xml
  7. +5
    -5
      app/src/main/res/values-ar-rYE/strings.xml
  8. +5
    -5
      app/src/main/res/values-ar/strings.xml
  9. +5
    -2
      app/src/main/res/values-az/strings.xml
  10. +5
    -2
      app/src/main/res/values-ca/strings.xml
  11. +5
    -2
      app/src/main/res/values-cs/strings.xml
  12. +6
    -10
      app/src/main/res/values-da/strings.xml
  13. +5
    -2
      app/src/main/res/values-de/strings.xml
  14. +5
    -2
      app/src/main/res/values-el/strings.xml
  15. +5
    -2
      app/src/main/res/values-en/strings.xml
  16. +5
    -2
      app/src/main/res/values-es-rES/strings.xml
  17. +5
    -2
      app/src/main/res/values-fa/strings.xml
  18. +5
    -2
      app/src/main/res/values-fi/strings.xml
  19. +5
    -2
      app/src/main/res/values-fr/strings.xml
  20. +5
    -2
      app/src/main/res/values-he/strings.xml
  21. +5
    -2
      app/src/main/res/values-hu/strings.xml
  22. +5
    -2
      app/src/main/res/values-it/strings.xml
  23. +5
    -2
      app/src/main/res/values-iw/strings.xml
  24. +5
    -2
      app/src/main/res/values-ja/strings.xml
  25. +5
    -2
      app/src/main/res/values-ko/strings.xml
  26. +5
    -2
      app/src/main/res/values-nb/strings.xml
  27. +5
    -2
      app/src/main/res/values-nl/strings.xml
  28. +5
    -2
      app/src/main/res/values-no/strings.xml
  29. +5
    -2
      app/src/main/res/values-pl/strings.xml
  30. +5
    -2
      app/src/main/res/values-pt-rBR/strings.xml
  31. +5
    -2
      app/src/main/res/values-pt-rPT/strings.xml
  32. +5
    -2
      app/src/main/res/values-ro/strings.xml
  33. +5
    -2
      app/src/main/res/values-ru/strings.xml
  34. +5
    -2
      app/src/main/res/values-sr/strings.xml
  35. +5
    -2
      app/src/main/res/values-sv-rSE/strings.xml
  36. +5
    -2
      app/src/main/res/values-tr/strings.xml
  37. +5
    -2
      app/src/main/res/values-uk/strings.xml
  38. +5
    -2
      app/src/main/res/values-vi/strings.xml
  39. +5
    -2
      app/src/main/res/values-zh-rCN/strings.xml
  40. +5
    -2
      app/src/main/res/values-zh-rTW/strings.xml
  41. +0
    -2
      app/src/main/res/values/strings.xml

+ 0
- 2
app/src/main/java/org/dystopia/email/FragmentMessages.java View File

@ -77,7 +77,6 @@ import androidx.recyclerview.widget.RecyclerView;
public class FragmentMessages extends FragmentEx {
private ViewGroup view;
private View popupAnchor;
private TextView tvSupport;
private ImageButton ibHintSupport;
private ImageButton ibHintSwipe;
private ImageButton ibHintSelect;
@ -155,7 +154,6 @@ public class FragmentMessages extends FragmentEx {
// Get controls
popupAnchor = view.findViewById(R.id.popupAnchor);
tvSupport = view.findViewById(R.id.tvSupport);
ibHintSupport = view.findViewById(R.id.ibHintSupport);
ibHintSwipe = view.findViewById(R.id.ibHintSwipe);
ibHintSelect = view.findViewById(R.id.ibHintSelect);


+ 3
- 23
app/src/main/res/layout/fragment_messages.xml View File

@ -17,27 +17,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tvSupport"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:padding="6dp"
android:text="@string/title_pro_support"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<View
android:id="@+id/vSeparatorSupport"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?attr/colorSeparator"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvSupport" />
<TextView
android:id="@+id/tvHintSupport"
android:layout_width="0dp"
@ -49,8 +28,9 @@
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintEnd_toStartOf="@+id/ibHintSupport"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/vSeparatorSupport" />
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<ImageButton
android:id="@+id/ibHintSupport"


+ 4
- 1
app/src/main/res/values-af/strings.xml View File

@ -27,7 +27,6 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 5
app/src/main/res/values-ar-rBH/strings.xml View File

@ -43,8 +43,7 @@
<string name="menu_operations">عمليات</string>
<string name="menu_legend">أسطورة</string>
<string name="menu_faq">أسئلة وأجوبة/الدعم</string>
<string name="menu_pro">ميزات النسخة الكاملة</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_about">حول</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">قيّم هذا التطبيق</string>
@ -262,12 +261,13 @@
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 5
app/src/main/res/values-ar-rEG/strings.xml View File

@ -43,7 +43,6 @@
<string name="menu_operations">عمليات</string>
<string name="menu_legend">أسطورة</string>
<string name="menu_faq">أسئلة وأجوبة/الدعم</string>
<string name="menu_pro">ميزات النسخة الكاملة</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_about">حول</string>
<string name="menu_invite">Invite</string>
@ -262,12 +261,13 @@
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 5
app/src/main/res/values-ar-rSA/strings.xml View File

@ -43,8 +43,7 @@
<string name="menu_operations">عمليات</string>
<string name="menu_legend">أسطورة</string>
<string name="menu_faq">أسئلة وأجوبة/الدعم</string>
<string name="menu_pro">ميزات النسخة الكاملة</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_about">حول</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">قيّم هذا التطبيق</string>
@ -262,12 +261,13 @@
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 5
app/src/main/res/values-ar-rYE/strings.xml View File

@ -43,8 +43,7 @@
<string name="menu_operations">عمليات</string>
<string name="menu_legend">أسطورة</string>
<string name="menu_faq">أسئلة وأجوبة/الدعم</string>
<string name="menu_pro">ميزات النسخة الكاملة</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_about">حول</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">قيّم هذا التطبيق</string>
@ -262,12 +261,13 @@
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 5
app/src/main/res/values-ar/strings.xml View File

@ -43,8 +43,7 @@
<string name="menu_operations">عمليات</string>
<string name="menu_legend">أسطورة</string>
<string name="menu_faq">أسئلة وأجوبة/الدعم</string>
<string name="menu_pro">ميزات النسخة الكاملة</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_privacy">الخصوصية</string>
<string name="menu_about">حول</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">قيّم هذا التطبيق</string>
@ -262,12 +261,13 @@
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-az/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Əməliyyatlar</string>
<string name="menu_legend">Mənalar</string>
<string name="menu_faq">TSS/dəstək</string>
<string name="menu_pro">Pro xüsusiyyətlər</string>
<string name="menu_privacy">Gizlilik</string>
<string name="menu_privacy">Gizlilik</string>
<string name="menu_about">Haqqında</string>
<string name="menu_invite">Dəvət et</string>
<string name="menu_rate">Bu tətbiqi qiymətləndir</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Sazlama məlumatı</string>
<string name="title_debug_info_remark">Zəhmət olmasa probleminizi təsvir edin və problemin vaxtını göstərin:</string>
<string name="title_crash_info_remark">Zəhmət olmasa tətbiq çökərkən tətbiqdə nə etdiyinizi təsvir edin:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-ca/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operacions</string>
<string name="menu_legend">Llegenda</string>
<string name="menu_faq">Preguntes freqüents/suport</string>
<string name="menu_pro">Característiques Pro</string>
<string name="menu_privacy">Privadesa</string>
<string name="menu_privacy">Privadesa</string>
<string name="menu_about">Quant a</string>
<string name="menu_invite">Invitació</string>
<string name="menu_rate">Puntua l\'aplicació</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Informació de depuració</string>
<string name="title_debug_info_remark">Per favor descriu el problema i indica quan en el que va ocorre:</string>
<string name="title_crash_info_remark">Per favor descriu què estaves fent quan l\'aplicació va fallar:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-cs/strings.xml View File

@ -35,8 +35,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -259,4 +258,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 6
- 10
app/src/main/res/values-da/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Aktiviteter</string>
<string name="menu_legend">Forklaring</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro funktioner</string>
<string name="menu_privacy">Privatliv</string>
<string name="menu_privacy">Privatliv</string>
<string name="menu_about">Om</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -246,16 +245,13 @@
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">Dette er en pro funktion</string>
<string name="title_pro_list">Liste over pro funktioner</string>
<string name="title_pro_purchase">Køb</string>
<string name="title_pro_hint">Køb af pro funktioner vil tillade dig at bruge alle nuværende og fremtidige pro funktioner og vil holde dette app vedligeholdt og understøttet</string>
<string name="title_pro_activated">Alle pro funktioner er aktiveret</string>
<string name="title_pro_valid">Alle pro funktioner aktiveret</string>
<string name="title_pro_invalid">Ugyldigt svar</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debugging info</string>
<string name="title_debug_info_remark">Beskriv venligst problemet og angiv tidspunkt for problemet:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-de/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Vorgänge</string>
<string name="menu_legend">Legende</string>
<string name="menu_faq">FAQ/Support</string>
<string name="menu_pro">Pro-Funktionen</string>
<string name="menu_privacy">Datenschutz</string>
<string name="menu_privacy">Datenschutz</string>
<string name="menu_about">Über</string>
<string name="menu_invite">Einladen</string>
<string name="menu_rate">Bewerte die App</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debuginformationen</string>
<string name="title_debug_info_remark">Bitte beschreiben Sie das Problem und zu welchem Zeitpunkt es aufgetreten ist:</string>
<string name="title_crash_info_remark">Bitte beschreiben Sie, was Sie getan haben, während die App abgestürzt ist:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-el/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-en/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-es-rES/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operaciones</string>
<string name="menu_legend">Referencia</string>
<string name="menu_faq">Preguntas Frecuentes</string>
<string name="menu_pro">Características Pro</string>
<string name="menu_privacy">Privacidad</string>
<string name="menu_privacy">Privacidad</string>
<string name="menu_about">Acerca de</string>
<string name="menu_invite">Invitar</string>
<string name="menu_rate">Califica esta app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Información de depuración</string>
<string name="title_debug_info_remark">Por favor describa el problema e indique el momento del mismo:</string>
<string name="title_crash_info_remark">Por favor describa que estaba haciendo cuando la app falló:</string>
<string name="title_privacy">Política de privacidad</string>
<string name="title_privacy_description"><b>SimpleEmail</b> no recopila ninguna información, no requiere permisos innecesarios y es <b>100% software libre</b>.</string>
<string name="title_permissions"><b>Se necesitan permisos y por qué</b></string>
<string name="title_permissions_list"><b> • tiene acceso completo a la red </b> (INTERNET): para enviar y recibir correo electrónico <b> • ver conexiones de red </b> (ACCESS_NETWORK_STATE): para monitorear los cambios de conectividad a internet <b> • ejecutar al inicio </b> (RECEIVE_BOOT_COMPLETED): para iniciar el monitoreo en el inicio del dispositivo <b> • Servicio de primer plano </b> (FOREGROUND_SERVICE): para ejecutar un servicio de primer plano en Android 9 Pie y posterior <b> • evitar que el dispositivo entre en suspensión </b> (WAKE_LOCK): para mantener el dispositivo despierto mientras se sincronizan los mensajes <b> • [Opcional] lee tus contactos </b> (READ_CONTACTS): autocompletar direcciones y mostrar fotos <b> • [Opcional] encuentre cuentas en el dispositivo </b> (GET_ACCOUNTS): usar OAuth en lugar de contraseñas</string>
</resources>

+ 5
- 2
app/src/main/res/values-fa/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">عملیات ها</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">پرسش و پاسخ / پشتیبانی</string>
<string name="menu_pro">ویژگی‌ نسخه‌ی حرفه‌ای</string>
<string name="menu_privacy">حریم خصوصی</string>
<string name="menu_privacy">حریم خصوصی</string>
<string name="menu_about">درباره</string>
<string name="menu_invite">دعوت کردن</string>
<string name="menu_rate">به این برنامه امتیاز دهید</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-fi/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-fr/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Opérations</string>
<string name="menu_legend">Légende</string>
<string name="menu_faq">FAQ / Aide</string>
<string name="menu_pro">Fonctionnalités Pro</string>
<string name="menu_privacy">Confidentialité</string>
<string name="menu_privacy">Confidentialité</string>
<string name="menu_about">À propos</string>
<string name="menu_invite">Inviter</string>
<string name="menu_rate">Noter cette application</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Information de débogage</string>
<string name="title_debug_info_remark">Veuillez décrire le problème et indiquer l\'heure à laquelle il est survenu :</string>
<string name="title_crash_info_remark">Veuillez décrire ce que vous faisiez lorsque l’application s’est arrêtée :</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-he/strings.xml View File

@ -35,8 +35,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -259,4 +258,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-hu/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Műveletek</string>
<string name="menu_legend">Jelmagyarázat</string>
<string name="menu_faq">GyIK/támogatás</string>
<string name="menu_pro">Pro funkciók</string>
<string name="menu_privacy">Adatvédelem</string>
<string name="menu_privacy">Adatvédelem</string>
<string name="menu_about">Névjegy</string>
<string name="menu_invite">Meghívás</string>
<string name="menu_rate">Alkalmazás értékelése</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-it/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operazioni</string>
<string name="menu_legend">Legenda</string>
<string name="menu_faq">FAQ/supporto</string>
<string name="menu_pro">Funzionalità a pagamento</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">Al riguardo</string>
<string name="menu_invite">Invita</string>
<string name="menu_rate">Valuta questa app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Informazioni di debug</string>
<string name="title_debug_info_remark">Si prega di descrivere il problema ed indicare il momento in cui è avvenuto:</string>
<string name="title_crash_info_remark">Descrivi cosa stavi facendo quando l\'app si è interrotta:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-iw/strings.xml View File

@ -35,8 +35,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -259,4 +258,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-ja/strings.xml View File

@ -23,8 +23,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -247,4 +246,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-ko/strings.xml View File

@ -23,8 +23,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -247,4 +246,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-nb/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-nl/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Handelingen</string>
<string name="menu_legend">Legenda</string>
<string name="menu_faq">FAQ/ondersteuning</string>
<string name="menu_pro">Pro functies</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">Over</string>
<string name="menu_invite">Uitnodigen</string>
<string name="menu_rate">Beoordeel deze app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Foutopsporing</string>
<string name="title_debug_info_remark">Beschrijf alstublieft het probleem en de tijd van het probleem:</string>
<string name="title_crash_info_remark">Beschrijf alstublieft wat u aan het doen was toen de app crashte:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-no/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-pl/strings.xml View File

@ -35,8 +35,7 @@
<string name="menu_operations">Operacje</string>
<string name="menu_legend">Legenda</string>
<string name="menu_faq">FAQ/Wsparcie</string>
<string name="menu_pro">Funkcje pro</string>
<string name="menu_privacy">Prywatność</string>
<string name="menu_privacy">Prywatność</string>
<string name="menu_about">O programie</string>
<string name="menu_invite">Zaproś</string>
<string name="menu_rate">Oceń aplikację</string>
@ -259,4 +258,8 @@
<string name="title_debug_info">Info debugowania</string>
<string name="title_debug_info_remark">Opisz proszę problem i wskaż moment jego wystąpienia:</string>
<string name="title_crash_info_remark">Opisz proszę, co robisz, w momencie awarii aplikacji:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-pt-rBR/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">Sobre</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Informações de depuração</string>
<string name="title_debug_info_remark">Por favor, descreva o problema e indique o momento em que ocorrera:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-pt-rPT/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-ro/strings.xml View File

@ -31,8 +31,7 @@
<string name="menu_operations">Operaţii</string>
<string name="menu_legend">Legendă</string>
<string name="menu_faq">Întrebări/suport</string>
<string name="menu_pro">Caracteristici versiune Pro</string>
<string name="menu_privacy">Confidențialitate</string>
<string name="menu_privacy">Confidențialitate</string>
<string name="menu_about">Despre</string>
<string name="menu_invite">Invită</string>
<string name="menu_rate">Evaluează această aplicație</string>
@ -255,4 +254,8 @@
<string name="title_debug_info">Depanare</string>
<string name="title_debug_info_remark">Va rog sa descrieți problema și să indicați momentul când s-a produs:</string>
<string name="title_crash_info_remark">Vă rugăm să descrieți ce făceați atunci când aplicația s-a oprit:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-ru/strings.xml View File

@ -35,8 +35,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -259,4 +258,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-sr/strings.xml View File

@ -31,8 +31,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -255,4 +254,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-sv-rSE/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">Aktiviteter</string>
<string name="menu_legend">Förklaring</string>
<string name="menu_faq">Vanliga frågor/support</string>
<string name="menu_pro">Pro-funktioner</string>
<string name="menu_privacy">Integritet</string>
<string name="menu_privacy">Integritet</string>
<string name="menu_about">Om</string>
<string name="menu_invite">Bjud in</string>
<string name="menu_rate">Betygsätt denna app</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Felsökningsinformation</string>
<string name="title_debug_info_remark">Beskriv problemet och ange tidpunkten för problemet:</string>
<string name="title_crash_info_remark">Beskriv vad du gjorde när appen kraschade:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-tr/strings.xml View File

@ -27,8 +27,7 @@
<string name="menu_operations">İşlemler</string>
<string name="menu_legend">Açıklamalar</string>
<string name="menu_faq">SSS/destek</string>
<string name="menu_pro">Pro özellikleri</string>
<string name="menu_privacy">Gizlilik</string>
<string name="menu_privacy">Gizlilik</string>
<string name="menu_about">Hakkında</string>
<string name="menu_invite">Davet et</string>
<string name="menu_rate">Bu uygulamaya puan verin</string>
@ -251,4 +250,8 @@
<string name="title_debug_info">Hata ayıklama bilgisi</string>
<string name="title_debug_info_remark">Lütfen sorunu açıklayın ve sorunun zamanını belirtin:</string>
<string name="title_crash_info_remark">Lütfen uygulama çöktüğü sırada ne yaptığınızı açıklayın:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-uk/strings.xml View File

@ -35,8 +35,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -259,4 +258,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-vi/strings.xml View File

@ -23,8 +23,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -247,4 +246,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-zh-rCN/strings.xml View File

@ -23,8 +23,7 @@
<string name="menu_operations">操作</string>
<string name="menu_legend">图例</string>
<string name="menu_faq">常见问题/支持</string>
<string name="menu_pro">专业版功能</string>
<string name="menu_privacy">隐私</string>
<string name="menu_privacy">隐私</string>
<string name="menu_about">关于</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">给这个应用打分</string>
@ -247,4 +246,8 @@
<string name="title_debug_info">调试信息</string>
<string name="title_debug_info_remark">请描述问题及问题发生的时间:</string>
<string name="title_crash_info_remark">请描述应用崩溃时您的操作</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 5
- 2
app/src/main/res/values-zh-rTW/strings.xml View File

@ -23,8 +23,7 @@
<string name="menu_operations">Operations</string>
<string name="menu_legend">Legend</string>
<string name="menu_faq">FAQ/support</string>
<string name="menu_pro">Pro features</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_privacy">Privacy</string>
<string name="menu_about">About</string>
<string name="menu_invite">Invite</string>
<string name="menu_rate">Rate this app</string>
@ -247,4 +246,8 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_privacy">Privacy policy</string>
<string name="title_privacy_description"><b>SimpleEmail</b> does not collect any information, does not require unnecessary permissions and is <b>100% Free Software</b>.</string>
<string name="title_permissions"><b>Permissions are needed and why</b></string>
<string name="title_permissions_list"><b>• have full network access</b> (INTERNET): to send and receive email <b> • view network connections</b> (ACCESS_NETWORK_STATE): to monitor internet connectivity changes <b> • run at startup</b> (RECEIVE_BOOT_COMPLETED): to start monitoring on device start <b> • foreground service</b> (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later <b> • prevent device from sleeping</b> (WAKE_LOCK): to keep the device awake while synchronizing messages <b> • [Optional] read your contacts</b> (READ_CONTACTS): to autocomplete addresses and to show photos <b> • [Optional] find accounts on the device</b> (GET_ACCOUNTS): to use OAuth instead of passwords</string>
</resources>

+ 0
- 2
app/src/main/res/values/strings.xml View File

@ -4,8 +4,6 @@
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_eula" translatable="false">THIS SOFTWARE IS PROVIDED BY THE AUTHOR \'\'AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
<string name="title_pro_support">TEST....</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


Loading…
Cancel
Save