PHP Classes
Icontem

File: lang.php


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Olafur Waage  >  synDirectory  >  lang.php  
File: lang.php
Role: Configuration script
Content type: text/plain
Description: Language config file
Class: synDirectory
Retrieve and sort the current directory files
 

Contents

Class file image Download
<?php

/**
 * To add another language, just create a new array
 * with the language key in the front
 */

// English
$lang["en"]["filename"] = "Filename:";
$lang["en"]["last_modified"] = "Last Modified:";
$lang["en"]["size"] = "Size:";
$lang["en"]["index_of"] = "Index of";
$lang["en"]["directories"] = "Directories";
$lang["en"]["files"] = "File(s)";
$lang["en"]["parent_dir"] = "Parent Directory";

// Icelandic
$lang["is"]["filename"] = "Skráar nafn:";
$lang["is"]["last_modified"] = "Seinast breytt:";
$lang["is"]["size"] = "Stærð:";
$lang["is"]["index_of"] = "Mappa";
$lang["is"]["directories"] = "Möppur";
$lang["is"]["files"] = "Skrár";
$lang["is"]["parent_dir"] = "Efri mappa";

?>

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products