From 2de08a64e959788f288d82cd4410fee9424a11bc Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 16 Jul 2020 10:24:08 +0100 Subject: Move apex policy editor to policy-gui This review moves the code for the apex policy editor from the apex repo to the GUI repo. The docker part of the build will be moved in the next review because it is intertwined with the other two legacy apex GUIs and needs to be disentangled. Subsequent reviews on the apex repo will remove this code from there. Issue-ID: POLICY-2621 Change-Id: Ib9a43f463b839201656208a48ab48869a19f963a Signed-off-by: liamfallon --- .../main/resources/webapp/js/edit_area/langs/dk.js | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 gui-editors/gui-editor-apex/src/main/resources/webapp/js/edit_area/langs/dk.js (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/js/edit_area/langs/dk.js') diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/edit_area/langs/dk.js b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/edit_area/langs/dk.js new file mode 100644 index 0000000..1381de2 --- /dev/null +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/edit_area/langs/dk.js @@ -0,0 +1,48 @@ +editAreaLoader.lang["dk"]={ +new_document: "nyt tomt dokument", +search_button: "søg og erstat", +search_command: "find næste / åben søgefelt", +search: "søg", +replace: "erstat", +replace_command: "erstat / åben søgefelt", +find_next: "find næste", +replace_all: "erstat alle", +reg_exp: "regular expressions", +match_case: "forskel på store/små bogstaver
", +not_found: "not found.", +occurrence_replaced: "occurences replaced.", +search_field_empty: "Search field empty", +restart_search_at_begin: "End of area reached. Restart at begin.", +move_popup: "flyt søgepopup", +font_size: "--Skriftstørrelse--", +go_to_line: "gå til linie", +go_to_line_prompt: "gå til linienummer:", +undo: "fortryd", +redo: "gentag", +change_smooth_selection: "slå display funktioner til/fra (smartere display men mere CPU krævende)", +highlight: "slå syntax highlight til/fra", +reset_highlight: "nulstil highlight (hvis den er desynkroniseret fra teksten)", +word_wrap: "toggle word wrapping mode", +help: "om", +save: "gem", +load: "hent", +line_abbr: "Ln", +char_abbr: "Ch", +position: "Position", +total: "Total", +close_popup: "luk popup", +shortcuts: "Genveje", +add_tab: "tilføj tabulation til tekst", +remove_tab: "fjern tabulation fra tekst", +about_notice: "Husk: syntax highlight funktionen bør kun bruge til små tekster", +toggle: "Slå editor til / fra", +accesskey: "Accesskey", +tab: "Tab", +shift: "Skift", +ctrl: "Ctrl", +esc: "Esc", +processing: "Processing...", +fullscreen: "fullscreen", +syntax_selection: "--Syntax--", +close_tab: "Close file" +}; -- cgit 1.2.3-korg