From c2942b480a23a8583b88e4b13abf8cf0af9fb4b7 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 29 Oct 2008 16:35:54 +0000 Subject: [PATCH] A few more strings to be i18n-ized for the Conify perm_list interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@10973 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/conify/global/permission/perm_list.html | 8 ++++---- Open-ILS/web/js/dojo/openils/conify/nls/pgt.js | 3 +++ Open-ILS/web/opac/locale/en-US/conify.dtd | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Open-ILS/web/conify/global/permission/perm_list.html b/Open-ILS/web/conify/global/permission/perm_list.html index d27b7ae358..bc07a2e661 100644 --- a/Open-ILS/web/conify/global/permission/perm_list.html +++ b/Open-ILS/web/conify/global/permission/perm_list.html @@ -94,11 +94,11 @@ window.perm_grid_layout = [ { cells : [ [ - { name : "Code", field : "code", width : "300px", editor : dojox.grid.editors.Dijit, rowSpan : "2" }, - { name : "Description", field : "description", width : "auto", editor : dojox.grid.editors.Editor, style : "minHeight:1em;" } + { name : pgt_strings.LABEL_CODE, field : "code", width : "300px", editor : dojox.grid.editors.Dijit, rowSpan : "2" }, + { name : pgt_strings.LABEL_DESCRIPTION, field : "description", width : "auto", editor : dojox.grid.editors.Editor, style : "minHeight:1em;" } ], [ - { name : "Translation", + { name : pgt_strings.LABEL_TRANSLATION, width : "10em", height : "2em", get : function (row) { @@ -151,7 +151,7 @@
- New Permission: + &conify.perm_list.new_permission.label;