Feature Requests #1949622 (Mise en cache + ré-organisation des répertoires)
This commit is contained in:
parent
8e8d1f471f
commit
9874a07a23
2 changed files with 0 additions and 0 deletions
33
conf/lang/en-EN.php
Normal file
33
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue