mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 18:19:15 -04:00
67 lines
3.9 KiB
XML
67 lines
3.9 KiB
XML
<resources>
|
|
<string name="app_name">Schlichte Notizen</string>
|
|
<string name="app_launcher_name">Notizen</string>
|
|
<string name="widget_config">Vielen dank, dass du Simple Notes benutzt.\nWeitere einfache Apps findest du auf SimpleMobileTools.com.\n</string>
|
|
<string name="save">Speichern</string>
|
|
<string name="share">Teilen</string>
|
|
<string name="share_via">Teilen via</string>
|
|
<string name="cannot_share_empty_text">Leerer Text kann nicht geteilt werden</string>
|
|
<string name="simple_note">Einfache Notiz</string>
|
|
<string name="new_note">Neue Notiz hinzufügen</string>
|
|
<string name="ok">OK</string>
|
|
<string name="cancel">Abbrechen</string>
|
|
<string name="no_title">Bitte benenne deine Notiz</string>
|
|
<string name="title_taken">Es existiert bereits eine Notiz mit diesem Namen</string>
|
|
<string name="open_note">Notiz öffnen</string>
|
|
<string name="delete_note">Notiz löschen</string>
|
|
<string name="delete_note_prompt_title">Notiz löschen</string>
|
|
<string name="delete_note_prompt_message">Bist du sicher, dass du Notiz \"%1$s\" löschen willst?</string>
|
|
<string name="pick_a_note">Notiz auswählen</string>
|
|
<string name="rename">Umbennen</string>
|
|
<string name="rename_note">Notiz umbennen</string>
|
|
<string name="general_note">Hauptnotiz</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="settings">Einstellungen</string>
|
|
<string name="dark_theme">Dunkles Thema</string>
|
|
<string name="note_font_size">Schriftgröße</string>
|
|
<string name="widget_note">Note used in widget</string>
|
|
<string name="small">Klein</string>
|
|
<string name="normal">Normal</string>
|
|
<string name="large">Groß</string>
|
|
<string name="extra_large">Sehr groß</string>
|
|
|
|
<!-- About -->
|
|
<string name="about">Über</string>
|
|
<string name="website">Weitere einfache Apps und Quellcode findest du auf:\nhttp://simplemobiletools.com</string>
|
|
<string name="email_label">Bitte sende Vorschläge und Feedback an:</string>
|
|
<string name="third_party_licences_underlined"><u>Drittanbieterlizenzen</u></string>
|
|
<string name="invite_friends_underlined"><u>Freunde einladen</u></string>
|
|
<string name="share_text">Hey, wirf doch mal einen Blick auf %1$s: %2$s</string>
|
|
<string name="invite_via">Einladen via</string>
|
|
<string name="rate_us_underlined"><u>Bewerte uns im Play Store</u></string>
|
|
<string name="follow_us">Folge uns:</string>
|
|
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
|
|
|
|
<!-- License -->
|
|
<string name="notice">Diese App nutzt die folgenden Drittanbieterbibliotheken, die mein Leben einfacher machen. Danke.</string>
|
|
<string name="third_party_licences">Drittanbieterlizenzen</string>
|
|
<string name="kotlin_title"><u>Kotlin (Programmiersprache)</u></string>
|
|
<string name="ambilwarna_title"><u>AmbilWarna (Farbauswahltool)</u></string>
|
|
<string name="stetho_title"><u>Stetho (Debugging für Datenbanken)</u></string>
|
|
<string name="filepicker_title"><u>Simple File Picker (Dateiauswahldialog)</u></string>
|
|
|
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
|
<string name="app_short_description">A simple textfield for adding quick notes, without ads.</string>
|
|
<string name="app_long_description">
|
|
Need to take a quick note of something to buy, an address, or a startup idea? Then this is the app you\'ve been looking for! No complicated setup steps needed, just type in what you came for. Comes with autosave, so you will not discard your changes by mistake. Supports creating multiple independent notes.
|
|
|
|
|
|
You can access the note in no time by using the customizable and resizable widget, which opens the app on click.
|
|
|
|
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
|
|
|
|
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
|
</string>
|
|
</resources>
|