diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-nl/toolkit/toolkit/global/textActions.ftl | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-nl/toolkit/toolkit/global/textActions.ftl')
-rw-r--r-- | l10n-nl/toolkit/toolkit/global/textActions.ftl | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-nl/toolkit/toolkit/global/textActions.ftl b/l10n-nl/toolkit/toolkit/global/textActions.ftl new file mode 100644 index 0000000000..36aea383f3 --- /dev/null +++ b/l10n-nl/toolkit/toolkit/global/textActions.ftl @@ -0,0 +1,79 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +text-action-undo = + .label = Ongedaan maken + .accesskey = O + +text-action-undo-shortcut = + .key = Z + +text-action-redo = + .label = Opnieuw uitvoeren + .accesskey = u + +text-action-redo-shortcut = + .key = Y + +text-action-cut = + .label = Knippen + .accesskey = n + +text-action-cut-shortcut = + .key = X + +text-action-copy = + .label = Kopiëren + .accesskey = K + +text-action-copy-shortcut = + .key = C + +text-action-paste = + .label = Plakken + .accesskey = P + +text-action-paste-no-formatting = + .label = Plakken zonder opmaak + .accesskey = m + +text-action-paste-shortcut = + .key = V + +text-action-delete = + .label = Verwijderen + .accesskey = V + +text-action-select-all = + .label = Alles selecteren + .accesskey = A + +text-action-select-all-shortcut = + .key = A + +text-action-spell-no-suggestions = + .label = Geen spellingsuggesties + +text-action-spell-add-to-dictionary = + .label = Toevoegen aan woordenboek + .accesskey = o + +text-action-spell-undo-add-to-dictionary = + .label = Toevoegen aan woordenboek ongedaan maken + .accesskey = g + +text-action-spell-check-toggle = + .label = Spelling controleren + .accesskey = g + +text-action-spell-add-dictionaries = + .label = Woordenboeken toevoegen… + .accesskey = t + +text-action-spell-dictionaries = + .label = Talen + .accesskey = T + +text-action-search-text-box-clear = + .title = Wissen |