mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
- thumbnail support is fully functional with custom imageThumb class which supports caching and so on, the class is still considered beta (specially the clean_cache() function)
- updated simple template - added Last Access (atime) to dirlist.lib.php - updated and fixed loads of other things git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@18 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
@@ -4,7 +4,7 @@ class lang {
|
||||
|
||||
// Language settings
|
||||
var $_language = 'svenska'; // local language name ("svenska" for swedish)...
|
||||
var $_version = '1.0.4';
|
||||
var $_version = '1.0.5';
|
||||
|
||||
|
||||
// Locale settings
|
||||
@@ -18,6 +18,7 @@ class lang {
|
||||
var $name = 'Namn';
|
||||
var $size = 'Storlek';
|
||||
var $mtime = 'Datum Ändrad';
|
||||
var $atime = 'Sisst Öppnad'; //FIXME possibly incorrect
|
||||
var $perms = 'Rättigheter';
|
||||
var $chmod = 'CHMOD';
|
||||
var $owner = 'Ägare';
|
||||
@@ -25,7 +26,7 @@ class lang {
|
||||
var $owner_id = 'Ägare ID';
|
||||
var $group_id = 'Grupp ID';
|
||||
var $type = 'Typ';
|
||||
var $ext = 'Ext'; // incorrect translation
|
||||
var $ext = 'Ext'; //FIXME incorrect translation
|
||||
|
||||
var $timer_string = 'Sidan genererades på %s sekunder';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user