diff --git a/app/src/main/java/com/git/amarradi/leafpad/MainActivity.java b/app/src/main/java/com/git/amarradi/leafpad/MainActivity.java
index ceed272..a008551 100755
--- a/app/src/main/java/com/git/amarradi/leafpad/MainActivity.java
+++ b/app/src/main/java/com/git/amarradi/leafpad/MainActivity.java
@@ -29,6 +29,7 @@
public class MainActivity extends AppCompatActivity implements SharedPreferences.OnSharedPreferenceChangeListener {
+
public final static String EXTRA_NOTE_ID = "com.git.amarradi.leafpad";
public static final String SHARED_PREFS = "sharedPrefs";
public static final String DESIGN_MODE = "system";
@@ -100,40 +101,28 @@ public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, Strin
loadThemeFromPreference(sharedPreferences);
}
}
+
private void loadThemeFromPreference(SharedPreferences sharedPreferences) {
changeTheme(sharedPreferences.getString(getString(R.string.theme_key), getString(R.string.system_preference_option_value)));
}
- private void changeTheme(String theme_value) {
- switch (theme_value) {
- case "lightmode": {
- Log.d("theme", "changeTheme: "+theme_value);
- AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
- SharedPreferences sharedPreferences = getSharedPreferences(SHARED_PREFS, MODE_PRIVATE);
- SharedPreferences.Editor editor = sharedPreferences.edit();
- editor.putString(DESIGN_MODE, theme_value);
- editor.apply();
- break;
- }
- case "darkmode": {
- Log.d("theme", "changeTheme: "+theme_value);
- AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES);
- SharedPreferences sharedPreferences = getSharedPreferences(SHARED_PREFS, MODE_PRIVATE);
- SharedPreferences.Editor editor = sharedPreferences.edit();
- editor.putString(DESIGN_MODE, theme_value);
- editor.apply();
- break;
- }
- case "system": {
- Log.d("theme", "changeTheme: "+theme_value);
- AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM);
- SharedPreferences sharedPreferences = getSharedPreferences(SHARED_PREFS, MODE_PRIVATE);
- SharedPreferences.Editor editor = sharedPreferences.edit();
- editor.putString(DESIGN_MODE, theme_value);
- editor.apply();
- break;
- }
+ private void changeTheme(String themeValue) {
+ Log.d("theme", "changeTheme: " + themeValue);
+ AppCompatDelegate.setDefaultNightMode(toNightMode(themeValue));
+ SharedPreferences sharedPreferences = getSharedPreferences(SHARED_PREFS, MODE_PRIVATE);
+ SharedPreferences.Editor editor = sharedPreferences.edit();
+ editor.putString(DESIGN_MODE, themeValue);
+ editor.apply();
+ }
+
+ private int toNightMode(String themeValue) {
+ if("lightmode".equals(themeValue)) {
+ return AppCompatDelegate.MODE_NIGHT_NO;
+ }
+ if("darkmode".equals(themeValue)) {
+ return AppCompatDelegate.MODE_NIGHT_YES;
}
+ return AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM;
}
@@ -164,6 +153,8 @@ public boolean onOptionsItemSelected(@NonNull MenuItem item) {
Intent settingsIntent = new Intent(this, SettingsActivity.class);
startActivity(settingsIntent);
break;
+ case R.id.item_search:
+
}
return super.onOptionsItemSelected(item);
}
diff --git a/app/src/main/res/drawable/action_search.xml b/app/src/main/res/drawable/action_search.xml
new file mode 100644
index 0000000..f4e055b
--- /dev/null
+++ b/app/src/main/res/drawable/action_search.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 64c8a97..cf6fb9f 100755
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -12,6 +12,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
+
+
diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml
index ce2079e..f517182 100755
--- a/app/src/main/res/menu/menu_main.xml
+++ b/app/src/main/res/menu/menu_main.xml
@@ -8,9 +8,17 @@
android:icon="@drawable/action_remove_all"
android:title="@string/action_remove_all"
app:showAsAction="ifRoom" /> -->
+
+
+
diff --git a/app/src/main/res/values-b+hi+Latn/strings.xml b/app/src/main/res/values-b+hi+Latn/strings.xml
index 7748f4c..e065cec 100644
--- a/app/src/main/res/values-b+hi+Latn/strings.xml
+++ b/app/src/main/res/values-b+hi+Latn/strings.xml
@@ -1,4 +1,65 @@
Leafpad
+ darkmode
+ system
+ lightmode
+ system
+ Theme
+ darkmode
+ theme
+ lightmode
+ नया नोट जोड़ें
+ नोट जोड़ें
+ नया नोट जोड़ें
+ शेयर नोट
+ शीर्षक
+ नोट
+ नोट निकालें
+ लीफपैड आपके स्मार्टफोन पर स्थानीय रूप से सभी डेटा को बचाता है। नोट या मेटाडाटा जैसे कि तारीख और समय किसी भी बादल में संग्रहीत नहीं हैं और किसी के साथ साझा नहीं किए जाते हैं। कोई टेक्स्ट विश्लेषण नहीं किया जाता है। नोट्स आपके हैं। आप तय करते हैं कि आप उनके साथ क्या करते हैं।।
+ लीफपैड का आनंद लेना?
+ क्या आप कुछ फीडबैक देना चाहते हैं?
+ हाँ
+ वास्तव में नहीं
+ ठीक
+ समीक्षा को बचाया गया था
+ यह नोट स्थायी रूप से हटा दिया जाएगा। बाद में इसे बहाल नहीं किया जा सकता है।।
+ रद्द करना
+ सेटिंग्स
+ जनरल
+ हम छुट्टियों या दोस्तों के जन्मदिन के लिए खरीदारी सूची, वार्तालाप नोट, पैकिंग सूची का एक नोट बनाते हैं। ये सभी अच्छे काम हैं ताकि हम उन्हें भूल न दें। भगवान के साथ यह पूरी तरह से अलग है, वह सब कुछ जानता है, अच्छा और बुरा, यहां तक कि एक पत्ती के बिना भी। भगवान लोगों को प्यार करता है और उनके साथ साथी होना चाहता है। हमारी मृत्यु के बाद हम उससे पहले खड़े हो जाओ और फिर सभी चीजों को भगवान के फैसले, अच्छे और बुरे में प्रकट किया जाएगा। जो लोग पुस्तक ऑफ लाइफ में पंजीकृत हैं उन्हें डरने के लिए कुछ भी नहीं है। क्या आप बुक ऑफ लाइफ में पंजीकृत हैं?
+ लीफपैड ओपनसोर्से और इसकी मुफ्त है
+ गिटहब
+ आप भंडार के माध्यम से स्रोत कोड को देख सकते हैं और देख सकते हैं। आप परिवर्तन अनुरोध और त्रुटि संदेश के लिए एक मुद्दा खोलने के लिए स्वागत करते हैं।।
+ लाइसेंस
+ ओपन सोर्स लाइसेंस
+ शेयर नोट?
+ नोट पहले सेव किया जाएगा
+ नोट सहेजें
+ बचाया
+ खोज
+ ध्यान दें
+ नया
+ Google PlayStore में एक समीक्षा के बारे में?
+ प्रणाली (मानक) का पालन करें
+ अंधेरे और प्रकाश थीम के बीच टॉगल
+ के बारे में
+ ऐप के बारे में
+ पर बनाया
+ क्या मैं आपको पत्तापैड के बारे में बताना चाहता हूं
+ संस्करण
+ संस्करण
+ लीफपैड नोट लेने के लिए एक सरल ऐप है।।
+ क्या आप निश्चित हैं?
+ और मैंने मृत देखा, महान और छोटा, सिंहासन से पहले खड़ा था; और किताबें खोली गईं: और दूसरी पुस्तक खोली गई थी, जो जीवन की पुस्तक है: और मृतकों को उनके कार्यों के अनुसार पुस्तकों में लिखी गई चीजों से बाहर कर दिया गया था। प्रकाशन 20:12
+ शीर्षक
+ नोट
+ नया नोट जोड़ें
+ नोट को पत्रपैड में भेजा गया था
+ संपादित करना
+ नया नोट
+ धन्यवाद Stefan D, Stefan R, Manuel, Falk और Stephanie अपने विचारों और एप्लिकेशन का परीक्षण करने के लिए।।
+ PlayStore पर रेटिंग
+ lightmode
+ darkmode
\ No newline at end of file
diff --git a/app/src/main/res/values-cz-rCZ/strings.xml b/app/src/main/res/values-cz-rCZ/strings.xml
new file mode 100644
index 0000000..03d6f9b
--- /dev/null
+++ b/app/src/main/res/values-cz-rCZ/strings.xml
@@ -0,0 +1,12 @@
+
+
+ darkmode
+ system
+ theme
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+ Leafpad
+
\ No newline at end of file
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
new file mode 100644
index 0000000..946d815
--- /dev/null
+++ b/app/src/main/res/values-da/strings.xml
@@ -0,0 +1,11 @@
+
+
+ darkmode
+ system
+ theme
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+
\ No newline at end of file
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 7ccf68c..132b7f7 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -9,7 +9,6 @@
Notiz
Notiz löschen
notieren
- Kopieren
neues notieren
Titel
Notiz
@@ -23,7 +22,6 @@
Ja
Nicht wirklich
OK
- Nein Danke
Notiz erstellt am
Die Bewertung wurde gespeichert
Sind Sie sicher?
@@ -31,7 +29,7 @@
Abbrechen
Einstellungen
Allgemein
- Farbschema
+ Theme
Hell
Dunkel
Systemstandard (standard)
@@ -44,18 +42,24 @@
Leafpad ist eine einfache App zum Schreiben von Notizen. Mit dieser App kann man auf seinem Telefon Noitzen erstellen, bearbeiten, versenden oder löschen.
Leafpad speichert alle Daten lokal auf deinem Smartphone. Die Notizen oder die Metadaten wie Datum und Uhrzeit werden in keiner Cloud abgelegt und mit niemandem geteilt. Es wird auch keine Textanalyse durchgeführt. Die Notizen gehören dir. Du entscheidest, was du damit machst.
Vor dem Thron aber sah ich die Toten stehen, vom Größten bis zum Kleinsten. Es wurden Bücher aufgeschlagen, in denen alle Taten aufgeschrieben sind, und dann noch ein anderes Buch: das Buch des Lebens. Anschließend wurde Gericht über die Toten gehalten. Jeder bekam das Urteil, das seinen Taten entsprach. Offenbarung des Johannes 20 Vers 12
- Wir notieren uns Einkauflisten, Gesprächsnotizen, Packlisten für den Urlaub oder Geburtstage von Freunden. Das sind alles gute Dinge um sie nicht zu vergessen. Bei Gott ist das ganz anders, er weiß alles, das Gute und das Schlechte, auch ohne leafpad. Gott liebt den Menschen und möchte Gemeinschaft mit ihm. Nach unserem Tod stehen wir vor ihm und dann werden alle Dinge im Gericht Gottes offenbar, die Guten und die Schlechten. Die Menschen, die im Buch des Lebens eintragen sind, haben dann nichts zu befürchten. Bist du im Buch des Lebens eingetragen?
+ Wir notieren uns Einkaufslisten, Gesprächsnotizen, Packlisten für Urlaube oder Geburtstage von Freunden. Das sind alles gute Dinge, damit wir sie nicht vergessen. Bei Gott ist das ganz ähnlich, er schreibt sich unsere guten und schlechten Taten auf und speichert sie. Gott steht über allem und weiß einfach alles. Gott liebt die Menschen und möchte mit ihnen Gemeinschaft haben. Das geht aber nur, wenn wir von Gott als schuldlos angesehen werden. Durch den Glauben an Jesus Christus werden unsere schlechten Taten (unsere Schuld) vor Gott ausgelöscht. Jesus Christus hat unsere Schuld am Kreuz auf Golgatha gesühnt. Jeder Mensch, der das annimmt ist für immer im Buch des Lebens eintragen. Sind Sie im Buch des Lebens eingetragen?
Bewertung im PlayStore
Leafpad ist OpenSource und es ist frei
GitHub
Sie können den Quellcode von Leafpad über das Repository einsehen und überprüfen. Für Änderungswünsche und Fehlermeldungen können Sie gerne ein sogenanntes Issue öffnen.
Lizenzen
Open source Lizenzen
- Notiz teilen
+ Notiz teilen?
Notiz wird erst gespeichert
- Danke Stefan, Falk und Stefanie für das Testen der App.
+ Danke Stefan D, Stefan R, Manuel, Falk und Stephanie für eure Ideen und das Testen der App.
Notiz speichern
gespeichert
-
suchen
+ lightmode
+ darkmode
+ lightmode
+ theme
+ darkmode
+ system
+ system
\ No newline at end of file
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 31937c5..a29e3ff 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -8,7 +8,6 @@
Borrar nota
hacer una nota
Escribir algo nuevo
- Copiar
Título
Nota
añadir una nueva nota
@@ -19,7 +18,6 @@
Sí
En realidad no
De acuerdo
- No, gracias
Se ha guardado la revisión
¿Estás seguro?
Cancelar
@@ -37,14 +35,14 @@
Leafpad es una sencilla aplicación para tomar notas.
Leafpad guarda todos los datos localmente en tu smartphone. Las notas o metadatos como la fecha y la hora no se almacenan en ninguna nube ni se comparten con nadie. Tampoco se realiza ningún análisis de texto. Las notas te pertenecen. Tú decides lo que haces con ellas.
Y vi a los muertos, grandes y pequeños, de pie ante el trono; y se abrieron libros; y se abrió otro libro, que es el libro de la vida; y fueron juzgados los muertos por las cosas que estaban escritas en los libros, según sus obras. Apocalipsis 20:12
- Gracias Stefan por probar la aplicación
+ Gracias a Stefan D, Stefan R, Manuel, Falk y Stephanie por sus ideas y por testear la aplicación.
Valoración en PlayStore
Leafpad es de código abierto y gratuita
GitHub
Puedes ver y comprobar el código fuente a través del repositorio. Puede abrir una incidencia para solicitar cambios y mensajes de error.
Licencias
Licencias de código abierto
- Compartir nota
+ Compartir nota?
La nota se guardará primero
guardar nota
guardada
@@ -55,4 +53,13 @@
Anotamos las listas de la compra, las notas de conversación, las listas de la maleta para las vacaciones o los cumpleaños de los amigos. Todas estas cosas son buenas para que no se nos olviden. Con Dios es completamente diferente, él lo sabe todo, lo bueno y lo malo, incluso sin un bloc de hojas. Dios ama a las personas y quiere tener comunión con ellas. Después de nuestra muerte compareceremos ante él y entonces todas las cosas serán reveladas en el juicio de Dios, lo bueno y lo malo. Las personas que están inscritas en el Libro de la Vida no tienen nada que temer. ¿Está usted inscrito en el Libro de la Vida?
Leafpad
Creado en
+ buscar
+ darkmode
+ theme
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+ system
\ No newline at end of file
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 7748f4c..addb71c 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -1,4 +1,65 @@
Leafpad
+ darkmode
+ system
+ theme
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+ Voulez-vous fournir quelques commentaires ?
+ Oui
+ Pas vraiment
+ OK
+ créé à
+ Cette note sera définitivement supprimée. Ensuite, il ne peut être restauré.
+ Annuler
+ Réglages
+ Généralités
+ Nous faisons une note des listes de courses, des notes de conversation, des listes d\'emballage pour les vacances ou les anniversaires d\'amis. Ce sont toutes de bonnes choses pour ne pas les oublier. Avec Dieu c\'est complètement différent, il sait tout, le bien et le mal, même sans pavé. Dieu aime les gens et veut être en communion avec eux. Après notre mort, nous nous tenons devant lui et toutes choses seront révélées dans le jugement de Dieu, le bien et le mal. Les gens inscrits dans le Livre de Vie n\'ont rien à craindre. Êtes-vous inscrit dans le Livre de Vie ?
+ Note sur PlayStore
+ Leafpad est OpenSource et gratuit
+ GitHub
+ Vous pouvez consulter et vérifier le code source via le dépôt. Vous êtes le bienvenu pour ouvrir un numéro pour les demandes de changement et les messages d\'erreur.
+ Licences
+ Licences Open Source
+ Note de partage ?
+ La note sera sauvegardée
+ Enregistrer la note
+ sauvés
+ Modifier la note
+ Ajouter la note
+ Modifier la note
+ Partager la note
+ Titre
+ Note
+ Supprimer la note
+ faire une note
+ Écrivez un nouveau
+ Titre
+ Note
+ ajouter une nouvelle note
+ la note a été envoyée au pavé
+ édité à
+ nouvelle note
+ Vous aimez le pavé ?
+ Que diriez-vous d\'un commentaire dans Google PlayStore ?
+ suivre le système (standard)
+ Basculer entre le thème sombre et le thème clair
+ À propos
+ À propos de l\'application
+ Ce que je veux te dire sur Leafpad
+ version
+ version
+ Leafpad est une application simple pour prendre des notes.
+ Leafpad sauve toutes les données localement sur votre smartphone. Les notes ou métadonnées telles que la date et l\'heure ne sont stockées dans aucun nuage et ne sont partagées avec personne. Aucune analyse de texte n \' est effectuée non plus. Les notes vous appartiennent. Tu décides ce que tu fais avec eux.
+ Et je vis les morts, les grands et les petits, debout devant le trône ; et des livres furent ouverts ; et un autre livre fut ouvert, qui est le livre de la vie ; et les morts furent jugés des choses qui étaient écrites dans les livres, selon leurs œuvres. Apocalypse 20 :12
+ Merci Stefan D, Stefan R, Manuel, Falk et Stephanie pour vos idées et tester l\'application.
+ L \' examen a été enregistré
+ Tu es sûr ?
+ recherche
+ lightmode
+ darkmode
\ No newline at end of file
diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml
index 7748f4c..0d60879 100644
--- a/app/src/main/res/values-hi/strings.xml
+++ b/app/src/main/res/values-hi/strings.xml
@@ -1,4 +1,65 @@
Leafpad
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+ darkmode
+ system
+ theme
+ लीफपैड आपके स्मार्टफोन पर स्थानीय रूप से सभी डेटा को बचाता है। नोट या मेटाडाटा जैसे कि तारीख और समय किसी भी बादल में संग्रहीत नहीं हैं और किसी के साथ साझा नहीं किए जाते हैं। कोई टेक्स्ट विश्लेषण नहीं किया जाता है। नोट्स आपके हैं। आप तय करते हैं कि आप उनके साथ क्या करते हैं।।
+ अंधेरे और प्रकाश थीम के बीच टॉगल
+ ऐप के बारे में
+ क्या मैं आपको पत्तापैड के बारे में बताना चाहता हूं
+ संस्करण
+ लीफपैड नोट लेने के लिए एक सरल ऐप है।।
+ आप भंडार के माध्यम से स्रोत कोड को देख सकते हैं और देख सकते हैं। आप परिवर्तन अनुरोध और त्रुटि संदेश के लिए एक मुद्दा खोलने के लिए स्वागत करते हैं।।
+ लाइसेंस
+ ओपन सोर्स लाइसेंस
+ शेयर नोट?
+ नोट पहले सेव किया जाएगा
+ नोट सहेजें
+ बचाया
+ खोज
+ नोटिफिकेशन
+ नोट जोड़ें
+ नोटिफिकेशन
+ शेयर नोट
+ शीर्षक
+ नोट
+ नोट निकालें
+ ध्यान दें
+ नया
+ शीर्षक
+ नोट
+ नया नोट जोड़ें
+ नोट को पत्रपैड में भेजा गया था
+ संपादित करना
+ नया नोट
+ लीफपैड का आनंद लेना?
+ Google PlayStore में एक समीक्षा के बारे में?
+ क्या आप कुछ फीडबैक देना चाहते हैं?
+ हाँ
+ वास्तव में नहीं
+ ठीक
+ रद्द करना
+ सेटिंग्स
+ धन्यवाद Stefan D, Stefan R, Manuel, Falk और Stephanie अपने विचारों और एप्लिकेशन का परीक्षण करने के लिए।।
+ प्रणाली (मानक) का पालन करें
+ के बारे में
+ संस्करण
+ क्या आप निश्चित हैं?
+ पर बनाया
+ समीक्षा को बचाया गया था
+ यह नोट स्थायी रूप से हटा दिया जाएगा। बाद में इसे बहाल नहीं किया जा सकता है।।
+ जनरल
+ और मैंने मृत देखा, महान और छोटा, सिंहासन से पहले खड़ा था; और किताबें खोली गईं: और दूसरी पुस्तक खोली गई थी, जो जीवन की पुस्तक है: और मृतकों को उनके कार्यों के अनुसार पुस्तकों में लिखी गई चीजों से बाहर कर दिया गया था। प्रकाशन 20:12
+ हम छुट्टियों या दोस्तों के जन्मदिन के लिए खरीदारी सूची, वार्तालाप नोट, पैकिंग सूची का एक नोट बनाते हैं। ये सभी अच्छे काम हैं ताकि हम उन्हें भूल न दें। भगवान के साथ यह पूरी तरह से अलग है, वह सब कुछ जानता है, अच्छा और बुरा, यहां तक कि एक पत्ती के बिना भी। भगवान लोगों को प्यार करता है और उनके साथ साथी होना चाहता है। हमारी मृत्यु के बाद हम उससे पहले खड़े हो जाओ और फिर सभी चीजों को भगवान के फैसले, अच्छे और बुरे में प्रकट किया जाएगा। जो लोग पुस्तक ऑफ लाइफ में पंजीकृत हैं उन्हें डरने के लिए कुछ भी नहीं है। क्या आप बुक ऑफ लाइफ में पंजीकृत हैं?
+ PlayStore पर रेटिंग
+ लीफपैड ओपनसोर्से और इसकी मुफ्त है
+ गिटहब
+ lightmode
+ darkmode
\ No newline at end of file
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
new file mode 100644
index 0000000..5b964f3
--- /dev/null
+++ b/app/src/main/res/values-hu/strings.xml
@@ -0,0 +1,12 @@
+
+
+ system
+ lightmode
+ darkmode
+ theme
+ system
+ lightmode
+ Theme
+ darkmode
+ Leafpad
+
\ No newline at end of file
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 7748f4c..9455f47 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -1,4 +1,65 @@
Leafpad
+ Aggiungere una nota
+ modificata a
+ Generali
+ Leafpad salva tutti i dati in locale sul tuo smartphone. Le note o i metadati come data e ora non vengono memorizzati in nessun cloud e non vengono condivisi con nessuno. Non viene effettuata nessuna analisi del testo. Le note sono di tua proprietà. Decidi tu cosa farne.
+ E vidi i morti, i grandi e i piccoli, in piedi davanti al trono; e si aprirono dei libri; e si aprì un altro libro, che è il libro della vita; e i morti furono giudicati dalle cose scritte nei libri, secondo le loro opere. Apocalisse 20:12
+ Scriviamo delle liste della spesa, delle note di conversazione, delle liste per le vacanze o i compleanni degli amici. Sono tutte cose buone per non dimenticarle. Con Dio è completamente diverso, Lui sa tutto, il bene e il male, anche senza Leafpad. Dio ama le persone e vuole essere in comunione con loro. Dopo la nostra morte ci troveremo davanti a Lui e allora tutte le cose saranno rivelate nel giudizio di Dio, le buone e le cattive. Chi è iscritto nel Libro della Vita non ha nulla da temere. Siete iscritti nel Libro della vita?
+ È possibile visualizzare e controllare il codice sorgente tramite il repository. È possibile aprire un problema per le richieste di modifica e i messaggi di errore.
+ Licenze open source
+ Modificare nota
+ Aggiungere nota
+ Modificare nota
+ Condividere nota
+ Titolo
+ Nota
+ Cancellare nota
+ Creare una nota
+ Scrivi qualcosa
+ Titolo
+ Nuova nota
+ Vuoi lasciare un commento su Google Play?
+ Si
+ Veramente no
+ Va bene
+ Creato a
+ Segui sistema (standard)
+ Passa dal tema scuro a quello chiaro
+ Informazioni
+ versione
+ versione
+ Leafpad è una applicazione semplice per scrivere note.
+ Condividere nota?
+ La nota sarà salvata per prima
+ Salvare nota
+ Salvata
+ Cerca
+ Questa nota sara eliminata per sempre. Non potrà essere ripristinata.
+ Cancellare
+ Nota
+ Nota inviata a Leafpad
+ Ti piace Leafpad?
+ La revisone è stata salvata
+ Sei sicuro?
+ Impostazioni
+ Tema chiaro
+ Tema scuro
+ Informazioni sull\'app
+ Quello che voglio dirti su Leafpad
+ Grazie a Stefan D, Stefan R, Manuel, Falk e Stephanie per le loro idee e per aver testato l\'applicazione.
+ Valuta su Playstore
+ Leafpad è gratuito e open source
+ GitHub
+ darkmode
+ system
+ theme
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+ Vuoi lasciare il tuo commento?
+ Licenze
\ No newline at end of file
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
new file mode 100644
index 0000000..03d6f9b
--- /dev/null
+++ b/app/src/main/res/values-nl/strings.xml
@@ -0,0 +1,12 @@
+
+
+ darkmode
+ system
+ theme
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+ Leafpad
+
\ No newline at end of file
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
new file mode 100644
index 0000000..bbb052a
--- /dev/null
+++ b/app/src/main/res/values-pl/strings.xml
@@ -0,0 +1,12 @@
+
+
+ system
+ darkmode
+ theme
+ lightmode
+ system
+ lightmode
+ Theme
+ darkmode
+ Leafpad
+
\ No newline at end of file
diff --git a/app/src/main/res/values-ur-rIN/strings.xml b/app/src/main/res/values-ur-rIN/strings.xml
index a6b3dae..c230534 100644
--- a/app/src/main/res/values-ur-rIN/strings.xml
+++ b/app/src/main/res/values-ur-rIN/strings.xml
@@ -1,2 +1,14 @@
-
\ No newline at end of file
+
+ theme
+ lightmode
+ darkmode
+ system
+ lightmode
+ system
+ Theme
+ darkmode
+ Leafpad
+ lightmode
+ darkmode
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a624d81..4388258 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -10,7 +10,6 @@
Remove note
make a note
Write down new
- Copy
Title
Note
add new Note
@@ -23,7 +22,6 @@
Yes
Not really
OK
- No, thanks
created at
The review was saved
Are you sure?
@@ -56,8 +54,8 @@
Leafpad is a simple app for taking notes.
Leafpad saves all data locally on your smartphone. The notes or metadata such as date and time are not stored in any cloud and are not shared with anyone. No text analysis is carried out either. The notes belong to you. You decide what you do with them.
And I saw the dead, the great and the small, standing before the throne; and books were opened: and another book was opened, which is the book of life: and the dead were judged out of the things which were written in the books, according to their works. Revelation 20:12
- We make a note of shopping lists, conversation notes, packing lists for holidays or friends\' birthdays. These are all good things so that we don\'t forget them. With God it\'s completely different, he knows everything, the good and the bad, even without a leafpad. God loves people and wants to have fellowship with them. After our death we stand before him and then all things will be revealed in God\'s judgement, the good and the bad. People who are registered in the Book of Life have nothing to fear. Are you registered in the Book of Life?
- Thank you Stefan, Falk and Stefanie for testing the app.
+ We write down shopping lists, notes for conversations, packing lists for vacations or friends\' birthdays. These are all good things so that we don\'t forget them. It\'s very similar with God, he writes down our good and bad deeds and saves them. God is above everything and simply knows everything. God loves people and wants to have fellowship with them. But this is only possible if we are seen by God as blameless. Through faith in Jesus Christ, our bad deeds (our guilt) are wiped out before God. Jesus Christ atoned for our guilt on the cross of Calvary. Every person who accepts this is entered in the book of life forever. Are you registered in the book of life?
+ Thank you Stefan D, Stefan R, Manuel, Falk and Stephanie for your ideas and testing the app.
Rating on PlayStore
Leafpad is OpenSource and its free
GitHub
@@ -68,7 +66,5 @@
Note will be saved first
save note
saved
-
search
-
\ No newline at end of file