mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
- aiie language ...
git-svn-id: http://piwigo.org/svn/trunk@2256 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | PhpWebGallery - a PHP based picture gallery |
|
||||
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | file : $Id$
|
||||
// | last update : $Date$
|
||||
@@ -158,7 +158,7 @@ $template->assign('order',
|
||||
$url.'&order=name' => l10n('Name'),
|
||||
$url.'&order=status' => l10n('Status'),
|
||||
$url.'&order=author' => l10n('Author'),
|
||||
$url.'&order=id' => l10n('Id'),
|
||||
$url.'&order=id' => 'Id',
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user