diff --git a/admin/templates/app.php b/admin/templates/app.php
index 1ea31bdecde..c8989e323ce 100644
--- a/admin/templates/app.php
+++ b/admin/templates/app.php
@@ -6,7 +6,7 @@ $app=$_['app'];
?>
'.$app['typename'].''); ?>
-
+l('datetime', $app["changed"]); ?>
diff --git a/admin/templates/app_noconn.php b/admin/templates/app_noconn.php
index 2ca3d15d445..70b7d9b3119 100644
--- a/admin/templates/app_noconn.php
+++ b/admin/templates/app_noconn.php
@@ -3,5 +3,5 @@
* Template for Apps when can't connect to app store
*/
?>
-Apps Repository
-Cannot connect to apps repository
\ No newline at end of file
+t( 'Apps Repository' ); ?>
+t( 'Cannot connect to apps repository' ); ?>
diff --git a/admin/templates/apps.php b/admin/templates/apps.php
index 36a7cd53029..593aad63182 100644
--- a/admin/templates/apps.php
+++ b/admin/templates/apps.php
@@ -3,15 +3,15 @@
* Template for Apps
*/
?>
-Apps Repository
+t( 'Apps Repository' ); ?>
- Name
- Modified
+ t( 'Name' ); ?>
+ t( 'Modified' ); ?>
@@ -19,7 +19,7 @@
"") { echo(' '); } ?>
" title=""> '.$app['typename'].''); ?>
-
+ l('datetime', $app["changed"]); ?>
diff --git a/admin/templates/system.php b/admin/templates/system.php
index 4087b40a483..92ff9c836a8 100644
--- a/admin/templates/system.php
+++ b/admin/templates/system.php
@@ -3,6 +3,6 @@
* Template for admin pages
*/
?>
-Administration
-System Settings
+t( 'Administration' ); ?>
+t( 'System Settings' ); ?>
#TBD
\ No newline at end of file
diff --git a/admin/templates/users.php b/admin/templates/users.php
index 235df5bf829..c6ee57a61d5 100644
--- a/admin/templates/users.php
+++ b/admin/templates/users.php
@@ -3,22 +3,22 @@
- Name
+ t( 'Name' ); ?>
Groups
- Add user
+ t( 'Add user' ); ?>
@@ -37,17 +37,17 @@
">
- remove
+ t( 'remove' ); ?>
-Groups
+t( 'Groups' ); ?>