commentaires qui marchent avec traductions
This commit is contained in:
parent
596b5dee05
commit
060c5a8c91
4 changed files with 20 additions and 4 deletions
|
|
@ -16,7 +16,9 @@ class language
|
|||
var $source_rss = "Click on the image for the source file in the SVG format.";
|
||||
var $see_also = "See also:";
|
||||
var $forum ="Forum";
|
||||
|
||||
var $forum_new = "New";
|
||||
var $forum_error = "Cannot read comments";
|
||||
|
||||
function language()
|
||||
{
|
||||
$vars = get_class_vars(__CLASS__);
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ class language
|
|||
var $source_rss = "Cliquez sur l'image pour le fichier source au format SVG.";
|
||||
var $see_also = "Voir aussi :";
|
||||
var $forum = "Forum";
|
||||
var $forum_new = "Nouveau";
|
||||
var $forum_error = "Impossible de lire les commentaires";
|
||||
|
||||
function language()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue