From 00e89a565877c2b862475fcd9ea23c3c87b03350 Mon Sep 17 00:00:00 2001 From: ZackaryWelch Date: Mon, 31 Jul 2017 09:41:25 -0400 Subject: Added Australian English translation files --- .../lumina-textedit/i18n/l-te_en_AU.ts | 337 +++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-textedit/i18n/l-te_en_AU.ts (limited to 'src-qt5/desktop-utils/lumina-textedit/i18n') diff --git a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_en_AU.ts b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_en_AU.ts new file mode 100644 index 00000000..3b321a01 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_en_AU.ts @@ -0,0 +1,337 @@ + + + + + ColorDialog + + + Customize Colors + Customise Colours + + + + Item Type + Item Type + + + + Color + Colour + + + + Sample + Sample + + + + + Select Color + Select Colour + + + + Cancel + Cancel + + + + Apply + Apply + + + + DnDTabBar + + + Detach Tab + + + + + MainUI + + + MainWindow + MainWindow + + + + Find the previous match + Find the previous match + + + + + + + + ... + ... + + + + Find: + Find: + + + + Find the next match + Find the next match + + + + Replace: + Replace: + + + + Match case + Match case + + + + Replace next match + Replace next match + + + + Replace all matches (to end of document) + Replace all matches (to end of document) + + + + Hide the find/replace options + + + + + File + File + + + + View + View + + + + Syntax Highlighting + Syntax Highlighting + + + + Tabs Location + + + + + Edit + Edit + + + + toolBar + toolBar + + + + Show Line Numbers + Show Line Numbers + + + + None + None + + + + + New File + New File + + + + Ctrl+N + Ctrl+N + + + + Open File + Open File + + + + Ctrl+O + Ctrl+O + + + + Save File + Save File + + + + Ctrl+S + Ctrl+S + + + + Save File As + Save File As + + + + Close + Close + + + + Ctrl+Q + Ctrl+Q + + + + Close File + Close File + + + + Ctrl+W + Ctrl+W + + + + Customize Colors + Customise Colours + + + + Wrap Lines + Wrap Lines + + + + Find + Find + + + + Ctrl+F + Ctrl+F + + + + Replace + Replace + + + + Ctrl+R + Ctrl+R + + + + Show Popup Warnings + + + + + + Show warnings about unsaved changes + + + + + Top + + + + + Bottom + + + + + Left + + + + + Right + + + + + Text Editor + Text Editor + + + + Open File(s) + Open File(s) + + + + Text Files (*) + Text Files (*) + + + + + + Lose Unsaved Changes? + + + + + + This file has unsaved changes. +Do you want to close it anyway? + +%1 + + + + + There are unsaved changes. +Do you want to close the editor anyway? + +%1 + + + + + PlainTextEditor + + + Save File + Save File + + + + Text File (*) + Text File (*) + + + + Row Number: %1, Column Number: %2 + + + + + The following file has been changed by some other utility. Do you want to re-load it? + The following file has been changed by some other utility. Do you want to reload it? + + + + (Note: You will lose all currently-unsaved changes) + (Note: You will lose all currently unsaved changes) + + + + File Modified + File Modified + + + -- cgit