website rev 1338

typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 26 12:17:14 2019 +0100 (2019-11-26)
parents 6807296f6ff2
children 7482221c94e9
files de/index.php en/index.php fr/index.php ja/index.php pt/index.php ru/index.php
line diff
     1.1 --- a/de/index.php	Tue Nov 26 11:39:06 2019 +0100
     1.2 +++ b/de/index.php	Tue Nov 26 12:17:14 2019 +0100
     1.3 @@ -60,7 +60,7 @@
     1.4  	<li><strong><a href="news/#d20140329">SliTaz Raspberry Pi Freigabe</a></strong>
     1.5  		<span>- 29. März 2014</span></li>
     1.6  	<li><strong><a href="news/">Archiv der Freigabemitteilungen</a></strong>
     1.7 -		<span>- 2007-2013</span></li>
     1.8 +		<span>- 2007-<?php echo date('Y'); ?></span></li>
     1.9  </ul>
    1.10  
    1.11  <!-- End of news -->
     2.1 --- a/en/index.php	Tue Nov 26 11:39:06 2019 +0100
     2.2 +++ b/en/index.php	Tue Nov 26 12:17:14 2019 +0100
     2.3 @@ -68,7 +68,7 @@
     2.4  	
     2.5  		<span>- 16 March 2018</span></li>
     2.6  	<li><strong><a href="news/">Website news archives</a></strong>
     2.7 -		<span>- from 2007 to 2018</span></li>
     2.8 +		<span>- 2007-<?php echo date('Y'); ?></span></li>
     2.9  </ul>
    2.10  
    2.11  <!-- End of news -->
     3.1 --- a/fr/index.php	Tue Nov 26 11:39:06 2019 +0100
     3.2 +++ b/fr/index.php	Tue Nov 26 12:17:14 2019 +0100
     3.3 @@ -30,7 +30,7 @@
     3.4  <div class="box-up">
     3.5  	
     3.6  	Rejoingez nous sur <a href="https://whaleshares.io/@slitaz">Whaleshares</a>.
     3.7 -	Partager autour de SliTaz, recevez et donnez des récompensens aux developper
     3.8 +	Partager autour de SliTaz, recevez et donnez des récompenses aux développeurs
     3.9  	sur une blockchain open-source!
    3.10  	
    3.11  </div>
    3.12 @@ -69,7 +69,7 @@
    3.13  	<li><strong><a href="http://arm.slitaz.org/rpi/">Publication de SliTaz Raspberry Pi</a></strong>
    3.14  		<span>- 29 Mar 2014</span></li>
    3.15  	<li><strong><a href="news/">Archives des nouvelles publications</a></strong>
    3.16 -		<span>- 2007-2019</span></li>
    3.17 +		<span>- 2007-<?php echo date('Y'); ?></span></li>
    3.18  </ul>
    3.19  
    3.20  <!-- End of news -->
     4.1 --- a/ja/index.php	Tue Nov 26 11:39:06 2019 +0100
     4.2 +++ b/ja/index.php	Tue Nov 26 12:17:14 2019 +0100
     4.3 @@ -66,7 +66,7 @@
     4.4  	<li><strong><a href="news/#d20140329">SliTaz Raspberry Pi 公開</a></strong>
     4.5  		<span>- 2014年3月29日</span></li>
     4.6  	<li><strong><a href="news/">過去のニュースリリース</a></strong>
     4.7 -		<span>- 2007〜2013</span></li>
     4.8 +		<span>- 2007〜<?php echo date('Y'); ?></span></li>
     4.9  </ul>
    4.10  
    4.11  <!-- End of news -->
     5.1 --- a/pt/index.php	Tue Nov 26 11:39:06 2019 +0100
     5.2 +++ b/pt/index.php	Tue Nov 26 12:17:14 2019 +0100
     5.3 @@ -68,7 +68,7 @@
     5.4      <li><strong><a href="news/2012.php#d20120410">Lançamento do SliTaz 4.0</a></strong>
     5.5          <span>- 10 de abril de 2012</span></li>
     5.6      <li><strong><a href="news/">Arquivo dos lançamentos anteriores</a></strong>
     5.7 -        <span>- 2007-2013</span></li>   
     5.8 +	<span>- 2007-<?php echo date('Y'); ?></span></li>
     5.9  </ul>
    5.10  
    5.11  <!-- End of news -->
     6.1 --- a/ru/index.php	Tue Nov 26 11:39:06 2019 +0100
     6.2 +++ b/ru/index.php	Tue Nov 26 12:17:14 2019 +0100
     6.3 @@ -71,7 +71,7 @@
     6.4  <strong><a href="news/#d20140329">Выпуск SliTaz Raspberry Pi</a></strong> <span>— 29 марта 2014</span>
     6.5  </li>
     6.6  <li>
     6.7 -<strong><a href="news/">Архив новостей</a></strong> <span>— 2007­–2013</span>
     6.8 +<strong><a href="news/">Архив новостей</a></strong> <span>— 2007­–<?php echo date('Y'); ?></span>
     6.9  </li>
    6.10  </ul>
    6.11