Slide 50
Slide 50 text
Translations
class language_de {
static $translations = array(
"" => array("content" => 'Accessoires', "file" => "TAXONOMY"),
"" => array("content" => 'Keramik', "file" => "CATEGORY"),
"" => array("content" => 'Dekorieren', "file" => "CATEGORY"),
"" => array("content" => 'Getaggt %s', "file" => "Foo.php"),
"" => array("content" => 'Badezusatz', "file" => "CATEGORY"),
"" => array("content" => 'Datum:{% $date %}', "file" => "bar.tpl")
... snip ...
);
}
Tuesday, September 24, 13