From 704dc8170dab14644a41a5de8987e12db643ef78 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 27 Aug 2012 15:13:27 -0500 Subject: [PATCH] slightly slicker appadmin --- VERSION | 2 +- applications/admin/controllers/appadmin.py | 2 ++ applications/admin/languages/default.py | 2 ++ applications/examples/controllers/appadmin.py | 2 ++ applications/welcome/controllers/appadmin.py | 2 ++ applications/welcome/languages/it.py | 9 +++++++++ 6 files changed, 18 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0aed930e..396118ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.1 (2012-08-27 15:08:16) rc4 +Version 2.00.1 (2012-08-27 15:13:23) rc4 diff --git a/applications/admin/controllers/appadmin.py b/applications/admin/controllers/appadmin.py index 126200b9..fa264bae 100644 --- a/applications/admin/controllers/appadmin.py +++ b/applications/admin/controllers/appadmin.py @@ -11,6 +11,8 @@ import copy import gluon.contenttype import gluon.fileutils +response.subtitle = 'Database Administration (appadmin)' + # ## critical --- make a copy of the environment global_env = copy.copy(globals()) diff --git a/applications/admin/languages/default.py b/applications/admin/languages/default.py index 31a8dc24..93cec3e5 100644 --- a/applications/admin/languages/default.py +++ b/applications/admin/languages/default.py @@ -29,6 +29,7 @@ 'controllers': 'controllers', 'Create': 'Create', 'create file with filename:': 'create file with filename:', +'Create rules': 'Create rules', 'created by': 'created by', 'crontab': 'crontab', 'currently running': 'currently running', @@ -86,6 +87,7 @@ 'Reload routes': 'Reload routes', 'request': 'request', 'response': 'response', +'rules are not defined': 'rules are not defined', 'rules:': 'rules:', "Run tests in this file (to run all files, you may also use the button labelled 'test')": "Run tests in this file (to run all files, you may also use the button labelled 'test')", 'Running on %s': 'Running on %s', diff --git a/applications/examples/controllers/appadmin.py b/applications/examples/controllers/appadmin.py index 126200b9..fa264bae 100644 --- a/applications/examples/controllers/appadmin.py +++ b/applications/examples/controllers/appadmin.py @@ -11,6 +11,8 @@ import copy import gluon.contenttype import gluon.fileutils +response.subtitle = 'Database Administration (appadmin)' + # ## critical --- make a copy of the environment global_env = copy.copy(globals()) diff --git a/applications/welcome/controllers/appadmin.py b/applications/welcome/controllers/appadmin.py index 126200b9..fa264bae 100644 --- a/applications/welcome/controllers/appadmin.py +++ b/applications/welcome/controllers/appadmin.py @@ -11,6 +11,8 @@ import copy import gluon.contenttype import gluon.fileutils +response.subtitle = 'Database Administration (appadmin)' + # ## critical --- make a copy of the environment global_env = copy.copy(globals()) diff --git a/applications/welcome/languages/it.py b/applications/welcome/languages/it.py index 753edd65..375599be 100644 --- a/applications/welcome/languages/it.py +++ b/applications/welcome/languages/it.py @@ -9,6 +9,7 @@ '%s selected': '%s selezionato', '%Y-%m-%d': '%d/%m/%Y', '%Y-%m-%d %H:%M:%S': '%d/%m/%Y %H:%M:%S', +'@markmin\x01Number of entries: **%s**': 'Number of entries: **%s**', 'About': 'About', 'Access Control': 'Access Control', 'Administrative Interface': 'Administrative Interface', @@ -22,6 +23,9 @@ 'Cannot be empty': 'Non può essere vuoto', 'change password': 'Cambia password', 'Check to delete': 'Seleziona per cancellare', +'Clear CACHE?': 'Clear CACHE?', +'Clear DISK': 'Clear DISK', +'Clear RAM': 'Clear RAM', 'Client IP': 'Client IP', 'Community': 'Community', 'Components and Plugins': 'Components and Plugins', @@ -45,6 +49,8 @@ 'Deployment Recipes': 'Deployment Recipes', 'Description': 'Descrizione', 'design': 'progetta', +'DISK': 'DISK', +'Disk Cleared': 'Disk Cleared', 'Documentation': 'Documentazione', "Don't know what to do?": "Don't know what to do?", 'done!': 'fatto!', @@ -92,6 +98,7 @@ 'Lost password?': 'Lost password?', 'lost password?': 'dimenticato la password?', 'Main Menu': 'Menu principale', +'Manage Cache': 'Manage Cache', 'Menu Model': 'Menu Modelli', 'Modified By': 'Modified By', 'Modified On': 'Modified On', @@ -117,6 +124,8 @@ 'Python': 'Python', 'Query:': 'Richiesta (query):', 'Quick Examples': 'Quick Examples', +'RAM': 'RAM', +'Ram Cleared': 'Ram Cleared', 'Recipes': 'Recipes', 'record': 'record', 'record does not exist': 'il record non esiste',