From: arno Date: Sun, 16 Aug 2009 13:09:59 +0000 (+0200) Subject: better w3 standard support X-Git-Tag: v0.3b_thomas~19 X-Git-Url: https://dev.renevier.net/?p=syp.git;a=commitdiff_plain;h=a1d1d319af15be975bde4695a3bfeb7d78ea0398 better w3 standard support alt attributes for throbbers removes end tag for link elements --- diff --git a/inc/i10n/en/syp.php b/inc/i10n/en/syp.php index aed83bf..316158b 100644 --- a/inc/i10n/en/syp.php +++ b/inc/i10n/en/syp.php @@ -306,6 +306,9 @@ "Connecting" => "", + "throbber" + => "", + "This feature is not enabled on demo site" => "", diff --git a/inc/i10n/fr/syp.php b/inc/i10n/fr/syp.php index 4717b01..a2962ad 100644 --- a/inc/i10n/fr/syp.php +++ b/inc/i10n/fr/syp.php @@ -486,6 +486,11 @@ "Connexion en cours" , + "throbber" + => + "throbber" + , + "This feature is not enabled on demo site" => "Cette fonctionnalité est désactivée sur le site de démonstration" diff --git a/inc/templates_admin.php b/inc/templates_admin.php index 589ca5f..7702b94 100644 --- a/inc/templates_admin.php +++ b/inc/templates_admin.php @@ -148,7 +148,7 @@ if (!$usrtblexists || !$itemstblexists) {

- + <?php ptrans('throbber')?>

@@ -193,7 +193,7 @@ if (!$usrtblexists || !$itemstblexists) {

- + <?php ptrans('throbber')?>

@@ -224,7 +224,7 @@ if (!$usrtblexists || !$itemstblexists) {

- throbber + <?php ptrans('throbber')?>

diff --git a/inc/templates_install.php b/inc/templates_install.php index 86c8566..d3def31 100644 --- a/inc/templates_install.php +++ b/inc/templates_install.php @@ -7,7 +7,7 @@ - + <?php ptrans ('SYP wizard')?>