From d652334559b84dded4e4d5c5c9c014232ff10616 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Wed, 23 Mar 2005 11:33:16 +0100 Subject: 2005-03-23: 0.97-am2b - added French template (Submitted by Trois Six) - fixed English/i18n.pl - removed all "bilder" and "copper" folders in all templates except "Deutsch" and replaced them by links to the folders in "Deutsch". --- template/French/timer_list.html | 367 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 template/French/timer_list.html (limited to 'template/French/timer_list.html') diff --git a/template/French/timer_list.html b/template/French/timer_list.html new file mode 100644 index 0000000..f7af4a7 --- /dev/null +++ b/template/French/timer_list.html @@ -0,0 +1,367 @@ + + + + + + + Programmes + + + + + + + + + + + + + + + + + + + +
+

Programme

+
  + + + + + + +
+
Nouveau
+
+
+ Hilfe +  
+ +
+
+ + + + + + + + + + + + + + + + + +
+

+
+

+
+ +
  +
+ + + + + + + + +

 

+ += current; + bgfarbe=((programm % 2) == 0) ? farbenix1 : farbenix2; + sender=timer.cdesc; +%?> + + + + +
+ + + + + += current; + IF sendung.active == 0 || sendung.active == 32768; + progfarbe=farbeinaktiv; + ELSE; + IF sendung.critical == 1; + progfarbe=farbekonflikt; + ELSE; + progfarbe=farbesendung; + END; + END; + IF sendung.starttime < current; + start=0; + ELSE; + start=((sendung.startlong / faktor) + 0.5 ) | format('%i'); + END; + IF sendung.stoptime > current; + ende=tablaenge; + ELSE; + ende=(((sendung.stoplong + 1) / faktor) + 0.5 ) | format('%i'); + END; + NEXT IF ende <= start; + + IF start>pos; +%?> + + + + + + + + + + + + + +



+ + + + + + +
+
 
 
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+
+ + Actif + + + + + + + + + + Chaîne + + + + + + + + + + Jour + + + + + + + + + + Démarrer + + + + + + + + + + Arrêter + + + + + + + + + + Nom + + + + + + + +    
  +

+ + Diese Aufnahme ist deaktiviert + + + Diese Aufnahme ist nicht möglich! + + + Keine weitere Aufnahme möglich! + + + Aufnahme möglich! + + + + +   + + + Ja + Nein + VPS + Auto + + +

+
+

+
+

+
+

+
+

+
+

+   + + + + + +

+
+

+
+

+
+

+
 
 

+ + + + + + +
+
Supprimer la Sélection
+
+
+ +
+ + -- cgit v1.2.3