aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-01 21:37:19 -0700
committerAllan Wang <me@allanwang.ca>2019-07-01 21:37:19 -0700
commit7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b (patch)
tree5aacac8adbc87b2fd32aaed43e8ef56fdcd6c1d7
parentcf2a9933547ac5ed37e622c31e971137159be524 (diff)
parent39babe71b65cdad17b3d055f147d95e52a811e4a (diff)
downloadfrost-7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b.tar.gz
frost-7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b.tar.bz2
frost-7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b.zip
Merge branch 'dev' into theme
-rw-r--r--app/src/main/res/values-de-rDE/strings.xml4
-rw-r--r--app/src/main/res/values-de-rDE/strings_pref_behaviour.xml2
-rw-r--r--app/src/main/res/values-de-rDE/strings_pref_security.xml7
-rw-r--r--app/src/main/res/values-de-rDE/strings_preferences.xml2
-rw-r--r--app/src/main/res/values-es-rES/strings.xml1
-rw-r--r--app/src/main/res/values-fr-rFR/strings_pref_security.xml7
-rw-r--r--app/src/main/res/values-fr-rFR/strings_preferences.xml2
-rw-r--r--app/src/main/res/values-gr-rGR/strings.xml3
-rw-r--r--app/src/main/res/values-gr-rGR/strings_pref_debug.xml3
-rw-r--r--app/src/main/res/values-gr-rGR/strings_web_context.xml4
-rw-r--r--app/src/main/res/values-pl-rPL/strings.xml4
-rw-r--r--app/src/main/res/values-pl-rPL/strings_pref_behaviour.xml1
12 files changed, 30 insertions, 10 deletions
diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml
index 53a256a6..bfe54112 100644
--- a/app/src/main/res/values-de-rDE/strings.xml
+++ b/app/src/main/res/values-de-rDE/strings.xml
@@ -47,6 +47,9 @@
<string name="tab_customizer_instructions">Durch langes Drücken und Ziehen können Sie die oberen Symbole neu anordnen.</string>
<string name="no_new_notifications">Keine neue Benachrichtigungen gefunden</string>
<!--Biometrics-->
+ <string name="biometrics_prompt_title">Authentifiziere Frost</string>
+ <string name="today">Heute</string>
+ <string name="yesterday">Gestern</string>
<!--
Template used to display human readable string;
For instance:
@@ -55,5 +58,6 @@
The first element is the day, and the second element is the time
-->
+ <string name="time_template">%1$s um %2$s</string>
<string name="disclaimer">Haftungsausschluss</string>
</resources>
diff --git a/app/src/main/res/values-de-rDE/strings_pref_behaviour.xml b/app/src/main/res/values-de-rDE/strings_pref_behaviour.xml
index b7c1478f..b704acd3 100644
--- a/app/src/main/res/values-de-rDE/strings_pref_behaviour.xml
+++ b/app/src/main/res/values-de-rDE/strings_pref_behaviour.xml
@@ -17,6 +17,8 @@
<string name="force_message_bottom_desc">Beim Laden eines Nachrichten-Threads, direkt nach ganz unten scrollen anstatt die Seite normal zu laden.</string>
<string name="enable_pip">PIP aktivieren</string>
<string name="enable_pip_desc">Bild-in-Bild-Videos aktivieren</string>
+ <string name="autoplay_settings">Video Autoplay Einstellungen</string>
+ <string name="autoplay_settings_desc">Öffne Facebooks automatische Videowiedergabe Einstellungen. Beachte das diese deaktiviert werden muss damit PIP funktioniert.</string>
<string name="exit_confirmation">Beenden bestätigen</string>
<string name="exit_confirmation_desc">Zeigen Sie einen Bestätigungsdialog vor dem Beenden der app</string>
<string name="analytics">Statistik</string>
diff --git a/app/src/main/res/values-de-rDE/strings_pref_security.xml b/app/src/main/res/values-de-rDE/strings_pref_security.xml
new file mode 100644
index 00000000..ebce5eaf
--- /dev/null
+++ b/app/src/main/res/values-de-rDE/strings_pref_security.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<resources>
+ <string name="security_disclaimer_info">Sicherheitseinstellungen helfen den Zugriff auf Frost vor der UI zu schützen. Beachten Sie jedoch, dass lokale Daten nicht verschlüsselt sind und von rooted Benutzern trotzdem aufgerufen werden können.</string>
+ <string name="enable_biometrics">Biometrie aktivieren</string>
+ <string name="enable_biometrics_desc">Erforderlich biometrische Authentifizierung nach Inaktivität</string>
+</resources>
diff --git a/app/src/main/res/values-de-rDE/strings_preferences.xml b/app/src/main/res/values-de-rDE/strings_preferences.xml
index 9052d908..28250ba0 100644
--- a/app/src/main/res/values-de-rDE/strings_preferences.xml
+++ b/app/src/main/res/values-de-rDE/strings_preferences.xml
@@ -8,6 +8,8 @@
<string name="newsfeed_desc">Definieren Sie, welche Elemente in den Newsfeed angezeigt werden</string>
<string name="behaviour">Verhalten</string>
<string name="behaviour_desc">Definiere, wie sich die App in bestimmten Einstellungen verhält</string>
+ <string name="security">Sicherheit</string>
+ <string name="security_desc">Sperrbildschirm, Biometrie, etc</string>
<string name="network">Netzwerk</string>
<string name="network_desc">Definieren Sie die Optionen, beeinflussen des getakten Netzwerks</string>
<string name="experimental">Experimentell</string>
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
index 464c4b73..0c1281c9 100644
--- a/app/src/main/res/values-es-rES/strings.xml
+++ b/app/src/main/res/values-es-rES/strings.xml
@@ -58,5 +58,6 @@
The first element is the day, and the second element is the time
-->
+ <string name="time_template">%1$s a la(s) %2$s</string>
<string name="disclaimer">Atención</string>
</resources>
diff --git a/app/src/main/res/values-fr-rFR/strings_pref_security.xml b/app/src/main/res/values-fr-rFR/strings_pref_security.xml
new file mode 100644
index 00000000..b0bfbdf2
--- /dev/null
+++ b/app/src/main/res/values-fr-rFR/strings_pref_security.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<resources>
+ <string name="security_disclaimer_info">Les préférences de sécurité aident à protéger l\'accès à Frost depuis l\'interface. Cependant, notez que les données locales ne sont pas encryptées et peuvent toujours être accessibles par les utilisateurs rootés.</string>
+ <string name="enable_biometrics">Activer les biométriques</string>
+ <string name="enable_biometrics_desc">Nécessite une authentification biométrique après inactivité</string>
+</resources>
diff --git a/app/src/main/res/values-fr-rFR/strings_preferences.xml b/app/src/main/res/values-fr-rFR/strings_preferences.xml
index fcf51e5e..5f93e6b3 100644
--- a/app/src/main/res/values-fr-rFR/strings_preferences.xml
+++ b/app/src/main/res/values-fr-rFR/strings_preferences.xml
@@ -8,6 +8,8 @@
<string name="newsfeed_desc">Définir quels éléments apparaissent dans le fil d’actualité</string>
<string name="behaviour">Comportement</string>
<string name="behaviour_desc">Définir l’interaction entre l’application dans certains contextes</string>
+ <string name="security">Sécurité</string>
+ <string name="security_desc">Écran de verrouillage, biométriques, etc</string>
<string name="network">Réseau</string>
<string name="network_desc">Définir les options qui affectent les réseaux limités</string>
<string name="experimental">Expérimental</string>
diff --git a/app/src/main/res/values-gr-rGR/strings.xml b/app/src/main/res/values-gr-rGR/strings.xml
index e3bb2801..cc5866d8 100644
--- a/app/src/main/res/values-gr-rGR/strings.xml
+++ b/app/src/main/res/values-gr-rGR/strings.xml
@@ -16,8 +16,6 @@
<string name="chat">Συζήτηση</string>
<string name="photos">Φωτογραφίες</string>
<string name="marketplace">Αγορά</string>
- <string name="menu" translatable="false">@string/kau_menu</string>
- <string name="settings" translatable="false">@string/kau_settings</string>
<string name="notes">Σημειώσεις</string>
<string name="on_this_day">Σαν σήμερα</string>
@@ -54,7 +52,6 @@
<string name="top_bar">Μπάρα στο πάνω μέρος</string>
<string name="bottom_bar">Μπάρα στο κάτω μέρος</string>
- <string name="pip" translatable="false">PIP</string>
<string name="preview">Προεπισκόπηση</string>
<string name="options">Επιλογές</string>
<string name="tab_customizer_instructions">Πάτα συνεχόμενα και σύρε για να αλλάξεις τα εικονίδια στο πάνω μέρος.</string>
diff --git a/app/src/main/res/values-gr-rGR/strings_pref_debug.xml b/app/src/main/res/values-gr-rGR/strings_pref_debug.xml
index 45332fa4..bc805f15 100644
--- a/app/src/main/res/values-gr-rGR/strings_pref_debug.xml
+++ b/app/src/main/res/values-gr-rGR/strings_pref_debug.xml
@@ -10,9 +10,6 @@
</string>
<string name="debug_incomplete">Μη ολοκληρωμένη αναφορά</string>
-
- <string name="debug_report_email_title" translatable="false">Frost για Facebook : Αναφορά διόρθωσης σφαλμάτων</string>
-
<string name="debug_web">Διόρθωση σφαλμάτων από το Web</string>
<string name="debug_web_desc">Πλοηγήσου στη σελίδα με το σφάλμα και στείλε τις πηγές για διόρθωση σφαλμάτων.</string>
diff --git a/app/src/main/res/values-gr-rGR/strings_web_context.xml b/app/src/main/res/values-gr-rGR/strings_web_context.xml
index aad4a87e..8ce399eb 100644
--- a/app/src/main/res/values-gr-rGR/strings_web_context.xml
+++ b/app/src/main/res/values-gr-rGR/strings_web_context.xml
@@ -3,12 +3,8 @@
<string name="share_link">Κοινοποίηση Συνδέσμου</string>
<string name="debug_link">Αποσφαλμάτωση Συνδέσμου</string>
- <string name="local_service_name" translatable="false">Τοπική Υπηρεσία Frost </string>
- <string name="debug_link_subject" translatable="false">Frost για Facebook : Διόρθωση σφαλμάτων Συνδέσμων</string>
- <string name="debug_link_content" translatable="false">Γράψε εδώ. Πρόσεξε γιατί ο σύνδεσμος μπορεί να περιέχει προσωπικές πληροφορίες, αλλά εγώ δε θα μπορώ να τις δω μιας και η ανάρτηση δεν είναι δημόσια. Η URL διεύθυνση μπορεί ακόμη να βοηθήσει με τη διόρθωση σφαλμάτων όμως.</string>
<string name="debug_link_desc">Αν ένας σύνδεσμος δεν φορτώνει σωστά, μπορείς να μου στείλεις email για να βοηθήσω στη διόρθωση σφαλμάτων.Πατώντας okay θα ανοίξει μία αίτηση για email</string>
<string name="open_link">Άνοιγμα Συνδέσμου</string>
<string name="copy_link">Αντιγραφή Συνδέσμου</string>
<string name="copy_text">Αντιγραφή Κειμένου</string>
- <string name="debug_image_link_subject" translatable="false">Frost για Facebook: Διόρθωση Σφαλμάτων Συνδέσμων Εικόνων</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml
index 2d135fa3..3a539696 100644
--- a/app/src/main/res/values-pl-rPL/strings.xml
+++ b/app/src/main/res/values-pl-rPL/strings.xml
@@ -46,6 +46,9 @@
<string name="tab_customizer_instructions">Długie naciśnięcie i przeciągnięcie, aby zmienić kolejność ikon.</string>
<string name="no_new_notifications">Brak nowych powiadomień</string>
<!--Biometrics-->
+ <string name="biometrics_prompt_title">Uwierzytelnij Frost</string>
+ <string name="today">Dzisiaj</string>
+ <string name="yesterday">Wczoraj</string>
<!--
Template used to display human readable string;
For instance:
@@ -54,5 +57,6 @@
The first element is the day, and the second element is the time
-->
+ <string name="time_template">%1$s o %2$s</string>
<string name="disclaimer">Zrzeczenie się</string>
</resources>
diff --git a/app/src/main/res/values-pl-rPL/strings_pref_behaviour.xml b/app/src/main/res/values-pl-rPL/strings_pref_behaviour.xml
index eafa4ca1..b69477e0 100644
--- a/app/src/main/res/values-pl-rPL/strings_pref_behaviour.xml
+++ b/app/src/main/res/values-pl-rPL/strings_pref_behaviour.xml
@@ -17,6 +17,7 @@
<string name="force_message_bottom_desc">Podczas ładowania wątku wiadomości, wywołaj przewinięcie w dół strony.</string>
<string name="enable_pip">Włącz PIP</string>
<string name="enable_pip_desc">Włącz filmy w opcji obraz w obrazie</string>
+ <string name="autoplay_settings">Ustawienia autoodtwarzania</string>
<string name="exit_confirmation">Potwierdzenie wyjścia</string>
<string name="exit_confirmation_desc">Pokaż okno dialogowe przed zamknięciem aplikacji</string>
<string name="analytics">Statystyki</string>