préparation de la 0.5
This commit is contained in:
parent
6f6f050f0a
commit
2dfde6b61e
278 changed files with 79759 additions and 0 deletions
33
trunk/conf/lang/en-EN.php
Normal file
33
trunk/conf/lang/en-EN.php
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
class language
|
||||
{
|
||||
var $suivant = "Next";
|
||||
var $precedent = "Previous";
|
||||
var $premier = "First";
|
||||
var $dernier = "Last";
|
||||
var $accueil = "Index";
|
||||
var $contact = "Contact";
|
||||
var $rss = "RSS";
|
||||
var $licence = "License";
|
||||
var $boutique = "Shop";
|
||||
var $teeshirt = "(t-shirts & gifts)";
|
||||
var $propulse = "Powered by";
|
||||
var $descstrip = "free software for SVG webcomics management";
|
||||
var $source = "source (SVG)";
|
||||
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";
|
||||
var $comments = "Comments";
|
||||
var $wotd = "Word of the day";
|
||||
|
||||
function language()
|
||||
{
|
||||
$vars = get_class_vars(__CLASS__);
|
||||
foreach ($vars as $key => $value) {
|
||||
$this->$key = $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
34
trunk/conf/lang/fr-FR.php
Normal file
34
trunk/conf/lang/fr-FR.php
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?php
|
||||
class language
|
||||
{
|
||||
var $suivant = "Suivant";
|
||||
var $precedent = "Précedent";
|
||||
var $premier = "Premier";
|
||||
var $dernier = "Dernier";
|
||||
var $accueil = "Accueil";
|
||||
var $contact = "Contact";
|
||||
var $rss = "RSS";
|
||||
var $licence = "Licence";
|
||||
var $boutique = "Boutique";
|
||||
var $teeshirt = "(t-shirts & cadeaux)";
|
||||
var $propulse = "Propulsé par";
|
||||
var $descstrip = "logiciel libre de gestion de webcomics en SVG";
|
||||
var $source = "source (SVG)";
|
||||
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";
|
||||
var $comments = "Commentaires";
|
||||
var $wotd = "Dernier message du webmaster";
|
||||
|
||||
function language()
|
||||
{
|
||||
$vars = get_class_vars(__CLASS__);
|
||||
foreach ($vars as $key => $value) {
|
||||
$this->$key = $value;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue