From a475c797b6b8087661c73c91f4a2a7b0c94bb114 Mon Sep 17 00:00:00 2001 From: legatvs Date: Wed, 4 Mar 2009 13:00:40 +0200 Subject: [PATCH] Updated translator note, though useless in linguist. --- TODO | 1 - i18n/abby_fi.ts | 37 +++++++++++++++++++++++-------------- src/mainwnd.cpp | 14 ++++++++++---- 3 files changed, 33 insertions(+), 19 deletions(-) diff --git a/TODO b/TODO index de8749d..0b14f2a 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ 0.1.1 -* add TRANSLATOR comments where needed 0.1.x * create a proper window icon diff --git a/i18n/abby_fi.ts b/i18n/abby_fi.ts index ba7c612..d7d7430 100644 --- a/i18n/abby_fi.ts +++ b/i18n/abby_fi.ts @@ -61,67 +61,67 @@ p, li { white-space: pre-wrap; } MainWindow - + Enter a video link. Syötä video-sivun linkki. - + Path to cclive command undefined. See preferences. Määrittelemätön polku cclive-ohjelmaan. Muuta asetuksia. - + Save directory undefined. See preferences. Määrittelemätön "tallenna videot hakemistoon" polku. Muuta asetuksia. - + error: failed to start process virhe: prosessin käynnistäminen epäonnistui - + Fetching link... Haetaan tietoja... - + Verifying video link... Tarkastetaan video tietoja... - + error: see log for details virhe: katso historia - + Extracting video... Kopioidaan videota... - + Process exited with an error; see log Prosessi päättyi virheeseen; katso historia - + Process exited normally Prosessi päättyi normaalisti - + Process terminated Prosessi keskeytetty - + Process crashed; see log Prosessi kaatui; katso historia - + error: virhe: @@ -288,7 +288,7 @@ käytetyn tiedostojen nimeämistavan. &Tietoja... - + Save as Tallenna nimellä @@ -572,4 +572,13 @@ Esimerkki: /usr/local/bin/mplayer -really-quiet %i Se&laa + + The + + + + word "English" is not meant to be translated. Instead, enter the name of the target language in native language. For example: Suomi, Deutsch, Svenska, Turkce, Francais, etc. The only purpose of this string is to be able to list the available languages in the Preferences dialog. + + + diff --git a/src/mainwnd.cpp b/src/mainwnd.cpp index fc22fd3..771188e 100644 --- a/src/mainwnd.cpp +++ b/src/mainwnd.cpp @@ -30,10 +30,16 @@ MainWindow::MainWindow(): cancelled(false) { - // NOTE: This string is displayed in the preferences dialog - // languages selection. It is not intended to be translated, - // but replaced with the name of the target language (in native). - // e.g. Suomi, Deutsch, Svenska, Turkce, Francais, ... + + + /* TRANSLATOR + + The word "English" is not meant to be translated. Instead, + enter the name of the target language in native language. + For example: Suomi, Deutsch, Svenska, Turkce, Francais, etc. + + The only purpose of this string is to be able to list the + available languages in the Preferences dialog. */ const QString lang = tr("English"); setupUi(this); -- 2.11.4.GIT