From 0e8e20bb8a27907ab5e23c2446e76a16892d29c8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Aug 2004 08:09:32 +0000 Subject: add hint about ala LaTeX strings for translators --- perl-install/standalone/drakfont | 4 +++- perl-install/standalone/draksec | 5 +++-- perl-install/standalone/draksound | 4 +++- perl-install/standalone/drakxtv | 3 ++- 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 89c3c3bb5..2bbb36b6e 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -509,7 +509,9 @@ sub interactive_mode() { $list_all_font_path || $xlsfonts || $windows || @install || @uninstall ? backend_mod() : interactive_mode(); sub help() { - ugtk2::create_dialog(N("Help"), formatAlaTeX(N("Copyright (C) 2001-2002 by Mandrakesoft + ugtk2::create_dialog(N("Help"), formatAlaTeX( + #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + N("Copyright (C) 2001-2002 by Mandrakesoft DUPONT Sebastien (original version) diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 89cac5a95..9be5a015b 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -85,8 +85,9 @@ sub basic_seclevel_explanations() { } split("\n", formatAlaTeX( -#-PO: Do not alter the and tags -#-PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words +#-PO: Do not alter the and tags. +#-PO: Translate the security levels (Poor, Standard, High, Higher and Paranoid) in the same way, you translated these individuals words. +#-PO: keep the doble empty lines between sections, this is formated a la LaTeX. N("Here, you can setup the security level and administrator of your machine. diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 4807bf686..005bc585c 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -45,7 +45,9 @@ if (my @devices = modules::probe_category('multimedia/sound')) { } @devices; } else { $in->ask_warn(N("No Sound Card detected!"), - formatAlaTeX(N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in. + formatAlaTeX( + #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in. You can visit our hardware database at: diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 51738d3ed..689f72ddc 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -130,7 +130,8 @@ if (@devices) { } @devices } else { $in->ask_warn(N("No TV Card detected!"), formatAlaTeX( - N("No TV Card has been detected on your machine. Please verify that a Linux-supported Video/TV Card is correctly plugged in. + #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + N("No TV Card has been detected on your machine. Please verify that a Linux-supported Video/TV Card is correctly plugged in. You can visit our hardware database at: -- cgit v1.2.1