← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11192: Apps, i18n

 

------------------------------------------------------------
revno: 11192
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-06-10 18:36:36 +0200
message:
  Apps, i18n
modified:
  dhis-2/dhis-web/dhis-web-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties
  dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/index.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties	2013-06-10 15:57:47 +0000
+++ dhis-2/dhis-web/dhis-web-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties	2013-06-10 16:36:36 +0000
@@ -14,3 +14,5 @@
 appmanager_management=Manage Installed Apps
 appmanager_appname=Application name
 appmanager_you_have_no_apps_installed=You have no apps installed at the moment
+appmanager_author=Author
+appmanager_version=Version
\ No newline at end of file

=== modified file 'dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/index.vm'
--- dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/index.vm	2013-05-29 21:29:34 +0000
+++ dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/index.vm	2013-06-10 16:36:36 +0000
@@ -15,10 +15,10 @@
     <li class="introItem" onclick="window.location.href='$appsRootUrl/$appFolderNames.get($foreach.index)/$app.launchPath'">
         <span class="introItemHeader">
             <img style="float:left; margin-right:15px" src="$appsRootUrl/$appFolderNames.get($foreach.index)/$app.icons.icon48">
-            ${app.name}&nbsp;&nbsp;(version ${app.version})
-        </span>
-        <br>
-        by ${app.developer.name}
+            ${app.name}
+        </span><br>
+        $i18n.getString( "appmanager_author" ): ${app.developer.name}<br>
+        $i18n.getString( "appmanager_version" ): ${app.version}
     </li>
     #end
 #end