From 478267bb232532b9df856bc12b492e5c138d2ab7 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Tue, 21 Jan 2014 15:25:46 +0000 Subject: doc entry page prepared for warning about old existing translation --- en/doc/archive.php | 2 +- en/doc/doc.php | 10 +++++----- en/doc/index.php | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'en') diff --git a/en/doc/archive.php b/en/doc/archive.php index 61264ad2e..d0b5de611 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -28,7 +28,7 @@ require 'doc.php';

Mageia 2

HTML'); + doc_list(_t('Installer'), $documentation['installer'][2], 'HTML'); ?>

diff --git a/en/doc/doc.php b/en/doc/doc.php index 25dc0a742..f715b03aa 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -1,12 +1,12 @@ Mageia 4

HTML', + doc_list(_t('Installer'), $documentation['installer'][4], 'HTML', 'EPUB', 'PDF'); ?>

HTML', + doc_list(_t('Control Center'), $documentation['control_center'][4], 'HTML', 'EPUB', 'PDF'); ?>

@@ -48,12 +48,12 @@ require 'doc.php';

Mageia 3

HTML'); + doc_list(_t('Installer'), $documentation['installer'][3], 'HTML'); ?>

HTML'); + doc_list(_t('Control Center'), $documentation['control_center'][3], 'HTML'); ?>

-- cgit v1.2.1