File: fr.xml

package info (click to toggle)
phpsysinfo 3.0.17-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,516 kB
  • ctags: 2,050
  • sloc: xml: 9,488; php: 6,524; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
  <!-- $Id: fr.xml 502 2011-09-18 17:02:50Z namiltd $ -->
  <!--
    phpSysInfo language file Language: French Created by: Damien ROTH
  -->
<tns:translationPlugin language="french" charset="utf-8"
  xmlns:tns="http://phpsysinfo.sourceforge.net/translation-plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://phpsysinfo.sourceforge.net/translation-plugin ../../../language/translation-plugin.xsd">
  <expression id="plugin_updatenotifier_001" name="updatenotifier_title">
    <exp>Updates Notifier</exp>
  </expression>
  <expression id="plugin_updatenotifier_002" name="updatenotifier_th">
    <exp>Mises à jour disponibles</exp>
  </expression>
  <expression id="plugin_updatenotifier_003" name="updatenotifier_packages">
    <exp>paquets peuvent être mit à jour.</exp>
  </expression>
  <expression id="plugin_updatenotifier_004" name="updatenotifier_security">
    <exp>mises à jour concernent la sécurité.</exp>
  </expression> 
</tns:translationPlugin>