tazpanel rev 600

Update po/fr.po
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 18 17:39:10 2016 +0200 (2016-09-18)
parents 987ee3a2d372
children 02ac7cd16669
files boot.cgi po/el.po po/es.po po/fr.po po/pl.po po/pt_BR.po po/ru.po po/sv.po po/tazpanel.pot po/zh_CN.po
line diff
     1.1 --- a/boot.cgi	Wed Aug 31 20:51:18 2016 +0100
     1.2 +++ b/boot.cgi	Sun Sep 18 17:39:10 2016 +0200
     1.3 @@ -359,14 +359,19 @@
     1.4  	echo '</section>'
     1.5  
     1.6  
     1.7 -	# Here we could check if an entry for gpxe is present if not
     1.8 +	# Here we could check if an entry for gpxe/ipxe is present if not
     1.9  	# display a form to add it.
    1.10 -	[ -f "/boot/gpxe" ] && cat <<EOT
    1.11 +	while read bin name ; do
    1.12 +		[ -f "/boot/$bin" ] && cat <<EOT
    1.13  <section>
    1.14 -	<header>gPXE</header>
    1.15 -	<div>$(_ 'Web boot is available with gPXE')</div>
    1.16 +	<header>$name</header>
    1.17 +	<div>$(_ 'Web boot is available with %s' "$name")</div>
    1.18  </section>
    1.19  EOT
    1.20 +	done <<EOT
    1.21 +gpxe	%s
    1.22 +ipxe	iPXE
    1.23 +EOT
    1.24  	;;
    1.25  
    1.26  
     2.1 --- a/po/el.po	Wed Aug 31 20:51:18 2016 +0100
     2.2 +++ b/po/el.po	Sun Sep 18 17:39:10 2016 +0200
     2.3 @@ -257,8 +257,8 @@
     2.4  msgstr "Καταχώρηση"
     2.5  
     2.6  #: boot.cgi:367
     2.7 -msgid "Web boot is available with gPXE"
     2.8 -msgstr "Η εκκίνηση μέσω δικτύου είναι διαθέσιμη με gPXE"
     2.9 +msgid "Web boot is available with %s"
    2.10 +msgstr "Η εκκίνηση μέσω δικτύου είναι διαθέσιμη με %s"
    2.11  
    2.12  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    2.13  msgid "ISO mine"
     3.1 --- a/po/es.po	Wed Aug 31 20:51:18 2016 +0100
     3.2 +++ b/po/es.po	Sun Sep 18 17:39:10 2016 +0200
     3.3 @@ -255,8 +255,8 @@
     3.4  msgstr "Entrada"
     3.5  
     3.6  #: boot.cgi:367
     3.7 -msgid "Web boot is available with gPXE"
     3.8 -msgstr "Boot web es disponible con gPXE"
     3.9 +msgid "Web boot is available with %s"
    3.10 +msgstr "Boot web es disponible con %s"
    3.11  
    3.12  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    3.13  msgid "ISO mine"
     4.1 --- a/po/fr.po	Wed Aug 31 20:51:18 2016 +0100
     4.2 +++ b/po/fr.po	Sun Sep 18 17:39:10 2016 +0200
     4.3 @@ -9,7 +9,7 @@
     4.4  "Project-Id-Version: TazPanel 1.5.7\n"
     4.5  "Report-Msgid-Bugs-To: \n"
     4.6  "POT-Creation-Date: 2016-04-15 20:37+0100\n"
     4.7 -"PO-Revision-Date: 2016-04-10 12:07+0200\n"
     4.8 +"PO-Revision-Date: 2016-09-18 12:07+0200\n"
     4.9  "Last-Translator: Pascal Bellard <pascal.bellard@slitaz.org>\n"
    4.10  "Language-Team: French\n"
    4.11  "Language: fr\n"
    4.12 @@ -254,8 +254,8 @@
    4.13  msgstr "Entrée"
    4.14  
    4.15  #: boot.cgi:367
    4.16 -msgid "Web boot is available with gPXE"
    4.17 -msgstr "Le démarrage réseau est disponible avec gPXE"
    4.18 +msgid "Web boot is available with %s"
    4.19 +msgstr "Le démarrage réseau est disponible avec %s"
    4.20  
    4.21  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    4.22  msgid "ISO mine"
    4.23 @@ -271,7 +271,7 @@
    4.24  
    4.25  #: boot.cgi:404 floppy.cgi:289
    4.26  msgid "set /dev/cdrom for a physical CD-ROM"
    4.27 -msgstr "Mettre /dev/cdrom pour indiquer le lecteur de CD-ROM"
    4.28 +msgstr "Mettre à jour /dev/cdrom pour indiquer le lecteur de CD-ROM"
    4.29  
    4.30  #: boot.cgi:407
    4.31  msgid "Working directory"
    4.32 @@ -1498,7 +1498,7 @@
    4.33  
    4.34  #: floppy.cgi:118
    4.35  msgid "Floppy disk transfer"
    4.36 -msgstr "Duplication de disquette"
    4.37 +msgstr "Transfert sur disquette"
    4.38  
    4.39  #: floppy.cgi:123
    4.40  msgid "Write image"
    4.41 @@ -1566,7 +1566,7 @@
    4.42  
    4.43  #: floppy.cgi:264 floppy.cgi:293
    4.44  msgid "Build floppy set"
    4.45 -msgstr "Construire les disquettes"
    4.46 +msgstr "Construire un jeu de disquettes"
    4.47  
    4.48  #: floppy.cgi:270 floppy.cgi:273
    4.49  msgid "Note"
    4.50 @@ -1627,7 +1627,7 @@
    4.51  
    4.52  #: powersaving.cgi:129
    4.53  msgid "CPU"
    4.54 -msgstr ""
    4.55 +msgstr "CPU"
    4.56  
    4.57  #: powersaving.cgi:131
    4.58  msgid ""
     5.1 --- a/po/pl.po	Wed Aug 31 20:51:18 2016 +0100
     5.2 +++ b/po/pl.po	Sun Sep 18 17:39:10 2016 +0200
     5.3 @@ -259,8 +259,8 @@
     5.4  msgstr "Wpis"
     5.5  
     5.6  #: boot.cgi:367
     5.7 -msgid "Web boot is available with gPXE"
     5.8 -msgstr "Uruchamianie przez sieć jest dostępne poprzez gPXE"
     5.9 +msgid "Web boot is available with %s"
    5.10 +msgstr "Uruchamianie przez sieć jest dostępne poprzez %s"
    5.11  
    5.12  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    5.13  msgid "ISO mine"
     6.1 --- a/po/pt_BR.po	Wed Aug 31 20:51:18 2016 +0100
     6.2 +++ b/po/pt_BR.po	Sun Sep 18 17:39:10 2016 +0200
     6.3 @@ -253,8 +253,8 @@
     6.4  msgstr "Entrada"
     6.5  
     6.6  #: boot.cgi:367
     6.7 -msgid "Web boot is available with gPXE"
     6.8 -msgstr "Boot via web está disponível pelo gPXE"
     6.9 +msgid "Web boot is available with %s"
    6.10 +msgstr "Boot via web está disponível pelo %s"
    6.11  
    6.12  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    6.13  msgid "ISO mine"
     7.1 --- a/po/ru.po	Wed Aug 31 20:51:18 2016 +0100
     7.2 +++ b/po/ru.po	Sun Sep 18 17:39:10 2016 +0200
     7.3 @@ -257,8 +257,8 @@
     7.4  msgstr "Пункт"
     7.5  
     7.6  #: boot.cgi:367
     7.7 -msgid "Web boot is available with gPXE"
     7.8 -msgstr "Доступна веб-загрузка с gPXE"
     7.9 +msgid "Web boot is available with %s"
    7.10 +msgstr "Доступна веб-загрузка с %s"
    7.11  
    7.12  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    7.13  msgid "ISO mine"
     8.1 --- a/po/sv.po	Wed Aug 31 20:51:18 2016 +0100
     8.2 +++ b/po/sv.po	Sun Sep 18 17:39:10 2016 +0200
     8.3 @@ -255,8 +255,8 @@
     8.4  msgstr "Bidrag"
     8.5  
     8.6  #: boot.cgi:367
     8.7 -msgid "Web boot is available with gPXE"
     8.8 -msgstr "Nät start är tillgänglig med gPXE"
     8.9 +msgid "Web boot is available with %s"
    8.10 +msgstr "Nät start är tillgänglig med %s"
    8.11  
    8.12  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    8.13  msgid "ISO mine"
     9.1 --- a/po/tazpanel.pot	Wed Aug 31 20:51:18 2016 +0100
     9.2 +++ b/po/tazpanel.pot	Sun Sep 18 17:39:10 2016 +0200
     9.3 @@ -253,7 +253,7 @@
     9.4  msgstr ""
     9.5  
     9.6  #: boot.cgi:367
     9.7 -msgid "Web boot is available with gPXE"
     9.8 +msgid "Web boot is available with %s"
     9.9  msgstr ""
    9.10  
    9.11  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
    10.1 --- a/po/zh_CN.po	Wed Aug 31 20:51:18 2016 +0100
    10.2 +++ b/po/zh_CN.po	Sun Sep 18 17:39:10 2016 +0200
    10.3 @@ -254,8 +254,8 @@
    10.4  msgstr "进入"
    10.5  
    10.6  #: boot.cgi:367
    10.7 -msgid "Web boot is available with gPXE"
    10.8 -msgstr "网站提供gPXE启动"
    10.9 +msgid "Web boot is available with %s"
   10.10 +msgstr "网站提供%s启动"
   10.11  
   10.12  #: boot.cgi:381 boot.cgi:486 styles/default/header.html:86
   10.13  msgid "ISO mine"