AboutPage About Über The app is running in DEBUG mode! Die App läuft im DEBUG Modus! Notes Notizen The source code is available on Pre-Showdown Github link Der Quelltext ist auf MIT License MIT Lizenz This app uses Pre-Showdown Github link Diese App verwendet to convert Markdown to HTML. Post-Showdown Github link um Markton in HTML zu konvertieren. Showdown 1.x is released under GPL 2.0. Showdown 1.x wurde unter GPL 2.0 veröffentlicht. GPL 2.0 License GPL 2.0 Lizenz Nextcloud Notes Nextcloud Notizen for Sailfish OS für Sailfish OS . Post-Showdown Github link verfügbar. This app is released under the MIT license. Diese App wurde unter der MIT Lizenz veröffentlicht. CoverPage Notes Notizen EditPage Reset Zurücksetzen Markdown syntax Markdown Syntax No category Ohne Kategorie Category Kategorie Modified Geändert No content Kein Inhalt GPLLicense GPL 2.0 License GPL 2.0 Lizenz LoginDialog LoginPage Nextcloud Login Nextcloud Login Nextcloud server Nextcloud Server Abort Abbrechen Login Einloggen Security Sicherheit <strong>CAUTION: Your password will be saved without any encryption on the device!</strong><br>Please consider creating a dedicated app password! Open your Nextcloud in a browser and go to <i>Settings</i> → <i>Security</i>. <strong>ACHTUNG: Das Password wird unverschlüsselt auf dem Gerät gespeichert!</strong><br>Überlege ein eigenes App-Passwort festzulegen! Öffne Nextcloud im Browser und gehe zu <i>Einstellungen</i> -- > <i>Sicherheit</i>. Do not check certificates Zertifikate nicht prüfen Enable this option to allow selfsigned certificates Auswählen im selbst signierte Zertifikate zu erlauben Allow unencrypted connections Unverschlüsselte Verbindung erlauben Username Benutzername Password Passwort Follow the instructions in the browser Folge den Anweisungen im Browser Login successfull! Login erfolgreich! Login failed! Login fehlgeschlagen! Enter your credentials Zugangsdaten eingeben Test Login Zugang testen Note Achtung The <a href="https://apps.nextcloud.com/apps/notes">Notes</a> app needs to be installed on the Nextcloud server for this app to work. Die <a href="https://apps.nextcloud.com/apps/notes">Notes</a> Applikation muss auf dem Nextcloud-Server installiert sein, damit diese App funktioniert. Re-Login Neu einloggen Enforce legacy login MITLicense MIT License MIT Lizenz Note Today Heute Yesterday Gestern NotePage Delete Löschen Reload Neu laden Updating... Aktualisiere... Last update Zuletzt aktualisiert never noch nie Edit Bearbeiten Notes Notizen No category Ohne Kategorie Category Kategorie Modified Geändert NotesApi No network connection available Netzwerk Verbindung nicht verfügbar Failed to communicate with the Nextcloud server Fehler bei der Server-Kommunikation An error occured while establishing an encrypted connection Fehler beim Aufbau einer verschlüsselten Kommunikation Could not authenticate to the Nextcloud instance Fehler bei der Authentifizierung am Server Unknown error Unbekannter Fehler No error NotesPage Settings Einstellungen Add note Neue Notiz Reload Neu laden Updating... Aktualisiere... Last update Zuletzt aktualisiert never noch nie Nextcloud Notes Nextcloud Notizen Modified Geändert Delete Löschen Deleting note Lösche Notiz Loading notes... Lade Notizen... Open the settings to configure your Nextcloud accounts Öffne die EInstellungen um ein Nextcloud Account einzurichten No account yet Noch kein Account vohanden Got to the settings to add an account Richte ein Account in den Einstellungen ein No notes yet Keine Notizen Pull down to add a note Ziehen um eine Notiz anzulegen No result Kein Ergebnis Try another query Probiere eine andere Suche An error occurred Ein Fehler ist aufgetreten SettingsPage About Über Settings Einstellungen Accounts Benutzerkonten No Nextcloud account yet Noch kein Nextcloud Konto eingerichtet Unnamed account Unbenanntes Konto unknown unbekannt Edit Bearbeiten Delete Löschen Deleting account Lösche Konto Add account Konto hinzufügen Synchronization Synchronisierung Auto-Sync Auto-Sync Periodically pull notes from the server Notizen regelmäßig abrufen Disabled Deaktiviert every alle Minutes Minuten Seconds Sekunden Appearance Aussehen Last edited Zuletzt bearbeitet Category Kategorie Title alphabetically Alphabetisch nach Titel Sort notes by Notizen sortieren nach This will also change how the notes are grouped Dies beeinflusst auch die Gruppierung Show separator Trennlinie einblenden Show a separator line between the notes Eine Trennlinie zwischen den Notizen anzeigen lines Zeilen Number of lines in the preview Anzahl der Zeiten in der Vorschau Editing Bearbeitung Monospaced font Nichtproportionale Schrift Use a monospeced font to edit a note Nichtproportionale Schrift beim Bearbeiten benutzen Capital 'X' in checkboxes Großes "X" in Kontrollkästchen For interoperability with other apps such as Joplin Kann für die Interoperabilität mit anderen Apps (z.B. Joplin) nützlich sein The Answer is 42 Die Antwort lautet 42 Congratulation you found the Answer to the Ultimate Question of Life, The Universe, and Everything! Glückwunsch, du hast die Antwort auf die Frage nach dem Leben, dem Universum und dem ganzen Rest gefunden! Favorites on top Favoriten oben anzeigen Show notes marked as favorite above the others Markierte Notizen vor allen anderen anzeigen No sorting Keine Sortierung SyntaxPage Markdown Syntax Links Tables View more on the web Close previews Open previews Paragraphs Paragraphs in Showdown are just one or more lines of consecutive text followed by one or more blank lines. Headings You can create a heading by adding one or more # symbols before your heading text. The number of # you use will determine the size of the heading. If, for some reason, you need to keep a leading or trailing #, you can either add a space or escape it: Blockquotes You can indicate blockquotes with a >. Bold and Italic You can make text bold or italic. Both bold and italic can use either a * or an _ around the text for styling. This allows you to combine both bold and italic if needed. Strikethrough The syntax is the same as GFM, that is, by adding two tilde (~~) characters around a word or groups of words. Emojis Since version 1.8.0, showdown supports github's emojis. A complete list of available emojis can be found here: https://github.com/showdownjs/showdown/wiki/emojis. Code formatting Use single backticks (`) to format text in a special monospace format. Everything within the backticks appear as-is, with no other special formatting. To create blocks of code you should indent it by four spaces. Lists You can make an unordered list by preceding list items with either a *, a - or a +. Markers are interchangeable too. You can make an ordered list by preceding list items with a number. TaskLists Showdown will automagically turn every valid URL it finds in the text body to links for you. In the case of email addreses, Showdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots. Images Markdown uses an image syntax that is intended to resemble the syntax for links, also allowing for two styles: inline and reference. HTML In most cases, HTML tags are leaved untouched in the output document. Tables aren't part of the core Markdown spec, but they are part of GFM and Showdown supports them by turning on the option tables. Colons can be used to align columns. In the new version, the outer pipes (|) are optional, matching GFM spec. You also don't need to make the raw Markdown line up prettily. You can also use other markdown syntax inside them. UnencryptedDialog Your username and password will be transferred unencrypted over the network when you enable this option. Dein Benutzername und Passwort werden unverschlüsselt über das Netz übertragen wenn diese Option ausgewählt wurde. Do not accept unless you know exactly what you are doing! Fahre nicht fort, wenn du nicht genau weißt was du tust! More information... Mehr Informationen... I do understand Ich habe verstanden I use this option at my own risk Ich benutze diese Option auf eigene Gefahr harbour-nextcloudnotes Notes Notizen Offline Keine Verbindung Synced Synchronisiert API error File error