From d5edc49f1bfb891b23f3e4c2a9a77b0cdb322aef Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Tue, 20 Sep 2016 10:27:17 -0400 Subject: Rename all the lumina-textedit i18n files --- .../desktop-utils/lumina-textedit/i18n/l-te_lv.ts | 296 +++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts (limited to 'src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts') diff --git a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts new file mode 100644 index 00000000..e02354fa --- /dev/null +++ b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts @@ -0,0 +1,296 @@ + + + + + ColorDialog + + + Customize Colors + + + + + Item Type + + + + + Color + + + + + Sample + + + + + + Select Color + + + + + Cancel + + + + + Apply + + + + + MainUI + + + MainWindow + + + + + Tab 1 + + + + + Find the previous match + + + + + + + + + ... + + + + + Find the next match + + + + + Replace: + + + + + Match case + + + + + Replace next match + + + + + Replace all matches (to end of document) + + + + + Hide the find/replace options + + + + + Find: + + + + + File + + + + + View + + + + + Syntax Highlighting + + + + + Edit + + + + + toolBar + + + + + Show Line Numbers + + + + + None + + + + + + New File + + + + + Ctrl+N + + + + + Open File + + + + + Ctrl+O + + + + + Save File + + + + + Ctrl+S + + + + + Save File As + + + + + Close + + + + + Ctrl+Q + + + + + Close File + + + + + Ctrl+W + + + + + Customize Colors + + + + + Wrap Lines + + + + + Find + + + + + Ctrl+F + + + + + Replace + + + + + Ctrl+R + + + + + Text Editor + + + + + Open File(s) + + + + + 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 + + + + + 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? + + + + + (Note: You will lose all currently-unsaved changes) + + + + + File Modified + + + + -- cgit From 026c176a20fe706452dbf90be686ab4771aabd4d Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 20 Sep 2016 11:22:02 -0400 Subject: Restore all the translations for lumina-textedit (aside from "hi"). --- .../desktop-utils/lumina-textedit/i18n/l-te_lv.ts | 108 ++++++++++----------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts') diff --git a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts index e02354fa..60dc5d22 100644 --- a/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts +++ b/src-qt5/desktop-utils/lumina-textedit/i18n/l-te_lv.ts @@ -1,43 +1,43 @@ - + ColorDialog Customize Colors - + Pielāgot krāsas Item Type - + Vienuma tips Color - + Krāsa Sample - + Paraugs Select Color - + Izvēlieties krāsu Cancel - + Atcelt Apply - + Lietot @@ -45,17 +45,17 @@ MainWindow - + Galvenais logs Tab 1 - + Tab 1 Find the previous match - + Meklēt iepriekšējo atbilstību @@ -64,178 +64,178 @@ ... - + ... + + + + Find: + Meklēt: Find the next match - + Meklēt nākamo atbilstību Replace: - + Aizvietot: Match case - + Reģistru sakritība Replace next match - + Aizvietot nākamo atbilstību Replace all matches (to end of document) - + Aizvietot visas sakritības (līdz dokumenta beigām) Hide the find/replace options - - - Find: - - File - + Fails View - + Skatīt Syntax Highlighting - + Sintakses izcelšana Edit - + Rediģēt toolBar - + rīkJosla Show Line Numbers - + Rādīt rindu numurus None - + Nekas New File - + Jauns fails Ctrl+N - + Ctrl+N Open File - + Atvērt failu Ctrl+O - + Ctrl+O Save File - + Saglabāt failu Ctrl+S - + Ctrl+S Save File As - + Saglabāt failu kā Close - + Aizvērt Ctrl+Q - + Ctrl+Q Close File - + Aizvērt failu Ctrl+W - + Ctrl+W Customize Colors - + Pielāgot krāsas Wrap Lines - + Aplauzt rindiņas Find - + Meklēt Ctrl+F - + Ctrl+F Replace - + Aizvietot Ctrl+R - + Ctrl+R Text Editor - + Teksta redaktors Open File(s) - + Atvērt failu(s) Text Files (*) - + Teksta faili (*) @@ -265,12 +265,12 @@ Do you want to close the editor anyway? Save File - + Saglabāt failu Text File (*) - + Teksta fails (*) @@ -280,17 +280,17 @@ Do you want to close the editor anyway? The following file has been changed by some other utility. Do you want to re-load it? - + Sekojošo failu izmainīja cita utilīta. Vai vēlaties to atkārtoti ielādēt? (Note: You will lose all currently-unsaved changes) - + (Piezīme: Jūs zaudēsiet visas pašlaik nesaglabātās izmaiņas) File Modified - + Fails modificēts -- cgit