From 0786a6cc3f0f45eaad8b41547b5e9678b18253cf Mon Sep 17 00:00:00 2001 From: Thomas Frans Date: Sat, 4 Nov 2023 20:47:20 +0100 Subject: [PATCH] Add Dutch cosmic_edit.ftl --- i18n/nl/cosmic_edit.ftl | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 i18n/nl/cosmic_edit.ftl diff --git a/i18n/nl/cosmic_edit.ftl b/i18n/nl/cosmic_edit.ftl new file mode 100644 index 0000000..cc9bf46 --- /dev/null +++ b/i18n/nl/cosmic_edit.ftl @@ -0,0 +1,71 @@ +new-document = Nieuw document +open-project = Open project + +# Context Pages + +## Document statistics +document-statistics = Document statistieken +word-count = Aantal woorden +character-count = Tekens +character-count-no-spaces = Tekens (zonder spaties) +line-count = Lijnen + +## Settings +settings = Instellingen + +## Appearance +appearance = Weergave +theme = Thema +default-font = Standaard lettertype +default-font-size = Standaard lettertypegrootte + +### Keyboard shortcuts +keyboard-shortcuts = Toetsenbord snelkoppelingen +enable-vim-bindings = Schakel Vim snelkoppelingen in + +# Menu + +## File +file = Bestand +new-file = Nieuw bestand +new-window = Nieuw venster +open-file = Bestand openen... +open-recent = Open recent +todo = TODO +save = Opslaan +save-as = Opslaan als... +revert-all-changes = Maak alle aanpassingen ongedaan +menu-document-statistics = Document statistieken... +document-type = Document type... +encoding = Tekenset... +print = Afdrukken +quit = Afsluiten + +## Edit +edit = Bewerk +undo = Ongedaan maken +redo = Opnieuw doen +cut = Knippen +copy = Kopiƫren +paste = Plakken +find = Zoeken +replace = Vervangeng +spell-check = Spellingscontrole... + +## View +view = Beeld +indentation = Inspringing + +### Indentation +automatic-indentation = Automatische Inspringing +tab-width = Tab breedte: {$tab_width} +convert-indentation-to-spaces = Zet indentatie om in spaties +convert-indentation-to-tabs = Zet indentatie om in tabs + +word-wrap = Woord omloop +show-line-numbers = Toon regelnummers +highlight-current-line = Markeer huidige regel +syntax-highlighting = Syntax markering... +menu-settings = Instellingen... +menu-keyboard-shortcuts = Toetsenbord snelkoppelingen... +about-cosmic-text-editor = Over COSMIC Tekstbewerker