profoundjs 7.15.1 → 7.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1179 @@
1
+ window.pui||(window.pui={});window.pui.baseVersion="6";window.pui.fixPackVersion="31.0";window.pui.version=window.pui.baseVersion+"."+window.pui.fixPackVersion;function b(c){this.onready=this.onfail=this.onsuccess=this.cacheBuster=this.suppressAlert=this.password=this.user=this.async=this.url=this.reqData=this.postData=this.method=null;this.headers={};this.params=null;this.sendAsBinary=true;var a=this.overrideMimeType=null,d=null,e=null,f=null,g=typeof pui!="undefined"&&typeof pui.alert!="undefined"?pui.alert:alert,h=this;if(b.defaultHeaders)this.headers=b.defaultHeaders;if(typeof c=="object")for(var j in c){if(typeof this[j]!="undefined")this[j]=c[j]}else this.url=
2
+ c;if(window.XMLHttpRequest)a=new XMLHttpRequest;else if(window.ze)a=new ActiveXObject("Microsoft.XMLHTTP");else{g("Ajax request error: Unsupported browser.");return}this.send=this.send=function(){function k(){if(a.readyState==4){d=a.status===0?C?"Request aborted.":"Request failed. Check the browser console for more details.":a.status+" - "+a.statusText;h.onready!=null&&h.onready(h);if(a.status==200){e=true;h.onsuccess!=null&&h.onsuccess(h)}else{e=false;h.suppressAlert!=true&&g(d);h.onfail!=null&&
3
+ h.onfail(h)}f=false}}var i,l=null,n=null,m=null;if(h.method==null)l="GET";else if(typeof h.method!="string"&&(h.method.toUpperCase()!="GET"||h.method.toUpperCase()!="POST"||h.method.toUpperCase()!="PUT"||h.method.toUpperCase()!="DELETE")){g('Invalid value for property: "method".');return}else l=h.method.toUpperCase();if(l=="POST"||l=="PUT"||l=="DELETE"){if(h.reqData!=null)m=h.reqData;else if(h.postData!=null)m=h.postData;if(m!=null){if(typeof m!="string"){g('Invalid value for property: "postData".');
4
+ return}}else m=""}if(h.async==null)n=true;else if(h.async!=true&&h.async!=false){g('Invalid value for property: "async".');return}else n=h.async;if(typeof h.url!="string")g('Invalid value for property: "url".');else{if(h.user!=null)if(typeof h.user!="string"){g('Invalid value for property: "user".');return}if(h.password!=null)if(typeof h.password!="string"){g('Invalid value for property: "password".');return}if(h.onsuccess!=null)if(typeof h.onsuccess!="function"){g('Invalid value for event: "onsuccess".');
5
+ return}if(h.onfail!=null)if(typeof h.onfail!="function"){g('Invalid value for event: "onfail".');return}if(h.onready!=null)if(typeof h.onready!="function"){g('Invalid value for event: "onready".');return}var o=true;if(m!=null)for(i in h.headers)if(i.toUpperCase()=="CONTENT-TYPE")if(h.headers[i].toLowerCase().indexOf("www-form-urlencoded")==-1)o=false;var p=h.url,r=h.params;if(typeof r=="object"){var q="";for(i in r){var u=r[i],x=[];if(typeof u=="object"){if(u.length!=null&&u.length>0)x=u}else x.push(u);
6
+ for(u=0;u<x.length;u++){if(q!="")q+="&";q+=encodeURIComponent(i)+"="+encodeURIComponent(x[u])}}if(q!="")if(o&&(l=="POST"||l=="PUT"||l=="DELETE")){if(m!=null&&m!="")m+="&";else m="";m+=q}else{o=p.split("?");if(o.length==2&&o[1]!="")p=o[0]+"?"+o[1]+"&"+q;else p+="?"+q}}if(l==="GET"&&(h.cacheBuster===null||h.cacheBuster===true))p=pui.addUrlCacheBuster(p);try{typeof h.user=="string"&&typeof h.password=="string"?a.open(l,p,n,h.user,h.password):a.open(l,p,n);p=false;var z=h.headers;for(i in z){a.setRequestHeader(i,
7
+ z[i]);if(i.toUpperCase()=="CONTENT-TYPE")p=true}if(l=="POST"||l=="PUT"||l=="DELETE")p||a.setRequestHeader("Content-type","application/x-www-form-urlencoded");typeof h.overrideMimeType=="string"&&typeof a.overrideMimeType=="function"&&a.overrideMimeType(h.overrideMimeType)}catch(D){g(D);return}f=true;var C=false;if(n==true){a.onload=k;a.onerror=k;a.onabort=function(){C=true;k()}}if(h.sendAsBinary==true)try{a.sendAsBinary(m)}catch(I){a.send(m)}else a.send(m);n!=true&&k()}};this.ok=this.ic=function(){return e!=
8
+ null?e:false};this.getResponseText=this.W=function(){return a.responseText};this.getResponseXML=this.bc=function(){return a.responseXML};this.getStatus=this.X=function(){return a.status};this.getStatusText=this.jb=function(){return a.statusText};this.getStatusMessage=this.ib=function(){return d};this.getAllResponseHeaders=this.getAllResponseHeaders=function(){if(e)try{return a.getAllResponseHeaders()}catch(k){g(k)}};this.getResponseHeader=this.getResponseHeader=function(k){if(e)try{return a.getResponseHeader(k)}catch(i){g(i)}};
9
+ this.setRequestHeader=this.setRequestHeader=function(k,i){h.headers[k]=i};this.abort=this.abort=function(){if(f===true)try{a.abort()}catch(k){g(k)}}}
10
+ function J(c,a){var d,e,f,g="";if(arguments.length==1&&typeof arguments[0]=="object"){d=arguments[0];d.async=null;d.onsuccess=null;if(typeof d.handler=="function"){e=true;f=d.handler}else e=false}else if(a!=null&&typeof a=="function"){e=true;f=a}else e=false;d=new b(arguments[0]);d.async=e;d.onsuccess=function(h){g+=h.W();e==true&&f(g)};d.send();if(e==false)return g}
11
+ function K(c,a){var d,e,f,g=null,h=false;if(arguments.length==1&&typeof arguments[0]=="object"){d=arguments[0];d.async=null;d.onsuccess=null;if(d.saveResponse==true)h=true;if(typeof d.handler=="function"){e=true;f=d.handler}else e=false}else if(a!=null&&typeof a=="function"){e=true;f=a}else e=false;d=new b(arguments[0]);d.async=e;d.onsuccess=function(j){j=j.W();if(h&&typeof pui=="object")pui.savedJSON=j;try{g=eval("("+j+")")}catch(k){f(null,k);return}e==true&&f(g)};d.send();if(e==false)return g}
12
+ if(typeof window.pui=="undefined")window.pui={};window.RPGspRequest=b;window.pui.Ajax=b;window.pui.AjaxRequest=b;window.ajax=J;
13
+ window.ajaxXML=function(c,a){var d,e,f,g=null;if(arguments.length==1&&typeof arguments[0]=="object"){d=arguments[0];d.async=null;d.onsuccess=null;d.onfail=null;d.onsuccess=null;if(typeof d.handler=="function"){e=true;f=d.handler}else e=false}else if(a!=null&&typeof a=="function"){e=true;f=a}else e=false;d=new b(arguments[0]);d.async=e;d.onsuccess=function(h){g=h.bc();e==true&&f(g)};d.send();if(e==false)return g};window.ajaxJSON=K;
14
+ window.ajaxSubmit=function(c,a){var d,e="",f=typeof pui!="undefined"&&typeof pui.alert!="undefined"?pui.alert:alert;if(typeof c=="object")d=c;else{d=document.getElementById(c);if(d==null)d=document.forms[c]}var g;if(d!=null)g=d.tagName;if(d==null||g==null||g.toUpperCase()!="FORM"){f("Ajax request error: Invalid form object.");return""}if(c.action==""){f("Ajax request error: Invalid form action.");return""}for(f=0;f<d.elements.length;f++){g=d.elements[f];if(g.name!=null&&g.name!=""){var h=false;if(g.tagName==
15
+ "INPUT"){var j=g.type;j=j.toLowerCase();if(j=="hidden")h=true;if(j=="password")h=true;if(j=="text")h=true;if(pui.af(j))h=true;if(j=="")h=true;if(j=="checkbox"||j=="radio")if(g.checked)h=true}if(g.tagName=="TEXTAREA")h=true;if(g.tagName=="SELECT")h=true;if(h){if(e!="")e+="&";e+=g.name+"="+encodeURIComponent(g.value)}}}d=new b(d.action);d.method="POST";d.postData=e;var k="",i;if(a!=null&&typeof a=="function")i=true;else{i=false;d.async=false}d.onsuccess=function(l){k+=l.W();i==true&&a(k)};d.send();
16
+ if(i==false)return k};if(typeof window.pui=="undefined")window.pui={};function aa(c){if(document.getElementById("PCCommandApplet")==null){var a=document.createElement("applet");a.id="PCCommandApplet";a.archive="/profoundui/proddata/applet/PCIntegration.jar";a.code="com.profoundlogic.genie.PCIntegration";a.style.height="0px";a.style.width="0px";if(typeof eval(c)=="function"){var d=document.createElement("param");d.setAttribute("name","callback");d.setAttribute("value",c);a.appendChild(d)}document.body.appendChild(a)}}
17
+ window.copyToClipboardCb=function(){copyToClipboardCb(pui.Vc);pui.Vc=null};function ba(c,a){var d,e;d=c!=null&&typeof c=="object"?c:document.getElementById(c);if(d==null)return"";e="";if(d.tagName.toLowerCase()=="div"){e=d.firstChild;e=e!=null&&e.tagName!=null&&e.tagName=="A"?e.innerHTML:d.innerHTML}if(d.tagName=="INPUT"&&d.type=="checkbox"){if(d.indeterminate===true)return d.indeterminateValue;if(d.checked&&d.$a!=null)return d.$a;if(!d.checked&&d.qe!=null)return d.qe;return d.checked}if(d.tagName=="INPUT"&&d.type=="radio")return d.checked;if(d.tagName=="TEXTAREA")e=d.value;
18
+ else if(d.tagName=="INPUT"){var f=d.Wa;if(a&&f!=null&&typeof f.value==="string")if(f.value.length>0)e=d.Wa.value;else{if(pui["force auto complete match"]==false)e=d.value}else e=d.value}else if(d.tagName=="SELECT"){e=d.selectedIndex;e=e>=0?d.options[e].value:d.z&&d.z.Ia&&d.z.Ia.value?d.z.Ia.value:d.value}if(d.ta!=null)e=d.ta.getValue();if(d.va!=null)e=d.va.getValue();if(d.le!=null)e=d.le.getValue();if(d.xc!=null)e=String(d.value);if(d.qa!=null){e="";if(d.qa.Ld&&d.qa.Td!=null)e=d.qa.Td;else if(!d.qa.Ld&&
19
+ d.qa.Rd!=null)e=d.qa.Rd}if(d.z&&d.z.Bb&&typeof d.z.Bb.getPropertyValue==="function")e=d.z.Bb.getPropertyValue("value");for(e=e.replace(/&nbsp;/g," ");e.indexOf(String.fromCharCode(160))!=-1;)e=e.replace(String.fromCharCode(160)," ");if(e==d.emptyText)e="";return e}function ca(c){if(typeof c!=="string")return c;for(;c.charAt(0)==" ";)c=c.replace(c.charAt(0),"");return c}function L(c){if(typeof c!=="string")return c;return c.replace(/^\s*|\s*$/g,"")}
20
+ pui.detachCalendar=function(c){if(typeof c=="string")c=document.getElementById(c);c!=null&&pui.jf(c)};
21
+ function M(c,a,d){var e=false,f=location.href;f=f.split("?")[0];f=f.split("/");if(f.length>2&&f[f.length-2].toLowerCase()=="auth")e=true;f="/profoundui/";var g=["PUI0009101.PGM","PUI0009102.PGM","PUI0009103.PGM","PUI0009104.PGM","PUI0009107.PGM","PUI0009109.PGM","PUI0009110.PGM","PUI0009119.PGM"];if(typeof pui.widgetURLPrefix==="string"&&g.indexOf(c.toUpperCase())!=-1){f=pui.widgetURLPrefix;if(f.substr(f.length-1)!="/")f+="/"}if(e==true||d==true)f+="auth/";f+=c;if(a!=null&&a==true)f+="/"+PSID;if(pui.serverURL!=
22
+ null)f=pui.serverURL+f;return f}pui.getProgramURL=M;pui.Ve=function(c){return pui.ac(c).x};pui.We=function(c){return pui.ac(c).y};
23
+ pui.ac=function(c){c=c||window.event;var a={x:0,y:0};if(c!=null&&c.touches!=null&&c.touches.length==1){a.x=c.touches[0].pageX;a.y=c.touches[0].pageY}else if(c!=null){if(c.pageX)a.x=c.pageX;else if(c.clientX)a.x=c.clientX+(document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft);if(c.pageY)a.y=c.pageY;else if(c.clientY)a.y=c.clientY+(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)}return a};
24
+ function O(){var c={},a="";a=location.search.substring(1,location.search.length);if(a.length==0)return c;a=a.replace(/\+/g," ");a=a.split("&");for(var d=0;d<a.length;d++){var e=a[d].split("="),f=decodeURIComponent(e[0]),g="";if(e.length==2)g=decodeURIComponent(e[1]);c[f]=g}return c}if(typeof applyDesignProperty!="undefined")window.De=applyDesignProperty;
25
+ pui.Hb={encode:function(c){for(var a="",d=0;d<c.length;d++){var e=c.codePointAt(d);e>65535&&d++;if(e<128)a+=String.fromCharCode(e);else{if(e<2048)a+=String.fromCharCode(e>>6|192);else{if(e<65536)a+=String.fromCharCode(e>>12|224);else{a+=String.fromCharCode(e>>18|240);a+=String.fromCharCode(e>>12&63|128)}a+=String.fromCharCode(e>>6&63|128)}a+=String.fromCharCode(e&63|128)}}return a},decode:function(c){for(var a="",d=0,e=0,f=0,g=0,h=0;d<c.length;){e=c.charCodeAt(d);if(e<128){a+=String.fromCharCode(e);
26
+ d++}else if(e<224){f=c.charCodeAt(d+1);a+=String.fromCharCode((e&31)<<6|f&63);d+=2}else if(e<240){f=c.charCodeAt(d+1);g=c.charCodeAt(d+2);a+=String.fromCharCode((e&15)<<12|(f&63)<<6|g&63);d+=3}else{f=c.charCodeAt(d+1);g=c.charCodeAt(d+2);h=c.charCodeAt(d+3);a+=String.fromCodePoint((e&7)<<18|(f&63)<<12|(g&63)<<6|h&63);d+=4}}return a}};
27
+ pui.p={V:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(c){var a="",d,e,f,g,h,j,k=0;for(c=pui.Hb.encode(c);k<c.length;){d=c.charCodeAt(k++);e=c.charCodeAt(k++);f=c.charCodeAt(k++);g=d>>2;d=(d&3)<<4|e>>4;h=(e&15)<<2|f>>6;j=f&63;if(isNaN(e))h=j=64;else if(isNaN(f))j=64;a=a+this.V.charAt(g)+this.V.charAt(d)+this.V.charAt(h)+this.V.charAt(j)}return a},decode:function(c){var a="",d,e,f,g,h,j=0;for(c=c.replace(/[^A-Za-z0-9+/=]/g,"");j<c.length;){d=this.V.indexOf(c.charAt(j++));
28
+ e=this.V.indexOf(c.charAt(j++));g=this.V.indexOf(c.charAt(j++));h=this.V.indexOf(c.charAt(j++));d=d<<2|e>>4;e=(e&15)<<4|g>>2;f=(g&3)<<6|h;a+=String.fromCharCode(d);if(g!=64)a+=String.fromCharCode(e);if(h!=64)a+=String.fromCharCode(f)}return a=pui.Hb.decode(a)}};
29
+ pui.downloadJSON=function(){if(pui.hf)pui.saveRecording();else if(pui.savedJSON==null)pui.alert("JSON is not available.");else{var c=pui.savedJSON;if(typeof JSON==="object"&&typeof JSON.parse==="function"&&typeof JSON.stringify==="function")try{c=JSON.stringify(JSON.parse(pui.savedJSON),null," ")}catch(a){}pui.Ad("text/plain","json.txt",c)}};
30
+ pui.saveRecording=function(c){for(var a=null,d=0;d<pui.R.payloads.length;d++){if(!a&&pui.R.responses[d].ea)a=pui.R.responses[d].ea.xf;pui.R.payloads[d].response=pui.R.responses[d]}var e=O().testid;(d=e)||(d=prompt("Enter recording name"));if(d)if(pui.pjsServer)if(pui.R.payloads.length===0)pui.alert("No recording to save.");else{a={id:e,appuser:a,payloads:pui.R.payloads};d={"Content-Type":"application/json"};if(sessionStorage["atrium-token"])d.Authorization="Basic "+sessionStorage["atrium-token"];
31
+ fetch("/auto-testing/save-recording",{method:"POST",headers:d,body:JSON.stringify(a)}).then(function(g){if(g.ok){window.parent&&window.parent.Atrium&&window.parent.Atrium.api&&typeof window.parent.Atrium.api.reloadNavParent==="function"&&window.parent.Atrium.api.reloadNavParent("test-"+e);pui.R={payloads:[],responses:[]};typeof c==="function"?c():pui.alert("Recording saved.")}else pui.alert("Failed to save recording.")})["catch"](function(g){pui.alert("Error: Unable to save recording.");console.error("Fetch error:",
32
+ g)})}else{a=JSON.stringify({user:a,payloads:pui.R.payloads});var f=d;f.Re(".json")||(f+=".json");if(pui["recording path"]){d=[];d.push({name:"path",value:pui["recording path"]+f});d.push({name:"text",value:"1"});d.push({name:"replace",value:"Y"});d.push({name:"json",value:a,fileName:f});a=new pui.Ae;a.Be(d);d=M("PUI0001109.pgm");d=d.replace("/auth","");a.send(d,function(g){var h,j={};if(g.X()!=200)h=g.ib();if(!h){j=eval("("+g.W()+")");j.success||(h=j.errorText)}if(h)pui.alert(h);else{pui.alert("Recording saved.");
33
+ pui.R={payloads:[],responses:[]}}})}else pui.Ad("text/plain",f,a)}};
34
+ pui.keepAlive=function(){var c;if(!(context=="genie"&&pui.j.Fa==true)){if(context=="dspf")c=pui.j==null?M("PUI0001200.pgm"):M("PUI0002110.pgm");else if(context=="genie")c=window.DOCUMENT_URI;else return false;if(pui.ub!=null&&pui.ub!="")c+="/"+pui.ub;if(pui.overrideSubmitUrl!=null&&typeof pui.overrideSubmitUrl=="function")try{c=pui.overrideSubmitUrl(c)}catch(a){}if(context=="genie")pui.zc(pui.j.Fa=true);if(context=="dspf")pui.xb=false;pui.pf();var d={keepalive:"1"};if(pui.isCloud)d.workspace_id=pui.Zc.xe.id;
35
+ J({url:pui.Ce(c),method:"post",params:d,sendAsBinary:false,suppressAlert:true,handler:function(){pui.Jd();if(context=="genie")pui.zc(pui.j.Fa=false);if(context=="dspf")pui.xb=true;for(var e=0;e<pui.lb.length;e++)pui.lb[e].unMask()},onfail:function(e){pui.onoffline==null&&!pui["suppress comm errors"]&&pui.alert(pui.Xe(e));pui.Jd();if(context=="genie")pui.zc(pui.j.Fa=false);if(context=="dspf")pui.xb=true;for(e=0;e<pui.lb.length;e++)pui.lb[e].unMask();pui.onoffline!=null&&pui.onoffline()}});return true}};
36
+ pui.getWindowSize=function(){var c,a;if(document.body&&document.body.offsetWidth){c=document.body.offsetWidth;a=document.body.offsetHeight}if(document.compatMode=="CSS1Compat"&&document.documentElement&&document.documentElement.offsetWidth){c=document.documentElement.offsetWidth;a=document.documentElement.offsetHeight}if(window.innerWidth&&window.innerHeight){c=window.innerWidth;a=window.innerHeight}if(window.Na&&window.Na.width&&window.Na.height){c=window.Na.width;a=window.Na.height}if(document.documentElement&&
37
+ document.documentElement.clientWidth){c=document.documentElement.clientWidth;a=document.documentElement.clientHeight}if(c==null&&screen!=null)c=screen.width;if(a==null&&screen!=null)a=screen.height;if(c==null)c=800;if(a==null)a=600;return{width:c,height:a}};pui.openURL=function(c){window.open(c)};
38
+ pui.rb=function(c,a){if(c==null||typeof c!="string")return"";if(a==true&&window.puiMobileClient==null)return c;if(c.substr(0,5).toLowerCase()=="http:"||c.substr(0,6).toLowerCase()=="https:"||c.substr(0,5).toLowerCase()=="data:")return c;return pui.serverURL!=null?pui.serverURL+c:window.cordova&&c.substr(0,1)=="/"?c.substr(1):c};
39
+ pui.animate=function(c){var a,d,e=c.element;if(typeof e=="string")e=document.getElementById(e);if(e!=null){var f;a=c.effect;if(a=="fly in left"||a=="fly in right"||a=="fly out left"||a=="fly out right")f="left";else if(a=="fly in up"||a=="fly in down"||a=="fly out up"||a=="fly out down")f="top";else if(a=="fade in"||a=="fade out")f="opacity";else{f=c.properties;if(f==null){f=c.property;if(f==null)return}}if(typeof f=="string")f=[f];var g=c.duration;if(g==null)g="500ms";if(g.substr(g.length-1,1)!=
40
+ "s")g+="s";var h=parseInt(g)*1E3;if(g.length>2&&g.substr(g.length-2,2)=="ms")h=parseInt(g);var j=c.type;if(j==null)j="ease";var k=c.from,i=c.to;switch(a){case "fly in right":k=-e.offsetWidth;k+="px";i="0px";break;case "fly in left":k=e.offsetWidth;k+="px";i="0px";break;case "fly out left":i=-e.offsetWidth;i+="px";k="0px";break;case "fly out right":i=e.offsetWidth;i+="px";k="0px";break;case "fly out down":i=e.offsetHeight;i+="px";k="0px";break;case "fly out up":i=-e.offsetHeight;i+="px";k="0px";break;
41
+ case "fly in up":k=e.offsetHeight;k+="px";i="0px";break;case "fly in down":k=-e.offsetHeight;k+="px";i="0px";break;case "fade in":k="0";i="100";break;case "fade out":k="100";i="0";break}if(i!=null){var l="";for(a=0;a<f.length;a++){d=f[a];if(l!="")l+=", ";l+=d+" "+g+" "+j}var n=["transition","MozTransition","WebkitTransition","msTransition","OTransition"];if(k!=null){if(typeof k=="string"||typeof k=="number")k=[k];for(a=0;a<f.length;a++){d=f[a];e.style[d]=k[a]}}setTimeout(function(){for(var m=0;m<
42
+ n.length;m++)e.style[n[m]]=l;setTimeout(function(){if(typeof i=="string"||typeof i=="number")i=[i];for(var o=0;o<f.length;o++)e.style[f[o]]=i[o];setTimeout(function(){for(var p=0;p<n.length;p++)e.style[n[p]]="";c.oncomplete!=null&&c.oncomplete()},h)},1)},1)}}};pui.getActiveElement=function(){return context=="genie"?lastActiveElement:pui.activeElement};pui.fieldExit=function(c){var a=pui.getActiveElement();if(a!=null){var d=false;if(c!=null)d=true;context=="genie"?fieldExit(a,d):pui.Pe(a)}};
43
+ pui.gotoNextElement=function(c){P(c,true)};pui.gotoPreviousElement=function(c){P(c,false)};
44
+ function P(c,a){var d=a?1:-1,e=document.querySelectorAll("INPUT,SELECT,TEXTAREA"),f=e.length;if(!(f<2))for(var g=Array.prototype.indexOf.call(e,c),h=g+d,j;;){if(h===g)break;if(h===f)h=0;else if(h===-1)h=f-1;else{var k=j=e[h];if(j!=null&&j.ta!=null)k=j.ta.getBox();if(j!=null&&j.va!=null)k=j.va.getBox();if(k.readOnly||k.disabled||k.style.visibility==="hidden"||k.tabIndex==="-1"||!k.clientHeight||!k.clientWidth)h+=d;else{try{k.focus();if(document.activeElement!=k){h+=d;continue}setTimeout(function(){pui["highlight on focus"]&&
45
+ typeof k.select=="function"&&k.select();pui.lf(null,k)},0)}catch(i){}break}}}}pui.showCalendar=function(c){var a=c;if(typeof c=="string")a=document.getElementById(c);if(a!=null)if(typeof a=="object"){var d=a.Fe;if(d!=null)if(d.click!=null&&typeof d.click=="function")d.click();else d.onclick!=null&&typeof d.onclick=="function"&&setTimeout(function(){d.onclick()},250)}};
46
+ pui.getComputedStyle=function(c){var a=null;if(window.getComputedStyle)a=window.getComputedStyle(c);else if(c.currentStyle)a=c.currentStyle;return a};
47
+ pui.upload=function(c,a){var d,e,f=c.dir,g=c.overwrite===true,h;if(typeof c.slimit=="number")h=c.slimit;var j;if(typeof c.flimit=="number")j=c.flimit;var k="";if(typeof c.altname=="string")k=c.altname;var i;if(typeof c.allowedTypes&&c.allowedTypes instanceof Array)i=c.allowedTypes;if(j==null)j=c.files.length;if(h==null||i==null){var l,n=[];for(d=0;d<c.files.length;d++){e=c.files[d];var m=typeof e.type!="undefined"&&e.type!=""?e.type:"application/octet-stream";pui.Ee(n,m)==-1&&n.push(m);e=e.data&&
48
+ e.data instanceof ArrayBuffer?e.data.byteLength:e.size;e=Math.ceil(e/1048576);if(l==null||e>l)l=e}if(h==null)h=l;if(i==null)i=n}l=M("PUI0009109.PGM");l+="?AUTH="+encodeURIComponent(pui.sb?pui.sb:pui.appJob.auth);if(c.mode!=="widget")l+="&mode=ajax";if(c.id)l+="&id="+encodeURIComponent(c.id);l+="&r="+Math.floor(Math.random()*1E9);if(pui.isCloud)l+="&workspace_id="+pui.Zc.xe.id;n=new FormData;n.append("dir",f);n.append("overwrite",g?"1":"0");n.append("flimit",j);n.append("slimit",h);n.append("altname",
49
+ k);typeof c.generateNames=="string"&&n.append("generateNames",c.generateNames);for(d=0;d<i.length;d++)n.append("type",i[d]);for(d=0;d<c.files.length;d++){e=c.files[d];if(e.data&&e.data instanceof ArrayBuffer){var o;try{o=new Blob([e.data])}catch(p){f=new window.WebKitBlobBuilder;f.append(e.data);o=f.getBlob()}n.append("file",o)}else n.append("file",e);n.append("filename",e.name)}var r=new XMLHttpRequest;r.open("POST",l,true);r.onreadystatechange=function(){if(r.readyState==4){var q=true,u;if(r.status==
50
+ 200){var x;try{x=eval("("+r.responseText+")")}catch(z){q=false;u="Server response missing or invalid."}if(x){q=x.success;if(!q)if(x.key){u=pui.getLanguageText("runtimeMsg","upload "+x.key);if(x.key=="file limit")u=u.replace("&1",j);if(x.key=="size limit")u=u.replace("&1",h)}else u=x.error}}else{q=false;u=r.status+" - "+r.statusText+".";if(r.status==0&&r.statusText=="")u="The FILE could not be found in the system."}typeof a=="function"&&a(q,u)}};if(typeof c.onabort=="function")r.onabort=c.onabort;
51
+ if(typeof c.onprogress=="function"&&"upload"in r)r.upload.onprogress=c.onprogress;if(typeof c.onload=="function")r.onload=c.onload;r.send(n);return r};pui.getCookie=function(c){var a=document.cookie.split(";"),d="",e="",f="",g="";for(g=0;g<a.length;g++){d=a[g].split("=");e=d[0].replace(/^\s+|\s+$/g,"");if(e==c){if(d.length>1)f=unescape(d[1].replace(/^\s+|\s+$/g,""));return f}}return null};
52
+ pui.setCookie=function(c,a,d,e,f,g,h){var j=new Date;j.setTime(j.getTime());if(d)d=d*1E3*60*60*24;j=new Date(j.getTime()+d);document.cookie=c+"="+escape(a)+(d?";expires="+j.toGMTString():"")+(e?";path="+e:"")+(f?";domain="+f:"")+(g?";secure":"")+(h?";SameSite="+h:"")};pui.deleteCookie=function(c,a,d,e,f){if(pui.getCookie(c))document.cookie=c+"="+(a?";path="+a:"")+(d?";domain="+d:"")+";expires=Thu, 01-Jan-1970 00:00:01 GMT"+(e?";Secure":"")+(f?";SameSite="+f:"")};
53
+ pui.refresh=function(c){if(c==null)c={};var a=c.url;c=c.skin;pui.setCookie("puiRefreshId",pui.ub,null,"/",null,null,"Strict");pui.qf=true;pui.ie=false;pui.ad=false;if(c!=null){c="skin="+encodeURIComponent(c);a=window.location.href;var d=a.split("?");a=d[0];d=d[1];if(d==null)d="";d=d.split("&");for(var e=false,f=0;f<d.length;f++)if(d[f].length>=5&&d[f].substr(0,5).toLowerCase()=="skin="){d[f]=c;e=true}if(!e)if(d.length==1&&d[0]=="")d[0]=c;else d.push(c);d=d.join("&");a=a+"?"+d}if(a!=null)window.location.href=
54
+ a;else window.location.reload()};
55
+ pui.downloadURL=function(c){if(pui==null||pui.appJob==null||pui.appJob.auth==null||pui.appJob.auth=="")return pui.is_ie?"":"data:text/html,<!DOCTYPE html><html><body><p>To download, please connect to a Profound UI session.</p></body></html>";var a=c.inline===true;if(c.id==null)return"";var d=M("PUI0009110.PGM");d+="?id="+encodeURIComponent(c.id);if(c.contentType!=null)d+="&type="+encodeURIComponent(c.contentType);if(a)d+="&inline=1";d+="&usehttprc=0";d+="&AUTH="+encodeURIComponent(pui.sb?pui.sb:pui.appJob.auth);
56
+ d+="&r="+Math.floor(Math.random()*1E9);return d};pui.download=function(c){var a=pui.downloadURL(c);c=c.inline===true;if(pui==null||pui.appJob==null||pui.appJob.auth==null||pui.appJob.auth=="")c=true;c?pui.openURL(a):pui.link(a)};
57
+ pui.downloadFile=function(c){if(typeof c==="undefined"||c==null||typeof c.id!=="string"||c.id.length<1)pui.alert("Error downloading file. \n\n No file path given",null,"Error","Close");else{var a=pui.downloadURL(c),d=c.id,e=new XMLHttpRequest;e.responseType="blob";e.open("GET",a,true);e.send();var f=null,g=null,h=null,j=null;e.onprogress=function(k){var i=pui.extractFileNameFromContentDisposition(e.getResponseHeader("Content-Disposition"));if(!(d.split("/").pop()!=i&&i=="error.txt")){if(typeof e.onprogress.diaglogShown===
58
+ "undefined"){e.onprogress.diaglogShown=true;f=document.createElement("dialog");document.body.appendChild(f);g=document.createElement("p");f.appendChild(g);h=document.createElement("button");h.innerHTML="OK";h.onclick=function(){f.close();f.remove()};j=document.createElement("button");j.innerHTML="Cancel";j.id="cancelButton";j.onclick=function(){e.abort();f.close();f.remove()};f.appendChild(j);g.innerHTML="Downloading file: "+d+"<br> Starting download...";f.showModal();e.onprogress.lastTime=Date.now()}if(Date.now()>
59
+ e.onprogress.lastTime+2E3){g.innerHTML="Downloading file: "+d+"<br>"+k.type+" "+(k.loaded/1048576).toFixed(4)+" mb loaded";e.onprogress.lastTime=Date.now()}}};e.onloadend=function(){if(f!=null){f.querySelector("button[id='cancelButton']").remove();f.appendChild(h);g.innerHTML="File "+d+" downloaded successfully."}};e.onreadystatechange=function(){if(e.readyState==4&&e.status==200){var k=pui.extractFileNameFromContentDisposition(e.getResponseHeader("Content-Disposition"));if(d.split("/").pop()!=k&&
60
+ k=="error.txt"){var i=new FileReader;i.onload=function(){pui.alert("Error downloading file: "+d+"\n\n"+i.result,null,"Error","Close");console.log(i.result)};i.readAsText(e.response)}else{var l=null;if(typeof c.contentType==="string"&&c.contentType.length>0)l=c.contentType;else{l=e.getResponseHeader("Content-Type").split(";")[0];if(typeof l==="string"&&l=="application/octet-stream"){var n=k.split(".").pop();if(typeof n==="string")switch(n.toLowerCase()){case "pdf":l="application/pdf";break;case "txt":l=
61
+ "text/plain";break;case "csv":l="text/csv";break;case "json":l="application/json";break;case "xml":l="application/xml";break;case "html":l="text/html";break;case "htm":l="text/html";break;case "jpg":l="image/jpeg";break;case "jpeg":l="image/jpeg";break;case "png":l="image/png";break;case "gif":l="image/gif";break}}}n=["application/pdf","text/plain","text/csv","application/json","application/xml","text/html","image/jpeg","image/png","image/gif"];var m=new File([e.response],k,{type:l});m=URL.createObjectURL(m);
62
+ var o=document.createElement("a");if(typeof c.inline==="boolean"&&c.inline&&n.$e(l))o.target="_blank";else o.download=k;o.name=k;o.href=m;document.body.appendChild(o);o.dispatchEvent(new MouseEvent("click",{bubbles:true,cancelable:true,view:window}));document.body.removeChild(o)}}}}};pui.extractFileNameFromContentDisposition=function(c){c=/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(c);if(c!=null&&c[1])return c[1].replace(/['"]/g,"");return null};
63
+ pui.focusOnContainer=function(){window.parent!=window&&pui.we(window.parent)&&window.parent.Qd||setTimeout(function(){if(pui.C==null){pui.C=document.createElement("input");pui.C.type=pui.is_touch?"button":"text";pui.C.readOnly=true;pui.C.style.position="absolute";pui.C.style.left="-999px";pui.C.style.top="-999px";pui.C.style.width="10px";pui.C.style.borderStyle="none";pui.C.style.backgroundColor="transparent";pui.qc&&pui.qc.appendChild(pui.C)}pui.Kd=true;pui.C.focus();setTimeout(function(){pui.Kd=
64
+ false},0)},1)};pui.addCSS=function(c){var a=document.getElementsByTagName("head")[0],d=document.createElement("style");d.type="text/css";if(pui.is_old_ie)d.styleSheet.cssText=c;else d.innerHTML=c;a.appendChild(d)};
65
+ pui.loadCSS=function(c){if(pui.Fd(c)!=null)return false;var a=document.getElementsByTagName("head")[0],d=document.createElement("link");d.setAttribute("rel","stylesheet");d.setAttribute("type","text/css");d.setAttribute("media","screen");d.setAttribute("href",pui.rb(c));a.appendChild(d);return true};
66
+ pui.removeCSS=function(c){var a=document.getElementsByTagName("head")[0],d=pui.Fd(c);if(d==null){d=a.getElementsByTagName("style");for(var e=0;e<d.length;e++){var f=d[e];if(f.innerHTML==c||f.styleSheet!=null&&f.styleSheet.cssText==c){a.removeChild(f);return true}}return false}else{a.removeChild(d);return true}};
67
+ pui.loadJS=function(c){if(c==null)return null;var a,d,e,f;if(typeof c=="string")a=c;if(typeof c=="object"){a=c.path;d=c.callback;e=c.onerror;f=c.test;if(f!=null&&typeof f=="function"&&f()==true)return false}if(a==null)return null;if(pui.Ye(pui.rb(a))!=null)return false;c=document.getElementsByTagName("head")[0];var g=false,h=document.createElement("script");h.type="text/javascript";h.onreadystatechange=function(){if(h.readyState=="complete"||h.readyState=="loaded")if(!(f!=null&&typeof f=="function"&&
68
+ f()!=true)){!g&&d!=null&&d();g=true}};h.onload=function(){if(!(f!=null&&typeof f=="function"&&f()!=true)){!g&&d!=null&&d();g=true}};if(e)h.onerror=e;h.src=pui.rb(a);c.appendChild(h);return true};
69
+ pui.endOfSession=function(c){pui.ad=false;pui.ie=false;if(window.puiMobileClient!=null){window.location.href="index.html";c!=null&&pui.alert(c)}else{var a=O().gobackto;if(a!=null){document.body.innerHTML="";c!=null&&pui.alert(c);location.href=a}if(navigator.app!=null&&navigator.app.exitApp!=null){document.body.innerHTML="";c!=null?pui.alert(c,function(){navigator.app.exitApp()}):navigator.app.exitApp()}}};
70
+ pui.addUrlCacheBuster=function(c,a){var d=Date.now();if(typeof a==="string"&&a.toLowerCase()!=="get")return c;if(/[&?]r=[^&]+/.test(c))c=c.replace(/([&?]r=)[^&]+/,function(f,g){return g+d});else{var e=c.indexOf("?")==-1?"?":"&";c=c+e+"r="+d}return c};
71
+ pui.alert=function(c,a,d,e){if(window.cordova&&window.device.platform=="iOS"&&a==null&&d==null&&e==null)window.alert(c);else if(window.navigator!=null&&window.navigator.notification!=null&&window.navigator.notification.alert!=null)if(a==null&&d==null&&e==null&&window.puiMobileClient!=null&&window.puiMobileClient.alert!=null)window.puiMobileClient.alert(c);else{if(a==null)a=function(){};if(d==null)d="Profound UI";if(e==null)e="OK";window.navigator.notification.alert(c,a,d,e)}else pui.bf&&window.parent&&
72
+ window.parent!=window&&pui.we(window.parent)&&window.parent.Qd?console.log("Suppressed alert: "+c):alert(c)};pui.applyProperty=function(c,a,d){return window.applyProperty(c,a,d)};pui.get=function(c){return L(ba(c,void 0))};
73
+ pui.set=function(c,a){var d;d=typeof c=="object"?c:document.getElementById(c);if(d!=null){if(d.tagName=="DIV")if(d.xc!=null)d.xc.setValue(a);else if(d.ta!=null)d.ta.setValue(a);else if(d.va!=null)d.va.setValue(a);else if(d.button&&d.button.oe)d.button.oe.innerHTML=a;else if(d.z&&d.z.Bb)applyProperty(d,"value",a);else d.innerHTML=a;else if(d.tagName=="INPUT"||d.tagName=="SELECT"||d.tagName=="TEXTAREA")if(d.tagName=="INPUT"&&d.type=="checkbox")d.checked=typeof a=="boolean"?a:d.$a!=null&&a==d.$a?true:
74
+ false;else{context=="genie"&&a!=d.value&&pui.j.ff(d);d.value=a;if(d.Wa!=null)d.Wa.value=a}if(context=="dspf"||pui.se&&d.eb==null){d.modified=true;pui.wf(d);var e=d.yf;if(d.id!=null&&d.id.indexOf(".")==-1&&d.od!=null)pui.Le[d.od]=true;if(e!=null){e.hide();e.Qe=true;pui.kf(d,e.Ue())}}if(context=="genie"&&d.eb!=null&&d.eb.idx!=null)pui.response[d.eb.idx]=d;pui.Ge(d);if(d.z&&d.z.Ia)d.z.Ia.value=a}};
75
+ pui.getActiveContainer=function(){if(context=="genie"){for(var c=1,a=document.getElementById("window"+c);a;){var d=document.getElementById("window"+ ++c);if(d)a=d;else break}if(a)return a}else if(context=="dspf"&&pui.Md)return pui.Md;return pui.qc};pui.getDisplayType=function(){return pui.se?"5250-handler":context=="dspf"?"rdf":"5250"};
76
+ function Q(c){function a(){if(!(l>=i.length)){o=i[l].command;p=i[l].wait;l+=1;if(typeof pui.onPCCommand=="function")try{var q=pui.onPCCommand(o,p);if(q==null||q==true){setTimeout(a,0);return}}catch(u){showFailureMessage(o)}m="?cmd="+encodeURIComponent(o)+"&wait="+(p?"1":"0");if(h==1||h==2)if(j){r.params.cmd=o;r.params.sign=1;r.params.hashalg=typeof pui["pccmd hash sign algorithm"]==="string"?pui["pccmd hash sign algorithm"].toUpperCase():"SHA-512";r.handler=f;K(r)}else d("");else if(h==3){r.params.cmd=
77
+ o;r.handler=e;K(r)}else{if(l==0&&i.length>0){q=[];for(var x=0;x<i.length;x++)q.push("("+i[x].Je+")");o=q.join(" && ")}try{k.runCommand(o)}catch(z){q='Unable to execute "'+o+'".\n\n';if(z!=null)q+=z.name+":\n\n"+z.message+".";alert(q)}}}}function d(q){if(h==2){var u=new Image;u.onload=a;u.onerror=function(){console.log("PC Command Listener image mode failure.");g(o)};u.src=n+m+"&type=image&rnd="+String(Math.random())+String((new Date).getTime())+q}else{q=new pui.Ajax(n+m+q);q.method="GET";q.async=
78
+ p?false:true;q.suppressAlert=true;q.onfail=function(z){if(z.X()!=200){console.log("PC Command Listener comm. failure: "+z.ib());g(o)}};q.onsuccess=function(z){try{var D=JSON.parse(z.W());if(!D.success&&typeof D.error==="string"){console.log("PC Command Listener failure.",D.error);g(o);return}}catch(C){}a()};try{q.send()}catch(x){console.log("PC Command Listener failure.",x);g(o)}}}function e(q,u){try{if(u)throw u;if(q==null)throw Error("Empty response from PCCMD crypt program.");if(q.error!=null||
79
+ typeof q.error==="string"&&q.error.length>0)throw Error("PCCMD crypt error: "+String(q.error));if(typeof q.cmd!=="string"||q.cmd.length==0)throw Error("PCCMD crypt response was missing a command.");var x="puilaunch:"+encodeURIComponent(q.cmd),z=document.createElement("iframe");z.style.display="none";z.src=x;document.body.appendChild(z);setTimeout(function(){z!=null&&z.parentNode!=null&&document.body.removeChild(z);z=null;a()},5E3)}catch(D){console.log(D)}}function f(q,u){try{if(u)throw u;if(typeof q!==
80
+ "object"||q===null)throw Error("Empty response");if(q.success!==true)throw typeof q.error==="string"&&q.error.length>0?q.error:"Unknown error";var x="";if(typeof q.sig==="string"&&q.sig.length>0)x="&sig="+encodeURIComponent(q.sig);d(x)}catch(z){console.log(z);g(o)}}function g(q){console.log("Command: "+q);q=pui.getLanguageText("runtimeMsg","pccommand error");pui["alert pccommand errors"]!==false?alert(q):console.log(q);console.log("Visit https://docs.profoundlogic.com/x/aQFK for more information on supporting STRPCCMD.")}
81
+ var h=1,j=false;if(pui["use pc listener"])h=1;if(window.HTTPS!=null&&window.HTTPS=="ON"&&h==1)h=2;if(pui["pc listener mode"])h=parseInt(pui["pc listener mode"]);if(typeof pui["pc command mode"]=="string")switch(pui["pc command mode"]){case "applet":h=0;break;case "listener":case "listener_m1":h=1;break;case "listener_m1s":h=1;j=true;break;case "listener_m2":h=2;break;case "listener_m2s":h=2;j=true;break;case "launcher":h=3;break;default:h=1;console.log("Unsupported pc command mode:",pui["pc command mode"])}if(h==
82
+ 0){var k=document.getElementById("PCCommandApplet");if(!k){pui.Lb=c;aa("runCommandCb");return}}var i=[],l=0;i=typeof c=="string"?[{command:c,wait:false}]:c;c=parseInt(pui["pc listener port"],10);if(isNaN(c))c="80";var n="http://localhost:"+c+"/",m="",o,p,r={url:M("PUI0009117.pgm"),method:"post",params:{auth:pui.appJob&&pui.appJob.auth?pui.appJob.auth:""},async:true};a()}window.runCommandCb=function(){Q(pui.Lb);pui.Lb=null};pui.runPCCommand=Q;
83
+ pui.isServerBusy=function(){if(typeof context=="undefined")return false;if(context=="dspf"&&pui.xb===false||context=="genie"&&pui.j.Fa===true)return true;for(var c=document.getElementsByTagName("iframe"),a=0;a<c.length;a++){var d=c[a].contentWindow;if(d!=null){var e=null;try{e=d.z}catch(f){}if(e!=null)if(typeof e==="object")if(typeof e.isServerBusy==="function")if(e.isServerBusy())return true}}return false};
84
+ pui.showLastError=function(){if(errors.length==0)alert("No errors have been reported.");else{var c=errors.length-1;alert("Operation: "+errors[c].gf+"\nId: "+errors[c].id+"\n\nMessage: "+errors[c].text+"\n"+errors[c].uf)}};
85
+ pui.editCode=function(c,a){function d(A,y){var s=["","","","nn/n","nn/nn","nn/nn/n","nn/nn/nn","nnn/nn/nn","nn/nn/nnnn","nnn/nn/nnnn"];if(j.dateEdit==="*ymd"){s[8]="nnnn/nn/nn";s[9]="nnnnn/nn/nn"}s=s[D];A=String(A);A=A.replace(".","");A=A.replace(",","");A=A.replace("-","");A="0000000000"+A;A=A.substr(A.length-y);var t="/";if(j.dateEditSeparator!=null)t=j.dateEditSeparator;for(var w=false,v=0,B="",E=0;E<s.length;E++){var F=s.substr(E,1),H=s.substr(E+1,1);if(F==="/"||H==="/")w=true;if(F==="/")F=t;
86
+ else{F=A.substr(v,1);v+=1;if(F==="0")w||(F=" ");else w=true}B+=F}return B}function e(A,y,s){for(A+="";A.length<y;)A+=s;return A}var f=null,g=0,h=null,j={},k=2;if(typeof arguments[k]==="number"){f=arguments[k];k++;if(typeof arguments[k]==="number"){g=arguments[k];k++}}if(typeof arguments[k]==="string"){h=arguments[k];k++}if(typeof arguments[k]==="object"){j=arguments[k];k++}var i=false;if(h==="*astfill"){i=true;h=null}var l=false,n=null,m=false,o=k=false;k=" ";if(pui.ea&&typeof pui.ea.decimalFormat===
87
+ "string")k=pui.ea.decimalFormat;var p=k==="I"||k==="J",r=k==="J";if(j.decimalEdit!=null){p=j.decimalEdit===","||j.decimalEdit==="0,";r=j.decimalEdit==="0."||j.decimalEdit==="0,"}if(a>="1"&&a<="4")n="999.00";if(a>="A"&&a<="D")n="999.00CR";if(a>="J"&&a<="M")n="999.00-";if(a>="N"&&a<="Q")n="-999.00";if(a=="1"||a=="A"||a=="J"||a=="N"||a=="2"||a=="B"||a=="K"||a=="O")m=true;k=a=="1"||a=="A"||a=="J"||a=="N"||a=="3"||a=="C"||a=="L"||a=="P"?true:false;if(a=="Z")n="999.00";if(a==="X"||a==="Z")o=true;if(a===
88
+ "X")l=true;a>="5"&&a<="9"&&pui.alert("User-defined edit code not supported: "+a+".");a>="1"&&a<="9"||a>="A"&&a<="D"||a>="J"&&a<="Q"||a>="X"&&a<="Z"||pui.alert("Invalid edit code: "+a+".");var q=(c||0)+"",u=parseFloat(q,10)||0,x;x=q.replace(/\..*/,"");if(x==="-0")x="-";if((x==""||x=="-")&&r)x="0";var z;z=q;if(z.indexOf(".")==-1)z+=".";z=z.replace(/.*\./,"");var D=x.length;if(D<3)D=3;var C=z.length;if(typeof f==="number")D=f;if(typeof g==="number")C=g;if(a=="Y"){if(D<3||D>9)pui.alert("Length not valid for edit code Y.");
89
+ return d(u,D)}f=".";if(p)f=",";if(o)f="";if(C>0){z=e(z,C,"0");if(x==="0"&&!r)x="";q=x+f+z}var I=" ";if(l)I="0";if(i)I="*";if(m){for(g=/(\d+)(\d{3})/;g.test(x);)x=x.replace(g,"$1"+(p?".":",")+"$2");q=x+(C>0?f+z:"")}p=u<0;q=q.replace(/-/g,"");if(n==="(999.00)"){if(p)q="("+q+")"}else if(n==="999.00-")q+=p?"-":" ";else if(n==="999.00CR")q+=p?"CR":" ";else if(n==="-999.00")if(p)q="-"+q;if(h)q=h=="EUR"?q+" EUR":h=="$"?q.substr(0,1)=="-"?"-"+h+q.substr(1):h+q:h+q;if(!k)if(u===0)q="";(function(){var A=D;
90
+ A+=C&&!o?1:0;if(m)A+=parseInt((D-C-1)/3);if(n==="999.00CR")A+=2;if(n==="999.00-")A+=1;if(n==="-999.00")A+=1;if(typeof h==="string")A+=h.length;var y=q;for(y+="";y.length<A;)y=I+y;q=y})();return q};
91
+ pui.editWord=function(c,a,d){function e(){if(r.length>0){var x=r.substr(r.length-1,1);r=r.substr(0,r.length-1);if(x=="0"&&r.length==0&&u)x=q?"*":" "}else{x="0";if(u)x=" ";if(q)x="*"}return x}var f,g;c=String(c);var h={};if(typeof d==="object")h=d;d="$";if(h.currencySymbol!=null)d=h.currencySymbol;var j=a.indexOf("0")+1,k=a.indexOf("*")+1;if(j==0||k!=0&&k<j)j=k;var i=-1;for(f=a.length-1;f>=0;f-=1)if(f+1==j||a.substr(f,1)==" "){i=f;break}k=a.substr(0,i+1);var l="",n="",m=false,o=false,p=a.substr(i+
92
+ 1).indexOf("-")>=0||a.substr(i+1).indexOf("CR")>=0;for(f=i+1;f<a.length;f++){g=a.substr(f,1);if(a.substr(f,2)=="CR"){o=true;f++}else if(g=="-")o=true;else if(g!="&")if(!(g=="*"&&!o))if(g.toUpperCase()>="A"&&g.toUpperCase()<="Z"&&p&&!o)a=a.substr(0,f)+" "+a.substr(f+1);else{l=a.substring(i+1,f);n=a.substr(f);m=true;break}}m||(l=a.substr(i+1));g=".";f=" ";if(pui.ea&&typeof pui.ea.decimalFormat==="string")f=pui.ea.decimalFormat;if(typeof h.decimalFormat==="string")f=h.decimalFormat;if(f==="I"||f==="J")g=
93
+ ",";f=0;g=k.split(g);if(g.length>1)f=g[1].replace(/[^ ]/g,"").length;var r;r=isNaN(Number(c))?"0":String(c);r=r.replace("-","");g=r.split(".");h=g[0];a="";i=null;if(g.length>1)a=g[1];if(i==null||isNaN(i))i=f;for(;a.length>i;)a=a.substr(0,a.length-1);for(;i>a.length;)a+="0";for(r=h+a;r.substr(0,1)=="0";)r=r.substr(1);h="";var q=i=false;var u=a=false;if(j==0)u=true;for(f=k.length-1;f>=0;f-=1){m=g=k.substr(f,1);if(g==" ")m=e();else if(g=="&")m=" ";else if(g=="0"&&f+1==j)m=e();else if(g=="*"){q=true;
94
+ m=e()}else if(g==d){if(f+2==j){m=e();a=true}}else if(i){m=" ";if(q)m="*"}h=m+h;if(f<=j)u=true;if(u&&r.length==0)i=true}l=l.replace(/&/g," ");l=l.replace(/\*/g," ");if(c>=0){l=l.replace("CR"," ");l=l.replace("-"," ")}h=h+l+n;c=h.length-1;h=ca(h);if(q&&h.substr(0,1)!="*")h="*"+h;if(a)h=d+h;d=0;if(h[h.length-1]==="-")d=1;for(;h.length<=c;)h=" "+h;return h};
95
+ pui.getRadioGroupValue=function(c){if(typeof c!=="string")return null;if(typeof pui.oc!=="object")return null;for(var a=null,d=pui.Me,e=d.length-1;e>=0;e--){var f=d[e].toUpperCase()+"."+c.toUpperCase();if(typeof pui.oc[f]!=="undefined"){a=pui.oc[f];break}}if(a==null)return null;c=null;for(d=0;d<a.length;d++){e=a[d];if(e.checked&&e.radioValue!=null){c=e.radioValue;break}}return c};pui.ke=function(){for(var c=document.getElementById("auth-form"),a=document.cookie.split("; "),d=false,e=0;e<a.length;e++){var f=a[e].split("=");if(unescape(f[0])=="pui-signon-"+c.action)if(unescape(f[1])=="1"){d=true;break}}if(typeof Storage!="undefined"){a=O();if(a.workstnid)sessionStorage["atrium-params-workstnid"]=a.workstnid;else try{delete sessionStorage["atrium-params-workstnid"]}catch(g){}if(a.suffixid)sessionStorage["atrium-params-suffixid"]=a.suffixid;else try{delete sessionStorage["atrium-params-suffixid"]}catch(h){}if(a.duplicateid)sessionStorage["atrium-params-duplicateid"]=
96
+ a.duplicateid;else try{delete sessionStorage["atrium-params-duplicateid"]}catch(j){}}if(d)location.href=c.action;else{if(d=document.getElementById("auth-box"))d.style.display="";c.elements["auth-user"].focus()}};
97
+ pui.je=function(){var c=document.getElementById("auth-form"),a=c.elements["auth-user"].value,d=c.elements["auth-password"].value,e=document.getElementById("auth-message");e.innerHTML="";if(L(a)==""){e.innerHTML=authMessages["user required"];c.elements["auth-user"].focus();return false}else if(L(d)==""){e.innerHTML=authMessages["password required"];c.elements["auth-password"].focus();return false}if(pui.pjsServer){var f=btoa(L(a)+":"+L(d));sessionStorage.setItem("atrium-token",f);return true}pui.ma(function(){if(!S.pjsServer){localStorage["pui-http-auth-invalid"]&&
98
+ delete localStorage["pui-http-auth-invalid"];var g=new pui.Ajax("/profoundui/pui0005010.pgm");g.async=true;g.method="POST";pui.setReqAuth(g,a,d);g.suppressAlert=true;g.onready=function(h){if(h.X()==200){var j=eval("("+h.W()+")");h=j.days;var k=false;if(j.warn==true)if(h==0){j=authMessages["password expired"];pui.alert(j);k=true}else{j=authMessages["password pending expiration"];j=j.replace(/{DAYS}/g,h);k=confirm(j)}if(k){h="/profoundui/changepass";h+="?user="+encodeURIComponent(a);h+="&next="+encodeURIComponent(c.action);
99
+ h+="&back="+encodeURIComponent(location.href);location.href=h}else{document.cookie=escape("pui-signon-"+c.action)+"=1; path=/";location.href=c.action}}else{e.innerHTML=authMessages["invalid credentials"];c.elements["auth-user"].focus()}};g.send()}});return false};
100
+ pui.ma=function(c){if(S.pjsServer){sessionStorage.removeItem("atrium-token");c()}else{var a=new pui.Ajax("/profoundui/pui0005010.pgm");a.async=typeof c==="function"?true:false;a.method="POST";pui.setReqAuth(a,"PUI_SIGNOFF_USER","PUI_SIGNOFF_USER");a.suppressAlert=true;if(typeof c==="function")a.onready=function(){typeof c=="function"&&c()};a.send()}};window.pui.signOn=pui.je;window.pui.clearCredentials=pui.ma;window.pui.signOnInit=pui.ke;
101
+ pui.Wd=function(){var c=O(),a=document.getElementById("change-user"),d=document.getElementById("change-current"),e=a,f=document.getElementById("change-cancel");if(typeof c.user!="undefined"){a.value=c.user.toUpperCase();a.readOnly=true;a.className+=" read-only";e=d}if(typeof c.back=="undefined")f.style.display="none";document.getElementById("change-box").style.display="block";e.focus()};pui.Vd=function(){var c=O();if(typeof c.back!="undefined")location.href=c.back};
102
+ pui.Xc=function(){var c=O(),a=document.getElementById("change-form"),d=a.elements["change-user"].value,e=a.elements["change-current"].value,f=a.elements["change-new"].value,g=a.elements["change-confirm"].value,h=document.getElementById("change-message");h.innerHTML="";if(L(d)==""){h.innerHTML=passMessages["user required"];a.elements["change-user"].focus();return false}else if(L(e)==""){h.innerHTML=passMessages["current required"];a.elements["change-current"].focus();return false}else if(L(f)==""){h.innerHTML=
103
+ passMessages["new required"];a.elements["change-new"].focus();return false}else if(L(g)==""){h.innerHTML=passMessages["confirm required"];a.elements["change-confirm"].focus();return false}else if(f!=g){h.innerHTML=passMessages["must match"];a.elements["change-new"].focus();return false}g=new pui.Ajax("/profoundui/pui0005011.pgm");g.async=true;g.method="POST";g.params={};g.params.user=d;g.params.current=e;g.params["new"]=f;g.suppressAlert=true;g.onready=function(j){if(j.X()!=200){h.innerHTML="HTTP "+
104
+ j.X()+" - "+j.jb()+".";a.elements["change-user"].focus()}else{var k;try{k=eval("("+j.W()+")");if(typeof k.success!="boolean")throw Error("Invalid response format: 'success' is not a boolean.");if(!k.success&&typeof k.error!="string")throw Error("Invalid response format: 'error' is not a string.");}catch(i){k={};k.success=false;k.error="The server response is missing or invalid."}if(k.success==false){h.innerHTML=k.error;a.elements["change-user"].focus()}else{pui.alert(passMessages.success);pui.ma(function(){if(!S.pjsServer){var l=
105
+ new pui.Ajax("/profoundui/pui0005010.pgm");l.async=true;l.method="POST";pui.setReqAuth(l,d,f);l.suppressAlert=true;l.onready=function(n){if(n.X()==200){if(typeof c.next!="undefined")location.href=c.next}else{pui.alert("HTTP "+n.X()+" - "+n.jb()+".");a.elements["change-user"].focus()}};l.send()}})}}};g.send();return false};
106
+ pui.setReqAuth=function(c,a,d){var e=navigator.userAgent.indexOf("Edge")!=-1,f=!e&&navigator.userAgent.indexOf("Chrome")!=-1;e=!e&&navigator.userAgent.indexOf("Safari")!=-1&&!f;var g=navigator.userAgent.indexOf("Firefox")!=-1;if(e||f||g){c.user=encodeURIComponent(a);c.password=encodeURIComponent(d)}else{c.user=a;c.password=d}};window.pui.passInit=pui.Wd;window.pui.passCancel=pui.Vd;window.pui.changePass=pui.Xc;function T(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="This will end your session.";a["no connection message"]="Unable to reach server. Check your connection and try again.";a["upload file limit"]="Limit of &1 file(s) exceeded.";a["upload size limit"]="Limit of &1MB per file exceeded";a["upload no files"]="No files selected.";a["upload duplicate file"]="Duplicate files selected.";a["upload file exists"]="One or more files already exist on the file system.";a["upload prevented"]="Operation prevented by exit program.";
107
+ a["upload input limit"]="Total input size limit exceeded.";a["upload no session"]="Not connected to a valid session.";a["upload timeout"]="Transaction timed out.";a["upload invalid response"]="The server response is missing or invalid.";a["upload cancelled"]="Upload canceled.";a["close browser text"]="To complete the log off process, please close your browser window.";a["session ended text"]="Your session has ended.";a["outside ucs2"]="Characters are outside of UCS-2 range.";a["invalid number"]="&1 is not a valid number.";
108
+ a["invalid length"]="&1 has an incorrect data length or decimal position.";a["invalid decimal"]="&1 has too many decimal places. (max: &2)";a["invalid choice"]='"&1" is invalid. Valid choices are: "&2" or "&3".';a["invalid date"]='"&1" is not a valid date. Example format: &2';a["invalid time"]='"&1" is not a valid time. Example format: &2';a["invalid time stamp"]='"&1" is not a valid time stamp. Example format: &2';a["invalid percent"]="&1 is not a valid decimal.";a["invalid digits"]='"&1" contains too many digits. Max: &2';
109
+ a["exceeds whole"]='"&1" exceeds the maximum number of digits for the whole number portion (&2 digits).';a["exceeds decimal"]='"&1" exceeds the maximum number of digits for the decimal portion (&2 digits).';a["zip too long"]="Zip code is too long. (Maximum: &1 digits)";a["phone too long"]="Phone number is too long. (Maximum: &1 digits)";a["ssno too long"]="Social security number is too long. (Maximum: &1 digits)";a["invalid custom val"]="Invalid custom validation function.";a["error custom val"]=
110
+ "Error in custom validation function.";a.ME="Mandatory entry field. You must enter data.";a.MF="Mandatory fill field. You must fill the input box completely.";a.required="The value cannot be blank. This field is required.";a["file required"]="You must select at least one file.";a["signature overflow"]="The signature drawing size exceeds the maximum number of bytes available for storing the signature. Please clear the signature pad and try again.";a.validValues="Value entered is not valid. Valid values are: ";
111
+ a.blank="blank";a.or="or";a["upload invalid type"]="One or more files are of invalid type.";a["invalid email"]="Invalid email address.";a["session timed out"]="Your session has timed out.";a["invalid low range"]="Value must be greater than or equal to &1.";a["invalid high range"]="Value must be less than or equal to &1.";a["invalid range"]="Valid range is &1 to &2.";a["unmonitored exception"]="The program has encountered an unmonitored exception. Please contact the system administrator for assistance.";
112
+ a["loading x"]="Loading &1...";a["data src not specfd x"]="Data source not specified for &1...";a["name fld not specfd x"]="Name field not specified for &1...";a["val fld not specfd x"]="Value field not specified for &1...";a["failed to load x"]="Failed to load &1.";a["cannot rmv last col"]="You cannot remove the last column.";a["cannot find col"]="Cannot find the specified columnId.";a["subfile deletion"]="Are you sure you want to delete the subfile?";a["downloading x"]="Downloading &1";a["ie9 too low xlsxpics"]=
113
+ "Images cannot be exported using IE9 or lower.";a.compressing="Compressing...";a.cancelled="Cancelled";a["keyboard input inhibited"]="Keyboard entry not allowed in this field.";a["pccommand error"]="The attempt to handle STRPCCMD failed. Please ensure that the Profound UI PC Command Listener is running on this machine and configured correctly. Check the browser console for more information. (Usually Ctrl+Shift+I)";a["join x y to main file"]="Connect &1 or &2 to the main file, &3, before joining them together.";
114
+ a["one path main to child"]="Only one path from the main file may exist to each child file.";a["join instructions"]="Drag a field from one table to another to create an inner join. Click the square to change the join type. Fields from extra files cannot appear in a generated grid, detail, or edit page without a join.";a["no data"]="No Data";a["num sessions exceeded"]="Number of allowed sessions exceeded.";a["unable to load portal"]="Unable to load portal settings or navigation items.";a["unable to load macr act"]=
115
+ "Unable to load macro actions.";a["unable to load macr var"]="Unable to load macro variables.";a["unable to load scrn lst"]="Unable to load screen list.";a["unable to load new sett"]="Unable to load new settings.";a["unable to load x"]="Unable to load &1.";a["unable to add x"]="Unable to add &1.";a["unable to rename x"]="Unable to rename &1.";a["unable to delete x"]="Unable to delete &1.";a["unable to update x"]="Unable to update &1.";a["unable to reassn x"]="Unable to reassign &1.";a["unable to reorder items"]=
116
+ "Unable to reorder items.";a["unable to save theme"]="Unable to save theme setting.";a["unable eval script url"]="Unable to evaluate scripted web app URL.";a["close browser text AT"]="Unsaved changes to the session(s) will be lost.";a["close all tabs"]="Close all tabs?";a["close tab"]="Do you want to close this tab?";a["invalid script url"]="Invalid value for scripted web app URL.";a["unrecognized format"]="Unrecognized format.";a["screen already defined"]='Screen "&1" is already defined.';a["macro already defined"]=
117
+ 'Macro "&1" is already defined.';a["no screen ids"]="There are no screen identifiers to display";a["confirm delete"]="Confirm Delete";a["no actions"]="There are no actions to display.";a["msg action input var"]='Enter the value in variable "&1" into the field at row &2 column &3.';a["msg action input user"]="Enter the current user profile into the field at row &1 column &2.";a["msg action input js"]="Enter the result of JavaScript expression <strong>&1</strong> into the field at row &2 column &3.";
118
+ a["msg action input other"]='Enter the value "&1" into the field at row &2 column &3.';a["msg presskey var"]='Press the key defined in variable "&1".';a["msg presskey other"]='Press the "&1" key.';a["msg del scrn from macro"]="Are you sure you want to delete the selected screen(s) from this macro?<br /> All associated actions will also be deleted.";a["choose scrn macro"]="Choose a screen or macro to work with its properties.";a["choose a nav or toolbar"]="Choose a navigation or toolbar item to work with its properties.";
119
+ a["confirm del sel x"]="Are you sure you want to delete the selected &1?";a["permission settings"]="permission setting(s)";a["adding x"]="Adding &1...";a["deleting x"]="Deleting &1 ...";a["reassigning x"]="Reassigning &1...";a.loading="Loading...";a.saving="Saving...";a["x added"]="&1 added.";a["x deleted"]="&1 deleted.";a["x reassigned"]="&1 reassigned.";a["x updated"]="&1 updated.";a["x saved"]="&1 saved.";a["msg del group"]='Are you sure you want to delete group "&1"?<br /><br />Deleting groups also deletes any subgroups and any associated users.<br /><br />Are you sure you want to continue?';
120
+ a["conf reassign users 1"]="Are you sure you want to reassign ";a["conf reassign users 2a"]='user "&1" ';a["conf reassign users 2b"]="the selected users ";a["conf reassign users 3"]=' to group "&1"?';a["conf reassign group"]='Are you sure you want to reassign group "&1" to group "&2"?';a["conf delete users 1"]="Are you sure you want to delete ";a["conf delete users 2a"]='user "&1"?';a["conf delete users 2b"]="the selected users?";a["no users"]="There are no users to display.";a["cannot delete own grp"]=
121
+ "You cannot delete your own group.";a["cannot delete own usr"]="You cannot delete your own user profile.";a["not auth reassign prf"]="You are not authorized to reassign your own profile.";a["typeselect macro name"]="Type or select macro name...";a["any child items will"]="Any child items will also be deleted.";a["password must be"]="Passwords must be at least 6 characters.";a["type or sel home page"]="Type or select home page...";a["x is already in list"]='"&1" is already in the list.';a["x is not valid libname"]=
122
+ '"&1" is not a valid library name.';a["no libraries in list"]="No libraries in the list";a["add libl entry"]="Add library list entry";a["would you like add ano"]="Would you like to add another?";a["already in suppl grp x"]='User is already in supplemental group "&1".';a["cannot move screen"]="Unable to move Macro Screen";a["ready to add"]="(Ready to add actions on this screen)";a["duplicate actions"]="Duplicate action(s) found for this row/column, unpredictable results could occur. Please review actions and delete duplicates.";
123
+ a["subfile full"]="There are more than 9,999 records; only the first 9,999 records are displayed.";break;case "runtimeText":a["upload select text"]="Select Files";a["upload clear text"]="Clear";a["upload remove text"]="Remove";a["upload upload text"]="Upload";a["upload drophere text"]="Drop files here";a["upload or drophere text"]="(or drop files here)";a["upload browser unsupported"]="Drag/drop files requires Internet Explorer 10 or higher, Chrome, or Firefox";a["upload finished text"]="Finished";
124
+ a["excel export text"]="Export to Excel";a["export to x"]="Export to &1";a["filter text"]="Filter";a["multi filter text"]="Filter by Value";a["filter multiple"]="Select Data to Filter";a["filter check"]="Filter";a["filter data"]="Data";a["find text"]="Find";a["reset data"]="Reset";a["remove filters text"]="Remove All Filters";a["displayed columns"]="Displayed Columns";a["next link text"]="Next";a["previous link text"]="Previous";a["sort ascending text"]="Sort Ascending";a["sort descending text"]=
125
+ "Sort Descending";a["sort..."]="Sort...";a.sort="Sort";a["sort multiple"]="Sort Multiple Columns";a.column="Column";a.direction="Direction";a.order="Order";a.row="row";a.rows="rows";a.page="Page";a.collapseAll="Collapse All";a.expandAll="Expand All";a.user="User";a.password="Password";a["sign on"]="Sign On";a.pui="Profound UI";a["pui sign on"]=a.pui+" "+a["sign on"];a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="Message Id";a["ctlr job"]="Controller Job";a["app job"]=
126
+ "Application Job";a["joblog download"]="Download Job Log";a["error stack download"]="Download Error Stack";a.maximize="Maximize";a.restore="Restore";a["curr user"]="Current User";a["remote ip"]="Remote IP Address";a["remote port"]="Remote Port";a.severity="Severity";a.date="Date";a.time="Time";a.program="Program";a.procedure="Procedure";a.lines="Line(s)";a.message="Message";a["new session"]="New Session";a.close="Close";a["current password"]="Current Password";a["new password"]="New Password";a["repeat new password"]=
127
+ "Repeat New Password";a.submit="Submit";a.exit="Exit";a.warning="Warning";a["change password"]="Change Password";a.cancel="Cancel";a["find text"]="Find";a["remove filter"]="Remove Filter";a.chart="Chart";a.section="Section";a.version="Version";a.fixPack="Fix Pack";a.modify="Modify";a.remove="Remove";a["join props x to y"]="Join Properties - &1.&2 to &3.&4";a["inner join label"]="Only include rows where joined fields from both tables are equal.";a["join label x y"]="Include all rows from '&1' and only matching rows from '&2'";
128
+ a["join selection"]="Join Selection";a["settings long names"]="Enable Long Field Names through Aliases";a["settings dds compat"]="Hide DDS Compatibility Properties (Legacy)";a.yes="Yes";a.no="No";a.settings="Settings";a.favorites="Favorites";a["type query press en"]="Type query, press Enter.";a["add to favorites"]="Add to Favorites";a["rmv from favorites"]="Remove from Favorites";a["please wait"]="Please wait...";a["control panel"]="Control Panel";a["my settings"]="My Settings";a["about atrium"]=
129
+ "About Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Warning: This computer program is protected by copyright law<br />and international treaties. Unauthorized reproduction or<br />distribution of this program, or any portion of it, may result in<br />severe civil and criminal penalties, and will be prosecuted to the<br />maximum extent possible under the law.<br /><br />Patented. &nbsp;U.S. Patent No. 8,667,405 B2.";
130
+ a.item="Item";a["open selected item"]="Open Selected Item";a.of="of";a["no results to dsp"]="No results to display.";a["displaying results"]="Displaying results";a["search results"]="Search Results";a["new folder"]="New Folder";a.rename="Rename";a.description="Description";a.ok="OK";a.add="Add";a["add x"]="Add &1";a["delete"]="Delete";a.screen="Screen";a.screens="Screens";a.macro="Macro";a.macros="Macros";a["screen id"]="Screen Identifier";a["screen ids"]="Screen Identifiers";a["field row"]="Field Row";
131
+ a["field column"]="Field Column";a["field value"]="Field Value";a.value="Value";a.action="Action";a.actions="Actions";a["detect once"]="Detect Once";a["detect always"]="Detect Always";a["delete screen"]="Delete Screen";a["genie macros"]="Genie Macros";a["screen name"]="Screen name";a.identifier="Identifier";a.identifiers="Identifiers";a["macro name"]="Macro name";a["close browser wintab"]="Close the browser window or tab.";a.select="Select";a["write value in field"]="Write a value into a field";a["press a key"]=
132
+ "Press a key";a["a literal value"]="A literal value";a["a variable value"]="A variable value";a["cur user profile"]="The current user profile";a["result js expr"]="The result of a JavaScript expression";a["action data"]="Action data";a["data type"]="Data type";a.users="Users";a["all groups"]="All Groups";a["supplemental groups"]="Supplemental Groups";a["users w primary grp"]='Users whose Primary Group is "&1"';a["users w suppl grp"]='Users with Supplemental Group for "&1"';a.group="Group";a.groups=
133
+ "Groups";a.edit="Edit";a["edit x"]="Edit &1";a.manager="Manager";a.administrator="Administrator";a["primary group"]="Primary Group";a["delete x"]="Delete &1";a["reassign x"]="Reassign &1";a["navigation item"]="Navigation Item";a["navigation items"]="Navigation Items";a["navigation panel"]="Navigation Panel";a["home pages"]="Home Pages";a["menu group"]="Menu Group";a["menu item"]="Menu Item";a["toolbar items"]="Toolbar Items";a.toolbar="Toolbar";a.button="Button";a["pulldown menu"]="Pulldown Menu";
134
+ a["pulldown menu item"]="Pulldown Menu Item";a["separator bar"]="Separator Bar";a.spacer="Spacer";a["item details"]="Item Details";a["item number"]="Item number";a["item type"]="Item type";a["genie macro"]="Genie Macro";a["rdf application"]="Rich Display File Application";a["web application"]="Web Application";a["pc command"]="PC Command";a["launcher command"]="Launcher Command";a["dspf program library"]="Display file program library";a["dspf program"]="Display file program";a["variable name x"]=
135
+ "Variable name &1";a["a tab in the portal"]="A tab in the portal";a["a new browser wind"]="A new browser window or tab";a.update="Update";a.fill="Fill";a.permissions="Permissions";a["user/group name"]="User/Group Name";a["all users groups"]="All Users and Groups";a.type="Type";a.access="Access";a.allow="Allow";a.disallow="Disallow";a.navigation="Navigation";a["add usrgrp perm"]="Add User/Group Permissions";a.membership="Membership";a.none="None";a.appearance="Appearance";a["home page"]="Home page";
136
+ a.tree="Tree";a.accordion="Accordion";a["min search chars"]="Minimum search characters";a["libl for rdf apps"]="Library List for Rich Display File Applications";a["library list"]="Library list";a.library="Library";a["use atrium def libl"]="Use Atrium default library list";a["use jobd libl"]="Use library list from JOBD";a["specify libl"]="Specify library list";a.up="Up";a.down="Down";a["move up"]="Move Up";a["move down"]="Move Down";a["global settings"]="Global settings";a.save="Save";a["add usr to supp grp"]=
137
+ "Add User to Supplemental Group";a["member of"]="Member of";a["member of hlp"]="The group that this user/group belongs to.";a["group name"]="Group name";a["group name hlp"]="The display name for this group.";a["inherit settings"]="Inherit settings";a["inherit settings hlp"]="When this option is checked, the user/group will inherit settings from its parent. When unchecked, the user/group will have its own settings data.";a["user name"]="User Name";a["user name hlp"]="The display name of this user profile.";
138
+ a["access role"]="Access Role";a["access role hlp"]="Controls the access role of this user. Administrators can manage all groups and users, and can also control application authorities. Managers can configure user and group settings within their own group. Users have no special privileges.";a["can edit profile"]="Can edit profile";a["can edit profile hlp"]='Allows the user to edit "appearance" and "navigation" settings, and to change the password. All other settings are never editable by the user.';
139
+ a["user profile"]="User Profile";a["user profile hlp"]="The user profile name. User profile names are case sensitive, unless IBM i profiles are used.";a["password hlp"]="Sets/resets the password. Passwords are case sensitive.";a["conf password"]="Confirm Password";a["conf password hlp"]="When setting/resetting the password, this field must match exactly to the new password given. Passwords are case sensitive.";a["browser title"]="Browser title";a["browser title hlp"]="Sets the text that will display in the browser's title bar.";
140
+ a["show banner"]="Show banner";a["show banner hlp"]="Uncheck this option if you do not wish to show the banner at the top of the portal.";a["banner height"]="Banner height";a["banner height hlp"]="Sets the height of the banner at the top of the portal in pixels. This setting is ignored if you have chosen not to show the banner. Valid values are 0-600 pixels.";a["banner url"]="Banner URL";a["banner url hlp"]="Sets the URL where the banner content is located. Can be either an absolute or fully qualified URL.";
141
+ a.theme="Theme";a["theme hlp"]='Sets the default theme. This can be overridden by individual users if <strong>"Allow users to select theme"</strong> is enabled.';a["allow sel theme"]="Allow user to select theme";a["allow sel theme hlp"]="If checked, users will have the ability to select their desired theme using a control in the toolbar.";a["show menu search"]="Show menu search";a["show menu search hlp"]="Uncheck to disable the menu search feature.";a["show fav sys"]="Show Favorites system";a["show fav sys hlp"]=
142
+ "Uncheck to disable the Favorites system.";a["show fav start"]="Show Favorites on startup";a["show fav start hlp"]="If checked, the Favorites panel is shown on startup. Otherwise the Navigation panel will be shown (default). This option will only be available if Favorites system is enabled.";a["limit num sessn"]="Limit number of sessions";a["limit num sessn hlp"]="Number of Atrium sessions allowed for this user/group. A value of zero allows for unlimited sessions. The limitation is applied per web browser.";
143
+ a["atrium timeout"]="Session times out";a["atrium timeout hlp"]="If checked, the session will timeout based on the Profound UI server session timeout value.";a["show hmpg start"]="Show home page on startup";a["show hmpg start hlp"]="If checked, a customizable home page will be launched in the portal on startup.";a["home page url"]="Home page URL";a["home page url hlp"]="Sets the URL where the home page content is located. Can be either an absolute or fully qualified URL.";a["navi pnl title"]="Navigation panel title";
144
+ a["navi pnl title hlp"]="Sets the text that will display in the navigation panel's title bar.";a["navi pnl width"]="Navigation panel start width";a["navi pnl width hlp"]="Sets the starting width of the navigation panel in pixels. The user can resize or even hide the panel as desired. Valid values are 0-2000 pixels.";a["navi type"]="Navigation type";a["navi type hlp"]='Controls the type of menu used in the navigation panel, "tree" or "accordion". This setting does not apply to the toolbar.';a["single click nav"]=
145
+ "Single click navigation";a["single click nav hlp"]="If checked, menu items in the navigation panel will launch on a single click. Otherwise, they will launch only on double click. This setting does not apply to the toolbar.";a["current library"]="Current library";a["current library hlp"]="Specify the current library, *USRPRF, or *CRTDFT.";a["job descr"]="Job description";a["job descr hlp"]="Specify a job description to set the library list from. *USRPRF can be specified if the Atrium users are IBM i user profiles.";
146
+ a["job descr lib"]="Job description library";a["job descr lib hlp"]="Specify the library for the job description. *LIBL or *CURLIB can be specified.";a["item name"]="Item name";a["item name hlp"]="Sets the display name of the navigation or toolbar item.";a.keywords="Keywords";a["keywords hlp"]="Optional. Sets the keywords for the item used in search.";a["action type"]="Action type";a["action type hlp"]="Sets the type of application that this item launches.";a.url="URL";a["url hlp"]="Sets the URL of the Web application. This can be specified either as an absolute path or a fully qualified URL. Query string parameters may be specified on the URL.";
147
+ a["genie url"]="Genie URL";a["genie url hlp"]="Sets the URL that is used to launch Genie. If not specified, the default Genie URL /profoundui/auth/genie will be used. This field is useful if an alternate Genie URL or query string parameters are required. For example: /profoundui/auth/genie?skin=MyCompany";a["open as"]="Open as";a["open as hlp"]="Sets whether to launch the item as a new tab in the portal, or as a new browser window or tab. Whether the browser uses a new window or tab depends on the user's browser settings.";
148
+ a["opens once only"]="Opens once only";a["opens once only hlp"]="By default, if the user launches this item when a tab is already open to it in the portal, another tab will be opened to the item. There is no limitation on the number of tabs the user can open in this way. When this option is checked, the user will not be able to open more than one tab to this item. If there is already a tab open for the item when the user selects it, the existing tab will be activated. This option is ignored when opening the item in a new browser window or tab.";
149
+ a.icon="Icon";a["icon hlp"]="Optional. Sets an icon file to be used for the navigation or toolbar item. The icon file can be in GIF, JPG, or PNG format. Transparent GIFs are recommended. The path should be given as an absolute path from the root of the Atrium installation. If no icon is specified, Atrium will use a default icon for navigation items. No icon will be shown for toolbar items unless specified here.";a.parameter="Parameter";a["parameter hlp"]="Optional: Specifies a parameter that will be passed to your Rich Display program when it is launched.";
150
+ a["msg action selection choice"]='Set selection field at &1,&2 choice "&3" to "&4"';a["msg action selected"]="Selected";a["msg action deselected"]="Deselected";a["set selection field"]="Set a selection field";a["selection field choice"]="Choice name";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function U(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="This will end your session.";a["no connection message"]="Unable to reach server. Check your connection and try again.";a["upload file limit"]="Limit of &1 file(s) exceeded.";a["upload size limit"]="Limit of &1MB per file exceeded";a["upload no files"]="No files selected.";a["upload duplicate file"]="Duplicate files selected.";a["upload file exists"]="One or more files already exist on the file system.";a["upload prevented"]="Operation prevented by exit program.";
151
+ a["upload input limit"]="Total input size limit exceeded.";a["upload no session"]="Not connected to a valid session.";a["upload timeout"]="Transaction timed out.";a["upload invalid response"]="The server response is missing or invalid.";a["upload cancelled"]="Upload cancelled.";a["close browser text"]="To complete the log off process, please close your browser window.";a["session ended text"]="Your session has ended.";a["outside ucs2"]="Characters are outside of UCS-2 range.";a["invalid number"]=
152
+ "&1 is not a valid number.";a["invalid length"]="&1 has an incorrect data length or decimal position.";a["invalid decimal"]="&1 has too many decimal places. (max: &2)";a["invalid choice"]='"&1" is invalid. Valid choices are: "&2" or "&3".';a["invalid date"]='"&1" is not a valid date. Example format: &2';a["invalid time"]='"&1" is not a valid time. Example format: &2';a["invalid time stamp"]='"&1" is not a valid time stamp. Example format: &2';a["invalid percent"]="&1 is not a valid decimal.";a["invalid digits"]=
153
+ '"&1" contains too many digits. Max: &2';a["exceeds whole"]='"&1" exceeds the maximum number of digits for the whole number portion (&2 digits).';a["exceeds decimal"]='"&1" exceeds the maximum number of digits for the decimal portion (&2 digits).';a["zip too long"]="Zip code is too long. (Maximum: &1 digits)";a["phone too long"]="Phone number is too long. (Maximum: &1 digits)";a["ssno too long"]="Social security number is too long. (Maximum: &1 digits)";a["invalid custom val"]="Invalid custom validation function.";
154
+ a["error custom val"]="Error in custom validation function.";a.ME="Mandatory entry field. You must enter data.";a.MF="Mandatory fill field. You must fill the input box completely.";a.required="The value cannot be blank. This field is required.";a["file required"]="You must select at least one file.";a["signature overflow"]="The signature drawing size exceeds the maximum number of bytes available for storing the signature. Please clear the signature pad and try again.";a.validValues="Value entered is not valid. Valid values are: ";
155
+ a["upload invalid type"]="One or more files are of invalid type.";a["invalid email"]="Invalid email address.";a["session timed out"]="Your session has timed out.";a["invalid low range"]="Value must be greater than or equal to &1.";a["invalid high range"]="Value must be less than or equal to &1.";a["invalid range"]="Valid range is &1 to &2.";a["unmonitored exception"]="The program has encountered an unmonitored exception. Please contact the system administrator for assistance.";a["loading x"]="Loading &1...";
156
+ a["data src not specfd x"]="Data source not specified for &1...";a["name fld not specfd x"]="Name field not specified for &1...";a["val fld not specfd x"]="Value field not specified for &1...";a["failed to load x"]="Failed to load &1.";a["cannot rmv last col"]="You cannot remove the last column.";a["cannot find col"]="Cannot find the specified columnId.";a["subfile deletion"]="Are you sure you want to delete the subfile?";a["downloading x"]="Downloading &1";a["ie9 too low xlsxpics"]="Images cannot be exported using IE9 or lower.";
157
+ a["keyboard input inhibited"]="Keyboard entry not allowed in this field.";a["num sessions exceeded"]="Number of allowed sessions exceeded.";a["unable to load portal"]="Unable to load portal settings or navigation items.";a["unable to load macr act"]="Unable to load macro actions.";a["unable to load macr var"]="Unable to load macro variables.";a["unable to load scrn lst"]="Unable to load screen list.";a["unable to load new sett"]="Unable to load new settings.";a["unable to load x"]="Unable to load &1.";
158
+ a["unable to add x"]="Unable to add &1.";a["unable to rename x"]="Unable to rename &1.";a["unable to delete x"]="Unable to delete &1.";a["unable to update x"]="Unable to update &1.";a["unable to reassn x"]="Unable to reassign &1.";a["unable to reorder items"]="Unable to reorder items.";a["unable to save theme"]="Unable to save theme setting.";a["unable eval script url"]="Unable to evaluate scripted web app URL.";a["close browser text AT"]="Unsaved changes to the session(s) will be lost.";a["close all tabs"]=
159
+ "Close all tabs?";a["close tab"]="Do you want to close this tab?";a["invalid script url"]="Invalid value for scripted web app URL.";a["unrecognized format"]="Unrecognized format.";a["screen already defined"]='Screen "&1" is already defined.';a["macro already defined"]='Macro "&1" is already defined.';a["no screen ids"]="There are no screen identifiers to display";a["confirm delete"]="Confirm Delete";a["no actions"]="There are no actions to display.";a["msg action input var"]='Enter the value in variable "&1" into the field at row &2 column &3.';
160
+ a["msg action input user"]="Enter the current user profile into the field at row &1 column &2.";a["msg action input js"]="Enter the result of JavaScript expression <strong>&1</strong> into the field at row &2 column &3.";a["msg action input other"]='Enter the value "&1" into the field at row &2 column &3.';a["msg presskey var"]='Press the key defined in variable "&1".';a["msg presskey other"]='Press the "&1" key.';a["msg del scrn from macro"]="Are you sure you want to delete the selected screen(s) from this macro?<br /> All associated actions will also be deleted.";
161
+ a["choose scrn macro"]="Choose a screen or macro to work with its properties.";a["choose a nav or toolbar"]="Choose a navigation or toolbar item to work with its properties.";a["confirm del sel x"]="Are you sure you want to delete the selected &1?";a["permission settings"]="permission setting(s)";a["adding x"]="Adding &1...";a["deleting x"]="Deleting &1 ...";a["reassigning x"]="Reassigning &1...";a.loading="Loading...";a.saving="Saving...";a["x added"]="&1 added.";a["x deleted"]="&1 deleted.";a["x reassigned"]=
162
+ "&1 reassigned.";a["x updated"]="&1 updated.";a["x saved"]="&1 saved.";a["msg del group"]='Are you sure you want to delete group "&1"?<br /><br />Deleting groups also deletes any subgroups and any associated users.<br /><br />Are you sure you want to continue?';a["conf reassign users 1"]="Are you sure you want to reassign ";a["conf reassign users 2a"]='user "&1" ';a["conf reassign users 2b"]="the selected users ";a["conf reassign users 3"]=' to group "&1"?';a["conf reassign group"]='Are you sure you want to reassign group "&1" to group "&2"?';
163
+ a["conf delete users 1"]="Are you sure you want to delete ";a["conf delete users 2a"]='user "&1"?';a["conf delete users 2b"]="the selected users?";a["no users"]="There are no users to display.";a["cannot delete own grp"]="You cannot delete your own group.";a["cannot delete own usr"]="You cannot delete your own user profile.";a["not auth reassign prf"]="You are not authorized to reassign your own profile.";a["typeselect macro name"]="Type or select macro name...";a["any child items will"]="Any child items will also be deleted.";
164
+ a["password must be"]="Passwords must be at least 6 characters.";a["type or sel home page"]="Type or select home page...";a["x is already in list"]='"&1" is already in the list.';a["x is not valid libname"]='"&1" is not a valid library name.';a["no libraries in list"]="No libraries in the list";a["add libl entry"]="Add library list entry";a["would you like add ano"]="Would you like to add another?";a["already in suppl grp x"]='User is already in supplemental group "&1".';a["cannot move screen"]="Unable to move Macro Screen";
165
+ a["ready to add"]="(Ready to add actions on this screen)";a["duplicate actions"]="Duplicate action(s) found for this row/column, unpredictable results could occur. Please review actions and delete duplicates.";break;case "runtimeText":a["upload select text"]="Select Files";a["upload clear text"]="Clear";a["upload remove text"]="Remove";a["upload upload text"]="Upload";a["upload drophere text"]="Drop files here";a["upload browser unsupported"]="Drag/drop files requires Internet Explorer 10 or higher, Chrome, or Firefox";
166
+ a["upload finished text"]="Finished";a["excel export text"]="Export to Excel";a["export to x"]="Export to &1";a["filter text"]="Filter";a["multi filter text"]="Filter by Value";a["filter multiple"]="Select Data to Filter";a["filter check"]="Filter";a["filter data"]="Data";a["find text"]="Find";a["reset data"]="Reset";a["remove filters text"]="Remove All Filters";a["displayed columns"]="Displayed Columns";a["next link text"]="Next";a["previous link text"]="Previous";a["sort ascending text"]="Sort Ascending";
167
+ a["sort descending text"]="Sort Descending";a["sort..."]="Sort...";a.sort="Sort";a["sort multiple"]="Sort Multiple Columns";a.column="Column";a.direction="Direction";a.order="Order";a.row="row";a.rows="rows";a.page="Page";a.collapseAll="Collapse All";a.expandAll="Expand All";a.user="User";a.password="Password";a["sign on"]="Sign On";a.pui="Profound UI";a["pui sign on"]=a.pui+" "+a["sign on"];a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="Message Id";a["ctlr job"]="Controller Job";
168
+ a["app job"]="Application Job";a["joblog download"]="Download Job Logs";a["curr user"]="Current User";a["remote ip"]="Remote IP Address";a["remote port"]="Remote Port";a.severity="Severity";a.date="Date";a.time="Time";a.program="Program";a.procedure="Procedure";a.lines="Line(s)";a.message="Message";a["new session"]="New Session";a.close="Close";a["current password"]="Current Password";a["new password"]="New Password";a["repeat new password"]="Repeat New Password";a.submit="Submit";a.exit="Exit";a.warning=
169
+ "Warning";a["change password"]="Change Password";a.cancel="Cancel";a["find text"]="Find";a["remove filter"]="Remove Filter";a.chart="Chart";a.section="Section";a.version="Version";a.fixPack="Fix Pack";a.yes="Yes";a.no="No";a.settings="Settings";a.favorites="Favourites";a["type query press en"]="Type query, press Enter.";a["add to favorites"]="Add to Favourites";a["rmv from favorites"]="Remove from Favourites";a["please wait"]="Please wait...";a["control panel"]="Control Panel";a["my settings"]="My Settings";
170
+ a["about atrium"]="About Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Warning: This computer program is protected by copyright law<br />and international treaties. Unauthorized reproduction or<br />distribution of this program, or any portion of it, may result in<br />severe civil and criminal penalties, and will be prosecuted to the<br />maximum extent possible under the law.<br /><br />Patented. &nbsp;U.S. Patent No. 8,667,405 B2.";
171
+ a.item="Item";a["open selected item"]="Open Selected Item";a.of="of";a["no results to dsp"]="No results to display.";a["displaying results"]="Displaying results";a["search results"]="Search Results";a["new folder"]="New Folder";a.rename="Rename";a.description="Description";a.ok="OK";a.add="Add";a["add x"]="Add &1";a["delete"]="Delete";a.screen="Screen";a.screens="Screens";a.macro="Macro";a.macros="Macros";a["screen id"]="Screen Identifier";a["screen ids"]="Screen Identifiers";a["field row"]="Field Row";
172
+ a["field column"]="Field Column";a["field value"]="Field Value";a.value="Value";a.action="Action";a.actions="Actions";a["detect once"]="Detect Once";a["delete screen"]="Delete Screen";a["genie macros"]="Genie Macros";a["screen name"]="Screen name";a.identifier="Identifier";a.identifiers="Identifiers";a["macro name"]="Macro name";a["close browser wintab"]="Close the browser window or tab.";a.select="Select";a["write value in field"]="Write a value into a field";a["press a key"]="Press a key";a["a literal value"]=
173
+ "A literal value";a["a variable value"]="A variable value";a["cur user profile"]="The current user profile";a["result js expr"]="The result of a JavaScript expression";a["action data"]="Action data";a["data type"]="Data type";a.users="Users";a["all groups"]="All Groups";a["supplemental groups"]="Supplemental Groups";a["users w primary grp"]='Users whose Primary Group is "&1"';a["users w suppl grp"]='Users with Supplemental Group for "&1"';a.group="Group";a.groups="Groups";a.edit="Edit";a["edit x"]=
174
+ "Edit &1";a.manager="Manager";a.administrator="Administrator";a["primary group"]="Primary Group";a["delete x"]="Delete &1";a["reassign x"]="Reassign &1";a["navigation item"]="Navigation Item";a["navigation items"]="Navigation Items";a["navigation panel"]="Navigation Panel";a["home pages"]="Home Pages";a["menu group"]="Menu Group";a["menu item"]="Menu Item";a["toolbar items"]="Toolbar Items";a.toolbar="Toolbar";a.button="Button";a["pulldown menu"]="Pulldown Menu";a["pulldown menu item"]="Pulldown Menu Item";
175
+ a["separator bar"]="Separator Bar";a.spacer="Spacer";a["item details"]="Item Details";a["item number"]="Item number";a["item type"]="Item type";a["genie macro"]="Genie Macro";a["rdf application"]="Rich Display File Application";a["web application"]="Web Application";a["pc command"]="PC Command";a["launcher command"]="Launcher Command";a["dspf program library"]="Display file program library";a["dspf program"]="Display file program";a["variable name x"]="Variable name &1";a["a tab in the portal"]="A tab in the portal";
176
+ a["a new browser wind"]="A new browser window or tab";a.update="Update";a.fill="Fill";a.permissions="Permissions";a["user/group name"]="User/Group Name";a["all users groups"]="All Users and Groups";a.type="Type";a.access="Access";a.allow="Allow";a.disallow="Disallow";a.navigation="Navigation";a["add usrgrp perm"]="Add User/Group Permissions";a.membership="Membership";a.none="None";a.remove="Remove";a.appearance="Appearance";a["home page"]="Home page";a.tree="Tree";a.accordion="Accordion";a["min search chars"]=
177
+ "Minimum search characters";a["libl for rdf apps"]="Library List for Rich Display File Applications";a["library list"]="Library list";a.library="Library";a["use atrium def libl"]="Use Atrium default library list";a["use jobd libl"]="Use library list from JOBD";a["specify libl"]="Specify library list";a.up="Up";a.down="Down";a["move up"]="Move Up";a["move down"]="Move Down";a["global settings"]="Global settings";a.save="Save";a["add usr to supp grp"]="Add User to Supplemental Group";a["member of"]=
178
+ "Member of";a["member of hlp"]="The group that this user/group belongs to.";a["group name"]="Group name";a["group name hlp"]="The display name for this group.";a["inherit settings"]="Inherit settings";a["inherit settings hlp"]="When this option is checked, the user/group will inherit settings from its parent. When unchecked, the user/group will have its own settings data.";a["user name"]="User Name";a["user name hlp"]="The display name of this user profile.";a["access role"]="Access Role";a["access role hlp"]=
179
+ "Controls the access role of this user. Administrators can manage all groups and users, and can also control application authorities. Managers can configure user and group settings within their own group. Users have no special privileges.";a["can edit profile"]="Can edit profile";a["can edit profile hlp"]='Allows the user to edit "appearance" and "navigation" settings, and to change the password. All other settings are never editable by the user.';a["user profile"]="User Profile";a["user profile hlp"]=
180
+ "The user profile name. User profile names are case sensitive, unless IBM i profiles are used.";a["password hlp"]="Sets/resets the password. Passwords are case sensitive.";a["conf password"]="Confirm Password";a["conf password hlp"]="When setting/resetting the password, this field must match exactly to the new password given. Passwords are case sensitive.";a["browser title"]="Browser title";a["browser title hlp"]="Sets the text that will display in the browser's title bar.";a["show banner"]="Show banner";
181
+ a["show banner hlp"]="Uncheck this option if you do not wish to show the banner at the top of the portal.";a["banner height"]="Banner height";a["banner height hlp"]="Sets the height of the banner at the top of the portal in pixels. This setting is ignored if you have chosen not to show the banner. Valid values are 0-600 pixels.";a["banner url"]="Banner URL";a["banner url hlp"]="Sets the URL where the banner content is located. Can be either an absolute or fully qualified URL.";a.theme="Theme";a["theme hlp"]=
182
+ 'Sets the default theme. This can be overridden by individual users if <strong>"Allow users to select theme"</strong> is enabled.';a["allow sel theme"]="Allow user to select theme";a["allow sel theme hlp"]="If checked, users will have the ability to select their desired theme using a control in the toolbar.";a["show menu search"]="Show menu search";a["show menu search hlp"]="Uncheck to disable the menu search feature.";a["show fav sys"]="Show Favourites system";a["show fav sys hlp"]="Uncheck to disable the Favourites system.";
183
+ a["show fav start"]="Show Favourites on startup";a["show fav start hlp"]="If checked, the Favourites panel is shown on startup. Otherwise the Navigation panel will be shown (default). This option will only be available if Favourites system is enabled.";a["limit num sessn"]="Limit number of sessions";a["limit num sessn hlp"]="Number of Atrium sessions allowed for this user/group. A value of zero allows for unlimited sessions. The limitation is applied per web browser.";a["show hmpg start"]="Show home page on startup";
184
+ a["show hmpg start hlp"]="If checked, a customizable home page will be launched in the portal on startup.";a["home page url"]="Home page URL";a["home page url hlp"]="Sets the URL where the home page content is located. Can be either an absolute or fully qualified URL.";a["navi pnl title"]="Navigation panel title";a["navi pnl title hlp"]="Sets the text that will display in the navigation panel's title bar.";a["navi pnl width"]="Navigation panel start width";a["navi pnl width hlp"]="Sets the starting width of the navigation panel in pixels. The user can resize or even hide the panel as desired. Valid values are 0-2000 pixels.";
185
+ a["navi type"]="Navigation type";a["navi type hlp"]='Controls the type of menu used in the navigation panel, "tree" or "accordion". This setting does not apply to the toolbar.';a["single click nav"]="Single click navigation";a["single click nav hlp"]="If checked, menu items in the navigation panel will launch on a single click. Otherwise, they will launch only on double click. This setting does not apply to the toolbar.";a["current library"]="Current library";a["current library hlp"]="Specify the current library, *USRPRF, or *CRTDFT.";
186
+ a["job descr"]="Job description";a["job descr hlp"]="Specify a job description to set the library list from. *USRPRF can be specified if the Atrium users are IBM i user profiles.";a["job descr lib"]="Job description library";a["job descr lib hlp"]="Specify the library for the job description. *LIBL or *CURLIB can be specified.";a["item name"]="Item name";a["item name hlp"]="Sets the display name of the navigation or toolbar item.";a["action type"]="Action type";a["action type hlp"]="Sets the type of application that this item launches.";
187
+ a.url="URL";a["url hlp"]="Sets the URL of the Web application. This can be specified either as an absolute path or a fully qualified URL. Query string parameters may be specified on the URL.";a["genie url"]="Genie URL";a["genie url hlp"]="Sets the URL that is used to launch Genie. If not specified, the default Genie URL /profoundui/auth/genie will be used. This field is useful if an alternate Genie URL or query string parameters are required. For example: /profoundui/auth/genie?skin=MyCompany";a["open as"]=
188
+ "Open as";a["open as hlp"]="Sets whether to launch the item as a new tab in the portal, or as a new browser window or tab. Whether the browser uses a new window or tab depends on the user's browser settings.";a["opens once only"]="Opens once only";a["opens once only hlp"]="By default, if the user launches this item when a tab is already open to it in the portal, another tab will be opened to the item. There is no limitation on the number of tabs the user can open in this way. When this option is checked, the user will not be able to open more than one tab to this item. If there is already a tab open for the item when the user selects it, the existing tab will be activated. This option is ignored when opening the item in a new browser window or tab.";
189
+ a.icon="Icon";a["icon hlp"]="Optional. Sets an icon file to be used for the navigation or toolbar item. The icon file can be in GIF, JPG, or PNG format. Transparent GIFs are recommended. The path should be given as an absolute path from the root of the Atrium installation. If no icon is specified, Atrium will use a default icon for navigation items. No icon will be shown for toolbar items unless specified here.";a.parameter="Parameter";a["parameter hlp"]="Optional: Specifies a parameter that will be passed to your Rich Display program when it is launched.";
190
+ break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function V(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="Die Sitzung wird beendet.";a["no connection message"]="System i5 ist nicht erreichbar, bitte die Kommunikation pr\u00fcfen und erneut versuchen.";a["upload file limit"]="Maximum von &1 Datei(en) ist erreicht.";a["upload size limit"]="Maximum von &1MB je Datei ist erreicht";a["upload no files"]="Keine Datei(en) ausgew\u00e4hlt.";a["upload duplicate file"]="Doppelte Dateien ausgew\u00e4hlt.";a["upload file exists"]="Eine oder mehrere Datei(en) existieren bereits im Dateisystem.";
191
+ a["upload prevented"]="Operation untersagt durch Pr\u00fcfprogramm.";a["upload input limit"]="Gesamte Eingabegr\u00f6\u00dfe ist \u00fcberschritten.";a["upload no session"]="Keine Verbindung zu einer g\u00fcltigen Sitzung.";a["upload timeout"]="Zeit\u00fcberschreitung Vorgang.";a["upload invalid response"]="Die Server Antwort fehlt oder ist ung\u00fcltig.";a["upload cancelled"]="Datei\u00fcbertragung abgebrochen.";a["close browser text"]="Bitte das Browserfenster schlie\u00dfen, um die Abmeldung zu vervollst\u00e4ndigen.";
192
+ a["session ended text"]="Die Sitzung ist beendet.";a["outside ucs2"]="Buchstaben au\u00dferhalb des UCS-2 Bereichs.";a["invalid number"]="&1 ist keine g\u00fcltige Nummer.";a["invalid length"]="&1 hat ung\u00fcltige Datenl\u00e4nge oder Dezimalstelle.";a["invalid decimal"]="&1 hat zu viele Dezimalstellen. (max: &2)";a["invalid choice"]='"&1" ist ung\u00fcltig. G\u00fcltige Werte sind "&2" oder "&3".';a["invalid date"]='"&1" ist kein g\u00fcltiges Datum. Beispielformat: &2';a["invalid time"]='"&1" ist keine g\u00fcltige Zeit. Beispielformat: &2';
193
+ a["invalid time stamp"]='"&1" ist kein g\u00fcltiger Zeitstempel. Beispielformat: &2';a["invalid percent"]="&1 ist kein g\u00fcltige Zahl.";a["invalid digits"]='"&1" enth\u00e4lt zu viele Ziffern. Max: &2';a["exceeds whole"]='"&1" \u00fcberschreitet die maximale Anahl von Ziffern der gesamten Zahl (&2 Stellen).';a["exceeds decimal"]='"&1" \u00fcberschreitet die maximale Anzahl von Ziffern f\u00fcr den Nachkommateil (&2 Stellen).';a["zip too long"]="Postleitzahl ist zu lang. (Max.: &1 Ziffern)";a["phone too long"]=
194
+ "Telefonnummer ist zu lang. (Max.: &1 Ziffern)";a["ssno too long"]="Sozialversicherungsnummer ist zu lang. (Max.: &1 Ziffern)";a["invalid custom val"]="Ung\u00fcltige benutzerdefinierte Pr\u00fcffunktion.";a["error custom val"]="Fehler in benutzerdefinierter Pr\u00fcffunktion.";a.ME="Pflichtfeld, bitte Daten eingeben.";a.MF="Pflichtfeld, eine vollst\u00e4ndige Eingabe ist notwendig.";a.required="Der Wert kann nicht leer sein, Eingabe erforderlich.";a["file required"]="Bitte mindestens eine Datei ausw\u00e4hlen.";
195
+ a["signature overflow"]="Die Gr\u00f6\u00dfe der Signatur \u00fcberschreitet die maximale Speichergr\u00f6\u00dfe. Bitte l\u00f6schen und erneut versuchen.";a.validValues="Eingegebener Wert ist nicht g\u00fcltig. G\u00fcltige Werte sind: ";a["upload invalid type"]="Eine oder mehrere Dateien haben den falschen Typcode.";a["invalid email"]="Ung\u00fcltige E-Mail-Adresse.";a["session timed out"]="Ihre Sitzung ist abgelaufen.";a["invalid low range"]="Wert muss gr\u00f6\u00dfer sein als &1";a["invalid high range"]=
196
+ "Wert muss kleiner oder gleich &1 sein";a["invalid range"]="G\u00fcltiger Bereich ist zwischen &1 und &2";a["unmonitored exception"]="Das Programm hat einen nicht \u00fcberwachten Fehler gefunden. Bitte kontaktieren Sie ihren Systemadministrator.";a["loading x"]="&1 wird geladen";a["data src not specfd x"]="Die Datenquelle ist nicht angegeben f\u00fcr &1...";a["name fld not specfd x"]="Das Namensfeld ist nicht angegeben f\u00fcr &1...";a["val fld not specfd x"]="Das Wertfeld ist nicht angegeben f\u00fcr &1...";
197
+ a["failed to load x"]="Fehler beim Laden &1.";a["cannot rmv last col"]="Die letzte Spalte kann nicht gel\u00f6scht werden.";a["cannot find col"]="Die spezifische SpaltenId kann nicht gefunden werden.";a["subfile deletion"]="Wollen Sie wirklich die Subfile l\u00f6schen?";a["downloading x"]="&1 wird heruntergeladen.";a["ie9 too low xlsxpics"]="Bilder k\u00f6nnen nicht exporiert werden mit einer Version unter IE9.";a["keyboard input inhibited"]="Tastatureingabe ist in diesem Feld nicht erlaubt.";a["pccommand error"]=
198
+ "Der Versuch STRPCCMD zu verarbeiten ist fehlgeschlagen. Bitte stellen Sie sicher, dass der Profound UI PC Listener auf dieser Maschine l\u00e4uft und richtig konfiguriert ist. Pr\u00fcfen Sie die Browserkonsole f\u00fcr weitere Informationen. (F\u00fcr gew\u00f6hnlich: Strg+Shift+I) ";a["no data"]="Keine Daten";a["num sessions exceeded"]="Anzahl der Sitzungen \u00fcberschritten.";a["unable to load portal"]="Die Portaleinstellungen oder Navigationselemente konnten nicht geladen werden.";a["unable to load macr act"]=
199
+ "Makroaktionen konnten nicht geladen werden.";a["unable to load macr var"]="Makrovariablen konnten nicht geladen werden.";a["unable to load scrn lst"]="Die Bildschirmliste konnte nicht geladen werden.";a["unable to load new sett"]="Neue Einstellungen konnten nicht geladen werden.";a["unable to load x"]="&1 kann nicht geladen werden.";a["unable to add x"]="&1 kann nicht hinzugef\u00fcgt werden.";a["unable to rename x"]="&1 kann nicht umbenannt werden.";a["unable to delete x"]="&1 kann nicht gel\u00f6scht werden.";
200
+ a["unable to update x"]="&1 kann nicht aktualisiert werden.";a["unable to reassn x"]="&1 kann nicht zugewiesen werden.";a["unable to reorder items"]="Die Artikel k\u00f6nnen nicht neu sortiert werden.";a["unable to save theme"]="Die Designeinstellung konnte nicht gespeichert werden.";a["unable eval script url"]="Die URL der Skript-Webanwendung kann nicht ausgewertet werden.";a["close browser text AT"]="Nicht gespeicherte \u00c4nderungen an den Sitzungen gehen verloren.";a["close all tabs"]="Alle Fenster schlie\u00dfen?";
201
+ a["close tab"]="M\u00f6chten Sie diesen Tab schlie\u00dfen?";a["invalid script url"]="Ung\u00fcltiger Wert f\u00fcr die URL der skriptgesteuerten Webanwendung.";a["unrecognized format"]="Unbekanntes Format";a["screen already defined"]='Der Bildschirm "&1" ist bereits definiert.';a["macro already defined"]='Das Makro "&1" ist bereits definiert.';a["no screen ids"]="Es gibt keine Bildschirm-IDs zum Anzeigen";a["confirm delete"]="L\u00f6schen best\u00e4tigen";a["no actions"]="Es gibt keine Aktionen zum Anzeigen.";
202
+ a["msg action input var"]='Tragen Sie den Wert in die Variable "&1" in das Feld in Zeile &2 Spalte &3.';a["msg action input user"]="Geben Sie das aktuelle Benutzerprofil in das Feld in Zeile &1 Spalte &2.";a["msg action input js"]="Geben Sie das Ergebnis des JavaScript-Ausdrucks <strong>&1</strong> in das Feld in Zeile &2 Spalte &3 ein.";a["msg action input other"]='Geben Sie den Wert "&1" in das Feld in Zeile &2 Spalte &3.';a["msg presskey var"]='Dr\u00fccken Sie die in der Variable "&1" definierte Taste.';
203
+ a["msg presskey other"]='Dr\u00fccken Sie die "&1" Taste.';a["msg del scrn from macro"]="M\u00f6chten Sie die ausgew\u00e4hlten Bildschirme wirklich aus diesem Makro l\u00f6schen?<br /> Alle zugeh\u00f6rigen Aktionen werden ebenfalls gel\u00f6scht";a["choose scrn macro"]="W\u00e4hlen Sie einen Bildschirm oder ein Makro, um mit seinen Eigenschaften zu arbeiten..";a["choose a nav or toolbar"]="W\u00e4hlen Sie ein Navigations- oder Toolbarelement, um mit seinen Eigenschaften zu arbeiten.";a["confirm del sel x"]=
204
+ "M\u00f6chten Sie das ausgew\u00e4hlte &1 wirklich l\u00f6schen?";a["permission settings"]="Berechtigungseinstellung (en)";a["adding x"]="Hinzuf\u00fcgen von &1...";a["deleting x"]="L\u00f6schen von &1 ...";a["reassigning x"]="Neuzuweisung von &1...";a.loading="Wird geladen...";a.saving="Speichern...";a["x added"]="&1 hinzugef\u00fcgt.";a["x deleted"]="&1 gel\u00f6scht.";a["x reassigned"]="&1 neu zugewiesen.";a["x updated"]="&1 aktualisiert.";a["x saved"]="&1 gespeichert.";a["msg del group"]='M\u00f6chten Sie die Gruppe "&1" wirklich l\u00f6schen?<br /><br />Durch das L\u00f6schen von Gruppen werden auch alle Untergruppen und alle zugeh\u00f6rigen Benutzer gel\u00f6scht.<br /><br />M\u00f6chten Sie wirklich fortfahren?';
205
+ a["conf reassign users 1"]="Sind Sie sicher, dass Sie neu zuweisen m\u00f6chten?";a["conf reassign users 2a"]='Benutzer "&1" ';a["conf reassign users 2b"]="die ausgew\u00e4hlten Benutzer ";a["conf reassign users 3"]=' gruppieren "&1"?';a["conf reassign group"]='Sind Sie sicher, dass Sie die Gruppe "&1" der Gruppe "&2"zuorndnen m\u00f6chten?';a["conf delete users 1"]="Sind Sie sicher, dass Sie l\u00f6schen m\u00f6chten? ";a["conf delete users 2a"]='Benutzer "&1"?';a["conf delete users 2b"]="die ausgew\u00e4hlten Benutzer?";
206
+ a["no users"]="Es sind keine Benutzer zum Anzeigen vorhanden.";a["cannot delete own grp"]="Sie k\u00f6nnen Ihre eigene Gruppe nicht l\u00f6schen.";a["cannot delete own usr"]="Sie k\u00f6nnen Ihr eigenes Benutzerprofil nicht l\u00f6schen.";a["not auth reassign prf"]="Sie sind nicht berechtigt, Ihr eigenes Profil neu zuzuweisen.";a["typeselect macro name"]="Tippen oder w\u00e4hlen Sie den Makronamen ...";a["any child items will"]="Alle untergeordneten Elemente werden ebenfalls gel\u00f6scht.";a["password must be"]=
207
+ "Passw\u00f6rter m\u00fcssen mindestens 6 Zeichen lang sein.";a["type or sel home page"]="Geben oder w\u00e4hlen Sie die Startseite...";a["x is already in list"]='"&1" ist bereits in der Liste.';a["x is not valid libname"]='"&1" ist kein g\u00fcltiger Bibliotheksname.';a["no libraries in list"]="Keine Bibliotheken in der Liste";a["add libl entry"]="Bibliothekslisteneintrag hinzuf\u00fcgen";a["would you like add ano"]="M\u00f6chten Sie ein anderes hinzuf\u00fcgen?";a["already in suppl grp x"]='Der Benutzer ist bereits in der Erg\u00e4nzungsgruppe "&1".';
208
+ a["cannot move screen"]="Macro Bildschirm nicht verschiebbar";a["ready to add"]="(Bereit Aktion(en) hinzuzuf\u00fcgen)";a["duplicate actions"]="Identische Aktion(en) f\u00fcr diese Reihe/Spalte gefunden, unvorhersehbares Verhalten m\u00f6glich. Bitte Aktionen \u00fcberpr\u00fcfen und Duplikate l\u00f6schen.";break;case "runtimeText":a["upload select text"]="Dateiauswahl";a["upload clear text"]="L\u00f6schen";a["upload remove text"]="Entfernen";a["upload upload text"]="Hochladen";a["upload drophere text"]=
209
+ "Dateien hier ablegen";a["upload browser unsupported"]="Ziehen / Ablegen von Dateien erfordert Internet Explorer 10 oder h\u00f6her, Chrome oder Firefox";a["upload finished text"]="Fertig";a["excel export text"]="Export nach Excel";a["export to x"]="Export nach &1";a["filter text"]="Filter";a["multi filter text"]="nach Wert filtern";a["filter multiple"]="Daten zum Filtern ausw\u00e4hlen";a["filter check"]="Filter";a["filter data"]="Daten";a["find text"]="Finden";a["reset data"]="Zur\u00fccksetzen";
210
+ a["remove filters text"]="Alle Filter entfernen";a["displayed columns"]="Angezeigte Spalten";a["next link text"]="N\u00e4chste";a["previous link text"]="Vorherige";a["sort ascending text"]="Sortierung aufsteigend";a["sort descending text"]="Sortierung absteigend";a["sort..."]="Sortiere...";a.sort="Sortiere";a["sort multiple"]="Sortiere mehrere Spalten";a.column="Spalte";a.direction="Richtung";a.order="Reihenfolge";a.row="Zeile";a.rows="Zeilen";a.page="Seite";a.collapseAll="alles zuklappen";a.expandAll=
211
+ "alles aufklappen";a.user="Benutzer";a.password="Passwort";a["sign on"]="Anmeldung";a.pui="Profound UI";a["pui sign on"]=a.pui+" "+a["sign on"];a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="Nachrichten Id";a["ctlr job"]="Steuernder Job";a["app job"]="Anwendungsjob";a["joblog download"]="Job Logs Herunterladen";a["error stack download"]="Fehlerstapel herunterladen";a.maximize="Maximieren";a.restore="Wiederherstellen";a["curr user"]="Aktueller Benutzer";a["remote ip"]=
212
+ "Server IP Adresse";a["remote port"]="Server Port";a.severity="Schwere";a.date="Datum";a.time="Zeit";a.program="Programm";a.procedure="Prozedur";a.lines="Zeile(n)";a.message="Nachricht";a["new session"]="Neue Sitzung";a.close="Schlie\u00dfen";a["current password"]="Aktuelles Passwort";a["new password"]="Neues Passwort";a["repeat new password"]="Wiederhole neues Passwort";a.submit="Best\u00e4tigen";a.exit="Ende";a.warning="Warnung";a["change password"]="Passwort \u00e4ndern";a.cancel="Abbrechen";a["find text"]=
213
+ "Finden";a["remove filter"]="Filter entfernen";a.chart="Diagramm";a.section="Sektion";a.version="Ausf\u00fchrung";a.fixPack="Fixpack";a.yes="Ja";a.no="Nein";a.settings="Einstellungen";a.favorites="Favoriten";a["type query press en"]="Geben Sie Abfrage ein und dr\u00fccken Sie die Eingabetaste";a["add to favorites"]="Zu den Favoriten hinzuf\u00fcgen";a["rmv from favorites"]="Von Favoriten entfernen";a["please wait"]="Bitte warten...";a["control panel"]="Steuerungspanel";a["my settings"]="Meine Einstellungen";
214
+ a["about atrium"]="\u00dcber Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Warnung: Dieses Computerprogramm ist durch das Urheberrecht<br />und internationale Vertr\u00e4ge gesch\u00fctzt. Die unerlaubte Vervielf\u00e4ltigung<br />oder Verbreitung dieses Programms oder eines Teils davon kann zu schwerwiegenden<br />zivil- und strafrechtlichen Konsequenzen f\u00fchren und wird im gr\u00f6\u00dftm\u00f6glichen<br />gesetzlich zul\u00e4ssigen Umfang verfolgt.<br /><br />Patentiert. &nbsp;U.S. Patent No. 8,667,405 B2.";
215
+ a.item="Item";a["open selected item"]="Ausgew\u00e4hltes Element \u00f6ffnen";a.of="von";a["no results to dsp"]="Keine Ergebnisse zur Anzeige";a["displaying results"]="Ergebnisse werden angezeigt";a["search results"]="Suchergebnisse";a["new folder"]="Neuer Ordner";a.rename="Umbenennen";a.description="Beschreibung";a.ok="OK";a.add="Hinzuf\u00fcgen";a["add x"]="F\u00fcge &1 hinzu";a["delete"]="L\u00f6schen";a.screen="Bildschirm";a.screens="Bildschirme";a.macro="Makro";a.macros="Makros";a["screen id"]=
216
+ "Bildschirm ID";a["screen ids"]="Bildschirm IDs";a["field row"]="Feldzeile";a["field column"]="Feldspalte";a["field value"]="Feldwert";a.value="Wert";a.action="Aktion";a.actions="Aktionen";a["detect once"]="Einmal erkennen";a["detect always"]="Immer feststellen";a["delete screen"]="Bildschirm l\u00f6schen";a["genie macros"]="Genie Makros";a["screen name"]="Bildschirmname";a.identifier="Identifikator";a.identifiers="Identifikatoren";a["macro name"]="Makro name";a["close browser wintab"]="Schlie\u00dfen Sie das Browserfenster oder die Registerkarte.";
217
+ a.select="Ausw\u00e4hlen";a["write value in field"]="Schreibe einen Wert in ein Feld";a["press a key"]="dr\u00fccke eine Taste";a["a literal value"]="Ein Literalwert";a["a variable value"]="Ein variabler Wert";a["cur user profile"]="Das aktuelle Benutzerprofil";a["result js expr"]="Das Ergebnis eines JavaScript-Ausdrucks";a["action data"]="Aktionsdaten";a["data type"]="Datentyp";a.users="Benutzer";a["all groups"]="Alle Gruppen";a["supplemental groups"]="Erg\u00e4nzende Gruppen";a["users w primary grp"]=
218
+ 'Benutzer, deren prim\u00e4re Gruppe "&1" ist';a["users w suppl grp"]='Benutzer mit Zusatzgruppe f\u00fcr "&1"';a.group="Gruppe";a.groups="Gruppen";a.edit="Bearbeiten";a["edit x"]="Bearbeiten &1";a.manager="Manager";a.administrator="Administrator";a["primary group"]="Hauptgruppe";a["delete x"]="&1 l\u00f6schen";a["reassign x"]="&1 Neu zuweisen";a["navigation item"]="Navigationselement";a["navigation items"]="Navigationselemente";a["navigation panel"]="Navigationsleiste";a["home pages"]="Startseiten";
219
+ a["menu group"]="Men\u00fc Gruppen";a["menu item"]="Men\u00fc Element";a["toolbar items"]="Symbolleistenelemente";a.toolbar="Symbolleiste";a.button="Taste";a["pulldown menu"]="Aufklappmen\u00fc";a["pulldown menu item"]="PAufklappmen\u00fc Element";a["separator bar"]="Trennleiste";a.spacer="Abstandshalter";a["item details"]="Item Details";a["item number"]="Item Nummer";a["item type"]="Item Typ";a["genie macro"]="Genie Makro";a["rdf application"]="Rich Display File Applikation";a["web application"]=
220
+ "Web Applikation";a["pc command"]="PC Befehl";a["launcher command"]="Launcher Befehl";a["dspf program library"]="Display file Programm Bibliothek";a["dspf program"]="Display file Programm";a["variable name x"]="Variablenname &1";a["a tab in the portal"]="Ein Tab im Portal";a["a new browser wind"]="Ein neues Browserfenster oder eine neue Registerkarte";a.update="Aktualisieren";a.fill="F\u00fcllen";a.permissions="Berechtigungen";a["user/group name"]="Benutzer- / Gruppenname";a["all users groups"]="Alle Benutzer und Gruppen";
221
+ a.type="Typ";a.access="Zugriff";a.allow="zulassen";a.disallow="Nicht zulassen";a.navigation="Navigation";a["add usrgrp perm"]="F\u00fcgen Sie Benutzer- / Gruppenberechtigungen hinzu";a.membership="Mitgliedschaft";a.none="Keiner";a.remove="L\u00f6schen";a.appearance="Aussehen";a["home page"]="Startseite";a.tree="Baum";a.accordion="Akkordeon";a["min search chars"]="Minimale Suchzeichen";a["libl for rdf apps"]="Bibliotheksliste f\u00fcr Rich Display File Anwendungen";a["library list"]="Bibliotheksliste";
222
+ a.library="Bibliothek";a["use atrium def libl"]="Benutzung der Atrium Standardbibliotheksliste";a["use jobd libl"]="Benutzung der Bibliotheksliste aus der Jobbeschreibung";a["specify libl"]="Spezifizieren Sie die Bibliotheksliste";a.up="Oben";a.down="Nieder";a["move up"]="Nach oben bewegen";a["move down"]="Nach unten bewegen";a["global settings"]="Globale Einstellungen";a.save="Speichern";a["add usr to supp grp"]="Benutzer zur Zusatzgruppe hinzuf\u00fcgen";a["member of"]="Member von";a["member of hlp"]=
223
+ "Die Gruppe, zu der dieser Benutzer / diese Gruppe geh\u00f6rt.";a["group name"]="Gruppenname";a["group name hlp"]="Der Anzeigename f\u00fcr diese Gruppe.";a["inherit settings"]="Einstellungen \u00fcbernehmen";a["inherit settings hlp"]="Wenn diese Option aktiviert ist, \u00fcbernimmt der Benutzer / die Gruppe die Einstellungen von ihrem \u00fcbergeordneten Element. Wenn sie deaktiviert ist, verf\u00fcgt der Benutzer / die Gruppe \u00fcber eigene Einstellungsdaten.";a["user name"]="Benutzername";a["user name hlp"]=
224
+ "Der Anzeigename dieses Benutzerprofils.";a["access role"]="Zugriffsrolle";a["access role hlp"]="Steuert die Zugriffsrolle dieses Benutzers. Administratoren k\u00f6nnen alle Gruppen und Benutzer verwalten und auch Anwendungsadministratoren steuern. Manager k\u00f6nnen Benutzer- und Gruppeneinstellungen in ihrer eigenen Gruppe konfigurieren. Benutzer haben keine besonderen Berechtigungen.";a["can edit profile"]="Kann Profil bearbeiten";a["can edit profile hlp"]='Erm\u00f6glicht dem Benutzer, die Einstellung "appearance" und "navigation" zu bearbeiten und das Passwort zu \u00e4ndern. Alle anderen Einstellungen k\u00f6nnen vom Benutzer nie bearbeitet werden.';
225
+ a["user profile"]="Benutzerprofil";a["user profile hlp"]="Der Name des Benutzerprofils. Benutzerprofilnamen unterscheiden zwischen Gro\u00df- und Kleinschreibung, sofern keine IBM i-Profile verwendet werden.";a["password hlp"]="Setzen/Zur\u00fccksetzen das Passwort. Passw\u00f6rter unterscheiden zwischen Gro\u00df- und Kleinschreibung.";a["conf password"]="Best\u00e4tige das Passwort";a["conf password hlp"]="Beim Setzen / Zur\u00fccksetzen des Passworts muss dieses Feld genau mit dem neuen Passwort \u00fcbereinstimmen. Passw\u00f6rter unterscheiden zwischen Gro\u00df- und Kleinschreibung.";
226
+ a["browser title"]="Browsertitel";a["browser title hlp"]="Legt den Text fest, der in der Titelleiste des Browsers angezeigt wird.";a["show banner"]="Banner anzeigen";a["show banner hlp"]="Deaktivieren Sie diese Option, wenn Sie das Banner nicht oben im Portal anzeigen m\u00f6chten.";a["banner height"]="Bannerh\u00f6he";a["banner height hlp"]="Legt die H\u00f6he des Banners am oberen Rand des Portals in Pixel fest. Diese Einstellung wird ignoriert, wenn Sie das Banner nicht anzeigen m\u00f6chten. G\u00fcltige Werte sind 0-600 Pixel.";
227
+ a["banner url"]="Banner URL";a["banner url hlp"]="Legt die URL fest, in der sich der Bannerinhalt befindet. Kann entweder eine absolute oder eine vollqualifizierte URL sein.";a.theme="Design";a["theme hlp"]='Legt das Standarddesign fest. Dies kann von einzelnen Benutzern au\u00dfer Kraft gesetzt werden, wenn <strong>"Benutzern das Ausw\u00e4hlen des Designs erlauben"</strong> aktiviert ist.';a["allow sel theme"]="Benutzern das Ausw\u00e4hlen von Designs erlauben";a["allow sel theme hlp"]="Wenn diese Option aktiviert ist, k\u00f6nnen Benutzer ihr gew\u00fcnschtes Design mithilfe eines Steuerelements in der Symbolleiste ausw\u00e4hlen.";
228
+ a["show menu search"]="Men\u00fcsuche anzeigen";a["show menu search hlp"]="Deaktivieren Sie diese Option, um die Men\u00fcsuchfunktion zu deaktivieren.";a["show fav sys"]="Favoriten System anzeigen";a["show fav sys hlp"]="Deaktivieren Sie das Kontrollk\u00e4stchen, um das Favoriten-System zu deaktivieren.";a["show fav start"]="Favoriten Anzeige in Startmaske";a["show fav start hlp"]="Wenn ausgew\u00e4hlt, wird die Favoriten Anzeige in der Startmaske angezeigt. Ansonsten wird das Navigations Panel angezeigt (Standard). Diese Option ist nur verf\u00fcgbar, wenn Favoriten aktiviert sind.";
229
+ a["limit num sessn"]="Maximale Anzahl der Sitzungen";a["limit num sessn hlp"]="Anzahl der erlaubten Atrium-Sitzungen f\u00fcr diesen Benutzer / diese Gruppe. Ein Wert von Null erm\u00f6glicht unbegrenzte Sitzungen. Die Beschr\u00e4nkung wird pro Webbrowser angewendet.";a["show hmpg start"]="Homepage beim Start anzeigen";a["show hmpg start hlp"]="Wenn diese Option aktiviert ist, wird beim Start eine anpassbare Startseite im Portal gestartet.";a["home page url"]="Startseite URL";a["home page url hlp"]=
230
+ "Legt die URL f\u00fcr den Inhalt der Startseite fest. Kann entweder eine absolute oder eine vollqualifizierte URL sein.";a["navi pnl title"]="Titel des Navigationspanel";a["navi pnl title hlp"]="Legt den Text fest, der in der Titelleiste des Navigationsfensters angezeigt wird.";a["navi pnl width"]="Startbreite des Navigationspanels";a["navi pnl width hlp"]="Legt die Startbreite der Navigationsleiste in Pixel fest. Der Benutzer kann die Gr\u00f6\u00dfe des Panels beliebig \u00e4ndern oder sogar ausblenden. G\u00fcltige Werte sind 0-2000 Pixel.";
231
+ a["navi type"]="Navigationstyp";a["navi type hlp"]='Steuert den Men\u00fctyp, der im Navigationsbereich "tree" oder "accordion" verwendet wird. Diese Einstellung gilt nicht f\u00fcr die Symbolleiste.';a["single click nav"]="Einzelklick-Navigation";a["single click nav hlp"]="Wenn diese Option aktiviert ist, werden Men\u00fcelemente im Navigationsbereich mit einem einzigen Klick gestartet. Andernfalls werden sie nur mit Doppelklick gestartet. Diese Einstellung gilt nicht f\u00fcr die Symbolleiste.";
232
+ a["current library"]="Aktuelle Bibliothek";a["current library hlp"]="Geben Sie die aktuelle Bibliothek an, *USRPRF, oder *CRTDFT.";a["job descr"]="Job Beschreibung";a["job descr hlp"]="Geben Sie eine Jobbeschreibung an, aus der die Bibliotheksliste festgelegt werden soll. * USRPRF kann angegeben werden, wenn die Atrium-Benutzer IBM i-Benutzerprofile sind.";a["job descr lib"]="Job Beschreibung Bibliothek";a["job descr lib hlp"]="Geben Sie die Bibliothek f\u00fcr die Jobbeschreibung an. *LIBL oder *CURLIB kann angegeben werden.";
233
+ a["item name"]="Itemname";a["item name hlp"]="Legt den Anzeigenamen des Navigations- oder Symbolleistenelements fest.";a["action type"]="Aktionstyp";a["action type hlp"]="Legt den Typ der Anwendung fest, die dieses Element startet.";a.url="URL";a["url hlp"]="Legt die URL der Webanwendung fest. Dies kann entweder als absoluter Pfad oder als vollst\u00e4ndig qualifizierte URL angegeben werden. Query Zeichenfolgen Parameter k\u00f6nnen in der URL angegeben werden.";a["genie url"]="Genie URL";a["genie url hlp"]=
234
+ "Gibt die URL an, die zum Starten von Genie verwendet wird. Wenn nicht angegeben, wird die Standard-Genie-URL /profoundui/auth/genie verwendet. Dieses Feld ist n\u00fctzlich, wenn alternative URL-URLs oder Abfragezeichenfolgen erforderlich sind. Beispielsweise: /profoundui/auth/genie?skin=MyCompany";a["open as"]="\u00d6ffnen als";a["open as hlp"]="Legt fest, ob das Element als neue Registerkarte im Portal oder als neues Browserfenster oder als neue Registerkarte gestartet wird. Ob der Browser ein neues Fenster oder eine neue Registerkarte verwendet, h\u00e4ngt von den Browsereinstellungen des Benutzers ab.";
235
+ a["opens once only"]="\u00d6ffnet nur einmal";a["opens once only hlp"]="Wenn der Benutzer dieses Element standardm\u00e4\u00dfig startet, obwohl im Portal bereits eine Registerkarte ge\u00f6ffnet ist, wird eine weitere Registerkarte f\u00fcr das Element ge\u00f6ffnet. Die Anzahl der Registerkarten, die der Benutzer auf diese Weise \u00f6ffnen kann, ist nicht begrenzt. Wenn dieses \u00d6ffnen aktiviert ist, kann der Benutzer nicht mehr als eine Registerkarte f\u00fcr dieses Element \u00f6ffnen. Wenn bereits ein Tab f\u00fcr das Objekt ge\u00f6ffnet ist, wenn der Benutzer es ausw\u00e4hlt, wird das vorhandene Tab aktiviert. Diese Option wird ignoriert, wenn das Element in einem neuen Browserfenster oder Tab ge\u00f6ffnet wird.";
236
+ a.icon="Symbol";a["icon hlp"]="Wahlweise. Legt eine Symboldatei fest, die f\u00fcr den Navigations- oder Symbolleisteneintrag verwendet werden soll. Die Symboldatei kann im GIF-, JPG- oder PNG-Format vorliegen. Transparente GIFs werden empfohlen. Der Pfad sollte als absoluter Pfad vom Stamm der Atrium-Installation angegeben werden. Wenn kein Symbol angegeben ist, verwendet Atrium ein Standardsymbol f\u00fcr Navigationselemente. F\u00fcr Symbolleistenelemente wird kein Symbol angezeigt, es sei denn, sie sind hier angegeben.";
237
+ a.parameter="Parameter";a["parameter hlp"]="Optional: Gibt einen Parameter an, der beim Starten an das Rich-Display-Programm \u00fcbergeben wird.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function W(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="Se cerrar\u00e1 su sesi\u00f3n.";a["no connection message"]="No es posible establecer conexi\u00f3n al servidor. Verifique la conexi\u00f3n e int\u00e9ntelo de nuevo.";a["upload file limit"]="L\u00edmite de &1 archivo(s) excedido.";a["upload size limit"]="L\u00edmite de &1MB por archivo excedido";a["upload no files"]="No hay archivos seleccionados.";a["upload duplicate file"]="Archivos seleccionados duplicados.";a["upload file exists"]=
238
+ "Uno o m\u00e1s archivos ya existen en el sistema de archivos.";a["upload prevented"]="Operaci\u00f3n embargada por 'exit program'.";a["upload input limit"]="El l\u00edmite del tama\u00f1o total del 'input' fue excedido.";a["upload no session"]="No est\u00e1 conectado con una sesi\u00f3n v\u00e1lida.";a["upload timeout"]="El tiempo l\u00edmite para la transacci\u00f3n fue excedido.";a["upload invalid response"]="No hay respuesta del servidor o es inv\u00e1lida.";a["upload cancelled"]="Carga cancelada.";
239
+ a["close browser text"]="Para terminar el proceso de cierre de la sesi\u00f3n, por favor cierre el navegador.";a["session ended text"]="Su sesi\u00f3n fue cerrada.";a["outside ucs2"]="Caracteres fuera de la gama UCS-2.";a["invalid number"]="&1 no es un numero v\u00e1lido.";a["invalid length"]="&1 tiene longitud o n\u00famero de decimales incorrectos.";a["invalid decimal"]="&1 tiene excesivas n\u00fameros decimales. (max: &2)";a["invalid choice"]='"&1" es inv\u00e1lido. Las opciones v\u00e1lidas son: "&2" ou "&3".';
240
+ a["invalid date"]='"&1" no es una fecha v\u00e1lida. Ejemplo del formato correcto: &2';a["invalid time"]='"&1" no es un valor de tiempo correcto. Ejemplo del formato correcto: &2';a["invalid time stamp"]='"&1" no es un registro del tiempo v\u00e1lido. Ejemplo del formato correcto: &2';a["invalid percent"]="&1 no es un valor decimal.";a["invalid digits"]='"&1" contiene demasiados d\u00edgitos. Max: &2';a["exceeds whole"]='"&1" excede el n\u00famero m\u00e1ximo de d\u00edgitos para la parte num\u00e9rica del campo (&2 digits).';
241
+ a["exceeds decimal"]='"&1" excede el n\u00famero m\u00e1ximo de d\u00edgitos para la parte decimal del campo (&2 digits).';a["zip too long"]="El c\u00f3digo postal es demasiado grande. (M\u00e1ximo: &1 digits)";a["phone too long"]="El n\u00famero de tel\u00e9fono es demasiado grande. (M\u00e1ximo: &1 digits)";a["ssno too long"]="El c\u00f3digo de la Seguridad Social es demasiado grande. (M\u00e1ximo: &1 digits)";a["invalid custom val"]="Validaci\u00f3n de funci\u00f3n custom inv\u00e1lida.";a["error custom val"]=
242
+ "Error en la validaci\u00f3n de funci\u00f3n custom.";a.ME="Campo de entrada obligatorio. Debe incorporar datos.";a.MF="Campo de entrada total obligatoria. Debe rellenar el campo de texto totalmente.";a.required="El valor no puede estar en blanco. Se requiere este campo.";a["file required"]="Debe seleccionar al menos un archivo.";a["signature overflow"]="La imagen de la firma excede el n\u00famero m\u00e1ximo de los bytes disponibles para su almacenaje. Por favor borre el campo de la firma e int\u00e9ntelo de nuevo.";
243
+ a.validValues="El valor introducido es inv\u00e1lido. Valores v\u00e1lidos son: ";a["upload invalid type"]="Uno o m\u00e1s archivos son de tipo inv\u00e1lido.";a["invalid email"]="Direcci\u00f3n de correo electr\u00f3nico no es v\u00e1lida.";a["session timed out"]="El tiempo de su sesi\u00f3n ha expirado.";a["invalid low range"]="El valor debe ser mayor o igual a &1";a["invalid high range"]="El valor debe ser menor o igual a &1";a["invalid range"]="El valor debe estar comprendido entre &1 y &2";a["unmonitored exception"]=
244
+ "Este programa ha encontrado algunas excepciones no monitorizadas. Por Favor, contacte con el administrador del sistema para su ayuda.";a["loading x"]="Cargando &1...";a["data src not specfd x"]="Fuente de datos no especificada para &1...";a["name fld not specfd x"]="Nombre de campo no especificado para &1...";a["val fld not specfd x"]="Valor de campo no especificado para &1...";a["failed to load x"]="Carga fallida de &1.";a["cannot rmv last col"]="No se puede eliminar la \u00faltima columna.";a["cannot find col"]=
245
+ "No se puede encontrar el id de columna especificado.";a["subfile deletion"]="Est\u00e1 seguro que desea borrar el subarchivo ?";a["downloading x"]="Cargando &1";a["ie9 too low xlsxpics"]="Las im\u00e1genes no pueden ser exportadas usando IE9 o inferior.";a["keyboard input inhibited"]="Entrada de teclado no permitida para este campo.";a["no data"]="Sin Datos";a["num sessions exceeded"]="Se excedi\u00f3 el numero de sesiones permitido.";a["unable to load portal"]="No es posible cargar la configuraci\u00f3n del portal o los \u00edtems de navegaci\u00f3n.";
246
+ a["unable to load macr act"]="No es posible cargar las acciones de macro.";a["unable to load macr var"]="No es posible cargar las variables de macro.";a["unable to load scrn lst"]="No es posible cargar la lista de pantallas.";a["unable to load new sett"]="No es posible cargar los nuevos par\u00e1metros de configuraci\u00f3n.";a["unable to load x"]="No es posible cargar &1.";a["unable to add x"]="No es posible agregar &1.";a["unable to rename x"]="No es posible renombrar &1.";a["unable to delete x"]=
247
+ "No es posible borrar &1.";a["unable to update x"]="No es posible actualizar &1.";a["unable to reassn x"]="No es posible reasignar &1.";a["unable to reorder items"]="No es posible reordenar \u00edtems.";a["unable to save theme"]="No es posible salvar la configuraci\u00f3n de tema.";a["unable eval script url"]="No es posible evaluar la URL de c\u00f3digo de aplicaci\u00f3n web.";a["close browser text AT"]="Los cambios no salvados en las sesiones se perder\u00e1n.";a["close all tabs"]="Desea cerrar todas las pesta\u00f1as ?";
248
+ a["close tab"]="Desea cerrar esta pesta\u00f1a ?";a["invalid script url"]="Valor invalido para la URL de c\u00f3digo de aplicaci\u00f3n web.";a["unrecognized format"]="Formato no reconocido.";a["screen already defined"]='La pantalla "&1" ya esta definida.';a["macro already defined"]='La Macro "&1" ya esta definida.';a["no screen ids"]="No hay identificadores de pantalla para visualizar";a["confirm delete"]="Confirme borrado";a["no actions"]="NO hay acciones para visualizar.";a["msg action input var"]=
249
+ 'Ingrese el valor en la variable "&1" en el campo de la fila &2, columna &3.';a["msg action input user"]="Ingrese el perfil de usuario actual en el campo de la fila &1, columna &2.";a["msg action input js"]="Ingrese el resulta de la expresi\u00f3n de JavaScript <strong>&1</strong> en el campo de la fila &2, columna &3.";a["msg action input other"]='Ingrese el valor "&1" en el campo de la fila &2, columna &3.';a["msg presskey var"]='Presione la tecla definida en la variable "&1".';a["msg presskey other"]=
250
+ 'Presione la tecla "&1".';a["msg del scrn from macro"]="Esta seguro que desea borrar la(s) pantalla(s) seleccionadas de esta macro ?<br /> Todas las acciones asociadas tambi\u00e9n ser\u00e1n borradas.";a["choose scrn macro"]="Seleccione una pantalla o macro para trabajar con sus propiedades.";a["choose a nav or toolbar"]="Seleccione un \u00edtem de navegaci\u00f3n o de la barra de herramientas para trabajar con sus propiedades.";a["confirm del sel x"]="Est\u00e1 seguro que desea borrar el &1 seleccionado ?";
251
+ a["permission settings"]="Par\u00e1metros de configuraci\u00f3n de permisos";a["adding x"]="Agregando &1...";a["deleting x"]="Borrando &1 ...";a["reassigning x"]="Reasignando &1...";a.loading="Cargando...";a.saving="Salvando...";a["x added"]="&1 agregado.";a["x deleted"]="&1 borrado.";a["x reassigned"]="&1 reasignado.";a["x updated"]="&1 actualizado.";a["x saved"]="&1 salvado.";a["msg del group"]='Est\u00e1 seguro que desea borrar el grupo "&1" ?<br /><br />La eliminaci\u00f3n de grupos tambi\u00e9n elimina cualquier subgrupo y cualquier usuario asociado.<br /><br />Est\u00e1 seguro que desea continuar ?';
252
+ a["conf reassign users 1"]="Est\u00e1 seguro que desea reasignar ";a["conf reassign users 2a"]='usuario "&1" ';a["conf reassign users 2b"]="los usuarios seleccionados ";a["conf reassign users 3"]=' al grupo "&1" ?';a["conf reassign group"]='\u00bfEst\u00e1 seguro que desea reasignar el grupo "&1" al grupo "&2" ?';a["conf delete users 1"]="\u00bfEst\u00e1 seguro que desea borrar ";a["conf delete users 2a"]='usuario "&1" ?';a["conf delete users 2b"]="los usuarios seleccionados ?";a["no users"]="No hay usuarios para visualizar.";
253
+ a["cannot delete own grp"]="No puede borrar su propio grupo.";a["cannot delete own usr"]="No puede borra su propio perfil de usuario.";a["not auth reassign prf"]="No esta autorizado a reasignar su propio perfil.";a["typeselect macro name"]="Teclee o seleccione el nombre de macro...";a["any child items will"]="Cualquier \u00edtem hijo tambi\u00e9n ser\u00e1 borrado.";a["password must be"]="Las contrase\u00f1as deben ser de al menos 6 caracteres.";a["type or sel home page"]="Teclee o seleccione la p\u00e1gina de inicio...";
254
+ a["x is already in list"]='"&1" ya est\u00e1 en la lista.';a["x is not valid libname"]='"&1" no es un nombre de biblioteca valido.';a["no libraries in list"]="No hay bibliotecas en la lista";a["add libl entry"]="Agregar entrada en la lista de bibliotecas";a["would you like add ano"]="Desear\u00eda agregar otro ?";a["already in suppl grp x"]='El usuario ya est\u00e1 en un grupo suplementario "&1".';a["cannot move screen"]="No se puede mover la pantalla de Macro";a["ready to add"]="(Listo para agregar acciones a esta pantalla)";
255
+ a["duplicate actions"]="Se encontraron acciones duplicadas para esta fila/columna, podr\u00edan producirse resultados impredecibles. Por favor, revise las acciones y elimine los duplicados.";break;case "runtimeText":a["upload select text"]="Archivos Seleccionados";a["upload clear text"]="Borrar";a["upload remove text"]="Remover";a["upload upload text"]="Cargar";a["upload drophere text"]="Soltar los archivos aqu\u00ed";a["upload browser unsupported"]="Arrastrar/soltar archivos requiere Internet Explorer 10 o superior, Chrome, o Firefox";
256
+ a["upload finished text"]="Finalizado";a["excel export text"]="Exportar para Excel";a["export to x"]="Exportar para &1";a["filter text"]="Filtrar";a["multi filter text"]="Filtrar por Valor";a["filter multiple"]="Seleccione Fecha para Filtrar";a["filter check"]="Filtrar";a["filter data"]="Fecha";a["find text"]="Buscar";a["reset data"]="Restablecer";a["remove filters text"]="Remover Todos os Filtros";a["displayed columns"]="Columnas Mostradas";a["next link text"]="Pr\u00f3ximo";a["previous link text"]=
257
+ "Anterior";a["sort ascending text"]="Ordenaci\u00f3n Ascendente";a["sort descending text"]="Ordenaci\u00f3n Descendente";a["sort..."]="Ordenar...";a.sort="Ordenar";a["sort multiple"]="Ordenar M\u00faltiples Columnas";a.column="Columna";a.direction="Direcci\u00f3n";a.order="Orden";a.row="l\u00ednea";a.rows="l\u00edneas";a.page="P\u00e1gina";a.collapseAll="Contraer todo";a.expandAll="Expandir todo";a.user="Usuario";a.password="Contrase\u00f1a";a["sign on"]="Ingreso";a.pui="Profound UI";a["pui sign on"]=
258
+ a.pui+" "+a["sign on"];a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="Identificacion de mensaje";a["ctlr job"]="Trabajo Controlador";a["app job"]="Trabajo de Aplicaci\u00f3n";a["joblog download"]="Descargar pistas de auditoria del trabajo";a["error stack download"]="Descargar Pila de Errores";a.maximize="Maximizar";a.restore="Restaurar";a["curr user"]="Usuario Actual";a["remote ip"]="Direcci\u00f3n IP Remota";a["remote port"]="Puerto Remoto";a.severity="Severidad";a.date=
259
+ "Fecha";a.time="Hora";a.program="Programa";a.procedure="Procedimiento";a.lines="Linea(s)";a.message="Mensaje";a["new session"]="Nueva sesi\u00f3n";a.close="Cerrar";a["current password"]="Contrase\u00f1a Actual";a["new password"]="Nueva contrase\u00f1a";a["repeat new password"]="Repetir nueva contrase\u00f1a";a.submit="Enviar";a.exit="Salir";a.warning="Advertencia";a["change password"]="Cambiar contrase\u00f1a";a.cancel="Cancelar";a["find text"]="Encontrar";a["remove filter"]="Quitar filtro";a.chart=
260
+ "Gr\u00e1fico";a.section="Secci\u00f3n";a.version="Versi\u00f3n";a.fixPack="Paquete de arreglos";a.yes="Si";a.no="No";a.settings="Ajustes";a.favorites="Favoritos";a["type query press en"]="Teclee la consulta, presione Enter.";a["add to favorites"]="Agregar a Favoritos";a["rmv from favorites"]="Remover de Favoritos";a["please wait"]="Por favor espere...";a["control panel"]="Panel de control";a["my settings"]="Mis Ajustes";a["about atrium"]="Sobre Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+
261
+ ", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Derechos de autor &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Advertencia: Este programa de computador est\u00e1 protegido por leyes de derecho de autor<br />y tratados internacionales. La reproducci\u00f3n no autorizada o<br />distribuci\u00f3n de este programa, o alguna porci\u00f3n de el puede resultar en <br />sanciones civiles y penales severas, y ser\u00e1 procesada<br />con la m\u00e1xima extensi\u00f3n posible permitida por la ley.<br /><br />Patentado. &nbsp;U.S. Patente No. 8,667,405 B2.";
262
+ a.item="\u00cdtem";a["open selected item"]="Abrir \u00edtem seleccionado";a.of="de";a["no results to dsp"]="No hay resultados a visualizar.";a["displaying results"]="Visualizando resultados";a["search results"]="Buscar resultados";a["new folder"]="Nueva carpeta";a.rename="Renombrar";a.description="Descripci\u00f3n";a.ok="OK";a.add="Agregar";a["add x"]="Agregar &1";a["delete"]="Borrar";a.screen="Pantalla";a.screens="Pantallas";a.macro="Macro";a.macros="Macros";a["screen id"]="Identificador de pantalla";
263
+ a["screen ids"]="Identificadores de pantalla";a["field row"]="Campo de fila";a["field column"]="Campo de columna";a["field value"]="Campo de valor";a.value="Valor";a.action="Acci\u00f3n";a.actions="Acciones";a["detect once"]="Detectar una vez";a["detect always"]="Detectar siempre";a["delete screen"]="Borrar pantalla";a["genie macros"]="Macros de Genie";a["screen name"]="Nombre de pantalla";a.identifier="Identificador";a.identifiers="Identificadores";a["macro name"]="Nombre de macro";a["close browser wintab"]=
264
+ "Cierre la ventana o pesta\u00f1a del navegador.";a.select="Seleccione";a["write value in field"]="Escriba el valor en un campo";a["press a key"]="Presione una tecla";a["a literal value"]="Un valor literal";a["a variable value"]="Un valor de variable";a["cur user profile"]="El perfil de usuario actual";a["result js expr"]="El resultado de una expresi\u00f3n de JavaScript";a["action data"]="Datos de acci\u00f3n";a["data type"]="Tipo de datos";a.users="Usuarios";a["all groups"]="Todos los grupos";a["supplemental groups"]=
265
+ "Grupos suplementarios";a["users w primary grp"]='Usuarios cuyo Grupo Primario es "&1"';a["users w suppl grp"]='Usuarios con Grupo Suplementario para "&1"';a.group="Grupo";a.groups="Grupos";a.edit="Editar";a["edit x"]="Editar &1";a.manager="Gestor";a.administrator="Administrador";a["primary group"]="Grupo Primario";a["delete x"]="Borrar &1";a["reassign x"]="Reasignar &1";a["navigation item"]="\u00cdtem de Navegaci\u00f3n";a["navigation items"]="\u00cdtems de Navegaci\u00f3n";a["navigation panel"]=
266
+ "Panel de Navegaci\u00f3n";a["home pages"]="P\u00e1ginas de inicio";a["menu group"]="Grupo de men\u00fas";a["menu item"]="\u00cdtem de men\u00fa";a["toolbar items"]="\u00cdtems de la barra de herramientas";a.toolbar="Barra de herramientas";a.button="Bot\u00f3n";a["pulldown menu"]="Men\u00fa desplegable";a["pulldown menu item"]="\u00cdtem de men\u00fa desplegable";a["separator bar"]="Barra separadora";a.spacer="Espaciador";a["item details"]="Detalles del \u00edtem";a["item number"]="Numero de \u00edtem";
267
+ a["item type"]="Tipo de \u00edtem";a["genie macro"]="Macro de Genie";a["rdf application"]="Aplicaci\u00f3n de archivo de pantalla enriquecido";a["web application"]="Aplicaci\u00f3n Web";a["pc command"]="Comando PC";a["launcher command"]="Comando Launcher";a["dspf program library"]="Biblioteca del programa de archivo de pantalla";a["dspf program"]="Programa de archivo de pantalla";a["variable name x"]="Nombre de variable &1";a["a tab in the portal"]="Una pesta\u00f1a en el portal";a["a new browser wind"]=
268
+ "Una nueva ventana o pesta\u00f1a de navegador";a.update="Actualizar";a.fill="Llenar";a.permissions="Permisos";a["user/group name"]="Nombre de usuario/grupo";a["all users groups"]="Todos los usuarios y grupo ";a.type="Tipo";a.access="Acceso";a.allow="Permitir";a.disallow="Rechazar";a.navigation="Navegaci\u00f3n";a["add usrgrp perm"]="Agregar permisos de usuario/grupo";a.membership="Membres\u00eda";a.none="Ninguno";a.remove="Remover";a.appearance="Apariencia";a["home page"]="P\u00e1gina de inicio";
269
+ a.tree="\u00c1rbol";a.accordion="Acorde\u00f3n";a["min search chars"]="Caracteres de b\u00fasqueda m\u00ednimos";a["libl for rdf apps"]="Lista de bibliotecas para aplicaciones de archivos de pantalla enriquecidos";a["library list"]="Lista de bibliotecas";a.library="Biblioteca";a["use atrium def libl"]="Usar la lista de bibliotecas por omisi\u00f3n de Atrium";a["use jobd libl"]="Usar la lista de bibliotecas de la JOBD";a["specify libl"]="Especificar lista de bibliotecas";a.up="Arriba";a.down="Abajo";
270
+ a["move up"]="Mover arriba";a["move down"]="Mover abajo";a["global settings"]="Ajustes globales";a.save="Salvar";a["add usr to supp grp"]="Agregar usuario o grupo suplementario";a["member of"]="Miembro de ";a["member of hlp"]="El grupo al cual este usuario/grupo pertenece.";a["group name"]="Nombre de grupo";a["group name hlp"]="El nombre a visualizar para este grupo.";a["inherit settings"]="Heredar configuraciones";a["inherit settings hlp"]="Cuando esta opci\u00f3n es seleccionada, el usuario/grupo heredar\u00e1 la configuraci\u00f3n de su ancestro. Cuando no es seleccionada, el usuario/grupo tendr\u00e1 si propios datos de configuraci\u00f3n.";
271
+ a["user name"]="Nombre de usuario";a["user name hlp"]="El nombre a visualizar de este perfil de usuario.";a["access role"]="Rol de acceso";a["access role hlp"]="Controla el rol de acceso de este usuario. Los Administradores pueden gestionar todos los grupos y usuarios y tambi\u00e9n pueden controlar las autorizaciones de la aplicaci\u00f3n. Los gestores pueden configurar los par\u00e1metros de usuario y grupo dentro de su propio grupo. Los usuarios no tienen privilegios especiales.";a["can edit profile"]=
272
+ "Puede editar el perfil";a["can edit profile hlp"]='Permite al usuario editar los par\u00e1metros de configuraci\u00f3n de "apariencia" y "navegaci\u00f3n", y cambiar la contrase\u00f1a. Los dem\u00e1s par\u00e1metros de configuraci\u00f3n no son editables por el usuario.';a["user profile"]="Perfil de usuario";a["user profile hlp"]="El nombre de perfil de usuario. Los nombres de perfil de usuario son sensibles a may\u00fasculas y min\u00fasculas, a no ser que se utilicen perfiles de IBM i.";a["password hlp"]=
273
+ "Asignar/restablecer la contrase\u00f1a. Las contrase\u00f1as son sensibles a may\u00fasculas y min\u00fasculas.";a["conf password"]="Confirmar contrase\u00f1a";a["conf password hlp"]="Cuando se asigna/restablece la contrase\u00f1a, este campo debe coincidir exactamente con la nueva contrase\u00f1a asignada. Las contrase\u00f1as son sensibles a may\u00fasculas y min\u00fasculas.";a["browser title"]="T\u00edtulo del navegador";a["browser title hlp"]="Asigna el texto que ser\u00e1 mostrado en la barra de t\u00edtulos del navegador.";
274
+ a["show banner"]="Mostrar banner";a["show banner hlp"]="Desmarque esta opci\u00f3n si no desea mostrar la banderola en la parte superior del portal.";a["banner height"]="Altura del banner";a["banner height hlp"]="Asigna la altura del banner en la parte superior del portal en pixeles. Este ajuste es ignorado si ha seleccionado no mostrar la banderola. Los valores validos est\u00e1n entre 0-600 pixeles.";a["banner url"]="URL del banner";a["banner url hlp"]="Asigna la URL donde se localiza el contenido del banner. Puede ser tanto una RUL absoluta como una totalmente cualificada.";
275
+ a.theme="Tema";a["theme hlp"]='Asigna el tema por omisi\u00f3n. Este puede ser anulado por los usuarios individuales si el atributo <strong>"Permitir a los usuarios seleccionar el tema"</strong> est\u00e1 activado.';a["allow sel theme"]="Permitir al usuario seleccionar el tema";a["allow sel theme hlp"]="Si est\u00e1 seleccionado, los usuarios tendr\u00e1n la habilidad de seleccionar su tema deseado usando un control en la barra de herramientas.";a["show menu search"]="Mostrar men\u00fa de b\u00fasqueda";
276
+ a["show menu search hlp"]="Desmarque esta opci\u00f3n para desactivar la caracter\u00edstica de b\u00fasqueda en el men\u00fa.";a["show fav sys"]="Mostrar sistema de favoritos";a["show fav sys hlp"]="Desmarque esta opci\u00f3n para desactivar el sistema de favoritos.";a["show fav start"]="Mostrar Favoritos en el arranque";a["show fav start hlp"]="Si es seleccionado, el panel Favoritos se muestra en el arranque. De lo contrario el panel Navegaci\u00f3n ser\u00e1 el que se muestre (acci\u00f3n por omisi\u00f3n). Esta opci\u00f3n solo estar\u00e1 disponible si se habilita el sistema Favoritos.";
277
+ a["limit num sessn"]="Limitar el numero de sesiones";a["limit num sessn hlp"]="Numero de sesiones Atrium permitidas para este usuario/grupo. Un valor de cero permite sesiones ilimitadas. La limitaci\u00f3n se aplica por navegador web.";a["show hmpg start"]="Mostrar p\u00e1gina de inicio en el arranque";a["show hmpg start hlp"]="Si es seleccionada esta opci\u00f3n, una p\u00e1gina de inicio personalizable ser\u00e1 lanzada in el portal al momento del arranque.";a["home page url"]="URL de p\u00e1gina de inicio";
278
+ a["home page url hlp"]="Asigna el URL donde se localiza el contenido de la p\u00e1gina de inicio. Puede ser tanto una URL absoluta como totalmente cualificada.";a["navi pnl title"]="T\u00edtulo del panel de navegaci\u00f3n";a["navi pnl title hlp"]="Asigna el texto que ser\u00e1 mostrado en la barra de titulo del panel de navegaci\u00f3n.";a["navi pnl width"]="Ancho de arranque del panel de navegaci\u00f3n";a["navi pnl width hlp"]="Asigna el ancho de inicio del panel de navegaci\u00f3n en pixeles. El usuario puede ajuste o incluso ocultar el panel seg\u00fan su deseo. Los valores validos est\u00e1n entre 0-2000 pixeles.";
279
+ a["navi type"]="Tipo de navegaci\u00f3n";a["navi type hlp"]='Controla el tipo de men\u00fa usado en el panel de navegaci\u00f3n, "\u00e1rbol" o "acorde\u00f3n". Este ajuste no aplica a la barra de herramientas.';a["single click nav"]="Navegaci\u00f3n de un solo clic";a["single click nav hlp"]="Se es seleccionada esta opci\u00f3n, los \u00edtem de men\u00fa en el panel de navegaci\u00f3n se lanzaran en un solo clic. De lo contrario, se lanzaran \u00fanicamente con doble clic. Este ajuste no aplica para la barra de herramientas.";
280
+ a["current library"]="Biblioteca Actual";a["current library hlp"]="Especifica la biblioteca actual, *USRPRF, o *CRTDFT.";a["job descr"]="Descripci\u00f3n de trabajo";a["job descr hlp"]="Especifica una descripci\u00f3n de trabajo desde la cual se asigna la lista de bibliotecas. *USRPRF puede ser especificado si los usuarios de Atrium son perfiles de usuario de IBM i.";a["job descr lib"]="Biblioteca de descripci\u00f3n de trabajo";a["job descr lib hlp"]="Especifique la biblioteca para la descripci\u00f3n de trabajo. *LIBL o *CURLIB pueden ser especificadas.";
281
+ a["item name"]="Nombre de \u00cdtem";a["item name hlp"]="Asigna el nombre a mostrar del \u00edtem de navegaci\u00f3n o barra de herramientas.";a["action type"]="Tipo de acci\u00f3n";a["action type hlp"]="Asigna el tipo de aplicaci\u00f3n que lanza este \u00edtem.";a.url="URL";a["url hlp"]="Asigna el URL de la aplicaci\u00f3n Web. Esta puede ser especificada tanto en como una ruta absoluta o URL totalmente cualificada. Par\u00e1metros tipo Query string pueden ser especificados en el URL.";a["genie url"]=
282
+ "URL de Genie";a["genie url hlp"]="Asigna el URL que es usado para lanzar Genie. Si no se especifica esta opci\u00f2n, ser\u00e1 usada la URL por omisi\u00f3n de Genie /profoundui/auth/genie. Este valor es \u00fatil si se requiere una URL alternativa de Genie o par\u00e1metros en el query string. Por Ejemplo: /profoundui/auth/genie?skin=MyCompany";a["open as"]="Abrir como";a["open as hlp"]="Establece si lanzar el \u00edtem como una nueva pesta\u00f1a en el portal, o como una nueva ventana en el navegador. Si el navegador usa una nueva ventana o pesta\u00f1a depende de los par\u00e1metros de configuraci\u00f3n del navegador del usuario.";
283
+ a["opens once only"]="Abre \u00fanicamente una vez";a["opens once only hlp"]="Por omisi\u00f3n, si el usuario lanza este \u00edtem cuando ya existe una pesta\u00f1a abierta para este en el portal, se abre otra pesta\u00f1a para el \u00edtem. No existe limitaci\u00f3n en el numero de pesta\u00f1as que el usuario puede abrir de esta manera. Cuando esta opci\u00f3n es seleccionada, el usuario no podr\u00e1 abrir mas de una pesta\u00f1a para este \u00edtem. Si ya existe una pesta\u00f1a abierta para el \u00edtem cuando el usuario la selecciona, la pesta\u00f1a existente se activar\u00e1. Esta opci\u00f3n se ignora cuando se abre el \u00edtem en una nueva ventana o pesta\u00f1a de navegador.";
284
+ a.icon="Icono";a["icon hlp"]="Opcional. Asigna un archivo con el icono que ser\u00e1 usado para el \u00edtem de navegaci\u00f3n o barra de herramientas. El archivo del icono puede estar en formato TGIF, JPG, o PNG. Se recomiendan GIFs transparentes. La ruta deber\u00eda ser entregada como una ruta absoluta desde el directorio ra\u00edz de la instalaci\u00f3n Atrium. Si no se especifica icono, Atrium utilizar\u00e1 un icono de navegaci\u00f3n por omisi\u00f3n para los \u00edtems de navegaci\u00f3n. No se mostrar\u00e1 ning\u00fan icono para los \u00edtems de la barra de herramientas, a no ser que se especifique aqu\u00ed.";
285
+ a.parameter="Par\u00e1metro";a["parameter hlp"]="Opcional: Especifica un par\u00e1metro que ser\u00e1 pasado a su programa de pantalla enriquecida cuando este se lanza.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function X(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="Esto finalizar\u00e1 su sesi\u00f3n.";a["no connection message"]="No se puede acceder al servidor. Verifique su conexi\u00f3n y trate de nuevo.";a["upload file limit"]="L\u00edmite de &1 archivo(s) excedido.";a["upload size limit"]="L\u00edmite de &1MB por archivo excedido";a["upload no files"]="No hay archivos seleccionados.";a["upload duplicate file"]="Archivos duplicados seleccionados.";a["upload file exists"]="Uno a m\u00e1s archivos ya existen en el sistema de archivos.";
286
+ a["upload prevented"]="Operaci\u00f3n evitada por programa de salida.";a["upload input limit"]="L\u00edmite de tama\u00f1o total de entrada excedido";a["upload no session"]="No est\u00e1 conectado en una sesi\u00f3n v\u00e1lida.";a["upload timeout"]="La transacci\u00f3n excedi\u00f3 el l\u00edmite de tiempo.";a["upload invalid response"]="La respuesta del servidor es inv\u00e1lida o no se encuentra.";a["upload cancelled"]="Carga cancelada.";a["close browser text"]="Para completar el proceso de cierre de sesi\u00f3n, favor cerrar la ventana de su navegador.";
287
+ a["session ended text"]="Su sesi\u00f3n ha terminado.";a["outside ucs2"]="Los caracteres est\u00e1n fuera del rango del UCS-2.";a["invalid number"]="&1 no es un n\u00famero v\u00e1lido.";a["invalid length"]="&1 tiene un largo de datos, o posici\u00f3n decimal incorrectos.";a["invalid decimal"]="&1 tiene demasiadas posiciones decimales. (M\u00e1x.: &2)";a["invalid choice"]='"&1" es inv\u00e1lido. Las opciones v\u00e1lidas son: "&2" o "&3".';a["invalid date"]='"&1" no es una fecha v\u00e1lida. Ejemplo del formato : &2';
288
+ a["invalid time"]='"&1" no es una la hora v\u00e1lida. Ejemplo del formato : &2';a["invalid time stamp"]='"&1" no es una fecha-hora v\u00e1lida. Ejemplo del formato: &2';a["invalid percent"]="&1 no es un decimal v\u00e1lido.";a["invalid digits"]='"&1"contiene demasiados d\u00edgitos. M\u00e1x.: &2';a["exceeds whole"]='"&1" excede el n\u00famero m\u00e1ximo de d\u00edgitos para la porci\u00f3n del n\u00famero entero (&2 d\u00edgitos).';a["exceeds decimal"]='"&1" excede el n\u00famero m\u00e1ximo de d\u00edgitos para la porci\u00f3n decimal (&2 d\u00edgitos).';
289
+ a["zip too long"]="C\u00f3digo de \u00e1rea es demasiado largo. (M\u00e1ximo: &1 d\u00edgitos)";a["phone too long"]="N\u00famero de Tel\u00e9fono es demasiado largo. (M\u00e1ximo: &1 d\u00edgitos)";a["ssno too long"]="N\u00famero de Seguro Social muy largo. (M\u00e1ximo: &1 d\u00edgitos)";a["invalid custom val"]="Funci\u00f3n de validaci\u00f3n personalizada es inv\u00e1lida.";a["error custom val"]="Error en la validaci\u00f3n de la funci\u00f3n personalizada.";a.ME="Campo de entrada obligatorio. Debe ingresar los datos.";
290
+ a.MF="Campo de relleno obligatorio. Debe rellenar el cuadro de entrada completamente.";a.required="El valor no puede ser blanco. Este campo es requerido.";a["file required"]="Debe seleccionar al menos un archivo.";a["signature overflow"]="El tama\u00f1o del dibujo de la firma excede el n\u00famero m\u00e1ximo de bytes disponible para almacenar la firma. Por favor borre el \u00e1rea de firma y trate de nuevo.";a.validValues="El valor ingresado es invalido. Los valores v\u00e1lidos son: ";a["upload invalid type"]=
291
+ "Uno o m\u00e1s archivos son de tipo inv\u00e1lido.";a["invalid email"]="Direcci\u00f3n de correo electr\u00f3nico no es v\u00e1lida.";a["session timed out"]="El tiempo de su sesi\u00f3n ha expirado.";a["invalid low range"]="El valor debe ser mayor o igual a &1";a["invalid high range"]="El valor debe ser menor o igual a &1";a["invalid range"]="El valor debe estar comprendido entre &1 y &2";a["unmonitored exception"]="Este programa ha encontrado algunas excepciones no monitorieadas. Favor contactar al administrador del sistema para su ayuda.";
292
+ a["loading x"]="Cargando &1...";a["data src not specfd x"]="Fuente de datos no especificada para &1...";a["name fld not specfd x"]="Nombre de campo no especificado para &1...";a["val fld not specfd x"]="Valor de campo no especificado para &1...";a["failed to load x"]="Carga fallida de &1.";a["cannot rmv last col"]="No se puede remover la ultima columna.";a["cannot find col"]="No se puede encontrar el id de columna especificado.";a["subfile deletion"]="Esta seguro que desea borrar el subarchivo ?";
293
+ a["downloading x"]="Descargando &1";a["ie9 too low xlsxpics"]="Las im\u00e1genes no pueden ser exportadas usando IE9 o inferior.";a["keyboard input inhibited"]="No se permite entrada de teclado en este campo.";a["no data"]="Sin Datos";a["num sessions exceeded"]="Se excedi\u00f3 el numero de sesiones permitido.";a["unable to load portal"]="No es posible cargar la configuraci\u00f3n del portal o los \u00edtems de navegaci\u00f3n.";a["unable to load macr act"]="No es posible cargar las acciones de macro.";
294
+ a["unable to load macr var"]="No es posible cargar las variables de macro.";a["unable to load scrn lst"]="No es posible cargar la lista de pantallas.";a["unable to load new sett"]="No es posible cargar los nuevos par\u00e1metros de configuraci\u00f3n.";a["unable to load x"]="No es posible cargar &1.";a["unable to add x"]="No es posible adicionar &1.";a["unable to rename x"]="No es posible renombrar &1.";a["unable to delete x"]="No es posible borrar &1.";a["unable to update x"]="No es posible actualizar &1.";
295
+ a["unable to reassn x"]="No es posible reasignar &1.";a["unable to reorder items"]="No es posible reordenar \u00edtems.";a["unable to save theme"]="No es posible salvar la configuraci\u00f3n de tema.";a["unable eval script url"]="No es posible evaluar la URL de c\u00f3digo de aplicaci\u00f3n web.";a["close browser text AT"]="Los cambios no salvados en las sesiones se perder\u00e1.";a["close all tabs"]="Desea cerrar todas las pesta\u00f1as ?";a["close tab"]="Desea cerrar esta pesta\u00f1a ?";a["invalid script url"]=
296
+ "Valor invalido para la URL de c\u00f3digo de aplicaci\u00f3n web.";a["unrecognized format"]="Formato no reconocido.";a["screen already defined"]='La pantalla "&1" ya esta definida.';a["macro already defined"]='La Macro "&1" ya esta definida.';a["no screen ids"]="No hay identificadores de pantalla para visualizar";a["confirm delete"]="Confirma borrado";a["no actions"]="NO hay acciones para visualizar.";a["msg action input var"]='Ingrese el valor en la variable "&1" en el campo de la fila &2, columna &3.';
297
+ a["msg action input user"]="Ingrese el perfil de usuario actual en el campo de la fila &1, columna &2.";a["msg action input js"]="Ingrese el resulta de la expresi\u00f3n de JavaScript <strong>&1</strong> en el campo de la fila &2, columna &3.";a["msg action input other"]='Ingrese el valor "&1" en el campo de la fila &2, columna &3.';a["msg presskey var"]='Presione la tecla definida en la variable "&1".';a["msg presskey other"]='Presione la tecla "&1".';a["msg del scrn from macro"]="Esta seguro que desea borrar la(s) pantalla(s) seleccionadas de esta macro ?<br /> Todas las acciones asociadas tambi\u00e9n ser\u00e1n borradas.";
298
+ a["choose scrn macro"]="Seleccione una pantalla o macro para trabajar con sus propiedades.";a["choose a nav or toolbar"]="Seleccione un \u00edtem de navegaci\u00f3n o de la barra de herramientas para trabajar con sus propiedades.";a["confirm del sel x"]="Est\u00e1 seguro que desea borrar el &1 seleccionado ?";a["permission settings"]="Par\u00e1metros de configuraci\u00f3n de permisos";a["adding x"]="Adicionando &1...";a["deleting x"]="Borrando &1 ...";a["reassigning x"]="Reasignando &1...";a.loading=
299
+ "Cargando...";a.saving="Salvando...";a["x added"]="&1 adicionado.";a["x deleted"]="&1 borrado.";a["x reassigned"]="&1 reasignado.";a["x updated"]="&1 actualizado.";a["x saved"]="&1 salvado.";a["msg del group"]='Est\u00e1 seguro que desea borrar el grupo "&1" ?<br /><br />El borrar grupos tambienborra cualquier subgrupo y cualquier usuario asociado.<br /><br />Est\u00e1 seguro que desea continuar ?';a["conf reassign users 1"]="Est\u00e1 seguro que desea reasignar ";a["conf reassign users 2a"]='usuario "&1" ';
300
+ a["conf reassign users 2b"]="los usuarios seleccionados ";a["conf reassign users 3"]=' al grupo "&1" ?';a["conf reassign group"]='Est\u00e1 seguro que desea reasignar el grupo "&1" al grupo "&2" ?';a["conf delete users 1"]="Est\u00e1 seguro que desea borrar ";a["conf delete users 2a"]='usuario "&1" ?';a["conf delete users 2b"]="los usuarios seleccionados ?";a["no users"]="No hay usuarios para visualizar.";a["cannot delete own grp"]="No puede borrar su propio grupo.";a["cannot delete own usr"]="No puede borra su propio perfil de usuario.";
301
+ a["not auth reassign prf"]="No esta autorizado a reasignar su propio perfil.";a["typeselect macro name"]="Digite o seleccione el nombre de macro...";a["any child items will"]="Cualquier \u00edtem hijo tambi\u00e9n ser\u00e1 borrado.";a["password must be"]="Las contrase\u00f1as deben ser de al menos 6 caracteres.";a["type or sel home page"]="Digite o seleccione la p\u00e1gina de inicio...";a["x is already in list"]='"&1" ya est\u00e1 en la lista.';a["x is not valid libname"]='"&1" no es un nombre de biblioteca valido.';
302
+ a["no libraries in list"]="No hay bibliotecas en la lista";a["add libl entry"]="Adicionar entrada en la lista de bibliotecas";a["would you like add ano"]="Desear\u00eda adicionar otro ?";a["already in suppl grp x"]='El usuario ya est\u00e1 en un grupo suplementario "&1".';a["cannot move screen"]="No es posible mover la pantalla de Macro";a["ready to add"]="(Listo para adicionar acciones en esta pantalla)";a["duplicate actions"]="Se encontraron acciones duplicadas para esta fila/columna, pueden ocurrir resultados impredecibles. Por favor revise las acciones y borre las duplicadas.";
303
+ break;case "runtimeText":a["upload select text"]="Seleccionar Archivos";a["upload clear text"]="Limpiar";a["upload remove text"]="Eliminar";a["upload upload text"]="Subir";a["upload drophere text"]="Soltar los archivos aqu\u00ed";a["upload browser unsupported"]="Arrastrar/soltar archivos requiere Internet Explorer 10 o superior, Chrome, o Firefox";a["upload finished text"]="Finalizado";a["excel export text"]="Exportar a Excel";a["export to x"]="Exportar a &1";a["filter text"]="Filtrar";a["multi filter text"]=
304
+ "Filtrar por Valor";a["filter multiple"]="Seleccione Fecha para Filtrar";a["filter check"]="Filtrar";a["filter data"]="Fecha";a["find text"]="Buscar";a["reset data"]="Restablecer";a["remove filters text"]="Eliminar todos los filtros";a["next link text"]="Siguiente";a["displayed columns"]="Columnas visualizadas";a["previous link text"]="Anterior";a["sort ascending text"]="Orden Ascendente";a["sort descending text"]="Orden Descendente";a["sort..."]="Ordenar...";a.sort="Ordenar";a["sort multiple"]="Ordenar M\u00faltiples Columnas";
305
+ a.column="Columna";a.direction="Direcci\u00f3n";a.order="Orden";a.row="fila";a.rows="filas";a.page="P\u00e1gina";a.collapseAll="Contraer todo";a.expandAll="Expandir todo";a.user="Usuario";a.password="Contrase\u00f1a";a["sign on"]="Ingreso";a.pui="Profound UI";a["pui sign on"]=a.pui+" "+a["sign on"];a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="Identificaci\u00f3n de mensaje";a["ctlr job"]="Trabajo Controlador";a["app job"]="Trabajo de Aplicaci\u00f3n";a["joblog download"]=
306
+ "Descargar Job Logs";a["curr user"]="Usuario Actual";a["remote ip"]="Direcci\u00f3n IP Remota";a["remote port"]="Puerto Remoto";a.severity="Severidad";a.date="Fecha";a.time="Hora";a.program="Programa";a.procedure="Procedimiento";a.lines="L\u00ednea(s)";a.message="Mensaje";a["new session"]="Nueva sesi\u00f3n";a.close="Cerrar";a["current password"]="Contrase\u00f1a Actual";a["new password"]="Nueva contrase\u00f1a";a["repeat new password"]="Repetir nueva contrase\u00f1a";a.submit="Enviar";a.exit="Salir";
307
+ a.warning="Advertencia";a["change password"]="Cambiar contrase\u00f1a";a.cancel="Cancelar";a["find text"]="Encontrar";a["remove filter"]="Quitar filtro";a.chart="Gr\u00e1fico";a.section="Secci\u00f3n";a.version="Versi\u00f3n";a.fixPack="Paquete de arreglos";a.yes="Si";a.no="No";a.settings="Ajustes";a.favorites="Favoritos";a["type query press en"]="Digite la consulta, presione Enter.";a["add to favorites"]="Adicionar a Favoritos";a["rmv from favorites"]="Remover de Favoritos";a["please wait"]="Por favor espere...";
308
+ a["control panel"]="Panel de control";a["my settings"]="Mis Ajustes";a["about atrium"]="Sobre Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Derechos de autor &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Advertencia: Este programa de computador est\u00e1 protegido por leyes de derecho de autor<br />y tratados internacionales. La reproducci\u00f3n no autorizada o<br />distribuci\u00f3n de este programa, o alguna porci\u00f3n de el puede resultar en<br />sanciones civiles y penales severas, y ser\u00e1 procesada<br />con la m\u00e1xima extensi\u00f3n posible permitida por la ley.<br /><br />Patentado. &nbsp;U.S. Patente No. 8,667,405 B2.";
309
+ a.item="\u00cdtem";a["open selected item"]="Abrir \u00edtem seleccionado";a.of="de";a["no results to dsp"]="No hay resultados a visualizar.";a["displaying results"]="Visualizando resultados";a["search results"]="Buscar resultados";a["new folder"]="Nueva carpeta";a.rename="Renombrar";a.description="Descripci\u00f3n";a.ok="OK";a.add="Adicionar";a["add x"]="Adicionar &1";a["delete"]="Borrar";a.screen="Pantalla";a.screens="Pantallas";a.macro="Macro";a.macros="Macros";a["screen id"]="Identificador de pantalla";
310
+ a["screen ids"]="Identificadores de pantalla";a["field row"]="Campo de fila";a["field column"]="Campo de columna";a["field value"]="Campo de valor";a.value="Valor";a.action="Acci\u00f3n";a.actions="Acciones";a["detect once"]="Detectar una vez";a["delete screen"]="Borrar pantalla";a["genie macros"]="Macros de Genie";a["screen name"]="Nombre de pantalla";a.identifier="Identificador";a.identifiers="Identificadores";a["macro name"]="Nombre de macro";a["close browser wintab"]="Cierre la ventana o pesta\u00f1a del navegador.";
311
+ a.select="Seleccione";a["write value in field"]="Escriba el valor en un campo";a["press a key"]="Presione una tecla";a["a literal value"]="Un valor literal";a["a variable value"]="Un valor de variable";a["cur user profile"]="El perfil de usuario actual";a["result js expr"]="El resultado de una expresi\u00f3n de JavaScript";a["action data"]="Datos de acci\u00f3n";a["data type"]="Tipo de datos";a.users="Usuarios";a["all groups"]="Todos los grupos";a["supplemental groups"]="Grupos suplementarios";a["users w primary grp"]=
312
+ 'Usuarios cuyo Grupo Primario es "&1"';a["users w suppl grp"]='Usuarios con Grupo Suplementario para "&1"';a.group="Grupo";a.groups="Grupos";a.edit="Editar";a["edit x"]="Editar &1";a.manager="Gestor";a.administrator="Administrador";a["primary group"]="Grupo Primario";a["delete x"]="Borrar &1";a["reassign x"]="Reasignar &1";a["navigation item"]="\u00cdtem de Navegaci\u00f3n";a["navigation items"]="\u00cdtems de Navegaci\u00f3n";a["navigation panel"]="Panel de Navegaci\u00f3n";a["home pages"]="Paginas de inicio";
313
+ a["menu group"]="Grupo de men\u00fas";a["menu item"]="\u00cdtem de men\u00fa";a["toolbar items"]="\u00cdtems de la barra de herramientas";a.toolbar="Barra de herramientas";a.button="Bot\u00f3n";a["pulldown menu"]="Men\u00fa desplegable";a["pulldown menu item"]="\u00cdtem de men\u00fa desplegable";a["separator bar"]="Barra separadora";a.spacer="Espaciador";a["item details"]="Detalles del \u00edtem";a["item number"]="Numero de \u00edtem";a["item type"]="Tipo de \u00edtem";a["genie macro"]="Macro de Genie";
314
+ a["rdf application"]="Aplicaci\u00f3n de archivo de pantalla enriquecido";a["web application"]="Aplicaci\u00f3n Web";a["pc command"]="Comando PC";a["launcher command"]="Comando Launcher";a["dspf program library"]="Biblioteca del programa de archivo de pantalla";a["dspf program"]="Programa de archivo de pantalla";a["variable name x"]="Nombre de variable &1";a["a tab in the portal"]="Una pesta\u00f1a en el portal";a["a new browser wind"]="Una nueva ventana o pesta\u00f1a de navegador";a.update="Actualizar";
315
+ a.fill="Llenar";a.permissions="Permisos";a["user/group name"]="Nombre de usuario/grupo";a["all users groups"]="Todos los usuarios y grupo ";a.type="Tipo";a.access="Acceso";a.allow="Permitir";a.disallow="Rechazar";a.navigation="Navegaci\u00f3n";a["add usrgrp perm"]="Adicionar permisos de usuario/grupo";a.membership="Membres\u00eda";a.none="Ninguno";a.remove="Remover";a.appearance="Apariencia";a["home page"]="P\u00e1gina de inicio";a.tree="\u00c1rbol";a.accordion="Acorde\u00f3n";a["min search chars"]=
316
+ "Caracteres de b\u00fasqueda m\u00ednimos";a["libl for rdf apps"]="Lista de bibliotecas para aplicaciones de archivos de pantalla enriquecidos";a["library list"]="Lista de bibliotecas";a.library="Biblioteca";a["use atrium def libl"]="Usar la lista de bibliotecas por omisi\u00f3n de Atrium";a["use jobd libl"]="Usar la lista de bibliotecas de la JOBD";a["specify libl"]="Especificar lista de bibliotecas";a.up="Arriba";a.down="Abajo";a["move up"]="Mover arriba";a["move down"]="Mover abajo";a["global settings"]=
317
+ "Ajustes globales";a.save="Salvar";a["add usr to supp grp"]="Adicionar usuario o grupo suplementario";a["member of"]="Miembro de ";a["member of hlp"]="El grupo al cual este usuario/grupo pertenece.";a["group name"]="Nombre de grupo";a["group name hlp"]="El nombre a visualizar para este grupo.";a["inherit settings"]="Heredar configuraciones";a["inherit settings hlp"]="Cuando esta opci\u00f3n es seleccionada, el usuario/grupo heredar\u00e1 la configuraci\u00f3n de su ancestro. Cuando no es seleccionada, el usuario/grupo tendr\u00e1 si propios datos de configuraci\u00f3n.";
318
+ a["user name"]="Nombre de usuario";a["user name hlp"]="El nombre a visualizar de este perfil de usuario.";a["access role"]="Rol de acceso";a["access role hlp"]="Controla el rol de acceso de este usuario. Los Administradores pueden gestionar todos los grupos y usuarios y tambi\u00e9n pueden controlar las autorizaciones de la aplicaci\u00f3n. Los gestores pueden configurar los par\u00e1metros de usuario y grupo dentro de su propio grupo. Los usuarios no tienen privilegios especiales.";a["can edit profile"]=
319
+ "Puede editar el perfil";a["can edit profile hlp"]='Permite al usuario editar los par\u00e1metros de configuraci\u00f3n de "apariencia" y "navegaci\u00f3n", y cambiar la contrase\u00f1a. Los dem\u00e1s par\u00e1metros de configuraci\u00f3n no son editables por el usuario.';a["user profile"]="Perfil de usuario";a["user profile hlp"]="El nombre de perfil de usuario. Los nombres de perfil de usuario son sensibles a may\u00fasculas y min\u00fasculas, a no ser que se utilicen perfiles de IBM i.";a["password hlp"]=
320
+ "Asignar/restablecer la contrase\u00f1a. Las contrase\u00f1as son sensibles a may\u00fasculas y min\u00fasculas.";a["conf password"]="Confirmar contrase\u00f1a";a["conf password hlp"]="Cuando se asigna/restablece la contrase\u00f1a, este campo debe coincidir exactamente con la nueva contrase\u00f1a asignada. Las contrase\u00f1as son sensibles a may\u00fasculas y min\u00fasculas.";a["browser title"]="Titulo del navegador";a["browser title hlp"]="Asigna el texto que ser\u00e1 mostrado en la barra de t\u00edtulos del navegador.";
321
+ a["show banner"]="Mostrar banner";a["show banner hlp"]="Desmarque esta opci\u00f3n si no desea mostrar la banderola en la parte superior del portal.";a["banner height"]="Altura del banner";a["banner height hlp"]="Asigna la altura del banner en la parte superior del portal en pixeles. Este ajuste es ignorado si ha seleccionado no mostrar la banderola. Los valores validos est\u00e1n entre 0-600 pixeles.";a["banner url"]="URL del banner";a["banner url hlp"]="Asigna la URL donde se localiza el contenido del banner. Puede ser tanto una RUL absoluta como una totalmente cualificada.";
322
+ a.theme="Tema";a["theme hlp"]='Asigna el tema por omisi\u00f3n. Este puede ser anulado por los usuarios individuales si el atributo <strong>"Permitir a los usuarios seleccionar el tema"</strong> est\u00e1 activado.';a["allow sel theme"]="Permitir al usuario seleccionar el tema";a["allow sel theme hlp"]="Si est\u00e1 seleccionado, los usuarios tendr\u00e1n la habilidad de seleccionar su tema deseado usando un control en la barra de herramientas.";a["show menu search"]="Mostrar men\u00fa de b\u00fasqueda";
323
+ a["show menu search hlp"]="Desmarque esta opci\u00f3n para desactivar la caracter\u00edstica de b\u00fasqueda en el men\u00fa.";a["show fav sys"]="Mostrar sistema de favoritos";a["show fav sys hlp"]="Desmarque esta opci\u00f3n para desactivar el sistema de favoritos.";a["show fav start"]="Mostrar Favoritos en el arranque";a["show fav start hlp"]="Si es seleccionado, el panel Favoritos se muestra en el arranque. De lo contrario el panel Navegaci\u00f3n ser\u00e1 el que se muestre (acci\u00f3n por omisi\u00f3n). Esta opci\u00f3n solo estar\u00e1 disponible si se habilita el sistema Favoritos.";
324
+ a["limit num sessn"]="Limitar el numero de sesiones";a["limit num sessn hlp"]="Numero de sesiones Atrium permitidas para este usuario/grupo. Un valor de cero permite sesiones ilimitadas. La limitaci\u00f3n se aplica por navegador web.";a["show hmpg start"]="Mostrar p\u00e1gina de inicio en el arranque";a["show hmpg start hlp"]="Si es seleccionada esta opci\u00f3n, una p\u00e1gina de inicio personalizable ser\u00e1 lanzada in el portal al momento del arranque.";a["home page url"]="URL de p\u00e1gina de inicio";
325
+ a["home page url hlp"]="Asigna el URL donde se localiza el contenido de la p\u00e1gina de inicio. Puede ser tanto una URL absoluta como totalmente cualificada.";a["navi pnl title"]="Titulo del panel de navegaci\u00f3n";a["navi pnl title hlp"]="Asigna el texto que ser\u00e1 mostrado en la barra de titulo del panel de navegaci\u00f3n.";a["navi pnl width"]="Ancho de arranque del panel de navegaci\u00f3n";a["navi pnl width hlp"]="Asigna el ancho de inicio del panel de navegaci\u00f3n en pixeles. El usuario puede ajuste o incluso ocultar el panel seg\u00fan su deseo. Los valores validos est\u00e1n entre 0-2000 pixeles.";
326
+ a["navi type"]="Tipo de navegaci\u00f3n";a["navi type hlp"]='Controla el tipo de men\u00fa usado en el panel de navegaci\u00f3n, "\u00e1rbol" o "acorde\u00f3n". Este ajuste no aplica a la barra de herramientas.';a["single click nav"]="Navegaci\u00f3n de un solo clic";a["single click nav hlp"]="Se es seleccionada esta opci\u00f3n, los \u00edtem de men\u00fa en el panel de navegaci\u00f3n se lanzaran en un solo clic. De lo contrario, se lanzaran \u00fanicamente con doble clic. Este ajuste no aplica para la barra de herramientas.";
327
+ a["current library"]="Biblioteca Actual";a["current library hlp"]="Especifica la biblioteca actual, *USRPRF, o *CRTDFT.";a["job descr"]="Descripci\u00f3n de trabajo";a["job descr hlp"]="Especifica una descripci\u00f3n de trabajo desde la cual se asigna la lista de bibliotecas. *USRPRF puede ser especificado si los usuarios de Atrium son perfiles de usuario de IBM i.";a["job descr lib"]="Biblioteca de descripci\u00f3n de trabajo";a["job descr lib hlp"]="Especifique la biblioteca para la descripci\u00f3n de trabajo. *LIBL o *CURLIB pueden ser especificadas.";
328
+ a["item name"]="Nombre de \u00cdtem";a["item name hlp"]="Asigna el nombre a mostrar del \u00edtem de navegaci\u00f3n o barra de herramientas.";a["action type"]="Tipo de acci\u00f3n";a["action type hlp"]="Asigna el tipo de aplicaci\u00f3n que lanza este \u00edtem.";a.url="URL";a["url hlp"]="Asigna el URL de la aplicaci\u00f3n Web. Esta puede ser especificada tanto en como una ruta absoluta o URL totalmente cualificada. Par\u00e1metros tipo Query string pueden ser especificados en el URL.";a["genie url"]=
329
+ "URL de Genie";a["genie url hlp"]="Asigna el URL que es usado para lanzar Genie. Si no se especifica esta opci\u00f2n, ser\u00e1 usada la URL por omisi\u00f3n de Genie /profoundui/auth/genie. Este valor es \u00fatil si se requiere una URL alternativa de Genie o par\u00e1metros en el query string. Por Ejemplo: /profoundui/auth/genie?skin=MyCompany";a["open as"]="Abrir como";a["open as hlp"]="Establece si lanzar el \u00edtem como una nueva pesta\u00f1a en el portal, o como una nueva ventana en el navegador. Si el navegador usa una nueva ventana o pesta\u00f1a depende de los par\u00e1metros de configuraci\u00f3n del navegador del usuario.";
330
+ a["opens once only"]="Abre \u00fanicamente una vez";a["opens once only hlp"]="Por omisi\u00f3n, si el usuario lanza este \u00edtem cuando ya existe una pesta\u00f1a abierta para este en el portal, se abre otra pesta\u00f1a para el \u00edtem. No existe limitaci\u00f3n en el numero de pesta\u00f1as que el usuario puede abrir de esta manera. Cuando esta opci\u00f3n es seleccionada, el usuario no podr\u00e1 abrir mas de una pesta\u00f1a para este \u00edtem. Si ya existe una pesta\u00f1a abierta para el \u00edtem cuando el usuario la selecciona, la pesta\u00f1a existente se activar\u00e1. Esta opci\u00f3n se ignora cuando se abre el \u00edtem en una nueva ventana o pesta\u00f1a de navegador.";
331
+ a.icon="Icono";a["icon hlp"]="Opcional. Asigna un archivo con el icono que ser\u00e1 usado para el \u00edtem de navegaci\u00f3n o barra de herramientas. El archivo del icono puede estar en formato TGIF, JPG, o PNG. Se recomiendan GIFs transparentes. La ruta deber\u00eda ser entregada como una ruta absoluta desde el directorio ra\u00edz de la instalaci\u00f3n Atrium. Si no se especifica icono, Atrium utilizar\u00e1 un icono de navegaci\u00f3n por omisi\u00f3n para los \u00edtems de navegaci\u00f3n. No se mostrar\u00e1 ning\u00fan icono para los \u00edtems de la barra de herramientas, a no ser que se especifique aqu\u00ed.";
332
+ a.parameter="Par\u00e1metro";a["parameter hlp"]="Opcional: Especifica un par\u00e1metro que ser\u00e1 pasado a su programa de pantalla enriquecida cuando este se lanza.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function Y(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="Votre session sera ferm\u00e9e.";a["no connection message"]="Impossible d'acc\u00e9der le serveur. Veuillez v\u00e9rifier votre connexion et r\u00e9essayer.";a["upload file limit"]="La limite de &1 fichier(s) est d\u00e9pass\u00e9e.";a["upload size limit"]="La limite de &1MB par fichier est d\u00e9pass\u00e9e.";a["upload no files"]="Aucun fichier s\u00e9lectionn\u00e9.";a["upload duplicate file"]="Doublon(s) dans les fichiers s\u00e9lectionn\u00e9s.";
333
+ a["upload file exists"]="Un ou plusieurs fichier(s) existe d\u00e9j\u00e0 sur le syst\u00e8me.";a["upload prevented"]="L'op\u00e9ration est bloqu\u00e9e par le programme de sortie.";a["upload input limit"]="L'entr\u00e9e de donn\u00e9es d\u00e9passe la limite.";a["upload no session"]="Il n'y a aucune connection \u00e0 une session valide.";a["upload timeout"]="La transaction a expir\u00e9e.";a["upload invalid response"]="La r\u00e9ponse du serveur est manquante ou invalide.";a["upload cancelled"]=
334
+ "T\u00e9l\u00e9versement annul\u00e9";a["close browser text"]="Veuillez fermer votre navigateur pour compl\u00e9ter le processus de d\u00e9connection.";a["session ended text"]="Votre session s'est termin\u00e9e.";a["outside ucs2"]="Caract\u00e8res non-permis parmi les valeurs permises dans le UCS-2.";a["invalid number"]="&1 n'est pas un num\u00e9ro valide.";a["invalid length"]="&1 n'a pas le bon nombre de caract\u00e8res ou de d\u00e9cimales.'";a["invalid decimal"]="&1 contient trop de d\u00e9cimales. (max: &2)";
335
+ a["invalid choice"]='"&1" est invalide. Les choix valides sont: "&2" ou "&3".';a["invalid date"]='"&1" est une date invalide. Exemple de format: &2';a["invalid time"]='"&1" est une heure invalide. Exemple de format: &2';a["invalid time stamp"]='"&1" est une date et heure invalide. Exemple de format: &2';a["invalid percent"]="&1 n'est pas une d\u00e9cimale valide.";a["invalid digits"]='"&1" contient trop de caract\u00e8res. Max: &2';a["exceeds whole"]='"&1" d\u00e9passe le nombre de caract\u00e8res maximum pour le nombre avant les d\u00e9cimales (&2 caract\u00e8res).';
336
+ a["exceeds decimal"]='"&1" d\u00e9passe le nombre de caract\u00e8res maximum pour les d\u00e9cimales (&2 caract\u00e8res).';a["zip too long"]="Le code postal est trop long. (Maximum: &1 caract\u00e8res)";a["phone too long"]="Le num\u00e9ro de t\u00e9l\u00e9phone est trop long. (Maximum: &1 caract\u00e8res)";a["ssno too long"]="Le num\u00e9ro d'assurance sociale est trop long. (Maximum: &1 caract\u00e8res)";a["invalid custom val"]="La fonction de validation est invalide.";a["error custom val"]="Erreur dans la fonction de validation.";
337
+ a.ME="Le champ est obligatoire.";a.MF="Chaque caract\u00e8re doit \u00eatre remplit pour ce champ.";a.required="Le champ doit \u00eatre remplit.";a["file required"]="Au moins un fichier doit \u00eatre choisi.";a["signature overflow"]="La grosseur de la signature d\u00e9passe l'espace de stockage permis. Veuillez effacer la signature et r\u00e9essayer.";a.validValues="La valeur entr\u00e9e est invalide. Les valeurs valides sont: ";a["upload invalid type"]="Un ou plusieurs fichiers sont de type invalide.";
338
+ a["invalid email"]="L'adresse courriel est invalide.";a["session timed out"]="Votre session est expir\u00e9e.";a["invalid low range"]="La valeur doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 &1";a["invalid high range"]="La valeur doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 &1";a["invalid range"]="La valeur doit se situer entre &1 et &2";a["unmonitored exception"]="Le programme a rencontr\u00e9 une erreur non control\u00e9e. Veuillez contacter l'administrateur du syst\u00e8me.";a["loading x"]=
339
+ "Chargement de &1...";a["data src not specfd x"]="Source des donn\u00e9es non sp\u00e9cifi\u00e9e pour &1...";a["name fld not specfd x"]="Nom du champ non sp\u00e9cifi\u00e9 pour &1...";a["val fld not specfd x"]="Valeur du champ non sp\u00e9cifi\u00e9e pour &1...";a["failed to load x"]="\u00c9chec du chargement de &1.";a["cannot rmv last col"]="Vous ne pouvez pas supprimer la derni\u00e8re colonne.";a["cannot find col"]="Impossible de trouver la colonne indiqu\u00e9e.";a["subfile deletion"]="\u00cates-vous certain de vouloir supprimer le sous-fichier?";
340
+ a["downloading x"]="T\u00e9l\u00e9chargement de &1";a["ie9 too low xlsxpics"]="Les images ne peuvent pas \u00eatre export\u00e9es sous IE9 ou version ant\u00e9rieure.";a["keyboard input inhibited"]="Saisie interdite dans ce champ.";a["no data"]="Aucune donn\u00e9e";a["num sessions exceeded"]="Nombre de sessions d\u00e9pass\u00e9.";a["unable to load portal"]="Impossible de charger les param\u00e8tres ou les \u00e9l\u00e9ments de navigation du portail.";a["unable to load macr act"]="Impossible de charger les actions des macros.";
341
+ a["unable to load macr var"]="Impossible de charger les variables des macros.";a["unable to load scrn lst"]="Impossible de charger la liste des \u00e9crans.";a["unable to load new sett"]="Impossible de charger les nouveaux param\u00e8tres.";a["unable to load x"]="Impossible de charger &1.";a["unable to add x"]="Impossible d'ajouter &1.";a["unable to rename x"]="Impossible de renommer &1.";a["unable to delete x"]="Impossible de supprimer &1.";a["unable to update x"]="Impossible de mettre \u00e0 jour &1.";
342
+ a["unable to reassn x"]="Impossible de r\u00e9assigner &1.";a["unable to reorder items"]="Impossible de r\u00e9ordonner les \u00e9l\u00e9ments.";a["unable to save theme"]="Impossible d'enregistrer le param\u00e8tre du th\u00e8me.";a["unable eval script url"]="Impossible d'\u00e9valuer le script d'URL de l'application Web.";a["close browser text AT"]="Les modifications non enregistr\u00e9es de la session ou des sessions seront perdus.";a["close all tabs"]="Fermer tous les onglets ?";a["close tab"]=
343
+ "Voulez-vous fermer cet onglet ?";a["invalid script url"]="Valeurs invalides dans le script d'URL de l'application Web.";a["unrecognized format"]="Format non reconnu.";a["screen already defined"]='\u00c9cran "&1" d\u00e9j\u00e0 d\u00e9fini.';a["macro already defined"]='Macro "&1" d\u00e9j\u00e0 d\u00e9finie.';a["no screen ids"]="Il n'y a aucun identifiant d'\u00e9cran \u00e0 afficher";a["confirm delete"]="Confirmer la suppression";a["no actions"]="Il n'y a aucune action \u00e0 afficher";a["msg action input var"]=
344
+ 'Entrer la valeur de la variable "&1" dans le champ en ligne &2 colonne &3.';a["msg action input user"]="Entrer le profil de l'utilisateur en cours dans le champ en ligne &1 colonne &2.";a["msg action input js"]="Entrer le r\u00e9sultat de l'expression JavaScript <strong>&1</strong> dans le champ en ligne &2 colonne &3.";a["msg action input other"]='Entrer la valeur "&1" dans le champ en ligne &2 colonne &3.';a["msg presskey var"]='Appuyer sur la touche d\u00e9finie dans la variable "&1".';a["msg presskey other"]=
345
+ 'Appuyer sur la touche "&1".';a["msg del scrn from macro"]="\u00cates-vous s\u00fbr(e) de vouloir supprimer le(s) \u00e9cran(s) s\u00e9lectionn\u00e9(s) de cette macro ?<br /> Toutes les actions associ\u00e9es seront aussi supprim\u00e9es.";a["choose scrn macro"]="Choisir un \u00e9cran ou une macro pour d\u00e9finir ses propri\u00e9t\u00e9s.";a["choose a nav or toolbar"]="Choisir un \u00e9l\u00e9ment de navigation ou de barre d'outils pour d\u00e9finir ses propri\u00e9t\u00e9s.";a["confirm del sel x"]=
346
+ "\u00cates-vous s\u00fbr(e) de vouloir supprimer le/la &1 s\u00e9lectionn\u00e9(e) ?";a["permission settings"]="param\u00e8tre(s) d'autorisation";a["adding x"]="Ajout en cours de &1...";a["deleting x"]="Suppession en cours de &1 ...";a["reassigning x"]="R\u00e9assignement en cuors de &1...";a.loading="En chargement...";a.saving="Enregistrement en cours...";a["x added"]="&1 ajout\u00e9(e).";a["x deleted"]="&1 supprim\u00e9(e).";a["x reassigned"]="&1 r\u00e9assign\u00e9(e).";a["x updated"]="&1 mis(e) \u00e0 jour.";
347
+ a["x saved"]="&1 enregistr\u00e9(e).";a["msg del group"]='\u00cates-vous s\u00fbr(e) de vouloir supprimer le groupe "&1" ?<br /><br />Supprimer des groupes entra\u00eene aussi la suppression de tous les sous-groupes et de toutes les associations d\'utilisateurs.<br /><br />\u00cates-vous s\u00fbr(e) de vouloir continuer ?';a["conf reassign users 1"]="\u00cates-vous s\u00fbr(e) de vouloir r\u00e9assigner ";a["conf reassign users 2a"]='l\'utilisateur "&1" ';a["conf reassign users 2b"]="les utilisateurs s\u00e9lectionn\u00e9s ";
348
+ a["conf reassign users 3"]=' au group "&1" ?';a["conf reassign group"]='\u00cates-vous s\u00fbr(e) de vouloir r\u00e9assigner le group "&1" au group "&2" ?';a["conf delete users 1"]="\u00cates-vous s\u00fbr(e) de vouloir supprimer ";a["conf delete users 2a"]='l\'utilisateur "&1" ?';a["conf delete users 2b"]="les utilisateurs s\u00e9lectionn\u00e9s ?";a["no users"]="Il n'y a aucun utilisateur \u00e0 afficher.";a["cannot delete own grp"]="Vous ne pouvez pas supprimer votre propre groupe.";a["cannot delete own usr"]=
349
+ "Vous ne pouvez pas supprimer votre propre profil.";a["not auth reassign prf"]="Vous n'\u00eates pas autoris\u00e9(e) \u00e0 r\u00e9assigner votre propre profil.";a["typeselect macro name"]="Saisir ou s\u00e9lectionner un nom de macro...";a["any child items will"]="Tout \u00e9l\u00e9ment enfant sera aussi supprim\u00e9.";a["password must be"]="Les mots de passe doivent comporter au moins 6 caract\u00e8res.";a["type or sel home page"]="Saisir ou s\u00e9lectionner une page d'accueil...";a["x is already in list"]=
350
+ '"&1" figure d\u00e9j\u00e0 dans la liste.';a["x is not valid libname"]='"&1" n\'est pas un nom valide de biblioth\u00e8que.';a["no libraries in list"]="Aucune biblioth\u00e8que dans la liste";a["add libl entry"]="Ajouter une entr\u00e9e dans la liste de biblioth\u00e8que";a["would you like add ano"]="Voulez-vous en ajouter une autre ?";a["already in suppl grp x"]='L\'utilisateur figure d\u00e9j\u00e0 dans le groupe suppl\u00e9mentaire "&1".';a["cannot move screen"]="Impossible de d\u00e9placer la Macro \u00c9cran";
351
+ a["ready to add"]="(Pr\u00eat \u00e0 ajouter des actions sur cet \u00e9cran)";a["duplicate actions"]="Action(s) en double trouv\u00e9e(s) pour cette ligne/colonne, des r\u00e9sultats impr\u00e9visibles peuvent se produire. Veuillez consulter les actions et supprimer les doublons.";break;case "runtimeText":a["upload select text"]="S\u00e9lection de fichiers";a["upload clear text"]="Effacer";a["upload remove text"]="Supprimer";a["upload upload text"]="T\u00e9l\u00e9versement";a["upload drophere text"]=
352
+ "D\u00e9poser les fichiers ici.";a["upload browser unsupported"]="Glisser/d\u00e9poser des fichiers requiert Internet Explorer 10 ou plus r\u00e9cent, Chrome, ou Firefox";a["upload finished text"]="Fini";a["excel export text"]="Exporter vers Excel";a["export to x"]="Exporter vers &1";a["filter text"]="Filtrer";a["multi filter text"]="Filtrer par valeur";a["filter multiple"]="S\u00e9lectionner la donn\u00e9e \u00e0 filtrer";a["filter check"]="Filtrer";a["filter data"]="Donn\u00e9e";a["find text"]=
353
+ "Trouver";a["reset data"]="R\u00e9initialiser";a["remove filters text"]="Enlever les filtres";a["displayed columns"]="Colonnes affich\u00e9es";a["next link text"]="Suivante";a["previous link text"]="Pr\u00e9c\u00e9dente";a["sort ascending text"]="Tri ascendant";a["sort descending text"]="Tri descendant";a["sort..."]="Trier...";a.sort="Tri";a["sort multiple"]="Trier Plusieurs Colonnes";a.column="Colonne";a.direction="Sens";a.order="Ordre";a.row="rang\u00e9e";a.rows="rang\u00e9es";a.page="Page";a.collapseAll=
354
+ "R\u00e9duire tout";a.expandAll="Ouvrir tout";a.user="Utilisateur";a.password="Mot de passe";a["sign on"]="Connection";a.pui="Profound UI";a["pui sign on"]=a["sign on"]+" "+a.pui;a.pjs="Profound.js";a["pjs sign on"]=a["sign on"]+" "+a.pjs;a["message id"]="Identifiant de message";a["ctlr job"]="Travail Serveur";a["app job"]="Travail";a["joblog download"]="T\u00e9l\u00e9charger l'Historique du Travail";a["curr user"]="Utilisateur Courant";a["remote ip"]="Adresse IP Distante";a["remote port"]="Port Distant";
355
+ a.severity="S\u00e9v\u00e9rit\u00e9";a.date="Date";a.time="Heure";a.program="Programme";a.procedure="Proc\u00e9dure";a.lines="Ligne(s)";a.message="Message";a["new session"]="Nouvelle Session";a.close="Fermer";a["current password"]="Mot de passe actuel";a["new password"]="Nouveau mot de passe";a["repeat new password"]="R\u00e9p\u00e9ter le mot de passe";a.submit="Soumettre";a.exit="Quitter";a.warning="Avertissement";a["change password"]="Changer mot de passe";a.cancel="Annuler";a["find text"]="Trouver";
356
+ a["remove filter"]="Supprimer le filtre";a.chart="Graphe";a.section="Section";a.version="Version";a.fixPack="Fix Pack";a.yes="Oui";a.no="Non";a.settings="Param\u00e8tres";a.favorites="Favoris";a["type query press en"]="Saisir une requ\u00eate, appuyer sur Entr\u00e9e.";a["add to favorites"]="Ajouter aux Favoris";a["rmv from favorites"]="Supprimer des Favoris";a["please wait"]="Veuillez patienter...";a["control panel"]="Panneau de contr\u00f4le";a["my settings"]="Mes param\u00e8tres";a["about atrium"]=
357
+ "\u00c0 propos d'Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Attention: Ce logiciel est prot\u00e9g\u00e9 par le code de la propri\u00e9t\u00e9 intellectuelle<br />et des trait\u00e9s internationaux. Toute reproduction non autoris\u00e9e ou<br />distribution de ce logiciel, m\u00eame partielle, peut entra\u00eener<br />de graves sanctions civiles ou p\u00e9nales, et entra\u00eenera<br />les poursuites maximales possibles pr\u00e9vues par la loi.<br /><br />Brevet\u00e9. &nbsp;U.S. Brevet No. 8,667,405 B2.";
358
+ a.item="\u00c9l\u00e9ment";a["open selected item"]="Ouvrir l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9";a.of="de";a["no results to dsp"]="Aucun r\u00e9sultat \u00e0 afficher.";a["displaying results"]="R\u00e9sultats en cours d'affichage";a["search results"]="Recherche en cours";a["new folder"]="Nouveau dossier";a.rename="Renommer";a.description="Description";a.ok="OK";a.add="Ajouter";a["add x"]="Ajouter &1";a["delete"]="Supprimer";a.screen="\u00c9cran";a.screens="\u00c9crans";a.macro="Macro";a.macros=
359
+ "Macros";a["screen id"]="Identifiant de l'\u00e9cran";a["screen ids"]="Identifiants d'\u00e9cran";a["field row"]="Champ Ligne";a["field column"]="Champ Colonne";a["field value"]="Valeur du champ";a.value="Valeur";a.action="Action";a.actions="Actions";a["detect once"]="D\u00e9tection unique";a["delete screen"]="Supprimer \u00c9cran";a["genie macros"]="Macros Genie";a["screen name"]="Nom d'\u00e9cran";a.identifier="Identifiant";a.identifiers="Identifiants";a["macro name"]="Nom de la macro";a["close browser wintab"]=
360
+ "Fermer la fen\u00eatre ou l'onglet du navigateur.";a.select="S\u00e9lectionner";a["write value in field"]="Saisir une valeur dans un champ";a["press a key"]="Appuyer sur une touche";a["a literal value"]="Une constante";a["a variable value"]="Une variable";a["cur user profile"]="Le profil utilisateur en cours";a["result js expr"]="Le r\u00e9sultat d'une expression JavaScript";a["action data"]="Donn\u00e9e de l'action";a["data type"]="Type de donn\u00e9e";a.users="Utilisateurs";a["all groups"]="Tous les groupes";
361
+ a["supplemental groups"]="Groupes suppl\u00e9mentaires";a["users w primary grp"]='Utilisateurs dont le groupe principal est "&1"';a["users w suppl grp"]='Utilisateurs ayant pour groupe suppl\u00e9mentaire "&1"';a.group="Groupe";a.groups="Groupes";a.edit="Modifier";a["edit x"]="Modifier &1";a.manager="G\u00e9rer";a.administrator="Administrateur";a["primary group"]="Groupe principal";a["delete x"]="Supprimer &1";a["reassign x"]="R\u00e9assigner &1";a["navigation item"]="\u00c9l\u00e9ment de Navigation";
362
+ a["navigation items"]="\u00c9l\u00e9ments de Navigation";a["navigation panel"]="Panneau de Navigation";a["home pages"]="Pages d'accueil";a["menu group"]="Groupe de Menu";a["menu item"]="\u00c9l\u00e9ment de Menu";a["toolbar items"]="\u00c9l\u00e9ments de Barre d'outils";a.toolbar="Barre d'outils";a.button="Bouton";a["pulldown menu"]="Menu d\u00e9roulant";a["pulldown menu item"]="\u00c9l\u00e9ment de Menu d\u00e9roulant";a["separator bar"]="Barre de s\u00e9paration";a.spacer="Espace";a["item details"]=
363
+ "D\u00e9tail de l'\u00e9l\u00e9ment";a["item number"]="N\u00b0 de l'\u00e9l\u00e9ment";a["item type"]="Type d'\u00e9l\u00e9ment";a["genie macro"]="Macro Genie";a["rdf application"]="Application Rich Display File";a["web application"]="Application web";a["pc command"]="Commande PC";a["launcher command"]="Commande Launcher";a["dspf program library"]="Biblioth\u00e8que du programme";a["dspf program"]="Nom du programme";a["variable name x"]="Nom de Variable &1";a["a tab in the portal"]="Un onglet dans le portail";
364
+ a["a new browser wind"]="Une nouvelle fen\u00eatre ou onglet du navigateur";a.update="Mettre \u00e0 jour";a.fill="Remplir";a.permissions="Autorisations";a["user/group name"]="Nom Utilisateur/Groupe";a["all users groups"]="Tous les Utilisateurs et Groupes";a.type="Type";a.access="Droit";a.allow="Autoriser";a.disallow="Interdire";a.navigation="Navigation";a["add usrgrp perm"]="Ajouter des Autorisations Utilisateur/Groupe";a.membership="Appartenance";a.none="Aucun";a.remove="Supprimer";a.appearance=
365
+ "Apparence";a["home page"]="Page d'accueil";a.tree="Ramification";a.accordion="Accord\u00e9on";a["min search chars"]="Caract\u00e8res minimum de recherche";a["libl for rdf apps"]="Liste des biblioth\u00e8ques pour les applications Rich Display File";a["library list"]="Liste des biblioth\u00e8ques";a.library="Biblioth\u00e8que";a["use atrium def libl"]="Utiliser la liste des biblioth\u00e8ques par d\u00e9faut de l'Atrium";a["use jobd libl"]="Utiliser la liste des biblioth\u00e8ques de la JOBD";a["specify libl"]=
366
+ "Sp\u00e9cifier la liste des biblioth\u00e8ques";a.up="Haut";a.down="Bas";a["move up"]="D\u00e9placer vers le haut";a["move down"]="D\u00e9placer vers le bas";a["global settings"]="Param\u00e8tres g\u00e9n\u00e9raux";a.save="Enregistrer";a["add usr to supp grp"]="Ajouter un utilisateur \u00e0 un Groupe Suppl\u00e9mentaire";a["member of"]="Membre de";a["member of hlp"]="Le groupe auquel appartient cet utilisateur/groupe.";a["group name"]="Nom du Groupe";a["group name hlp"]="Le nom affich\u00e9 pour ce Groupe.";
367
+ a["inherit settings"]="H\u00e9riter des param\u00e8tres";a["inherit settings hlp"]="Si cette option est coch\u00e9e, l'utilisateur/groupe h\u00e9ritera des param\u00e8tres de son parent. Si d\u00e9coch\u00e9e, l'utilisateur/groupe aura ses propres donn\u00e9es de param\u00e8tres.";a["user name"]="Nom d'utilisateur";a["user name hlp"]="Nom affich\u00e9 pour cet utilisateur.";a["access role"]="R\u00f4le";a["access role hlp"]="Contr\u00f4le le r\u00f4le de cet utilisateur. Les Administrateurs peuvent g\u00e9rer tous les groupes et utilisateurs, et peuvent aussi g\u00e9rer les droits des \u00e9l\u00e9ments. Les Managers peuvent configurer les param\u00e8tres des groupes et utilisateurs au sein de leur propre groupe. Les Utilisateurs n'ont aucun privil\u00e8ge.";
368
+ a["can edit profile"]="Peut modifier un profil";a["can edit profile hlp"]="Autorise l'utilisateur \u00e0 modifier les param\u00e8tres \"d'apparence\" et \"de navigation\" , et \u00e0 modifier le mot de passe. Aucun autre param\u00e8tre n'est modifiable par l'utilisateur.";a["user profile"]="Profil Utilisateur";a["user profile hlp"]="Le nom du profil utilisateur. Les noms des profils utilisateurs sont sensibles \u00e0 la casse, sauf pour les profils IBM i.";a["password hlp"]="D\u00e9finir/r\u00e9initialiser le mot de passe. Les mots de passe sont sensibles \u00e0 la casse.";
369
+ a["conf password"]="Confirmer le Mot de passe";a["conf password hlp"]="Quand le Mot de passe est d\u00e9fini/r\u00e9initialis\u00e9, ce champ doit correspondre au nouveau Mot de passe. Les mots de passe sont sensibles \u00e0 la casse.";a["browser title"]="Titre du Navigateur";a["browser title hlp"]="D\u00e9finit le texte affich\u00e9 dans la barre de titre du navigateur.";a["show banner"]="Afficher la banni\u00e8re";a["show banner hlp"]="D\u00e9cocher cette option si vous ne souhaitez pas afficher la banni\u00e8re en haut du portail.";
370
+ a["banner height"]="Hauteur de la banni\u00e8re";a["banner height hlp"]="D\u00e9finit en pixels la hauteur de la banni\u00e8re en haut du portail. Ce param\u00e8tre est ignor\u00e9 si vous avez choisi de ne pas afficher la banni\u00e8re. Plage des valeurs valides : 0 \u00e0 600 pixels.";a["banner url"]="URL de la banni\u00e8re";a["banner url hlp"]="D\u00e9finit l'URL du contenu de la banni\u00e8re. L'URL peut \u00eatre aboslue ou relative.";a.theme="Th\u00e8me";a["theme hlp"]='D\u00e9finit le Th\u00e8me par d\u00e9faut. Ce param\u00e8tre peut \u00eatre \u00e9cras\u00e9 individuellement par chaque utilisateur si <strong>"Autoriser l\'utilisateur \u00e0 choisir le th\u00e8me"</strong> est activ\u00e9.';
371
+ a["allow sel theme"]="Autoriser l'utilisateur \u00e0 choisir le th\u00e8me";a["allow sel theme hlp"]="Si coch\u00e9, les utilisateurs auront la possibilit\u00e9 de choisir le th\u00e8me via un menu d\u00e9roulant dans la barre d'outils.";a["show menu search"]="Afficher la zone de recherche";a["show menu search hlp"]="D\u00e9cocher pour masquer la zone de recherche.";a["show fav sys"]="Afficher les Favoris";a["show fav sys hlp"]="D\u00e9cocher pour masquer les Favoris.";a["show fav start"]="Afficher les Favoris au d\u00e9marrage";
372
+ a["show fav start hlp"]="Si coch\u00e9, le panneau des Favoris sera affich\u00e9 au d\u00e9marrage. Sinon, le Panneau de navigation sera affich\u00e9 (par d\u00e9faut). Cette option n'est disponible que si le syst\u00e8me de Favoris est actifa \u00e9t\u00e9 activ\u00e9.";a["limit num sessn"]="Limiter le nombre de sessions";a["limit num sessn hlp"]="Nombre maximum de sessions autoris\u00e9 par l'Atrium pour cet utilisateur/groupe. Une valeur de z\u00e9ro correspond \u00e0 un nombre illimit\u00e9 de sessions. La limite est fix\u00e9e par navigateur.";
373
+ a["show hmpg start"]="Afficher la page d'accueil au d\u00e9marrage";a["show hmpg start hlp"]="Si coch\u00e9, une page d'accueil personnalisable sera affich\u00e9e au d\u00e9marrage.";a["home page url"]="URL de la page d'accueil";a["home page url hlp"]="D\u00e9finit l'URL du contenu de la page d'accueil. L'URL peut \u00eatre aboslue ou relative.";a["navi pnl title"]="Titre du panneau de Navigation";a["navi pnl title hlp"]="D\u00e9finit le texte \u00e0 afficher dans la barre de titre du panneau de Navigation.";
374
+ a["navi pnl width"]="Largeur initiale du panneau de Navigation";a["navi pnl width hlp"]="D\u00e9finit en pixels la largeur initiale du panneau de Navigation. L'utilisateur peut modifier ou m\u00eame masquer le panneau \u00e0 sa guise. Plage des valeurs valides : 0-2000 pixels.";a["navi type"]="Type de Navigation";a["navi type hlp"]='Contr\u00f4le le type de menu utilis\u00e9 dans le panneau de Navigation, "ramification" ou "accord\u00e9on". Ce param\u00e8tre ne s\'applique pas aux barres d\'outils.';
375
+ a["single click nav"]="Navigation en un clic";a["single click nav hlp"]="Si coch\u00e9, les \u00e9l\u00e9ments du menu dans le panneau de Navigation seront ex\u00e9cut\u00e9 sur un simple clic. Sinon, ils ne seront ex\u00e9cut\u00e9s qu'apr\u00e8s un double-clic. Ce param\u00e8tre ne s'applique pas aux barres d'outils.";a["current library"]="Biblioth\u00e8que en cours";a["current library hlp"]="Sp\u00e9cifie la biblioth\u00e8que en cours, *USRPRF or *CRTDFT.";a["job descr"]="Description du job";a["job descr hlp"]=
376
+ "Sp\u00e9cifie la description du job afin d'en d\u00e9duire la liste des biblioth\u00e8ques. *USRPRF peut \u00eatre sp\u00e9cifi\u00e9 si les utilisateurs de l'Atrium ont des profils IBM i.";a["job descr lib"]="Biblioth\u00e8que de la description du job";a["job descr lib hlp"]="Sp\u00e9cifie la biblioth\u00e8que pour la description du job. *LIBL ou *CURLIB peuvent \u00eatre sp\u00e9cifi\u00e9es.";a["item name"]="Nom de l'\u00e9l\u00e9ment";a["item name hlp"]="D\u00e9finit le nom d'affichage de l'\u00e9l\u00e9ment de navigation ou de la barre d'outils.";
377
+ a["action type"]="Type d'action";a["action type hlp"]="D\u00e9finit le type de l'application lanc\u00e9e par cet \u00e9l\u00e9ment.";a.url="URL";a["url hlp"]="D\u00e9finit l'URL de l'application Web. L'URL peut \u00eatre aboslue ou relative. Des param\u00e8tres de requ\u00eate peuvent \u00eatre sp\u00e9cifi\u00e9s dans l'URL.";a["genie url"]="URL Genie";a["genie url hlp"]="D\u00e9finit l'URL utilis\u00e9e pour lancer le Genie. Si non sp\u00e9cifi\u00e9e, l'URL Genie par d\u00e9faut /profoundui/auth/genie sera utilis\u00e9e. Ce champ est utile dans le cas d'une URL Genie personnalis\u00e9e ou lorsque des param\u00e8tres de requ\u00eates sont n\u00e9cessaires. par exemple : /profoundui/auth/genie?skin=MyCompany";
378
+ a["open as"]="Ouvrir en tant que";a["open as hlp"]="D\u00e9finit si l'\u00e9l\u00e9ment doit \u00eatre ouvert dans un nouvel onglet du portail ou en tant que nouvelle fen\u00eatre/nouvel onglet du navigateur. L'utilisation d'une fen\u00eatre ou onglet du navigateur d\u00e9pend des r\u00e9glages de celui-ci.";a["opens once only"]="Ex\u00e9cution unique";a["opens once only hlp"]="Par d\u00e9faut, si l'utilisateur ex\u00e9cute l'\u00e9l\u00e9ment alors que celui-ci est d\u00e9j\u00e0 ouvert dans le portail, un nouvel onglet est utilis\u00e9. Il n'y a pas de limite du nombre d'onglets que l'utilisateur est capable d'ouvrir de cette fa\u00e7on. Quand cette option est coch\u00e9e, l'utilisateur ne pourra ouvrir qu'un seul onglet correspondant \u00e0 cet \u00e9l\u00e9ment. Si l'onglet est d\u00e9j\u00e0 ouvert, le fait d'ex\u00e9cuter l'\u00e9l\u00e9ment activera cet onglet. Cette option est ignor\u00e9e si l'\u00e9l\u00e9ment s'ouvre dans une nouvelle fen\u00eatre ou un nouvel onglet du navigateur.";
379
+ a.icon="Ic\u00f4ne";a["icon hlp"]="Optionnel. D\u00e9finit l'ic\u00f4ne utilis\u00e9e dans le menu de navigation ou la barre d'outils. L'ic\u00f4ne peut \u00eatre au format GIF, JPG ou PNG. Les GIF transparents sont recommand\u00e9s. Le chemin devra \u00eatre sp\u00e9cifi\u00e9 en absolu depuis le r\u00e9pertoire racine d'installation de l'Atrium. Si aucune ic\u00f4ne n'est sp\u00e9cifi\u00e9e, l'Atrium utilisera l'ic\u00f4ne par d\u00e9faut pour les \u00e9l\u00e9ments de navigation. Aucune ic\u00f4ne ne sera affich\u00e9e pour les \u00e9l\u00e9ments de la barre d'outils sauf si sp\u00e9cifi\u00e9e ici.";
380
+ a.parameter="Param\u00e8tre";a["parameter hlp"]="Optionnel: Sp\u00e9cifie un param\u00e8tre qui sera pass\u00e9 au program Rich Display lors de son ex\u00e9cution.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function Z(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="Ceci terminera votre session.";a["no connection message"]="Impossible d'\u00e9tablir une connexion au serveur. S'il vous pla\u00eet, v\u00e9rifiez la connexion et essayez \u00e0 nouveau.";a["upload file limit"]="Limite de &1 fichier(s) d\u00e9pass\u00e9e.";a["upload size limit"]="Limite de &1MB par fichier d\u00e9pass\u00e9e.";a["upload no files"]="Pas de fichiers s\u00e9lectionn\u00e9s.";a["upload duplicate file"]="Fichiers s\u00e9lectionn\u00e9s en double.";
381
+ a["upload file exists"]="Un ou plusieurs fichiers existent d\u00e9j\u00e0 dans le syst\u00e8me de fichiers.";a["upload prevented"]="Op\u00e9ration emp\u00each\u00e9e par \u00abexit program\u00bb.";a["upload input limit"]="Limite de taille totale des donn\u00e9es d\u00e9pass\u00e9e.";a["upload no session"]="Vous n'\u00eates pas connect\u00e9(e) \u00e0 une session valide.";a["upload timeout"]="Le temps limite pour la transaction a \u00e9t\u00e9 d\u00e9pass\u00e9.";a["upload invalid response"]="Le serveur ne r\u00e9pond pas ou n'est pas joignable.";
382
+ a["upload cancelled"]="T\u00e9l\u00e9versement annul\u00e9";a["close browser text"]="Pour terminer la session, veuillez fermez la fen\u00eatre du navigateur.";a["session ended text"]="Votre session est termin\u00e9e.";a["outside ucs2"]="Caract\u00e8res en dehors de la norme UCS-2.";a["invalid number"]="&1 n'est pas un nombre valide.";a["invalid length"]="&1 a une longueur ou une position de d\u00e9cimale incorrecte.";a["invalid decimal"]="&1 comporte trop de d\u00e9cimales. (max: &2)";a["invalid choice"]=
383
+ '"&1" est incorrect. Les choix possibles sont: "&2" ou "&3".';a["invalid date"]='"&1" n\'est pas une date valide. Exemple de format correct: &2';a["invalid time"]='"&1" n\'est pas une heure valide. Exemple de format correct: &2';a["invalid time stamp"]='"&1" n\'est pas un horodatage valide. Exemple de format correct: &2';a["invalid percent"]="&1 n'est pas une d\u00e9cimale valide.";a["invalid digits"]='"&1" contient un nombre de chiffres trop \u00e9l\u00e9v\u00e9. Max: &2';a["exceeds whole"]='"&1" d\u00e9passe le nombre maximum de chiffres pour la partie num\u00e9rique du champ (&2 digits).';
384
+ a["exceeds decimal"]='"&1" d\u00e9passe le nombre maximum de chiffres pour la partie d\u00e9cimale du champ (&2 digits).';a["zip too long"]="Le code postal est trop long. (Maximum: &1 digits)";a["phone too long"]="Le num\u00e9ro de t\u00e9l\u00e9phone est trop long. (Maximum: &1 digits)";a["ssno too long"]="Le code de s\u00e9curit\u00e9 sociale est trop long. (Maximum: &1 digits)";a["invalid custom val"]="La fonction de validation personnalis\u00e9e est invalide.";a["error custom val"]="Erreur dans la fonction de validation personnalis\u00e9e.";
385
+ a.ME="Ce champ est obligatoire.";a.MF="Tous les caract\u00e8res de ce champ doivent \u00eatre saisis.";a.required="Ce champ est obligatoire et ne peut \u00eatre \u00e0 blanc.";a["file required"]="Vous devez s\u00e9lectionner au moins un fichier.";a["signature overflow"]="L'image de la signature d\u00e9passe le nombre maximum de bytes disponibles pour son stockage. S'il vous pla\u00eet, effacez la signature et essayez \u00e0 nouveau.";a.validValues="La valeur saisie n'est pas valide. Les valeurs valides sont: ";
386
+ a["upload invalid type"]="Un ou plusieurs fichiers sont de type invalide.";a["invalid email"]="Adresse email invalide.";a["session timed out"]="Votre session a expir\u00e9.";a["invalid low range"]="La valeur doit \u00eatre sup\u00e9rieure ou \u00e9gale \u00e0 &1";a["invalid high range"]="La valeur doit \u00eatre inf\u00e9rieure ou \u00e9gale \u00e0 &1";a["invalid range"]="La valeur doit \u00eatre comprise entre &1 et &2.";a["unmonitored exception"]="Le programme a rencontr\u00e9 une erreur non pr\u00e9vue. Pri\u00e8re de contacter l'administrateur syst\u00e8me pour toute assistance.";
387
+ a["loading x"]="Chargement de &1...";a["data src not specfd x"]="Source des donn\u00e9es non sp\u00e9cifi\u00e9e pour &1...";a["name fld not specfd x"]="Nom du champ non sp\u00e9cifi\u00e9 pour &1...";a["val fld not specfd x"]="Valeur du champ non sp\u00e9cifi\u00e9e pour &1...";a["failed to load x"]="\u00c9chec du chargement de &1.";a["cannot rmv last col"]="Vous ne pouvez pas supprimer la derni\u00e8re colonne.";a["cannot find col"]="Impossible de trouver la colonne indiqu\u00e9e.";a["subfile deletion"]=
388
+ "\u00cates-vous certain de vouloir supprimer le sous-fichier?";a["downloading x"]="T\u00e9l\u00e9chargement de &1";a["ie9 too low xlsxpics"]="Les images ne peuvent pas \u00eatre export\u00e9es sous IE9 ou version ant\u00e9rieure.";a["keyboard input inhibited"]="Saisie interdite dans ce champ.";a["pccommand error"]="La tentative d'utilisation de STRPCCMD a \u00e9chou\u00e9. Veuillez vous assurer que l'\u00e9couteur de Commande PC de Profound UI est en cours d'ex\u00e9cution sur cette machine et qu'il est correctement configur\u00e9. Consultez la console du navigateur pour plus d'information. (Couramment Ctrl+Shift+I)";
389
+ a["no data"]="Aucune donn\u00e9e";a["num sessions exceeded"]="Nombre de sessions d\u00e9pass\u00e9.";a["unable to load portal"]="Impossible de charger les param\u00e8tres ou les \u00e9l\u00e9ments de navigation du portail.";a["unable to load macr act"]="Impossible de charger les actions des macros.";a["unable to load macr var"]="Impossible de charger les variables des macros.";a["unable to load scrn lst"]="Impossible de charger la liste des \u00e9crans.";a["unable to load new sett"]="Impossible de charger les nouveaux param\u00e8tres.";
390
+ a["unable to load x"]="Impossible de charger &1.";a["unable to add x"]="Impossible d'ajouter &1.";a["unable to rename x"]="Impossible de renommer &1.";a["unable to delete x"]="Impossible de supprimer &1.";a["unable to update x"]="Impossible de mettre \u00e0 jour &1.";a["unable to reassn x"]="Impossible de r\u00e9assigner &1.";a["unable to reorder items"]="Impossible de r\u00e9ordonner les \u00e9l\u00e9ments.";a["unable to save theme"]="Impossible d'enregistrer le param\u00e8tre du th\u00e8me.";a["unable eval script url"]=
391
+ "Impossible d'\u00e9valuer le script d'URL de l'application Web.";a["close browser text AT"]="Les modifications non enregistr\u00e9es de la session ou des sessions seront perdus.";a["close all tabs"]="Fermer tous les onglets ?";a["close tab"]="Voulez-vous fermer cet onglet ?";a["invalid script url"]="Valeurs invalides dans le script d'URL de l'application Web.";a["unrecognized format"]="Format non reconnu.";a["screen already defined"]='\u00c9cran "&1" d\u00e9j\u00e0 d\u00e9fini.';a["macro already defined"]=
392
+ 'Macro "&1" d\u00e9j\u00e0 d\u00e9finie.';a["no screen ids"]="Il n'y a aucun identifiant d'\u00e9cran \u00e0 afficher";a["confirm delete"]="Confirmer la suppression";a["no actions"]="Il n'y a aucune action \u00e0 afficher";a["msg action input var"]='Entrer la valeur de la variable "&1" dans le champ en ligne &2 colonne &3.';a["msg action input user"]="Entrer le profil de l'utilisateur en cours dans le champ en ligne &1 colonne &2.";a["msg action input js"]="Entrer le r\u00e9sultat de l'expression JavaScript <strong>&1</strong> dans le champ en ligne &2 colonne &3.";
393
+ a["msg action input other"]='Entrer la valeur "&1" dans le champ en ligne &2 colonne &3.';a["msg presskey var"]='Appuyer sur la touche d\u00e9finie dans la variable "&1".';a["msg presskey other"]='Appuyer sur la touche "&1".';a["msg del scrn from macro"]="\u00cates-vous s\u00fbr(e) de vouloir supprimer le(s) \u00e9cran(s) s\u00e9lectionn\u00e9(s) de cette macro ?<br /> Toutes les actions associ\u00e9es seront aussi supprim\u00e9es.";a["choose scrn macro"]="Choisir un \u00e9cran ou une macro pour d\u00e9finir ses propri\u00e9t\u00e9s.";
394
+ a["choose a nav or toolbar"]="Choisir un \u00e9l\u00e9ment de navigation ou de barre d'outils pour d\u00e9finir ses propri\u00e9t\u00e9s.";a["confirm del sel x"]="\u00cates-vous s\u00fbr(e) de vouloir supprimer le/la &1 s\u00e9lectionn\u00e9(e) ?";a["permission settings"]="param\u00e8tre(s) d'autorisation";a["adding x"]="Ajout en cours de &1...";a["deleting x"]="Suppession en cours de &1 ...";a["reassigning x"]="R\u00e9assignement en cuors de &1...";a.loading="Chargement...";a.saving="Enregistrement en cours...";
395
+ a["x added"]="&1 ajout\u00e9(e).";a["x deleted"]="&1 supprim\u00e9(e).";a["x reassigned"]="&1 r\u00e9assign\u00e9(e).";a["x updated"]="&1 mis(e) \u00e0 jour.";a["x saved"]="&1 enregistr\u00e9(e).";a["msg del group"]='\u00cates-vous s\u00fbr(e) de vouloir supprimer le groupe "&1" ?<br /><br />Supprimer des groupes entra\u00eene aussi la suppression de tous les sous-groupes et de toutes les associations d\'utilisateurs.<br /><br />\u00cates-vous s\u00fbr(e) de vouloir continuer ?';a["conf reassign users 1"]=
396
+ "\u00cates-vous s\u00fbr(e) de vouloir r\u00e9assigner ";a["conf reassign users 2a"]='l\'utilisateur "&1" ';a["conf reassign users 2b"]="les utilisateurs s\u00e9lectionn\u00e9s ";a["conf reassign users 3"]=' au group "&1" ?';a["conf reassign group"]='\u00cates-vous s\u00fbr(e) de vouloir r\u00e9assigner le group "&1" au group "&2" ?';a["conf delete users 1"]="\u00cates-vous s\u00fbr(e) de vouloir supprimer ";a["conf delete users 2a"]='l\'utilisateur "&1" ?';a["conf delete users 2b"]="les utilisateurs s\u00e9lectionn\u00e9s ?";
397
+ a["no users"]="Il n'y a aucun utilisateur \u00e0 afficher.";a["cannot delete own grp"]="Vous ne pouvez pas supprimer votre propre groupe.";a["cannot delete own usr"]="Vous ne pouvez pas supprimer votre propre profil.";a["not auth reassign prf"]="Vous n'\u00eates pas autoris\u00e9(e) \u00e0 r\u00e9assigner votre propre profil.";a["typeselect macro name"]="Saisir ou s\u00e9lectionner un nom de macro...";a["any child items will"]="Tout \u00e9l\u00e9ment enfant sera aussi supprim\u00e9.";a["password must be"]=
398
+ "Les mots de passe doivent comporter au moins 6 caract\u00e8res.";a["type or sel home page"]="Saisir ou s\u00e9lectionner une page d'accueil...";a["x is already in list"]='"&1" figure d\u00e9j\u00e0 dans la liste.';a["x is not valid libname"]='"&1" n\'est pas un nom valide de biblioth\u00e8que.';a["no libraries in list"]="Aucune biblioth\u00e8que dans la liste";a["add libl entry"]="Ajouter une entr\u00e9e dans la liste de biblioth\u00e8que";a["would you like add ano"]="Voulez-vous en ajouter une autre ?";
399
+ a["already in suppl grp x"]='L\'utilisateur figure d\u00e9j\u00e0 dans le groupe suppl\u00e9mentaire "&1".';a["cannot move screen"]="Impossible de d\u00e9placer la Macro \u00c9cran";a["ready to add"]="(Pr\u00eat \u00e0 ajouter des actions sur cet \u00e9cran)";a["duplicate actions"]="Action(s) en double trouv\u00e9e(s) pour cette ligne/colonne, des r\u00e9sultats impr\u00e9visibles peuvent se produire. Veuillez consulter les actions et supprimer les doublons.";break;case "runtimeText":a["upload select text"]=
400
+ "Fichiers s\u00e9lectionn\u00e9s";a["upload clear text"]="Effacer";a["upload remove text"]="Retirer";a["upload upload text"]="Envoyer";a["upload drophere text"]="D\u00e9poser les fichiers ici.";a["upload browser unsupported"]="Glisser/d\u00e9poser des fichiers requiert Internet Explorer 10 ou plus r\u00e9cent, Chrome, ou Firefox";a["upload finished text"]="Fini";a["excel export text"]="Exporter vers Excel";a["export to x"]="Exporter vers &1";a["filter text"]="Filtrer ";a["multi filter text"]="Filtrer par valeur";
401
+ a["filter multiple"]="S\u00e9lectionner la donn\u00e9e \u00e0 filtrer";a["filter check"]="Filtrer";a["filter data"]="Donn\u00e9e";a["find text"]="Trouver";a["reset data"]="R\u00e9initialiser";a["remove filters text"]="Supprimer tous les filtres";a["displayed columns"]="Colonnes affich\u00e9es";a["next link text"]="Suivante";a["previous link text"]="Pr\u00e9c\u00e9dente";a["sort ascending text"]="Trier dans l'ordre croissant";a["sort descending text"]="Trier dans l'ordre d\u00e9croissant";a["sort..."]=
402
+ "Trier...";a.sort="Tri";a["sort multiple"]="Trier Plusieurs Colonnes";a.column="Colonne";a.direction="Sens";a.order="Ordre";a.row="ligne";a.rows="lignes";a.page="Page";a.collapseAll="Tout replier";a.expandAll="Tout d\u00e9plier";a.user="Utilisateur";a.password="Mot de passe";a["sign on"]="Identification";a.pui="Profound UI";a["pui sign on"]=a["sign on"]+" "+a.pui;a.pjs="Profound.js";a["pjs sign on"]=a["sign on"]+" "+a.pjs;a["message id"]="N\u00b0 du message";a["ctlr job"]="Travail Serveur";a["app job"]=
403
+ "Travail";a["joblog download"]="T\u00e9l\u00e9charger l'Historique du Travail";a["error stack download"]="T\u00e9l\u00e9charger la trace de pile de l'erreur";a.maximize="Agrandir";a.restore="R\u00e9duire";a["curr user"]="Utilisateur Courant";a["remote ip"]="Adresse IP Distante";a["remote port"]="Port Distant";a.severity="S\u00e9v\u00e9rit\u00e9";a.date="Date";a.time="Heure";a.program="Programme";a.procedure="Proc\u00e9dure";a.lines="Ligne(s)";a.message="Message";a["new session"]="Nouvelle Session";
404
+ a.close="Fermer";a["current password"]="Mot de passe actuel";a["new password"]="Nouveau mot de passe";a["repeat new password"]="R\u00e9p\u00e9ter le nouveau mot de passe";a.submit="Soumettre";a.exit="Quitter";a.warning="Avertissement";a["change password"]="Modifier le mot de passe";a.cancel="Annuler";a["find text"]="Trouver";a["remove filter"]="Supprimer le filtre";a.chart="Graphe";a.section="Section";a.version="Version";a.fixPack="Fix Pack";a.yes="Oui";a.no="Non";a.settings="Param\u00e8tres";a.favorites=
405
+ "Favoris";a["type query press en"]="Saisir une requ\u00eate, appuyer sur Entr\u00e9e.";a["add to favorites"]="Ajouter aux Favoris";a["rmv from favorites"]="Supprimer des Favoris";a["please wait"]="Veuillez patienter...";a["control panel"]="Panneau de contr\u00f4le";a["my settings"]="Mes param\u00e8tres";a["about atrium"]="\u00c0 propos d'Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+
406
+ " Profound Logic Software, Inc.<br /><br />Attention: Ce logiciel est prot\u00e9g\u00e9 par le code de la propri\u00e9t\u00e9 intellectuelle<br />et des trait\u00e9s internationaux. Toute reproduction non autoris\u00e9e ou<br />distribution de ce logiciel, m\u00eame partielle, peut entra\u00eener<br />de graves sanctions civiles ou p\u00e9nales, et entra\u00eenera<br />les poursuites maximales possibles pr\u00e9vues par la loi.<br /><br />Brevet\u00e9. &nbsp;U.S. Brevet No. 8,667,405 B2.";a.item=
407
+ "\u00c9l\u00e9ment";a["open selected item"]="Ouvrir l'\u00e9l\u00e9ment s\u00e9lectionn\u00e9";a.of="de";a["no results to dsp"]="Aucun r\u00e9sultat \u00e0 afficher.";a["displaying results"]="R\u00e9sultats en cours d'affichage";a["search results"]="Recherche en cours";a["new folder"]="Nouveau dossier";a.rename="Renommer";a.description="Description";a.ok="OK";a.add="Ajouter";a["add x"]="Ajouter &1";a["delete"]="Supprimer";a.screen="\u00c9cran";a.screens="\u00c9crans";a.macro="Macro";a.macros="Macros";
408
+ a["screen id"]="Identifiant de l'\u00e9cran";a["screen ids"]="Identifiants d'\u00e9cran";a["field row"]="Champ Ligne";a["field column"]="Champ Colonne";a["field value"]="Valeur du champ";a.value="Valeur";a.action="Action";a.actions="Actions";a["detect once"]="D\u00e9tection unique";a["detect always"]="Toujours d\u00e9tecter";a["delete screen"]="Supprimer \u00c9cran";a["genie macros"]="Macros Genie";a["screen name"]="Nom d'\u00e9cran";a.identifier="Identifiant";a.identifiers="Identifiants";a["macro name"]=
409
+ "Nom de la macro";a["close browser wintab"]="Fermer la fen\u00eatre ou l'onglet du navigateur.";a.select="S\u00e9lectionner";a["write value in field"]="Saisir une valeur dans un champ";a["press a key"]="Appuyer sur une touche";a["a literal value"]="Une constante";a["a variable value"]="Une variable";a["cur user profile"]="Le profil utilisateur en cours";a["result js expr"]="Le r\u00e9sultat d'une expression JavaScript";a["action data"]="Donn\u00e9e de l'action";a["data type"]="Type de donn\u00e9e";
410
+ a.users="Utilisateurs";a["all groups"]="Tous les groupes";a["supplemental groups"]="Groupes suppl\u00e9mentaires";a["users w primary grp"]='Utilisateurs dont le groupe principal est "&1"';a["users w suppl grp"]='Utilisateurs ayant pour groupe suppl\u00e9mentaire "&1"';a.group="Groupe";a.groups="Groupes";a.edit="Modifier";a["edit x"]="Modifier &1";a.manager="G\u00e9rer";a.administrator="Administrateur";a["primary group"]="Groupe principal";a["delete x"]="Supprimer &1";a["reassign x"]="R\u00e9assigner &1";
411
+ a["navigation item"]="\u00c9l\u00e9ment de Navigation";a["navigation items"]="\u00c9l\u00e9ments de Navigation";a["navigation panel"]="Panneau de Navigation";a["home pages"]="Pages d'accueil";a["menu group"]="Groupe de Menu";a["menu item"]="\u00c9l\u00e9ment de Menu";a["toolbar items"]="\u00c9l\u00e9ments de Barre d'outils";a.toolbar="Barre d'outils";a.button="Bouton";a["pulldown menu"]="Menu d\u00e9roulant";a["pulldown menu item"]="\u00c9l\u00e9ment de Menu d\u00e9roulant";a["separator bar"]="Barre de s\u00e9paration";
412
+ a.spacer="Espace";a["item details"]="D\u00e9tail de l'\u00e9l\u00e9ment";a["item number"]="N\u00b0 de l'\u00e9l\u00e9ment";a["item type"]="Type d'\u00e9l\u00e9ment";a["genie macro"]="Macro Genie";a["rdf application"]="Application Rich Display File";a["web application"]="Application web";a["pc command"]="Commande PC";a["launcher command"]="Commande Launcher";a["dspf program library"]="Biblioth\u00e8que du programme";a["dspf program"]="Nom du programme";a["variable name x"]="Nom de Variable &1";a["a tab in the portal"]=
413
+ "Un onglet dans le portail";a["a new browser wind"]="Une nouvelle fen\u00eatre ou onglet du navigateur";a.update="Mettre \u00e0 jour";a.fill="Remplir";a.permissions="Autorisations";a["user/group name"]="Nom Utilisateur/Groupe";a["all users groups"]="Tous les Utilisateurs et Groupes";a.type="Type";a.access="Droit";a.allow="Autoriser";a.disallow="Interdire";a.navigation="Navigation";a["add usrgrp perm"]="Ajouter des Autorisations Utilisateur/Groupe";a.membership="Appartenance";a.none="Aucun";a.remove=
414
+ "Supprimer";a.appearance="Apparence";a["home page"]="Page d'accueil";a.tree="Ramification";a.accordion="Accord\u00e9on";a["min search chars"]="Caract\u00e8res minimum de recherche";a["libl for rdf apps"]="Liste des biblioth\u00e8ques pour les applications Rich Display File";a["library list"]="Liste des biblioth\u00e8ques";a.library="Biblioth\u00e8que";a["use atrium def libl"]="Utiliser la liste des biblioth\u00e8ques par d\u00e9faut de l'Atrium";a["use jobd libl"]="Utiliser la liste des biblioth\u00e8ques de la JOBD";
415
+ a["specify libl"]="Sp\u00e9cifier la liste des biblioth\u00e8ques";a.up="Haut";a.down="Bas";a["move up"]="D\u00e9placer vers le haut";a["move down"]="D\u00e9placer vers le bas";a["global settings"]="Param\u00e8tres g\u00e9n\u00e9raux";a.save="Enregistrer";a["add usr to supp grp"]="Ajouter un utilisateur \u00e0 un Groupe Suppl\u00e9mentaire";a["member of"]="Membre de";a["member of hlp"]="Le groupe auquel appartient cet utilisateur/groupe.";a["group name"]="Nom du Groupe";a["group name hlp"]="Le nom affich\u00e9 pour ce Groupe.";
416
+ a["inherit settings"]="H\u00e9riter des param\u00e8tres";a["inherit settings hlp"]="Si cette option est coch\u00e9e, l'utilisateur/groupe h\u00e9ritera des param\u00e8tres de son parent. Si d\u00e9coch\u00e9e, l'utilisateur/groupe aura ses propres donn\u00e9es de param\u00e8tres.";a["user name"]="Nom d'utilisateur";a["user name hlp"]="Nom affich\u00e9 pour cet utilisateur.";a["access role"]="R\u00f4le";a["access role hlp"]="Contr\u00f4le le r\u00f4le de cet utilisateur. Les Administrateurs peuvent g\u00e9rer tous les groupes et utilisateurs, et peuvent aussi g\u00e9rer les droits des \u00e9l\u00e9ments. Les Managers peuvent configurer les param\u00e8tres des groupes et utilisateurs au sein de leur propre groupe. Les Utilisateurs n'ont aucun privil\u00e8ge.";
417
+ a["can edit profile"]="Peut modifier un profil";a["can edit profile hlp"]="Autorise l'utilisateur \u00e0 modifier les param\u00e8tres \"d'apparence\" et \"de navigation\" , et \u00e0 modifier le mot de passe. Aucun autre param\u00e8tre n'est modifiable par l'utilisateur.";a["user profile"]="Profil Utilisateur";a["user profile hlp"]="Le nom du profil utilisateur. Les noms des profils utilisateurs sont sensibles \u00e0 la casse, sauf pour les profils IBM i.";a["password hlp"]="D\u00e9finir/r\u00e9initialiser le mot de passe. Les mots de passe sont sensibles \u00e0 la casse.";
418
+ a["conf password"]="Confirmer le Mot de passe";a["conf password hlp"]="Quand le Mot de passe est d\u00e9fini/r\u00e9initialis\u00e9, ce champ doit correspondre au nouveau Mot de passe. Les mots de passe sont sensibles \u00e0 la casse.";a["browser title"]="Titre du Navigateur";a["browser title hlp"]="D\u00e9finit le texte affich\u00e9 dans la barre de titre du navigateur.";a["show banner"]="Afficher la banni\u00e8re";a["show banner hlp"]="D\u00e9cocher cette option si vous ne souhaitez pas afficher la banni\u00e8re en haut du portail.";
419
+ a["banner height"]="Hauteur de la banni\u00e8re";a["banner height hlp"]="D\u00e9finit en pixels la hauteur de la banni\u00e8re en haut du portail. Ce param\u00e8tre est ignor\u00e9 si vous avez choisi de ne pas afficher la banni\u00e8re. Plage des valeurs valides : 0 \u00e0 600 pixels.";a["banner url"]="URL de la banni\u00e8re";a["banner url hlp"]="D\u00e9finit l'URL du contenu de la banni\u00e8re. L'URL peut \u00eatre aboslue ou relative.";a.theme="Th\u00e8me";a["theme hlp"]='D\u00e9finit le Th\u00e8me par d\u00e9faut. Ce param\u00e8tre peut \u00eatre \u00e9cras\u00e9 individuellement par chaque utilisateur si <strong>"Autoriser l\'utilisateur \u00e0 choisir le th\u00e8me"</strong> est activ\u00e9.';
420
+ a["allow sel theme"]="Autoriser l'utilisateur \u00e0 choisir le th\u00e8me";a["allow sel theme hlp"]="Si coch\u00e9, les utilisateurs auront la possibilit\u00e9 de choisir le th\u00e8me via un menu d\u00e9roulant dans la barre d'outils.";a["show menu search"]="Afficher la zone de recherche";a["show menu search hlp"]="D\u00e9cocher pour masquer la zone de recherche.";a["show fav sys"]="Afficher les Favoris";a["show fav sys hlp"]="D\u00e9cocher pour masquer les Favoris.";a["show fav start"]="Afficher les Favoris au d\u00e9marrage";
421
+ a["show fav start hlp"]="Si coch\u00e9, le panneau des Favoris sera affich\u00e9 au d\u00e9marrage. Sinon, le Panneau de navigation sera affich\u00e9 (par d\u00e9faut). Cette option n'est disponible que si le syst\u00e8me de Favoris est actifa \u00e9t\u00e9 activ\u00e9.";a["limit num sessn"]="Limiter le nombre de sessions";a["limit num sessn hlp"]="Nombre maximum de sessions autoris\u00e9 par l'Atrium pour cet utilisateur/groupe. Une valeur de z\u00e9ro correspond \u00e0 un nombre illimit\u00e9 de sessions. La limite est fix\u00e9e par navigateur.";
422
+ a["show hmpg start"]="Afficher la page d'accueil au d\u00e9marrage";a["show hmpg start hlp"]="Si coch\u00e9, une page d'accueil personnalisable sera affich\u00e9e au d\u00e9marrage.";a["home page url"]="URL de la page d'accueil";a["home page url hlp"]="D\u00e9finit l'URL du contenu de la page d'accueil. L'URL peut \u00eatre aboslue ou relative.";a["navi pnl title"]="Titre du panneau de Navigation";a["navi pnl title hlp"]="D\u00e9finit le texte \u00e0 afficher dans la barre de titre du panneau de Navigation.";
423
+ a["navi pnl width"]="Largeur initiale du panneau de Navigation";a["navi pnl width hlp"]="D\u00e9finit en pixels la largeur initiale du panneau de Navigation. L'utilisateur peut modifier ou m\u00eame masquer le panneau \u00e0 sa guise. Plage des valeurs valides : 0-2000 pixels.";a["navi type"]="Type de Navigation";a["navi type hlp"]='Contr\u00f4le le type de menu utilis\u00e9 dans le panneau de Navigation, "ramification" ou "accord\u00e9on". Ce param\u00e8tre ne s\'applique pas aux barres d\'outils.';
424
+ a["single click nav"]="Navigation en un clic";a["single click nav hlp"]="Si coch\u00e9, les \u00e9l\u00e9ments du menu dans le panneau de Navigation seront ex\u00e9cut\u00e9 sur un simple clic. Sinon, ils ne seront ex\u00e9cut\u00e9s qu'apr\u00e8s un double-clic. Ce param\u00e8tre ne s'applique pas aux barres d'outils.";a["current library"]="Biblioth\u00e8que en cours";a["current library hlp"]="Sp\u00e9cifie la biblioth\u00e8que en cours, *USRPRF or *CRTDFT.";a["job descr"]="Description du job";a["job descr hlp"]=
425
+ "Sp\u00e9cifie la description du job afin d'en d\u00e9duire la liste des biblioth\u00e8ques. *USRPRF peut \u00eatre sp\u00e9cifi\u00e9 si les utilisateurs de l'Atrium ont des profils IBM i.";a["job descr lib"]="Biblioth\u00e8que de la description du job";a["job descr lib hlp"]="Sp\u00e9cifie la biblioth\u00e8que pour la description du job. *LIBL ou *CURLIB peuvent \u00eatre sp\u00e9cifi\u00e9es.";a["item name"]="Nom de l'\u00e9l\u00e9ment";a["item name hlp"]="D\u00e9finit le nom d'affichage de l'\u00e9l\u00e9ment de navigation ou de la barre d'outils.";
426
+ a["action type"]="Type d'action";a["action type hlp"]="D\u00e9finit le type de l'application lanc\u00e9e par cet \u00e9l\u00e9ment.";a.url="URL";a["url hlp"]="D\u00e9finit l'URL de l'application Web. L'URL peut \u00eatre aboslue ou relative. Des param\u00e8tres de requ\u00eate peuvent \u00eatre sp\u00e9cifi\u00e9s dans l'URL.";a["genie url"]="URL Genie";a["genie url hlp"]="D\u00e9finit l'URL utilis\u00e9e pour lancer le Genie. Si non sp\u00e9cifi\u00e9e, l'URL Genie par d\u00e9faut /profoundui/auth/genie sera utilis\u00e9e. Ce champ est utile dans le cas d'une URL Genie personnalis\u00e9e ou lorsque des param\u00e8tres de requ\u00eates sont n\u00e9cessaires. par exemple : /profoundui/auth/genie?skin=MyCompany";
427
+ a["open as"]="Ouvrir en tant que";a["open as hlp"]="D\u00e9finit si l'\u00e9l\u00e9ment doit \u00eatre ouvert dans un nouvel onglet du portail ou en tant que nouvelle fen\u00eatre/nouvel onglet du navigateur. L'utilisation d'une fen\u00eatre ou onglet du navigateur d\u00e9pend des r\u00e9glages de celui-ci.";a["opens once only"]="Ex\u00e9cution unique";a["opens once only hlp"]="Par d\u00e9faut, si l'utilisateur ex\u00e9cute l'\u00e9l\u00e9ment alors que celui-ci est d\u00e9j\u00e0 ouvert dans le portail, un nouvel onglet est utilis\u00e9. Il n'y a pas de limite du nombre d'onglets que l'utilisateur est capable d'ouvrir de cette fa\u00e7on. Quand cette option est coch\u00e9e, l'utilisateur ne pourra ouvrir qu'un seul onglet correspondant \u00e0 cet \u00e9l\u00e9ment. Si l'onglet est d\u00e9j\u00e0 ouvert, le fait d'ex\u00e9cuter l'\u00e9l\u00e9ment activera cet onglet. Cette option est ignor\u00e9e si l'\u00e9l\u00e9ment s'ouvre dans une nouvelle fen\u00eatre ou un nouvel onglet du navigateur.";
428
+ a.icon="Ic\u00f4ne";a["icon hlp"]="Optionnel. D\u00e9finit l'ic\u00f4ne utilis\u00e9e dans le menu de navigation ou la barre d'outils. L'ic\u00f4ne peut \u00eatre au format GIF, JPG ou PNG. Les GIF transparents sont recommand\u00e9s. Le chemin devra \u00eatre sp\u00e9cifi\u00e9 en absolu depuis le r\u00e9pertoire racine d'installation de l'Atrium. Si aucune ic\u00f4ne n'est sp\u00e9cifi\u00e9e, l'Atrium utilisera l'ic\u00f4ne par d\u00e9faut pour les \u00e9l\u00e9ments de navigation. Aucune ic\u00f4ne ne sera affich\u00e9e pour les \u00e9l\u00e9ments de la barre d'outils sauf si sp\u00e9cifi\u00e9e ici.";
429
+ a.parameter="Param\u00e8tre";a["parameter hlp"]="Optionnel: Sp\u00e9cifie un param\u00e8tre qui sera pass\u00e9 au program Rich Display lors de son ex\u00e9cution.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function da(c){var a={};switch(c){case "runtimeMsg":a.closeMessage=" \u05d6\u05d4 \u05de\u05e1\u05d9\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05e2\u05dc\u05ea \u05d4\u05de\u05d7\u05e9\u05d1 \u05e9\u05dc\u05da.";a["no connection message"]=" \u05d0\u05d9\u05df \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05dc\u05d4\u05d2\u05d9\u05e2 \u05dc\u05e9\u05e8\u05ea. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05e9\u05dc\u05da \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.";a["upload file limit"]=
430
+ " \u05de\u05d2\u05d1\u05dc\u05d4 \u05e9\u05dc &1 \u05e7\u05d5\u05d1\u05e5 (\u05d9\u05dd) \u05d7\u05e8\u05d2\u05d5.";a["upload size limit"]=' \u05de\u05d2\u05d1\u05dc\u05d4 \u05e9\u05dc \u05de"\u05d1 &1 \u05dc\u05e7\u05d5\u05d1\u05e5 \u05d7\u05e8\u05d2\u05d5.';a["upload no files"]=" \u05dc\u05d0 \u05e0\u05d1\u05d7\u05e8\u05d5 \u05e7\u05d1\u05e6\u05d9\u05dd.";a["upload duplicate file"]=" \u05e7\u05d1\u05e6\u05d9\u05dd \u05db\u05e4\u05d5\u05dc\u05d9\u05dd \u05e0\u05d1\u05d7\u05e8\u05d5.";a["upload file exists"]=
431
+ " \u05d0\u05d7\u05d3 \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05db\u05d1\u05e8 \u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d1\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd.";a["upload prevented"]=" \u05d4\u05de\u05d1\u05e6\u05e2 \u05dc\u05de\u05e0\u05d5\u05e2 \u05e2\u05dc \u05d9\u05d3\u05d9 \u05ea\u05db\u05e0\u05d9\u05ea \u05d4\u05d9\u05e6\u05d9\u05d0\u05d4.";a["upload input limit"]=" \u05de\u05d2\u05d1\u05dc\u05ea \u05d2\u05d5\u05d3\u05dc \u05e7\u05dc\u05d8 \u05d4\u05db\u05d5\u05dc\u05dc \u05d7\u05e8\u05d2\u05d5.";
432
+ a["upload no session"]=" \u05d0\u05d9\u05e0\u05d4 \u05de\u05d7\u05d5\u05d1\u05e8 \u05dc\u05d4\u05e4\u05e2\u05dc\u05ea \u05de\u05e1\u05d5\u05e3 \u05d1\u05ea\u05d5\u05e7\u05e3.";a["upload timeout"]=" \u05e2\u05e1\u05e7\u05d4 \u05ea\u05dd \u05d4\u05d6\u05de\u05df \u05e9\u05d4\u05d5\u05e7\u05e6\u05d1.";a["upload invalid response"]=" \u05ea\u05d2\u05d5\u05d1\u05ea \u05d4\u05e9\u05e8\u05ea \u05d4\u05d9\u05d0 \u05d7\u05e1\u05e8\u05d4 \u05d0\u05d5 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05ea.";a["upload cancelled"]=
433
+ "Upload canceled.";a["close browser text"]=" \u05db\u05d3\u05d9 \u05dc\u05d4\u05e9\u05dc\u05d9\u05dd \u05d0\u05ea \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05ea\u05e0\u05ea\u05e7\u05d5\u05ea, \u05d1\u05d1\u05e7\u05e9\u05d4 \u05dc\u05e1\u05d2\u05d5\u05e8 \u05d0\u05ea \u05d7\u05dc\u05d5\u05df \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da.";a["session ended text"]=" \u05d4\u05e4\u05e2\u05dc\u05ea \u05d4\u05de\u05e1\u05d5\u05e3 \u05e9\u05dc\u05da \u05d4\u05e1\u05ea\u05d9\u05d9\u05de\u05d4.";a["outside ucs2"]=
434
+ " \u05d4\u05ea\u05d5\u05d5\u05d9\u05dd \u05d4\u05df \u05de\u05d7\u05d5\u05e5 \u05dc\u05d8\u05d5\u05d5\u05d7 \u05e9\u05dc UCS-2.";a["invalid number"]=" \u05de\u05e1\u05e4\u05e8 &1 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9 ";a["invalid length"]=" \u05d0\u05d5\u05e8\u05da &1 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e9\u05d2\u05d5\u05d9 \u05d0\u05d5 \u05e2\u05de\u05d3\u05d4 \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea";a["invalid decimal"]=" \u05de\u05e7\u05d5\u05de\u05d5\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd \u05de\u05d3\u05d9 &1(\u05de\u05e7\u05e1 &2)";
435
+ a["invalid choice"]=' \u05d0\u05d9\u05e0\u05d5 \u05d7\u05d5\u05e7\u05d9\u05ea. \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d7\u05d5\u05e7\u05d9\u05d5\u05ea \u05d4\u05df: "&2" \u05d0\u05d5 "&3" "&1"';a["invalid date"]=' \u05ea\u05d0\u05e8\u05d9\u05da "&1" \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9. \u05e4\u05d5\u05e8\u05de\u05d8 \u05d3\u05d5\u05d2\u05de\u05d4: &2 ';a["invalid time"]=" \u05d6\u05de\u05df &1 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9. \u05e4\u05d5\u05e8\u05de\u05d8 \u05d3\u05d5\u05d2\u05de\u05d4: &2";
436
+ a["invalid time stamp"]=' \u05d7\u05d5\u05ea\u05de\u05ea \u05d6\u05de\u05df \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05ea. \u05e4\u05d5\u05e8\u05de\u05d8 \u05d3\u05d5\u05d2\u05de\u05d4: &2 "&1"';a["invalid percent"]=" \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9\u05ea &1";a["invalid digits"]=" \u05d9\u05d5\u05ea\u05e8 \u05de\u05d3\u05d9 \u05e1\u05e4\u05e8\u05d5\u05ea \u05d1-&1. \u05de\u05e7\u05e1: 2&";a["exceeds whole"]=' \u05e2\u05d5\u05dc\u05d4 \u05e2\u05dc \u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e8\u05d1\u05d9 \u05e9\u05dc \u05e1\u05e4\u05e8\u05d5\u05ea \u05dc\u05db\u05dc \u05d7\u05dc\u05e7 \u05d4\u05de\u05e1\u05e4\u05e8 "&1" (&2 \u05e1\u05e4\u05e8\u05d5\u05ea)';
437
+ a["exceeds decimal"]=' \u05e2\u05d5\u05dc\u05d4 \u05e2\u05dc \u05d4\u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e8\u05d1\u05d9 \u05e9\u05dc \u05e1\u05e4\u05e8\u05d5\u05ea \u05dc\u05d7\u05dc\u05e7 \u05d4\u05e2\u05e9\u05e8\u05d5\u05e0\u05d9 "&1" (&2 \u05e1\u05e4\u05e8\u05d5\u05ea)';a["zip too long"]=" \u05d4\u05de\u05d9\u05e7\u05d5\u05d3 \u05d4\u05d5\u05d0 \u05d0\u05e8\u05d5\u05da \u05de\u05d3\u05d9. \u05de\u05e7\u05e1\u05d9\u05de\u05d5\u05dd: &1 \u05e1\u05e4\u05e8\u05d5\u05ea";a["phone too long"]=" \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df \u05d0\u05e8\u05d5\u05da \u05de\u05d3\u05d9. \u05de\u05e7\u05e1\u05d9\u05de\u05d5\u05dd: &1 \u05e1\u05e4\u05e8\u05d5\u05ea";
438
+ a["ssno too long"]=" \u05de\u05e1\u05e4\u05e8 \u05d4\u05d1\u05d9\u05d8\u05d5\u05d7 \u05d4\u05dc\u05d0\u05d5\u05de\u05d9 \u05d4\u05d5\u05d0 \u05d0\u05e8\u05d5\u05da \u05de\u05d3\u05d9. \u05de\u05e7\u05e1\u05d9\u05de\u05d5\u05dd: &1 \u05e1\u05e4\u05e8\u05d5\u05ea";a["invalid custom val"]=" \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9 \u05d4\u05ea\u05d9\u05e7\u05d5\u05e3 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea";a["error custom val"]=" \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05ea \u05d4\u05ea\u05d9\u05e7\u05d5\u05e3 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea";
439
+ a.ME=" \u05e9\u05d3\u05d4 \u05d4\u05d6\u05e0\u05ea \u05d7\u05d5\u05d1\u05d4. \u05e2\u05dc\u05d9\u05da \u05dc\u05d4\u05d6\u05d9\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd";a.MF=" \u05e9\u05d3\u05d4 \u05de\u05d9\u05dc\u05d5\u05d9 \u05d7\u05d5\u05d1\u05d4. \u05e2\u05dc\u05d9\u05da \u05dc\u05de\u05dc\u05d0 \u05d0\u05ea \u05ea\u05d9\u05d1\u05ea \u05d4\u05e7\u05dc\u05d8 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df";a.required=" \u05d4\u05e2\u05e8\u05da \u05d0\u05d9\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05e8\u05d9\u05e7. \u05e9\u05d3\u05d4 \u05d6\u05d4 \u05e0\u05d3\u05e8\u05e9";
440
+ a["file required"]=" \u05e2\u05dc\u05d9\u05da \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e7\u05d5\u05d1\u05e5 \u05d0\u05d7\u05d3 \u05dc\u05e4\u05d7\u05d5\u05ea";a["signature overflow"]=" \u05d2\u05d5\u05d3\u05dc \u05e6\u05d9\u05d5\u05e8 \u05d4\u05d7\u05ea\u05d9\u05de\u05d4 \u05d7\u05d5\u05e8\u05d2 \u05de\u05d4\u05e2\u05e8\u05da \u05d4\u05de\u05e8\u05d1\u05d9. \u05d0\u05e0\u05d0 \u05dc\u05e0\u05e7\u05d5\u05ea \u05d0\u05ea \u05de\u05e9\u05d8\u05d7 \u05d4\u05d7\u05ea\u05d9\u05de\u05d4 \u05d5\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1";
441
+ a.validValues=" \u05e2\u05e8\u05da \u05d4\u05d6\u05e0\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d7\u05d5\u05e7\u05d9. \u05e2\u05e8\u05db\u05d9\u05dd \u05d7\u05d5\u05e7\u05d9\u05d9\u05dd \u05d4\u05dd";a["upload invalid type"]="\u05d0\u05d7\u05d3 \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8 \u05de\u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05e1\u05d5\u05d2 \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9";a["invalid email"]='\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0"\u05dc \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9';a["session timed out"]=
442
+ "\u05e1\u05d1\u05d9\u05d1\u05ea \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e9\u05dc\u05da \u05e0\u05e1\u05d2\u05e8\u05d4.";a["invalid low range"]="\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc- &1";a["invalid high range"]="\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc- &1";a["invalid range"]="\u05d8\u05d5\u05d5\u05d7 \u05d7\u05d5\u05e7\u05d9 \u05d4\u05d5\u05d0 &1 \u05dc- &2.";
443
+ a["unmonitored exception"]="\u05d4\u05ea\u05db\u05e0\u05d9\u05ea \u05e0\u05ea\u05e7\u05dc\u05d4 \u05d1\u05d7\u05e8\u05d9\u05d2 \u05d1\u05dc\u05ea\u05d9 \u05de\u05d1\u05d5\u05e7\u05e8. \u05d0\u05e0\u05d0 \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05de\u05e0\u05d4\u05dc \u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05dc\u05e2\u05d6\u05e8\u05d4";a["loading x"]="Loading &1...";a["data src not specfd x"]="Data source not specified for &1...";a["name fld not specfd x"]="Name field not specified for &1...";
444
+ a["val fld not specfd x"]="Value field not specified for &1...";a["failed to load x"]="Failed to load &1.";a["cannot rmv last col"]="You cannot remove the last column.";a["cannot find col"]="Cannot find the specified columnId.";a["subfile deletion"]="Are you sure you want to delete the subfile?";a["downloading x"]="Downloading &1";a["ie9 too low xlsxpics"]="Images cannot be exported using IE9 or lower.";a["keyboard input inhibited"]="Keyboard entry not allowed in this field.";a["num sessions exceeded"]=
445
+ "Number of allowed sessions exceeded.";a["unable to load portal"]="Unable to load portal settings or navigation items.";a["unable to load macr act"]="Unable to load macro actions.";a["unable to load macr var"]="Unable to load macro variables.";a["unable to load scrn lst"]="Unable to load screen list.";a["unable to load new sett"]="Unable to load new settings.";a["unable to load x"]="Unable to load &1.";a["unable to add x"]="Unable to add &1.";a["unable to rename x"]="Unable to rename &1.";a["unable to delete x"]=
446
+ "Unable to delete &1.";a["unable to update x"]="Unable to update &1.";a["unable to reassn x"]="Unable to reassign &1.";a["unable to reorder items"]="Unable to reorder items.";a["unable to save theme"]="Unable to save theme setting.";a["unable eval script url"]="Unable to evaluate scripted web app URL.";a["close browser text AT"]="Unsaved changes to the session(s) will be lost.";a["close all tabs"]="Close all tabs?";a["close tab"]="Do you want to close this tab?";a["invalid script url"]="Invalid value for scripted web app URL.";
447
+ a["unrecognized format"]="Unrecognized format.";a["screen already defined"]='Screen "&1" is already defined.';a["macro already defined"]='Macro "&1" is already defined.';a["no screen ids"]="There are no screen identifiers to display";a["confirm delete"]="Confirm Delete";a["no actions"]="There are no actions to display.";a["msg action input var"]='Enter the value in variable "&1" into the field at row &2 column &3.';a["msg action input user"]="Enter the current user profile into the field at row &1 column &2.";
448
+ a["msg action input js"]="Enter the result of JavaScript expression <strong>&1</strong> into the field at row &2 column &3.";a["msg action input other"]='Enter the value "&1" into the field at row &2 column &3.';a["msg presskey var"]='Press the key defined in variable "&1".';a["msg presskey other"]='Press the "&1" key.';a["msg del scrn from macro"]="Are you sure you want to delete the selected screen(s) from this macro?<br /> All associated actions will also be deleted.";a["choose scrn macro"]="Choose a screen or macro to work with its properties.";
449
+ a["choose a nav or toolbar"]="Choose a navigation or toolbar item to work with its properties.";a["confirm del sel x"]="Are you sure you want to delete the selected &1?";a["permission settings"]="permission setting(s)";a["adding x"]="Adding &1...";a["deleting x"]="Deleting &1 ...";a["reassigning x"]="Reassigning &1...";a.loading="\u05d8\u05d5\u05e2\u05df";a.saving="Saving...";a["x added"]="&1 added.";a["x deleted"]="&1 deleted.";a["x reassigned"]="&1 reassigned.";a["x updated"]="&1 updated.";a["x saved"]=
450
+ "&1 saved.";a["msg del group"]='Are you sure you want to delete group "&1"?<br /><br />Deleting groups also deletes any subgroups and any associated users.<br /><br />Are you sure you want to continue?';a["conf reassign users 1"]="Are you sure you want to reassign ";a["conf reassign users 2a"]='user "&1" ';a["conf reassign users 2b"]="the selected users ";a["conf reassign users 3"]=' to group "&1"?';a["conf reassign group"]='Are you sure you want to reassign group "&1" to group "&2"?';a["conf delete users 1"]=
451
+ "Are you sure you want to delete ";a["conf delete users 2a"]='user "&1"?';a["conf delete users 2b"]="the selected users?";a["no users"]="There are no users to display.";a["cannot delete own grp"]="You cannot delete your own group.";a["cannot delete own usr"]="You cannot delete your own user profile.";a["not auth reassign prf"]="You are not authorized to reassign your own profile.";a["typeselect macro name"]="Type or select macro name...";a["any child items will"]="Any child items will also be deleted.";
452
+ a["password must be"]="Passwords must be at least 6 characters.";a["type or sel home page"]="Type or select home page...";a["x is already in list"]='"&1" is already in the list.';a["x is not valid libname"]='"&1" is not a valid library name.';a["no libraries in list"]="No libraries in the list";a["add libl entry"]="Add library list entry";a["would you like add ano"]="Would you like to add another?";a["already in suppl grp x"]='User is already in supplemental group "&1".';a["cannot move screen"]="Unable to move Macro Screen";
453
+ a["ready to add"]="(Ready to add actions on this screen)";a["duplicate actions"]="Duplicate action(s) found for this row/column, unpredictable results could occur. Please review actions and delete duplicates.";break;case "runtimeText":a["upload select text"]=" \u05d1\u05d7\u05e8 \u05e7\u05d1\u05e6\u05d9\u05dd ";a["upload clear text"]=" \u05e0\u05e7\u05d4 ";a["upload remove text"]=" \u05d4\u05e1\u05e8 ";a["upload upload text"]=" \u05d4\u05e2\u05dc\u05d4 ";a["upload drophere text"]="Drop files here";
454
+ a["upload browser unsupported"]="Drag/drop files requires Internet Explorer 10 or higher, Chrome, or Firefox";a["upload finished text"]="Finished";a["excel export text"]=" \u05d9\u05e6\u05d5\u05d0 \u05dc\u05d0\u05e7\u05e1\u05dc ";a["export to x"]="Export to &1";a["filter text"]=" \u05de\u05e1\u05e0\u05df ";a["find text"]="Find";a["reset data"]="Reset";a["remove filters text"]=" \u05d4\u05e1\u05e8 \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05e1\u05e0\u05e0\u05d9\u05dd ";a["displayed columns"]="Displayed Columns";
455
+ a["next link text"]=" \u05d4\u05d1\u05d0\u05d4 ";a["previous link text"]=" \u05d4\u05e7\u05d5\u05d3\u05dd ";a["sort ascending text"]=" \u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9 \u05e1\u05d3\u05e8 \u05e2\u05d5\u05dc\u05d4 ";a["sort descending text"]=" \u05de\u05d9\u05d9\u05df \u05d1\u05e1\u05d3\u05e8 \u05d9\u05d5\u05e8\u05d3 ";a["sort..."]="Sort...";a.sort="Sort";a["sort multiple"]="Sort Multiple Columns";a.column="Column";a.direction="Direction";a.order="Order";a.row=" \u05e9\u05d5\u05e8\u05d4 ";
456
+ a.rows=" \u05e9\u05d5\u05e8\u05d5\u05ea ";a.page=" \u05e2\u05de\u05d5\u05d3 ";a.collapseAll="\u05dc\u05db\u05d5\u05d5\u05e5 \u05d4\u05db\u05dc";a.expandAll="\u05dc\u05d4\u05e8\u05d7\u05d9\u05d1 \u05d4\u05db\u05dc";a.user="\u05de\u05e9\u05ea\u05de\u05e9";a.password="\u05e1\u05d9\u05e1\u05de\u05d0";a["sign on"]="\u05dc\u05d4\u05d9\u05e8\u05e9\u05dd";a.pui="Profound UI";a["pui sign on"]=a.pui+" "+a["sign on"];a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="\u05d6\u05d9\u05d4\u05d5\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4";
457
+ a["ctlr job"]="Controller Job";a["app job"]="Application Job";a["joblog download"]="Download Job Logs";a["curr user"]="Current User";a["remote ip"]="Remote IP Address";a["remote port"]="Remote Port";a.severity="\u05e8\u05e6\u05d9\u05e0\u05d5\u05ea";a.date="\u05ea\u05d0\u05e8\u05d9\u05da";a.time="\u05d6\u05de\u05df";a.program="\u05ea\u05db\u05e0\u05d9\u05ea";a.procedure="\u05e4\u05e8\u05d5\u05e6\u05d3\u05d5\u05e8\u05d4";a.lines="\u05e9\u05d5\u05e8\u05d4";a.message="\u05d4\u05d5\u05d3\u05e2\u05d4";
458
+ a["new session"]="\u05de\u05d5\u05e9\u05d1 \u05d7\u05d3\u05e9";a.close="\u05dc\u05e1\u05d2\u05d5\u05e8";a["current password"]="\u05e1\u05d9\u05e1\u05de\u05d0 \u05e0\u05d5\u05db\u05d7\u05d9\u05ea";a["new password"]="\u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4";a["repeat new password"]="\u05d7\u05d6\u05d5\u05e8 \u05e2\u05dc \u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4";a.submit="\u05e9\u05dc\u05d7";a.exit="\u05d9\u05e6\u05d9\u05d0\u05d4";a.warning="\u05d0\u05d6\u05d4\u05e8\u05d4";
459
+ a["change password"]="\u05e9\u05d9\u05e0\u05d5\u05d9 \u05e1\u05d9\u05e1\u05de\u05d0";a.cancel="\u05dc\u05d1\u05d8\u05dc";a["find text"]="\u05de\u05e6\u05d0";a["remove filter"]="\u05d4\u05e1\u05e8 \u05e1\u05d9\u05e0\u05d5\u05df";a.chart="Chart";a.section="Section";a.version="Version";a.fixPack="Fix Pack";a.yes="Yes";a.no="No";a.settings="Settings";a.favorites="Favorites";a["type query press en"]="Type query, press Enter.";a["add to favorites"]="Add to Favorites";a["rmv from favorites"]="Remove from Favorites";
460
+ a["please wait"]="Please wait...";a["control panel"]="Control Panel";a["my settings"]="My Settings";a["about atrium"]="About Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Warning: This computer program is protected by copyright law<br />and international treaties. Unauthorized reproduction or<br />distribution of this program, or any portion of it, may result in<br />severe civil and criminal penalties, and will be prosecuted to the<br />maximum extent possible under the law.<br /><br />Patented. &nbsp;U.S. Patent No. 8,667,405 B2.";
461
+ a.item="Item";a["open selected item"]="Open Selected Item";a.of="\u05e9\u05c1\u05b6\u05dc";a["no results to dsp"]="No results to display.";a["displaying results"]="Displaying results";a["search results"]="Search Results";a["new folder"]="New Folder";a.rename="Rename";a.description="Description";a.ok="OK";a.add="Add";a["add x"]="Add &1";a["delete"]="Delete";a.screen="Screen";a.screens="Screens";a.macro="Macro";a.macros="Macros";a["screen id"]="Screen Identifier";a["screen ids"]="Screen Identifiers";
462
+ a["field row"]="Field Row";a["field column"]="Field Column";a["field value"]="Field Value";a.value="Value";a.action="Action";a.actions="Actions";a["detect once"]="Detect Once";a["delete screen"]="Delete Screen";a["genie macros"]="Genie Macros";a["screen name"]="Screen name";a.identifier="Identifier";a.identifiers="Identifiers";a["macro name"]="Macro name";a["close browser wintab"]="Close the browser window or tab.";a.select="Select";a["write value in field"]="Write a value into a field";a["press a key"]=
463
+ "Press a key";a["a literal value"]="A literal value";a["a variable value"]="A variable value";a["cur user profile"]="The current user profile";a["result js expr"]="The result of a JavaScript expression";a["action data"]="Action data";a["data type"]="Data type";a.users="Users";a["all groups"]="All Groups";a["supplemental groups"]="Supplemental Groups";a["users w primary grp"]='Users whose Primary Group is "&1"';a["users w suppl grp"]='Users with Supplemental Group for "&1"';a.group="Group";a.groups=
464
+ "Groups";a.edit="Edit";a["edit x"]="Edit &1";a.manager="Manager";a.administrator="Administrator";a["primary group"]="Primary Group";a["delete x"]="Delete &1";a["reassign x"]="Reassign &1";a["navigation item"]="Navigation Item";a["navigation items"]="Navigation Items";a["navigation panel"]="Navigation Panel";a["home pages"]="Home Pages";a["menu group"]="Menu Group";a["menu item"]="Menu Item";a["toolbar items"]="Toolbar Items";a.toolbar="Toolbar";a.button="Button";a["pulldown menu"]="Pulldown Menu";
465
+ a["pulldown menu item"]="Pulldown Menu Item";a["separator bar"]="Separator Bar";a.spacer="Spacer";a["item details"]="Item Details";a["item number"]="Item number";a["item type"]="Item type";a["genie macro"]="Genie Macro";a["rdf application"]="Rich Display File Application";a["web application"]="Web Application";a["pc command"]="PC Command";a["launcher command"]="Launcher Command";a["dspf program library"]="Display file program library";a["dspf program"]="Display file program";a["variable name x"]=
466
+ "Variable name &1";a["a tab in the portal"]="A tab in the portal";a["a new browser wind"]="A new browser window or tab";a.update="Update";a.fill="Fill";a.permissions="Permissions";a["user/group name"]="User/Group Name";a["all users groups"]="All Users and Groups";a.type="Type";a.access="Access";a.allow="Allow";a.disallow="Disallow";a.navigation="Navigation";a["add usrgrp perm"]="Add User/Group Permissions";a.membership="Membership";a.none="None";a.remove="Remove";a.appearance="Appearance";a["home page"]=
467
+ "Home page";a.tree="Tree";a.accordion="Accordion";a["min search chars"]="Minimum search characters";a["libl for rdf apps"]="Library List for Rich Display File Applications";a["library list"]="Library list";a.library="Library";a["use atrium def libl"]="Use Atrium default library list";a["use jobd libl"]="Use library list from JOBD";a["specify libl"]="Specify library list";a.up="Up";a.down="Down";a["move up"]="Move Up";a["move down"]="Move Down";a["global settings"]="Global settings";a.save="Save";
468
+ a["add usr to supp grp"]="Add User to Supplemental Group";a["member of"]="Member of";a["member of hlp"]="The group that this user/group belongs to.";a["group name"]="Group name";a["group name hlp"]="The display name for this group.";a["inherit settings"]="Inherit settings";a["inherit settings hlp"]="When this option is checked, the user/group will inherit settings from its parent. When unchecked, the user/group will have its own settings data.";a["user name"]="User Name";a["user name hlp"]="The display name of this user profile.";
469
+ a["access role"]="Access Role";a["access role hlp"]="Controls the access role of this user. Administrators can manage all groups and users, and can also control application authorities. Managers can configure user and group settings within their own group. Users have no special privileges.";a["can edit profile"]="Can edit profile";a["can edit profile hlp"]='Allows the user to edit "appearance" and "navigation" settings, and to change the password. All other settings are never editable by the user.';
470
+ a["user profile"]="User Profile";a["user profile hlp"]="The user profile name. User profile names are case sensitive, unless IBM i profiles are used.";a["password hlp"]="Sets/resets the password. Passwords are case sensitive.";a["conf password"]="Confirm Password";a["conf password hlp"]="When setting/resetting the password, this field must match exactly to the new password given. Passwords are case sensitive.";a["browser title"]="Browser title";a["browser title hlp"]="Sets the text that will display in the browser's title bar.";
471
+ a["show banner"]="Show banner";a["show banner hlp"]="Uncheck this option if you do not wish to show the banner at the top of the portal.";a["banner height"]="Banner height";a["banner height hlp"]="Sets the height of the banner at the top of the portal in pixels. This setting is ignored if you have chosen not to show the banner. Valid values are 0-600 pixels.";a["banner url"]="Banner URL";a["banner url hlp"]="Sets the URL where the banner content is located. Can be either an absolute or fully qualified URL.";
472
+ a.theme="Theme";a["theme hlp"]='Sets the default theme. This can be overridden by individual users if <strong>"Allow users to select theme"</strong> is enabled.';a["allow sel theme"]="Allow user to select theme";a["allow sel theme hlp"]="If checked, users will have the ability to select their desired theme using a control in the toolbar.";a["show menu search"]="Show menu search";a["show menu search hlp"]="Uncheck to disable the menu search feature.";a["show fav sys"]="Show Favorites system";a["show fav sys hlp"]=
473
+ "Uncheck to disable the Favorites system.";a["show fav start"]="Show Favorites on startup";a["show fav start hlp"]="If checked, the Favorites panel is shown on startup. Otherwise the Navigation panel will be shown (default). This option will only be available if Favorites system is enabled.";a["limit num sessn"]="Limit number of sessions";a["limit num sessn hlp"]="Number of Atrium sessions allowed for this user/group. A value of zero allows for unlimited sessions. The limitation is applied per web browser.";
474
+ a["show hmpg start"]="Show home page on startup";a["show hmpg start hlp"]="If checked, a customizable home page will be launched in the portal on startup.";a["home page url"]="Home page URL";a["home page url hlp"]="Sets the URL where the home page content is located. Can be either an absolute or fully qualified URL.";a["navi pnl title"]="Navigation panel title";a["navi pnl title hlp"]="Sets the text that will display in the navigation panel's title bar.";a["navi pnl width"]="Navigation panel start width";
475
+ a["navi pnl width hlp"]="Sets the starting width of the navigation panel in pixels. The user can resize or even hide the panel as desired. Valid values are 0-2000 pixels.";a["navi type"]="Navigation type";a["navi type hlp"]='Controls the type of menu used in the navigation panel, "tree" or "accordion". This setting does not apply to the toolbar.';a["single click nav"]="Single click navigation";a["single click nav hlp"]="If checked, menu items in the navigation panel will launch on a single click. Otherwise, they will launch only on double click. This setting does not apply to the toolbar.";
476
+ a["current library"]="Current library";a["current library hlp"]="Specify the current library, *USRPRF, or *CRTDFT.";a["job descr"]="Job description";a["job descr hlp"]="Specify a job description to set the library list from. *USRPRF can be specified if the Atrium users are IBM i user profiles.";a["job descr lib"]="Job description library";a["job descr lib hlp"]="Specify the library for the job description. *LIBL or *CURLIB can be specified.";a["item name"]="Item name";a["item name hlp"]="Sets the display name of the navigation or toolbar item.";
477
+ a["action type"]="Action type";a["action type hlp"]="Sets the type of application that this item launches.";a.url="URL";a["url hlp"]="Sets the URL of the Web application. This can be specified either as an absolute path or a fully qualified URL. Query string parameters may be specified on the URL.";a["genie url"]="Genie URL";a["genie url hlp"]="Sets the URL that is used to launch Genie. If not specified, the default Genie URL /profoundui/auth/genie will be used. This field is useful if an alternate Genie URL or query string parameters are required. For example: /profoundui/auth/genie?skin=MyCompany";
478
+ a["open as"]="Open as";a["open as hlp"]="Sets whether to launch the item as a new tab in the portal, or as a new browser window or tab. Whether the browser uses a new window or tab depends on the user's browser settings.";a["opens once only"]="Opens once only";a["opens once only hlp"]="By default, if the user launches this item when a tab is already open to it in the portal, another tab will be opened to the item. There is no limitation on the number of tabs the user can open in this way. When this open is checked, the user will not be able to open more than one tab to this item. If there is already a tab open for the item when the user selects it, the existing tab will be activated. This option is ignored when opening the item in a new browser window or tab.";
479
+ a.icon="Icon";a["icon hlp"]="Optional. Sets an icon file to be used for the navigation or toolbar item. The icon file can be in GIF, JPG, or PNG format. Transparent GIFs are recommended. The path should be given as an absolute path from the root of the Atrium installation. If no icon is specified, Atrium will use a default icon for navigation items. No icon will be shown for toolbar items unless specified here.";a.parameter="Parameter";a["parameter hlp"]="Optional: Specifies a parameter that will be passed to your Rich Display program when it is launched.";
480
+ break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function ea(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="Questo terminer\u00e0 la sessione.";a["no connection message"]="Impossibile raggiungere il server. Controllare la connessione e riprovare.";a["upload file limit"]="Limite di &1 file superato.";a["upload size limit"]="Limite di &1MB per file superato.";a["upload no files"]="Nessun file selezionato.";a["upload duplicate file"]="Sono stati selezionati file duplicati.";a["upload file exists"]="Uno o pi\u00f9 file sono gi\u00e0 presenti nel file system.";
481
+ a["upload prevented"]="Operazione impedita da exit program.";a["upload input limit"]="Superato limite della dimensione totale input.";a["upload no session"]="Non collegato ad una sessione valida.";a["upload timeout"]="Scaduto il tempo per la transazione.";a["upload invalid response"]="La risposta del server \u00e8 mancante o non \u00e8 valida.";a["upload cancelled"]="Caricamento cancellato.";a["close browser text"]="Per completare la chiusura della sessione, chiudere la finestra del browser.";a["session ended text"]=
482
+ "La sessione si \u00e8 conclusa.";a["outside ucs2"]="Caratteri fuori dall'ambito UCS-2.";a["invalid number"]="&1 non \u00e8 un numero valido.";a["invalid length"]="&1 ha lunghezza dati o posizione decimale errata.";a["invalid decimal"]="&1 ha troppe cifre decimali. (max: &2)";a["invalid choice"]='"&1" non \u00e8 valido. Scelte valide sono: "&2" o "&3".';a["invalid date"]='"&1" non \u00e8 una data valida. Esempio di formato corretto: &2';a["invalid time"]='"&1" non \u00e8 un valore di tempo corretto. Esempio di formato corretto: &2';
483
+ a["invalid time stamp"]='"&1" non \u00e8 un riferimento di tempo valido. Esempio di formato corretto: &2';a["invalid percent"]="&1 non \u00e8 un decimale valido.";a["invalid digits"]='"&1" contiene troppe cifre. Max: &2';a["exceeds whole"]='"&1" supera il numero massimo di cifre per la parte intera del numero (&2 digits).';a["exceeds decimal"]='"&1" supera il numero massimo di cifre per la parte decimale (&2 digits).';a["zip too long"]="CAP \u00e8 troppo lungo. (Massimo: &1 cifre)";a["phone too long"]=
484
+ "Numero di telefono \u00e8 troppo lungo. (Massimo: &1 cifre)";a["ssno too long"]="Codice fiscale \u00e8 troppo lungo. (Massimo: &1 cifre)";a["invalid custom val"]="Non valida funzione di validazione personalizzata.";a["error custom val"]="Errore nella funzione di convalida personalizzata.";a.ME="Campo con obbligo di riempimento. \u00c8 necessario immettere dati.";a.MF="Campo con obbligo di riempimento. \u00c8 necessario riempire completamente la casella dati.";a.required="Il valore non pu\u00f2 essere vuoto. Questo campo \u00e8 obbligatorio.";
485
+ a["file required"]="\u00c8 necessario selezionare almeno un file.";a["signature overflow"]="La dimensione del testo firma supera il numero massimo di byte disponibili per memorizzare la firma. Si prega di cancellare la pad per la firma elettronica e provare di nuovo.";a.validValues="Valore inserito non \u00e8 valido. I valori validi sono: ";a["upload invalid type"]="Uno o pi\u00f9 file sono di tipo non valido.";a["invalid email"]="mail non valido.";a["session timed out"]="La tua sessione \u00e9 scaduta.";
486
+ a["invalid low range"]="Il valore deve essere maggiore o uguale a &1";a["invalid high range"]="Il valore deve essere minore o uguale a &1";a["invalid range"]="Intervallo valido da &1 a &2";a["unmonitored exception"]="Il programma ha raggiunto un'eccezione non gestita. Per assistenza, si prega di contattare l'amministratore di sistema.";a["loading x"]="Caricamento di &1 in corso...";a["data src not specfd x"]="Risorsa non specificata per &1...";a["name fld not specfd x"]="Campo Nome non specificato per &1...";
487
+ a["val fld not specfd x"]="Campo valore non specificato per &1...";a["failed to load x"]="Caricamento di &1 non riuscito.";a["cannot rmv last col"]="L'ultima colonna non pu\u00f2 essere rimossa.";a["cannot find col"]="Id della colonna non trovato.";a["subfile deletion"]="Sei sicuro di che voler eliminare il subfile?";a["downloading x"]="Download di &1 in corso";a["ie9 too low xlsxpics"]="Le immagini non possono essere esportate con IE9 o versioni precedenti.";a["keyboard input inhibited"]="La voce della tastiera non \u00e8 consentita in questo campo.";
488
+ a["pccommand error"]="El intento de lanzar el comando STRPCCMD ha producido un error. Aseg\u00farese de que Profound UI PC Command Listener est\u00e1 ejecut\u00e1ndose en la m\u00e1quina y est\u00e1 correctamente configurado. Consulte la consola del navegador para obtener m\u00e1s informaci\u00f3n. (Por lo general Crtl+Shift+I)";a["no data"]="Nessun dato";a["num sessions exceeded"]="\u00c8 stato superato il numero di sessioni consentite.";a["unable to load portal"]="Impossibile caricare le impostazioni del portale o gli elementi della navigazione.";
489
+ a["unable to load macr act"]="Impossibile caricare le azioni della macro.";a["unable to load macr var"]="Impossibile caricare le variabili della macro.";a["unable to load scrn lst"]="Impossibile caricare la lista delle schermate.";a["unable to load new sett"]="Impossibile caricare le nuove impostazioni.";a["unable to load x"]="Impossibile caricare &1.";a["unable to add x"]="Impossibile aggiungere &1.";a["unable to rename x"]="Impossibile rinominare &1.";a["unable to delete x"]="Impossibile cancellare &1.";
490
+ a["unable to update x"]="Impossibile aggiornare &1.";a["unable to reassn x"]="Impossibile riassegnare &1.";a["unable to reorder items"]="Impossibile riordinare gli elementi.";a["unable to save theme"]="Impossibile salvare le impostazioni del tema.";a["unable eval script url"]="Impossibile risolvere l'URL della web app.";a["close browser text AT"]="I cambiamenti non salvati della sessione (o sessioni) andranno persi.";a["close all tabs"]="Chiudere tutte le schede?";a["close tab"]="Chiudere la scheda?";
491
+ a["invalid script url"]="Valore URL della web app non valido.";a["unrecognized format"]="Formato non riconosciuto.";a["screen already defined"]='La schermata "&1" \u00e8 gi\u00e0 definita.';a["macro already defined"]='La macro "&1" \u00e8 gi\u00e0 definita.';a["no screen ids"]="Non ci sono identificatori della schermata da mostrare";a["confirm delete"]="Conferma cancellazione";a["no actions"]="Non ci sono azioni da mostrare.";a["msg action input var"]='Inserire il valore della variabile "&1" nel campo alla riga &2 e colonna &3.';
492
+ a["msg action input user"]="Inserire il profilo utente attuale nel campo alla riga &1 e colonna &2.";a["msg action input js"]="Inserire il risultato dell'espressione JavaScript <strong>&1</strong> nel campo alla riga &2 e colonna &3.";a["msg action input other"]='Inserire il valore "&1" nel campo alla riga &2 e colonna &3.';a["msg presskey var"]='Premere il tasto definito nella variabile "&1".';a["msg presskey other"]='Premere il tasto "&1".';a["msg del scrn from macro"]="Sei sicuro di voler eliminare le schermate selezionate da questa macro?<br /> Anche tutte le azioni associate saranno eliminate.";
493
+ a["choose scrn macro"]="Seleziona una schermata o una macro per lavorare con le sue propriet\u00e0.";a["choose a nav or toolbar"]="Seleziona un elemento di navigazione o della barra degli strumenti per lavorare con le sue propriet\u00e0.";a["confirm del sel x"]="Sei sicuro di voler cancellare &1?";a["permission settings"]="l'Impostazione/le Impostazioni di Autorizzazione";a["adding x"]="Aggiunta di &1 in corso...";a["deleting x"]="Eliminazione di &1 in corso...";a["reassigning x"]="Riassegnamento di &1 in corso...";
494
+ a.loading="Caricamento in corso...";a.saving="Salvataggio in corso...";a["x added"]="&1 aggiunto.";a["x deleted"]="&1 eliminato.";a["x reassigned"]="&1 riassegnato.";a["x updated"]="&1 aggiornato.";a["x saved"]="&1 salvato.";a["msg del group"]='Sei sicuro di voler eliminare il gruppo "&1"?<br /><br />Cancellando un gruppo verranno eliminati anche tutti i suoi sottogruppi e gli utenti associati.<br /><br />Sei sicuro di voler continuare?';a["conf reassign users 1"]="Sei sicuro di voler riassegnare ";
495
+ a["conf reassign users 2a"]='l\'utente "&1" ';a["conf reassign users 2b"]="gli utenti selezionati ";a["conf reassign users 3"]=' al gruppo "&1"?';a["conf reassign group"]='Sei sicuro di voler riassegnare il gruppo "&1" al grupo "&2"?';a["conf delete users 1"]="Sei sicuro di voler eliminare ";a["conf delete users 2a"]='l\'utente "&1"?';a["conf delete users 2b"]="gli utenti selezionati?";a["no users"]="Non ci sono utenti da mostrare.";a["cannot delete own grp"]="Non puoi cancellare il tuo gruppo.";
496
+ a["cannot delete own usr"]="Non puoi cancellare il tuo profilo utente.";a["not auth reassign prf"]="Non sei autorizzato a riassegnare il tuo profilo.";a["typeselect macro name"]="Digita o seleziona il nome della macro...";a["any child items will"]="Anche eventuali elementi figli verranno eliminati.";a["password must be"]="La passwords deve essere lunga almeno 6 caratteri.";a["type or sel home page"]="Digita o seleziona home page...";a["x is already in list"]='"&1" \u00e8 gi\u00e0 nella lista.';a["x is not valid libname"]=
497
+ '"&1" non \u00e8 un nome libreria valido.';a["no libraries in list"]="Nella lista non \u00e8 presente nessuna libreria";a["add libl entry"]="Aggiungi voce alla lista librerie";a["would you like add ano"]="Vuoi aggiungerne un'altra?";a["already in suppl grp x"]='L\'utente \u00e8 gi\u00e0 nel gruppo supplementare "&1".';a["cannot move screen"]="Impossibile spostare il Macro Screen";a["ready to add"]="(La schermata \u00e8 pronta per l\u2019aggiunta di azioni)";a["duplicate actions"]="Sono presenti azioni duplicate per questa riga/colonna; potrebbero verificarsi risultati imprevisti. Si prega di rivedere le azioni e cancellare i duplicati.";
498
+ break;case "runtimeText":a["upload select text"]="Seleziona File";a["upload clear text"]="Cancella";a["upload remove text"]="Rimuovi";a["upload upload text"]="Carica";a["upload drophere text"]="Rilascia qui i file";a["upload browser unsupported"]="La funzione drag&drop richiede Internet Explorer 10 o pi\u00f9 recente, Chrome, o Firefox";a["upload finished text"]="Upload completato";a["excel export text"]="Esporta in Excel";a["export to x"]="Esporta in &1";a["filter text"]="Filtra";a["find text"]=
499
+ "Cerca";a["reset data"]="Ripristina i dati";a["remove filters text"]="Rimuovi tutti i filtri";a["displayed columns"]="Colonne Visualizzate";a["next link text"]="Successivo";a["previous link text"]="Precedente";a["sort ascending text"]="Ordinare in Senso Ascendente";a["sort descending text"]="Ordinare in Senso Discendente";a["sort..."]="Ordina...";a.sort="Ordina";a["sort multiple"]="Ordina Colonne Multiple";a.column="Colonna";a.direction="Direzione";a.order="Priorit\u00e0";a.row="riga";a.rows="righe";
500
+ a.page="Pagina";a.collapseAll="Comprimi tutto";a.expandAll="Espandi tutto";a.user="Utente";a.password="Password";a["sign on"]="Accesso";a.pui="Profound UI";a["pui sign on"]=a["sign on"]+" "+a.pui;a.pjs="Profound.js";a["pjs sign on"]=a["sign on"]+" "+a.pjs;a["message id"]="Id Messaggio";a["ctlr job"]="Job di controllo";a["app job"]="Application job";a["joblog download"]="Scarica job log";a["error stack download"]="Download lista errori";a.maximize="Massimizzare";a.restore="Ripristinare";a["curr user"]=
501
+ "Utente corrente";a["remote ip"]="Indirizzo IP remoto";a["remote port"]="Porta remota";a.severity="Gravit\u00e0";a.date="Data";a.time="Ora";a.program="Programma";a.procedure="Procedura";a.lines="Linea(e)";a.message="Messaggio";a["new session"]="Nuova Sessione";a.close="Chiudi";a["current password"]="Password Attuale";a["new password"]="Nuova Password";a["repeat new password"]="Ripeti Nuova Password";a.submit="Invia";a.exit="Esci";a.warning="Attenzione";a["change password"]="Cambia Password";a.cancel=
502
+ "Cancella";a["find text"]="Trovare";a["remove filter"]="Rimuovi Filtro";a.chart="Grafico";a.section="Sezione";a.version="Versione";a.fixPack="Fix Pack";a.yes="S\u00ec";a.no="No";a.settings="Impostazioni";a.favorites="Preferiti";a["type query press en"]="Digita la query, premi Invio.";a["add to favorites"]="Aggiungi ai Preferiti";a["rmv from favorites"]="Rimuovi dai Preferiti";a["please wait"]="Attendere...";a["control panel"]="Pannello di controllo";a["my settings"]="Le mie impostazioni";a["about atrium"]=
503
+ "Informazioni su Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Attenzione: questo programma \u00e8 protetto dalla legge sul copyright<br />e nda trattati internazionali. La riproduzione o distribuzione non<br />autorizzata di questo programma, o parte di esso, pu\u00f2 comportare<br />gravi sanzioni civili e penali e sar\u00e0 perseguita nella misura massima<br />consentita dalla legge.<br /><br />Brevettato. &nbsp; Brevetto U.S. No. 8,667,405 B2.";
504
+ a.item="l'Elemento";a["open selected item"]="Apri l'elemento selezionato";a.of="di";a["no results to dsp"]="Nessun risultato da mostrare.";a["displaying results"]="Risultati";a["search results"]="Risultati della ricerca";a["new folder"]="Nuova cartella";a.rename="Rinomina";a.description="Descrizione";a.ok="OK";a.add="Aggiungi";a["add x"]="Aggiungi &1";a["delete"]="Elimina";a.screen="la Schermata";a.screens="le Schermate";a.macro="la Macro";a.macros="le Macro";a["screen id"]="l'Identificatore della schermata";
505
+ a["screen ids"]="gli Identificatori della schermata";a["field row"]="Riga del campo";a["field column"]="Colonna del campo";a["field value"]="Valore del campo";a.value="Valore";a.action="Action";a.actions="Action";a["detect once"]="Individua una sola volta";a["delete screen"]="Elimina schermata";a["genie macros"]="Macro di Genie";a["screen name"]="Nome della schermata";a.identifier="l'Identificatore";a.identifiers="gli Identificatori";a["macro name"]="Nome della macro";a["close browser wintab"]="Chiudi la finestra o la scheda del browser.";
506
+ a.select="Seleziona";a["write value in field"]="Scrivi un valore in un campo";a["press a key"]="Premi un tasto";a["a literal value"]="Un valore letterale";a["a variable value"]="Il valore di una variabile";a["cur user profile"]="Il profilo utente attuale";a["result js expr"]="Il risultato dell'espressione JavaScript";a["action data"]="Action data";a["data type"]="Tipo di dato";a.users="Utenti";a["all groups"]="Tutti i gruppi";a["supplemental groups"]="Gruppi supplementari";a["users w primary grp"]=
507
+ 'Utenti il cui gruppo primario \u00e8 "&1"';a["users w suppl grp"]='Utenti con gruppo supplementare "&1"';a.group="Gruppo";a.groups="Gruppi";a.edit="Modifica";a["edit x"]="Modifica &1";a.manager="Manager";a.administrator="Amministratore";a["primary group"]="Gruppo primario";a["delete x"]="Elimina &1";a["reassign x"]="Riassegna &1";a["navigation item"]="Elemento di Navigazione";a["navigation items"]="Elementi di Navigazione";a["navigation panel"]="Pannello di Navigazione";a["home pages"]="Home Page";
508
+ a["menu group"]="Gruppo del menu";a["menu item"]="Elemento del menu";a["toolbar items"]="Elementi della barra degli strumenti";a.toolbar="Barra degli strumenti";a.button="Bottone";a["pulldown menu"]="Menu a tendina";a["pulldown menu item"]="Elemento del menu a tendina";a["separator bar"]="Barra di separazione";a.spacer="Spaziatore";a["item details"]="Dettagli dell'elemento";a["item number"]="Numero dell'elemento";a["item type"]="Tipo dell'elemento";a["genie macro"]="Macro di Genie";a["rdf application"]=
509
+ "Rich Display File Application";a["web application"]="Web Application";a["pc command"]="PC Command";a["launcher command"]="Launcher Command";a["dspf program library"]="Libreria del programma del display file";a["dspf program"]="Programma del display file";a["variable name x"]="Nome della variabile &1";a["a tab in the portal"]="Una scheda nel portale";a["a new browser wind"]="Una nuova finestra o scheda nel browser";a.update="Aggiorna";a.fill="Riempi";a.permissions="Permessi";a["user/group name"]=
510
+ "Nome Utente/Gruppo";a["all users groups"]="Tutti gli utenti e i gruppi";a.type="Tipo";a.access="Accesso";a.allow="Permetti";a.disallow="Non permettere";a.navigation="Navigazione";a["add usrgrp perm"]="Aggiungi permessi a utente/gruppo";a.membership="di appartenenza";a.none="Nessuno";a.remove="Rimuovi";a.appearance="Aspetto";a["home page"]="Home page";a.tree="Albero";a.accordion="Accordion";a["min search chars"]="Numero minimo di caratteri per la ricerca";a["libl for rdf apps"]="Lista librerie per le applicazioni Rich Display File";
511
+ a["library list"]="Lista librerie";a.library="Libreria";a["use atrium def libl"]="Usa la lista librerie predefinita di Atrium";a["use jobd libl"]="Usa la lista librerie dal JOBD";a["specify libl"]="Specifica lista librerie";a.up="Su";a.down="Gi\u00f9";a["move up"]="Muovi su";a["move down"]="Muovi gi\u00f9";a["global settings"]="Impostazioni globali";a.save="Salva";a["add usr to supp grp"]="Aggiungi utente al gruppo supplementale";a["member of"]="Membro di";a["member of hlp"]="Il gruppo a cui questo utente/gruppo appartiene.";
512
+ a["group name"]="Nome del gruppo";a["group name hlp"]="Il nome visualizzato per questo gruppo.";a["inherit settings"]="Eredita impostazioni";a["inherit settings hlp"]="Quando questa opzione \u00e8 selezionata, l'utente o il gruppo erediteranno le impostazioni dal gruppo genitore. Quando non \u00e8 selezionata, l'utente o il gruppo avranno le proprie impostazioni.";a["user name"]="Nome utente";a["user name hlp"]="Il nome visualizzato per questo profilo utente.";a["access role"]="Ruolo";a["access role hlp"]=
513
+ "Controlla il ruolo di quest'utente. Gli amministratori possono gestire tutti gli utenti e i gruppi, e possono anche controllare le autorizzazioni delle applicazioni. I manager possono configurare le impostazioni di utenti e gruppi all'interno del loro gruppo. Gli utenti non hanno privilegi speciali.";a["can edit profile"]="Pu\u00f2 modificare il profilo";a["can edit profile hlp"]='Permette all\'utente di modificare le impostazioni di "Aspetto" and "Navigazione", e di cambiare la password. Tutte le altre impostazioni non sono mai modificabili dall\'utente.';
514
+ a["user profile"]="Profilo utente";a["user profile hlp"]="Il nome del profilo utente. I nomi dei profili utente fanno distinzione fra maiuscole e minuscole, a meno che non vengano usati i profili IBM i.";a["password hlp"]="Imposta/reimposta la password. Le passwords fanno distinzione fra maiuscole e minuscole.";a["conf password"]="Conferma la password";a["conf password hlp"]="Quando si remposta la password, questo campo deve esattamente combaciare esattamente con la nuova password. Le passwords fanno distinzione fra maiuscole e minuscole.";
515
+ a["browser title"]="Titolo del browser";a["browser title hlp"]="Imposta il testo che comparir\u00e0 nella barra del titolo del browser.";a["show banner"]="Mostra banner";a["show banner hlp"]="Deseleziona questa opzione se non vuoi mostrare il banner in cima al portale.";a["banner height"]="Altezza del banner";a["banner height hlp"]="Imposta l'altezza in pixel del banner in cima al portale. Questa impostazione sar\u00e0 ignorata se si \u00e8 scelto di non mostrare il banner. I valori accettati sono da 0 a 600 pixel.";
516
+ a["banner url"]="URL del banner";a["banner url hlp"]="Imposta l'URL dove si trova contenuto del banner. Pu\u00f2 essere un URL assoluto o completo.";a.theme="Tema";a["theme hlp"]='Imposta il tema predefinito. Questa impostazione pu\u00f2 essere sovrascritta dagli utenti se <strong>"Permetti all\'utente di scegliere il tema"</strong> \u00e8 selezionato.';a["allow sel theme"]="Permetti all'utente di scegliere il tema";a["allow sel theme hlp"]="Se \u00e8 selezionato, gli utenti avranno la possibilit\u00e0 di impostare il tema attraverso un comando nella barra degli strumenti.";
517
+ a["show menu search"]="Mostra ricerca del menu";a["show menu search hlp"]="Deseleziona per disabilitare la funzione di ricerca nel menu.";a["show fav sys"]="Mostra il sistema dei preferiti";a["show fav sys hlp"]="Deseleziona per disattivare il sistema dei preferiti.";a["show fav start"]="Mostra preferiti all'apertura del portale";a["show fav start hlp"]="Se selezionato, il pannello dei preferiti viene mostrato all'apertura del portale. Altrimenti verr\u00e0 mostrato il pannello di navigazione (predefinito). Quest'opzione sar\u00e0 disponibile solo se il sistema dei Preferiti \u00e8 attivo.";
518
+ a["limit num sessn"]="Limita il numero delle sessioni";a["limit num sessn hlp"]="Numero di sessioni di Atrium permesse a questo utente/gruppo. Il valore zero permette sessioni infinite. Il limite \u00e8 applicato per browser.";a["show hmpg start"]="Mostra home page all'apertura del portale";a["show hmpg start hlp"]="Se \u00e8 selezionato, all'apertura del portale verr\u00e0 lanciata una home page personalizzabile.";a["home page url"]="URL dell'home page";a["home page url hlp"]="Imposta l'URL dov'\u00e8 situata la home page. Pu\u00f2 essere sia un persorso assoluto che un URL completo.";
519
+ a["navi pnl title"]="Titolo del pannello di navigazione";a["navi pnl title hlp"]="Imposta il testo che apparir\u00e0 nella barra del titolo del pannello di navigazione.";a["navi pnl width"]="Larghezza iniziale del pannello di navigazione";a["navi pnl width hlp"]="Imposta la larghezza iniziale del pannello di navigazione, in pixel. L'utente pu\u00f2 ridimensionare o nascondere il pannello a piacere. I valori accettati sono da 0 a 2000 pixel.";a["navi type"]="Tipo di navigazione";a["navi type hlp"]=
520
+ 'Controlla il tipo di menu usato nel pannello di navigazione, "albero" o "accordion". Quest\'impostazione non si applica alla barra degli strumenti.';a["single click nav"]="Navigazione a click singolo";a["single click nav hlp"]="Se selezionato, gli elementi di navigazione verranno lanciati al click singolo, altrimenti verranno lanciati con doppio click. Quest'impostazione non si applica alla barra degli strumenti.";a["current library"]="Libreria attuale";a["current library hlp"]="Specifica la libreria attuale, *USRPRF, o *CRTDFT.";
521
+ a["job descr"]="Descrizione del lavoro";a["job descr hlp"]="Specifica una descrizione del lavoro da cui impostare la lista di librerie. *USRPRF pu\u00f2 essere usato se gli utenti di Atrium sono profili utente su IBM i.";a["job descr lib"]="Libreria della descrizione del lavoro";a["job descr lib hlp"]="Specifica la libreria della descrizione del lavoro. Possono essere usati *LIBL o *CURLIB.";a["item name"]="Nome dell'elemento";a["item name hlp"]="Imposta il nome mostrato dell'elemento di navigazione o della barra degli strumenti.";
522
+ a["action type"]="Tipo di azione";a["action type hlp"]="Imposta il tipo di applicazione lanciata da questo elemento.";a.url="URL";a["url hlp"]="Imposta l'URL della Web application. Pu\u00f2 essere specificato sia come percorso assoluto sia come URL completo. I parametri di query possono essere specificati dell'URL.";a["genie url"]="Genie URL";a["genie url hlp"]="Imposta l'URL da usare per lanciare Genie. Se non \u00e8 specificato, verr\u00e0 usato l'ULR predefinito /profoundui/auth/genie. Questo campo \u00e8 utile se sono necessari un URL alternativo o dei parametri di query per Genie. Per esempio: /profoundui/auth/genie?skin=MyCompany";
523
+ a["open as"]="Apri come";a["open as hlp"]="Sceglie se aprire l'elemento come una nuova scheda nel portale, o come una nuova scheda o finestra del browser. Il fatto che il browser usi una nuova scheda o una nuova finestra dipende dalle impostazioni del browser dell'utente.";a["opens once only"]="Apri una sola volta";a["opens once only hlp"]="Di default, se l'utente lancia un elemento, questo verr\u00e0 aperto in un'altra scheda, anche se c'\u00e8 gi\u00e0 una scheda aperta nel portale per questo stesso elemento. Non c'\u00e8 un limite al numero di schede che l'utente pu\u00f2 aprire per uno stesso elemento. Quando questa opzione \u00e8 selezionata, l'utente potr\u00e0 aprire una sola scheda per questo elemento. Se c'\u00e8 gi\u00e0 una scheda aperta, verr\u00e0 selezionata. Questa opzione verr\u00e0 ignorata quando si apre l'elemento in una nuova finestra o scheda del browser.";
524
+ a.icon="Icona";a["icon hlp"]="Opzionale. Imposta un file icona da usare per l'elemento della barra degli strumenti. Il file pu\u00f2 essere in formato GIF, JPG, o PNG. Si consiglia di usare GIF trasparenti. Il percorso del file deve essere specificato come percorso assoluto rispetto alla root dell'installazione di Atrium. Se non \u00e8 specificata nessuna icona, Atrium user\u00e0 un'icona predefinita per gli elementi di navigazione, mentre per gli elementi della barra degli strumenti non verr\u00e0 mostrata nessuna icona.";
525
+ a.parameter="Parametro";a["parameter hlp"]="Opzionale: specifica un parametro che verr\u00e0 inviato al Rich Display program quando viene lanciato.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function fa(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86";a["no connection message"]="\u30b5\u30fc\u30d0\u30fc\u306b\u5230\u9054\u3067\u304d\u307e\u305b\u3093\u3002\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3001\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002";a["upload file limit"]="&1\u30d5\u30a1\u30a4\u30eb\u306e\u5236\u9650\u3092\u8d85\u3048\u307e\u3057\u305f\u3002";a["upload size limit"]="1\u30d5\u30a1\u30a4\u30eb\u3042\u305f\u308a&1MB\u306e\u5236\u9650\u3092\u8d85\u3048\u307e\u3057\u305f\u3002";
526
+ a["upload no files"]="\u30d5\u30a1\u30a4\u30eb\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002";a["upload duplicate file"]="\u91cd\u8907\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f\u3002";a["upload file exists"]="1\u3064\u4ee5\u4e0a\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u65e2\u306b\u30b7\u30b9\u30c6\u30e0\u4e0a\u306b\u5b58\u5728\u3057\u307e\u3059\u3002";a["upload prevented"]="EXIT\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3088\u308a\u64cd\u4f5c\u304c\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f\u3002";
527
+ a["upload input limit"]="\u5408\u8a08\u5165\u529b\u30b5\u30a4\u30ba\u306e\u5236\u9650\u3092\u8d85\u3048\u307e\u3057\u305f\u3002";a["upload no session"]="\u6709\u52b9\u306a\u30bb\u30c3\u30b7\u30e7\u30f3\u306b\u63a5\u7d9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002";a["upload timeout"]="\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u304c\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f\u3002";a["upload invalid response"]="\u30b5\u30fc\u30d0\u30fc\u306e\u5fdc\u7b54\u304c\u7121\u3044\u304b\u3001\u7121\u52b9\u3067\u3059\u3002";
528
+ a["upload cancelled"]="\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f\u3002";a["close browser text"]="\u30ed\u30b0\u30aa\u30d5\u30d7\u30ed\u30bb\u30b9\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30d6\u30e9\u30a6\u30b6\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u3066\u304f\u3060\u3055\u3044\u3002";a["session ended text"]="\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002";a["outside ucs2"]="\u6587\u5b57\u306fUCS-2\u306e\u7bc4\u56f2\u5916\u3067\u3059\u3002";
529
+ a["invalid number"]="&1\u306f\u6709\u52b9\u306a\u756a\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002";a["invalid length"]="&1\u306e\u30c7\u30fc\u30bf\u9577\u307e\u305f\u306f\u5c0f\u6570\u70b9\u4f4d\u7f6e\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002";a["invalid decimal"]="&1\u306f\u5c0f\u6570\u70b9\u4ee5\u4e0b\u6841\u6570\u304c\u591a\u3059\u304e\u307e\u3059\u3002(\u6700\u5927:&2)";a["invalid choice"]='"&1"\u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u9078\u629e\u80a2\u306f"&2"\u304b"&3"\u3067\u3059\u3002';
530
+ a["invalid date"]='"&1"\u306f\u7121\u52b9\u306a\u65e5\u4ed8\u3067\u3059\u3002\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u4f8b : &2';a["invalid time"]='"&1"\u306f\u7121\u52b9\u306a\u6642\u523b\u3067\u3059\u3002\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u4f8b : &2';a["invalid time stamp"]='"&1"\u306f\u7121\u52b9\u306a\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u3067\u3059\u3002\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u4f8b : &2';a["invalid percent"]="&1\u306f\u6709\u52b9\u306a\u5c0f\u6570\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002";
531
+ a["invalid digits"]='"&1"\u306b\u306f\u6570\u5b57\u304c\u591a\u3059\u304e\u307e\u3059\u3002\u6700\u5927 : &2';a["exceeds whole"]='"&1"\u306f\u6574\u6570\u90e8\u5206\u306e\u6700\u5927\u6841\u6570(&2\u6841)\u3092\u8d85\u3048\u3066\u3044\u307e\u3059\u3002';a["exceeds decimal"]='"&1"\u306f\u5c0f\u6570\u70b9\u90e8\u5206\u306e\u4e0a\u9650(&2\u6841)\u3092\u8d85\u3048\u3066\u3044\u307e\u3059\u3002';a["zip too long"]="\u90f5\u4fbf\u756a\u53f7\u304c\u9577\u3059\u304e\u307e\u3059\u3002(\u6700\u5927:&2\u6841)";
532
+ a["phone too long"]="\u96fb\u8a71\u756a\u53f7\u304c\u9577\u3059\u304e\u307e\u3059\u3002(\u6700\u5927:&2\u6841)";a["ssno too long"]="\u793e\u4f1a\u4fdd\u969c\u756a\u53f7\u304c\u9577\u3059\u304e\u307e\u3059\u3002(\u6700\u5927:&1\u6841)";a["invalid custom val"]="\u30ab\u30b9\u30bf\u30e0\u691c\u8a3c\u6a5f\u80fd\u304c\u7121\u52b9\u3067\u3059\u3002";a["error custom val"]="\u30ab\u30b9\u30bf\u30e0\u691c\u8a3c\u6a5f\u80fd\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002";a.ME="\u5165\u529b\u5fc5\u9808\u9805\u76ee\u3067\u3059\u3002\u30c7\u30fc\u30bf\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002";
533
+ a.MF="\u9078\u629e\u5fc5\u9808\u9805\u76ee\u3067\u3059\u3002\u30dc\u30c3\u30af\u30b9\u306b\u5024\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002";a.required="\u7a7a\u767d\u3092\u5165\u529b\u3067\u304d\u307e\u305b\u3093\u3002\u5165\u529b\u5fc5\u9808\u9805\u76ee\u3067\u3059\u3002";a["file required"]="\u5c11\u306a\u304f\u3068\u3082\u4e00\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002";a["signature overflow"]="\u7f72\u540d\u306e\u63cf\u753b\u30b5\u30a4\u30ba\u304c\u683c\u7d0d\u3067\u304d\u308b\u30b5\u30a4\u30ba\u3092\u8d85\u3048\u3066\u3044\u307e\u3059\u3002\u7f72\u540d\u6b04\u3092\u30af\u30ea\u30a2\u3057\u3066\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002";
534
+ a.validValues="\u5165\u529b\u3055\u308c\u305f\u5024\u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u5024\u306f\u6b21\u306e\u901a\u308a\u3067\u3059 : ";a["upload invalid type"]="1\u3064\u4ee5\u4e0a\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u7121\u52b9\u306a\u30bf\u30a4\u30d7\u3067\u3059\u3002";a["invalid email"]="\u7121\u52b9\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u3059\u3002";a["session timed out"]="\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f\u3002";
535
+ a["invalid low range"]="\u5024\u306f&1\u4ee5\u4e0a\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002";a["invalid high range"]="\u5024\u306f&1\u4ee5\u4e0b\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002";a["invalid range"]="\u6709\u52b9\u306a\u7bc4\u56f2\u306f&1\u304b\u3089&2\u3067\u3059\u3002";a["unmonitored exception"]="\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u76e3\u8996\u3055\u308c\u3066\u3044\u306a\u3044\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30b7\u30b9\u30c6\u30e0\u7ba1\u7406\u8005\u306b\u554f\u3044\u5408\u308f\u305b\u3066\u304f\u3060\u3055\u3044\u3002";
536
+ a["loading x"]="Loading &1...";a["data src not specfd x"]="&1\u306e\u30c7\u30fc\u30bf\u30bd\u30fc\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093...";a["name fld not specfd x"]="&1\u306e\u540d\u524d\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093...";a["val fld not specfd x"]="&1\u306e\u5024\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093...";a["failed to load x"]="&1\u306e\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002";
537
+ a["cannot rmv last col"]="\u6700\u5f8c\u306e\u5217\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002";a["cannot find col"]="\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0ID\u3092\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002";a["subfile deletion"]="\u30b5\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\uff1f";a["downloading x"]="Downloading &1";a["ie9 too low xlsxpics"]="IE9\u4ee5\u4e0b\u3067\u306f\u753b\u50cf\u3092\u66f8\u304d\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002";
538
+ a["keyboard input inhibited"]="\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u30ad\u30fc\u30dc\u30fc\u30c9\u5165\u529b\u306f\u3067\u304d\u307e\u305b\u3093";a["num sessions exceeded"]="\u8a31\u53ef\u3055\u308c\u305f\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u4e0a\u9650\u3092\u8d85\u3048\u307e\u3057\u305f\u3002";a["unable to load portal"]="\u30dd\u30fc\u30bf\u30eb\u8a2d\u5b9a\u3001\u307e\u305f\u306f\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u9805\u76ee\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002";
539
+ a["unable to load macr act"]="\u30de\u30af\u30ed\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002";a["unable to load macr var"]="\u30de\u30af\u30ed\u5909\u6570\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002";a["unable to load scrn lst"]="\u753b\u9762\u30ea\u30b9\u30c8\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002";a["unable to load new sett"]="\u65b0\u3057\u3044\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002";a["unable to load x"]=
540
+ "&1\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002";a["unable to add x"]="&1\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002";a["unable to rename x"]="&1\u3092\u30ea\u30cd\u30fc\u30e0\u3067\u304d\u307e\u305b\u3093\u3002";a["unable to delete x"]="&1\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002";a["unable to update x"]="&1\u3092\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093\u3002";a["unable to reassn x"]="&1\u3092\u518d\u5272\u308a\u5f53\u3066\u3067\u304d\u307e\u305b\u3093\u3002";
541
+ a["unable to reorder items"]="\u30a2\u30a4\u30c6\u30e0\u3092\u4e26\u3073\u66ff\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002";a["unable to save theme"]="\u30c6\u30fc\u30de\u8a2d\u5b9a\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3002";a["unable eval script url"]="\u30b9\u30af\u30ea\u30d7\u30c8\u5316\u3055\u308c\u305fWeb\u30a2\u30d7\u30ea\u306eURL\u3092\u8a55\u4fa1\u3067\u304d\u307e\u305b\u3093\u3002";a["close browser text AT"]="\u30bb\u30c3\u30b7\u30e7\u30f3\u306b\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u306f\u5931\u308f\u308c\u307e\u3059\u3002";
542
+ a["close all tabs"]="\u5168\u3066\u306e\u30bf\u30d6\u3092\u9589\u3058\u307e\u3059\u304b\uff1f";a["close tab"]="\u3053\u306e\u30bf\u30d6\u3092\u9589\u3058\u307e\u3059\u304b\uff1f";a["invalid script url"]="\u30b9\u30af\u30ea\u30d7\u30c8\u5316\u3055\u308c\u305fWeb\u30a2\u30d7\u30ea\u306eURL\u306e\u5024\u304c\u7121\u52b9\u3067\u3059\u3002";a["unrecognized format"]="\u8a8d\u8b58\u3067\u304d\u306a\u3044\u5f62\u5f0f\u3067\u3059\u3002";a["screen already defined"]='\u753b\u9762 "&1" \u306f\u65e2\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002';
543
+ a["macro already defined"]='\u30de\u30af\u30ed "&1" \u306f\u65e2\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002';a["no screen ids"]="\u8868\u793a\u3059\u308b\u753b\u9762\u8b58\u5225\u5b50\u306f\u3042\u308a\u307e\u305b\u3093\u3002";a["confirm delete"]="\u524a\u9664\u306e\u78ba\u8a8d";a["no actions"]="\u8868\u793a\u3059\u308b\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u3042\u308a\u307e\u305b\u3093\u3002";a["msg action input var"]='\u884c&2\u5217&3\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u5909\u6570 "&1" \u306e\u5024\u3092\u5165\u529b\u3057\u307e\u3059\u3002';
544
+ a["msg action input user"]="\u884c&1\u5217&2\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u73fe\u5728\u306e\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u5165\u529b\u3057\u307e\u3059\u3002";a["msg action input js"]="\u884c&2\u5217&3\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306bJavaScript\u5f0f<strong>&1</strong>\u306e\u7d50\u679c\u3092\u5165\u529b\u3057\u307e\u3059\u3002";a["msg action input other"]='\u884c&2\u5217&3\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u5024 "&1" \u3092\u5165\u529b\u3057\u307e\u3059\u3002';
545
+ a["msg presskey var"]='\u5909\u6570 "&1" \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ad\u30fc\u3092\u62bc\u3057\u307e\u3059\u3002';a["msg presskey other"]='"&1" \u30ad\u30fc\u3092\u62bc\u3057\u307e\u3059\u3002';a["msg del scrn from macro"]="\u3053\u306e\u30de\u30af\u30ed\u304b\u3089\u9078\u629e\u3057\u305f\u753b\u9762\u3092\u524a\u9664\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\uff1f<br /> \u95a2\u9023\u3059\u308b\u5168\u3066\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u3082\u524a\u9664\u3055\u308c\u307e\u3059\u3002";
546
+ a["choose scrn macro"]="\u305d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u64cd\u4f5c\u3059\u308b\u753b\u9762\u307e\u305f\u306f\u30de\u30af\u30ed\u3092\u9078\u629e\u3057\u307e\u3059\u3002";a["choose a nav or toolbar"]="\u305d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u64cd\u4f5c\u3059\u308b\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u307e\u305f\u306f\u30c4\u30fc\u30eb\u30d0\u30fc\u9805\u76ee\u3092\u9078\u629e\u3057\u307e\u3059\u3002";a["confirm del sel x"]="\u9078\u629e\u3057\u305f&1\u3092\u524a\u9664\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\uff1f";
547
+ a["permission settings"]="\u8a31\u53ef\u8a2d\u5b9a";a["adding x"]="&1\u3092\u8ffd\u52a0\u4e2d...";a["deleting x"]="&1\u3092\u524a\u9664\u4e2d ...";a["reassigning x"]="&1\u3092\u518d\u5272\u308a\u5f53\u3066\u4e2d...";a.loading="\u8aad\u307f\u8fbc\u307f\u4e2d...";a.saving="\u4fdd\u7ba1\u4e2d...";a["x added"]="&1\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002";a["x deleted"]="&1\u3092\u524a\u9664\u3057\u307e\u3057\u305f\u3002";a["x reassigned"]="&1\u3092\u518d\u5272\u308a\u5f53\u3066\u3057\u307e\u3057\u305f\u3002";
548
+ a["x updated"]="&1\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002";a["x saved"]="&1\u3092\u4fdd\u7ba1\u3057\u307e\u3057\u305f\u3002";a["msg del group"]='\u30b0\u30eb\u30fc\u30d7 "&1"\u3092\u524a\u9664\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\uff1f?<br /><br />\u30b0\u30eb\u30fc\u30d7\u3092\u524a\u9664\u3059\u308b\u3068\u3001\u30b5\u30d6\u30b0\u30eb\u30fc\u30d7\u3084\u95a2\u9023\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u3082\u524a\u9664\u3055\u308c\u307e\u3059\u3002<br /><br />\u7d9a\u884c\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\uff1f';
549
+ a["conf reassign users 1"]="\u518d\u5272\u308a\u5f53\u3066\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\u3002";a["conf reassign users 2a"]='\u30e6\u30fc\u30b6\u30fc "&1" ';a["conf reassign users 2b"]="\u9078\u629e\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc ";a["conf reassign users 3"]='"&1"\u3092\u30b0\u30eb\u30fc\u30d7\u5316\u3059\u308b\uff1f';a["conf reassign group"]='\u30b0\u30eb\u30fc\u30d7"&1"\u3092\u30b0\u30eb\u30fc\u30d7"&2"\u306b\u518d\u5272\u308a\u5f53\u3066\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\uff1f';
550
+ a["conf delete users 1"]="\u524a\u9664\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u304b\u3002";a["conf delete users 2a"]='\u30e6\u30fc\u30b6\u30fc "&1"\uff1f';a["conf delete users 2b"]="\u9078\u629e\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u3067\u3059\u304b\u30fb";a["no users"]="\u8868\u793a\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306f\u3042\u308a\u307e\u305b\u3093\u3002";a["cannot delete own grp"]="\u81ea\u8eab\u306e\u30b0\u30eb\u30fc\u30d7\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002";a["cannot delete own usr"]=
551
+ "\u81ea\u8eab\u306e\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002";a["not auth reassign prf"]="\u81ea\u8eab\u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u5272\u308a\u5f53\u3066\u3059\u308b\u6a29\u9650\u306f\u3042\u308a\u307e\u305b\u3093\u3002";a["typeselect macro name"]="\u30de\u30af\u30ed\u540d\u3092\u5165\u529b\u307e\u305f\u306f\u9078\u629e...";a["any child items will"]="\u5168\u3066\u306e\u5b50\u30a2\u30a4\u30c6\u30e0\u3082\u524a\u9664\u3055\u308c\u307e\u3059\u3002";
552
+ a["password must be"]="\u30d1\u30b9\u30ef\u30fc\u30c9\u306f6\u6587\u5b57\u4ee5\u4e0a\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002";a["type or sel home page"]="\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3092\u5165\u529b\u307e\u305f\u306f\u9078\u629e...";a["x is already in list"]='"&1" \u306f\u65e2\u306b\u30ea\u30b9\u30c8\u306b\u5b58\u5728\u3057\u307e\u3059\u3002';a["x is not valid libname"]='"&1" \u306f\u30e9\u30a4\u30d6\u30e9\u30ea\u540d\u3068\u3057\u3066\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002';
553
+ a["no libraries in list"]="\u30ea\u30b9\u30c8\u306b\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u3042\u308a\u307e\u305b\u3093\u3002";a["add libl entry"]="\u30e9\u30a4\u30d6\u30e9\u30ea\u30ea\u30b9\u30c8\u30a8\u30f3\u30c8\u30ea\u30fc\u306b\u8ffd\u52a0";a["would you like add ano"]="\u5225\u306e\u3082\u306e\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f";a["already in suppl grp x"]='\u30e6\u30fc\u30b6\u30fc\u306f\u65e2\u306b\u88dc\u8db3\u30b0\u30eb\u30fc\u30d7 "&1"\u306b\u3042\u308a\u307e\u3059\u3002';a["cannot move screen"]=
554
+ "\u30de\u30af\u30ed\u753b\u9762\u3092\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093";a["ready to add"]="\uff08\u3053\u306e\u753b\u9762\u306b\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308b\u6e96\u5099\u304c\u3067\u304d\u3066\u3044\u307e\u3059\uff09";a["duplicate actions"]="\u3053\u306e\u884c/\u5217\u306b\u5bfe\u3057\u3066\u91cd\u8907\u3057\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u898b\u3064\u304b\u308a\u3001\u4e88\u6e2c\u3067\u304d\u306a\u3044\u7d50\u679c\u304c\u751f\u3058\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u78ba\u8a8d\u3057\u3001\u91cd\u8907\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002";
555
+ break;case "runtimeText":a["upload select text"]="\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e";a["upload clear text"]="\u30af\u30ea\u30a2";a["upload remove text"]="\u79fb\u52d5";a["upload upload text"]="\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9";a["upload drophere text"]="\u3053\u3053\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u30c9\u30ed\u30c3\u30d7";a["upload browser unsupported"]="\u30c9\u30e9\u30c3\u30b0/\u30c9\u30ed\u30c3\u30d7\uff57\u3059\u308b\u306b\u306fInternet Explorer 10\u4ee5\u964d\u3001Chrome\u3001Firefox\u304c\u5fc5\u8981\u3067\u3059\u3002";
556
+ a["upload finished text"]="\u7d42\u4e86\u3057\u307e\u3057\u305f";a["excel export text"]="Excel\u3078\u30a8\u30af\u30b9\u30dd\u30fc\u30c8";a["export to x"]="&1\u3078\u30a8\u30af\u30b9\u30dd\u30fc\u30c8";a["filter text"]="\u30d5\u30a3\u30eb\u30bf\u30fc";a["find text"]="\u691c\u7d22";a["reset data"]="\u30ea\u30bb\u30c3\u30c8";a["remove filters text"]="\u5168\u3066\u306e\u30d5\u30a3\u30eb\u30bf\u30fc\u306e\u9664\u53bb";a["displayed columns"]="\u8868\u793a\u5217";a["next link text"]="\u6b21\u3078";a["previous link text"]=
557
+ "\u524d\u3078";a["sort ascending text"]="\u6607\u9806\u306b\u4e26\u3073\u66ff\u3048";a["sort descending text"]="\u964d\u9806\u306b\u4e26\u3073\u66ff\u3048";a["sort..."]="\u4e26\u3073\u66ff\u3048...";a.sort="\u4e26\u3073\u66ff\u3048";a["sort multiple"]="\u8907\u6570\u9805\u76ee\u3067\u306e\u4e26\u3073\u66ff\u3048";a.column="\u9805\u76ee";a.direction="\u6607\u9806/\u964d\u9806";a.order="\u4e26\u3073\u9806";a.row="\u884c";a.rows="\u884c";a.page="\u30da\u30fc\u30b8";a.collapseAll="\u5168\u3066\u3092\u6298\u308a\u305f\u305f\u3080";
558
+ a.expandAll="\u5168\u3066\u3092\u5c55\u958b\u3059\u308b";a.user="\u30e6\u30fc\u30b6\u30fc";a.password="\u30d1\u30b9\u30ef\u30fc\u30c9";a["sign on"]="\u30b5\u30a4\u30f3\u30aa\u30f3";a.pui="Profound UI";a["pui sign on"]=a.pui+" "+a["sign on"];a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="\u30e1\u30c3\u30bb\u30fc\u30b8ID";a["ctlr job"]="\u5236\u5fa1\u30b8\u30e7\u30d6";a["app job"]="\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b8\u30e7\u30d6";a["joblog download"]=
559
+ "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30b8\u30e7\u30d6\u306e\u30ed\u30b0";a["curr user"]="\u73fe\u884c\u30e6\u30fc\u30b6\u30fc";a["remote ip"]="\u30ea\u30e2\u30fc\u30c8IP\u30a2\u30c9\u30ec\u30b9";a["remote port"]="\u30ea\u30e2\u30fc\u30c8\u30dd\u30fc\u30c8";a.severity="\u91cd\u5927\u5ea6";a.date="\u65e5\u4ed8";a.time="\u6642\u523b";a.program="\u30d7\u30ed\u30b0\u30e9\u30e0";a.procedure="\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3";a.lines="\u884c";a.message="\u30e1\u30c3\u30bb\u30fc\u30b8";a["new session"]=
560
+ "\u65b0\u898f\u30bb\u30c3\u30b7\u30e7\u30f3";a.close="\u9589\u3058\u308b";a["current password"]="\u73fe\u884c\u30d1\u30b9\u30ef\u30fc\u30c9";a["new password"]="\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9";a["repeat new password"]="\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9(\u518d\u5165\u529b)";a.submit="\u6295\u5165";a.exit="Exit";a.warning="\u8b66\u544a";a["change password"]="\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4";a.cancel="\u53d6\u308a\u6d88\u3057";a["find text"]="\u691c\u7d22";a["remove filter"]=
561
+ "\u30d5\u30a3\u30eb\u30bf\u30fc\u306e\u9664\u53bb";a.chart="\u30c1\u30e3\u30fc\u30c8";a.section="\u30bb\u30af\u30b7\u30e7\u30f3";a.version="\u30d0\u30fc\u30b8\u30e7\u30f3";a.fixPack="\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30c3\u30af";a.yes="Yes";a.no="No";a.settings="\u8a2d\u5b9a";a.favorites="\u304a\u6c17\u306b\u5165\u308a";a["type query press en"]="\u30af\u30a8\u30ea\u3092\u5165\u529b\u3057Enter\u30ad\u30fc\u3092\u62bc\u3059";a["add to favorites"]="\u304a\u6c17\u306b\u5165\u308a\u306b\u8ffd\u52a0";
562
+ a["rmv from favorites"]="\u304a\u6c17\u306b\u5165\u308a\u304b\u3089\u9664\u53bb";a["please wait"]="\u304a\u5f85\u3061\u304f\u3060\u3055\u3044...";a["control panel"]="\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb";a["my settings"]="\u8a2d\u5b9a";a["about atrium"]="Atrium\u306b\u3064\u3044\u3066";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />\u8b66\u544a\uff1a\u3053\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30d7\u30ed\u30b0\u30e9\u30e0\u306f\u3001\u8457\u4f5c\u6a29\u6cd5\u304a\u3088\u3073\u56fd\u969b\u6761\u7d04\u306b\u3088\u3063\u3066\u4fdd\u8b77\u3055\u308c\u3066\u3044\u307e\u3059\u3002<br />\u3053\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u307e\u305f\u306f\u305d\u306e\u4e00\u90e8\u306e\u7121\u65ad\u8ee2\u8f09\u307e\u305f\u306f\u914d\u5e03\u306f\u3001<br />\u91cd\u5927\u306a\u6c11\u4e8b\u5211\u6cd5\u9055\u53cd\u306e\u7f70\u91d1\u3092\u79d1\u3059\u53ef\u80fd\u6027\u304c\u3042\u308a\u3001\u6cd5\u5f8b\u306b\u3088\u308a\u53ef\u80fd\u306a\u9650\u308a\u544a\u767a\u3055\u308c\u307e\u3059\u3002<br /><br />\u7279\u8a31\u53d6\u5f97\u6e08\u307f &nbsp;\u7c73\u56fd\u7279\u8a31\u7b2c8,667,405\u53f7B2";
563
+ a.item="\u30a2\u30a4\u30c6\u30e0";a["open selected item"]="\u9078\u629e\u3055\u308c\u305f\u30a2\u30a4\u30c6\u30e0\u3092\u958b\u304f";a.of="of";a["no results to dsp"]="\u8868\u793a\u3059\u308b\u7d50\u679c\u304c\u3042\u308a\u307e\u305b\u3093\u3002";a["displaying results"]="\u7d50\u679c\u306e\u8868\u793a";a["search results"]="\u7d50\u679c\u306e\u691c\u7d22";a["new folder"]="\u65b0\u898f\u30d5\u30a9\u30eb\u30c0";a.rename="\u30ea\u30cd\u30fc\u30e0";a.description="\u8aac\u660e";a.ok="OK";a.add="\u8ffd\u52a0";
564
+ a["add x"]="&1\u3092\u8ffd\u52a0";a["delete"]="\u524a\u9664";a.screen="\u753b\u9762";a.screens="\u753b\u9762";a.macro="\u30de\u30af\u30ed";a.macros="\u30de\u30af\u30ed";a["screen id"]="\u753b\u9762\u8b58\u5225\u5b50";a["screen ids"]="\u753b\u9762\u8b58\u5225\u5b50";a["field row"]="\u30d5\u30a3\u30fc\u30eb\u30c9\u884c";a["field column"]="\u30d5\u30a3\u30fc\u30eb\u30c9\u5217";a["field value"]="\u30d5\u30a3\u30fc\u30eb\u30c9\u5024";a.value="\u5024";a.action="\u30a2\u30af\u30b7\u30e7\u30f3";a.actions=
565
+ "\u30a2\u30af\u30b7\u30e7\u30f3";a["detect once"]="\u4e00\u5ea6\u3060\u3051\u691c\u51fa";a["delete screen"]="\u753b\u9762\u306e\u524a\u9664";a["genie macros"]="Genie \u30de\u30af\u30ed";a["screen name"]="\u753b\u9762\u540d";a.identifier="\u8b58\u5225\u5b50";a.identifiers="\u8b58\u5225\u5b50";a["macro name"]="\u30de\u30af\u30ed\u540d";a["close browser wintab"]="\u30d6\u30e9\u30a6\u30b6\u307e\u305f\u306f\u30bf\u30d6\u3092\u9589\u3058\u307e\u3059\u3002";a.select="\u9078\u629e";a["write value in field"]=
566
+ "\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u5024\u3092\u66f8\u304d\u8fbc\u3080";a["press a key"]="\u30ad\u30fc\u3092\u62bc\u3059";a["a literal value"]="\u56fa\u5b9a\u5024";a["a variable value"]="\u53ef\u5909\u5024";a["cur user profile"]="\u73fe\u884c\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb";a["result js expr"]="JavaScript\u5f0f\u306e\u7d50\u679c";a["action data"]="\u30a2\u30af\u30b7\u30e7\u30f3\u30c7\u30fc\u30bf";a["data type"]="\u30c7\u30fc\u30bf\u30bf\u30a4\u30d7";a.users="\u30e6\u30fc\u30b6\u30fc";
567
+ a["all groups"]="\u5168\u3066\u306e\u30b0\u30eb\u30fc\u30d7";a["supplemental groups"]="\u88dc\u8db3\u30b0\u30eb\u30fc\u30d7";a["users w primary grp"]='\u30d7\u30e9\u30a4\u30de\u30ea\u30b0\u30eb\u30fc\u30d7\u304c"&1"\u306e\u30e6\u30fc\u30b6\u30fc';a["users w suppl grp"]='\u88dc\u8db3\u30b0\u30eb\u30fc\u30d7"&1"\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc';a.group="\u30b0\u30eb\u30fc\u30d7";a.groups="\u30b0\u30eb\u30fc\u30d7";a.edit="\u7de8\u96c6";a["edit x"]="&1\u3092\u7de8\u96c6";a.manager="\u30de\u30cd\u30fc\u30b8\u30e3\u30fc";
568
+ a.administrator="\u30a2\u30c9\u30df\u30cb\u30b9\u30c8\u30ec\u30fc\u30bf\u30fc";a["primary group"]="\u30d7\u30e9\u30a4\u30de\u30ea\u30b0\u30eb\u30fc\u30d7";a["delete x"]="&1\u3092\u524a\u9664";a["reassign x"]="&1\u3092\u518d\u5272\u308a\u5f53\u3066";a["navigation item"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30a2\u30a4\u30c6\u30e0";a["navigation items"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30a2\u30a4\u30c6\u30e0";a["navigation panel"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb";
569
+ a["home pages"]="\u30db\u30fc\u30e0\u30da\u30fc\u30b8";a["menu group"]="\u30e1\u30cb\u30e5\u30fc\u30b0\u30eb\u30fc\u30d7";a["menu item"]="\u30e1\u30cb\u30e5\u30fc\u30a2\u30a4\u30c6\u30e0";a["toolbar items"]="\u30c4\u30fc\u30eb\u30d0\u30fc\u30a2\u30a4\u30c6\u30e0";a.toolbar="\u30c4\u30fc\u30eb\u30d0\u30fc";a.button="\u30dc\u30bf\u30f3";a["pulldown menu"]="\u30d7\u30eb\u30c0\u30a6\u30f3\u30e1\u30cb\u30e5\u30fc";a["pulldown menu item"]="\u30d7\u30eb\u30c0\u30a6\u30f3\u30e1\u30cb\u30e5\u30fc\u30a2\u30a4\u30c6\u30e0";
570
+ a["separator bar"]="\u30bb\u30d1\u30ec\u30fc\u30bf\u30fc\u30d0\u30fc";a.spacer="\u30b9\u30da\u30fc\u30b5\u30fc";a["item details"]="\u30a2\u30a4\u30c6\u30e0\u8a73\u7d30";a["item number"]="\u30a2\u30a4\u30c6\u30e0\u756a\u53f7";a["item type"]="\u30a2\u30a4\u30c6\u30e0\u30bf\u30a4\u30d7";a["genie macro"]="Genie\u30de\u30af\u30ed";a["rdf application"]="\u30ea\u30c3\u30c1\u753b\u9762\u30d5\u30a1\u30a4\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3";a["web application"]="Web\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3";
571
+ a["pc command"]="PC\u30b3\u30de\u30f3\u30c9";a["launcher command"]="Launcher\u30b3\u30de\u30f3\u30c9";a["dspf program library"]="\u753b\u9762\u30d5\u30a1\u30a4\u30eb\u30d7\u30ed\u30b0\u30e9\u30e0\u30e9\u30a4\u30d6\u30e9\u30ea";a["dspf program"]="\u753b\u9762\u30d5\u30a1\u30a4\u30eb\u30d7\u30ed\u30b0\u30e9\u30e0";a["variable name x"]="\u5909\u6570\u540d &1";a["a tab in the portal"]="\u30dd\u30fc\u30bf\u30eb\u5185\u306e\u30bf\u30d6";a["a new browser wind"]="\u65b0\u898f\u30d6\u30e9\u30a6\u30b6\u30a6\u30a3\u30f3\u30c9\u30a6\u307e\u305f\u306f\u30bf\u30d6";
572
+ a.update="\u66f4\u65b0";a.fill="\u5857\u308a\u3064\u3076\u3057";a.permissions="\u30a2\u30af\u30bb\u30b9\u8a31\u53ef";a["user/group name"]="\u30e6\u30fc\u30b6\u30fc/\u30b0\u30eb\u30fc\u30d7\u540d";a["all users groups"]="\u5168\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u3068\u30b0\u30eb\u30fc\u30d7";a.type="\u30bf\u30a4\u30d7";a.access="\u30a2\u30af\u30bb\u30b9";a.allow="\u8a31\u53ef";a.disallow="\u7981\u6b62";a.navigation="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3";a["add usrgrp perm"]="\u30e6\u30fc\u30b6\u30fc/\u30b0\u30eb\u30fc\u30d7\u306e\u30a2\u30af\u30bb\u30b9\u8a31\u53ef\u3092\u8ffd\u52a0";
573
+ a.membership="\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7";a.none="\u7121\u3057";a.remove="\u79fb\u52d5";a.appearance="\u5916\u89b3";a["home page"]="\u30db\u30fc\u30e0\u30da\u30fc\u30b8";a.tree="\u30c4\u30ea\u30fc";a.accordion="\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3";a["min search chars"]="\u6700\u5c0f\u691c\u7d22\u6587\u5b57";a["libl for rdf apps"]="\u30ea\u30c3\u30c1\u753b\u9762\u30d5\u30a1\u30a4\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u30ea\u30b9\u30c8";
574
+ a["library list"]="\u30e9\u30a4\u30d6\u30e9\u30ea\u30ea\u30b9\u30c8";a.library="\u30e9\u30a4\u30d6\u30e9\u30ea";a["use atrium def libl"]="Atrium\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30ea\u30b9\u30c8\u3092\u4f7f\u7528";a["use jobd libl"]="JOBD\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u30ea\u30b9\u30c8\u3092\u4f7f\u7528";a["specify libl"]="\u30e9\u30a4\u30d6\u30e9\u30ea\u30ea\u30b9\u30c8\u3092\u6307\u5b9a";a.up="Up";a.down="Down";a["move up"]="Move Up";a["move down"]="Move Down";
575
+ a["global settings"]="\u5168\u4f53\u8a2d\u5b9a";a.save="\u4fdd\u7ba1";a["add usr to supp grp"]="\u88dc\u8db3\u30b0\u30eb\u30fc\u30d7\u306b\u30e6\u30fc\u30b6\u30fc\u3092\u8ffd\u52a0";a["member of"]="\u30e1\u30f3\u30d0\u30fc";a["member of hlp"]="\u3053\u306e\u30e6\u30fc\u30b6\u30fc/\u30b0\u30eb\u30fc\u30d7\u304c\u6240\u5c5e\u3059\u308b\u30b0\u30eb\u30fc\u30d7";a["group name"]="\u30b0\u30eb\u30fc\u30d7\u540d";a["group name hlp"]="\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u8868\u793a\u540d";a["inherit settings"]=
576
+ "\u8a2d\u5b9a\u3092\u7d99\u627f\u3059\u308b";a["inherit settings hlp"]="\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092ON\u306b\u3059\u308b\u3068\u3001\u30e6\u30fc\u30b6\u30fc/\u30b0\u30eb\u30fc\u30d7\u306f\u305d\u306e\u89aa\u304b\u3089\u8a2d\u5b9a\u3092\u7d99\u627f\u3057\u307e\u3059\u3002\u3053\u306e\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u3092OFF\u306b\u3059\u308b\u3068\u3001\u30e6\u30fc\u30b6\u30fc/\u30b0\u30eb\u30fc\u30d7\u306b\u500b\u5225\u306e\u8a2d\u5b9a\u304c\u3042\u308a\u307e\u3059\u3002";
577
+ a["user name"]="\u30e6\u30fc\u30b6\u30fc\u540d";a["user name hlp"]="\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u8868\u793a\u540d";a["access role"]="\u30a2\u30af\u30bb\u30b9\u30ed\u30fc\u30eb";a["access role hlp"]="\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u30a2\u30af\u30bb\u30b9\u30ed\u30fc\u30eb\u3092\u5236\u5fa1\u3057\u307e\u3059\u3002\u7ba1\u7406\u8005\u306f\u5168\u3066\u306e\u30b0\u30eb\u30fc\u30d7\u3068\u30e6\u30fc\u30b6\u30fc\u3092\u7ba1\u7406\u3067\u304d\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u6a29\u9650\u3082\u5236\u5fa1\u3067\u304d\u307e\u3059\u3002\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306f\u3001\u81ea\u5206\u306e\u30b0\u30eb\u30fc\u30d7\u5185\u3067\u30e6\u30fc\u30b6\u30fc\u3068\u30b0\u30eb\u30fc\u30d7\u306e\u8a2d\u5b9a\u3092\u69cb\u6210\u3067\u304d\u307e\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u306b\u7279\u5225\u306a\u6a29\u9650\u306f\u3042\u308a\u307e\u305b\u3093\u3002";
578
+ a["can edit profile"]="\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3067\u304d\u307e\u3059";a["can edit profile hlp"]='\u30e6\u30fc\u30b6\u30fc\u304c "\u5916\u89b3" \u53ca\u3073 "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3"\u8a2d\u5b9a\u3092\u7de8\u96c6\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002\u4ed6\u306e\u5168\u3066\u306e\u8a2d\u5b9a\u306f\u30e6\u30fc\u30b6\u30fc\u304c\u7de8\u96c6\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002';a["user profile"]="\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb";
579
+ a["user profile hlp"]="\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u540d\u3002\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u540d\u306fIBMi\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u304c\u4f7f\u7528\u3055\u308c\u306a\u3044\u9650\u308a\u3001\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u304c\u533a\u5225\u3055\u308c\u307e\u3059\u3002";a["password hlp"]="\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30bb\u30c3\u30c8/\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u304c\u533a\u5225\u3055\u308c\u307e\u3059\u3002";
580
+ a["conf password"]="\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u78ba\u8a8d";a["conf password hlp"]="\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30bb\u30c3\u30c8/\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u5834\u5408\u3001\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u6307\u5b9a\u3055\u308c\u305f\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3068\u6b63\u78ba\u306b\u4e00\u81f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u304c\u533a\u5225\u3055\u308c\u307e\u3059\u3002";
581
+ a["browser title"]="\u30d6\u30e9\u30a6\u30b6\u30bf\u30a4\u30c8\u30eb";a["browser title hlp"]="\u30d6\u30e9\u30a6\u30b6\u306e\u30bf\u30a4\u30c8\u30eb\u30d0\u30fc\u306b\u8868\u793a\u3055\u308c\u308b\u30c6\u30ad\u30b9\u30c8\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002";a["show banner"]="\u30d0\u30ca\u30fc\u3092\u8868\u793a";a["show banner hlp"]="\u30dd\u30fc\u30bf\u30eb\u306e\u4e0a\u90e8\u306b\u30d0\u30ca\u30fc\u3092\u8868\u793a\u3057\u305f\u304f\u306a\u3044\u5834\u5408\u306f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u307e\u3059\u3002";
582
+ a["banner height"]="\u30d0\u30ca\u30fc\u306e\u9ad8\u3055";a["banner height hlp"]="\u30dd\u30fc\u30bf\u30eb\u306e\u4e0a\u90e8\u306b\u3042\u308b\u30d0\u30ca\u30fc\u306e\u9ad8\u3055\u3092\u30d4\u30af\u30bb\u30eb\u5358\u4f4d\u3067\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u306f\u3001\u30d0\u30ca\u30fc\u3092\u8868\u793a\u3057\u306a\u3044\u3088\u3046\u306b\u9078\u629e\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u6709\u52b9\u306a\u5024\u306f0\u304b\u3089600\u30d4\u30af\u30bb\u30eb\u3067\u3059\u3002";
583
+ a["banner url"]="\u30d0\u30ca\u30fcURL";a["banner url hlp"]="\u30d0\u30ca\u30fc\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u914d\u7f6e\u3055\u308c\u3066\u3044\u308bURL\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u7d76\u5bfeURL\u3067\u3082\u5b8c\u5168\u4fee\u98fe\u8077URL\u3067\u3082\u69cb\u3044\u307e\u305b\u3093\u3002";a.theme="\u30c6\u30fc\u30de";a["theme hlp"]='\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30c6\u30fc\u30de\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002<strong>"\u30e6\u30fc\u30b6\u30fc\u304c\u30c6\u30fc\u30de\u3092\u9078\u629e\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b"</strong>\u304c\u6709\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u5834\u5408\u3001\u500b\u3005\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u3053\u308c\u3092\u4e0a\u66f8\u304d\u3067\u304d\u307e\u3059\u3002';
584
+ a["allow sel theme"]="\u30e6\u30fc\u30b6\u30fc\u304c\u30c6\u30fc\u30de\u3092\u9078\u629e\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b";a["allow sel theme hlp"]="ON\u306b\u3059\u308b\u3068\u3001\u30c4\u30fc\u30eb\u30d0\u30fc\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u7528\u3057\u3066\u3001\u30c6\u30fc\u30de\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002";a["show menu search"]="\u691c\u7d22\u306e\u8868\u793a";a["show menu search hlp"]="\u30e1\u30cb\u30e5\u30fc\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u7121\u52b9\u306b\u3059\u308b\u5834\u5408\u306f\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u307e\u3059\u3002";
585
+ a["show fav sys"]="\u304a\u6c17\u306b\u5165\u308a\u30b7\u30b9\u30c6\u30e0\u306e\u8868\u793a";a["show fav sys hlp"]="\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3059\u3068\u304a\u6c17\u306b\u5165\u308a\u30b7\u30b9\u30c6\u30e0\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002";a["show fav start"]="\u8d77\u52d5\u6642\u306e\u304a\u6c17\u306b\u5165\u308a\u306e\u8868\u793a";a["show fav start hlp"]="ON\u306b\u3059\u308b\u3068\u3001\u8d77\u52d5\u6642\u306b\u304a\u6c17\u306b\u5165\u308a\u30d1\u30cd\u30eb\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u3042\u3001\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb\u304c\u8868\u793a\u3055\u308c\u307e\u3059(\u30c7\u30d5\u30a9\u30eb\u30c8)\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u304a\u6c17\u306b\u5165\u308a\u30b7\u30b9\u30c6\u30e0\u304c\u6709\u52b9\u306a\u5834\u5408\u306b\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002";
586
+ a["limit num sessn"]="\u30bb\u30c3\u30b7\u30e7\u30f3\u6570\u3092\u5236\u9650";a["limit num sessn hlp"]="\u3053\u306e\u30e6\u30fc\u30b6\u30fc/\u30b0\u30eb\u30fc\u30d7\u306b\u8a31\u53ef\u3055\u308c\u3066\u3044\u308bAtrium\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u6570\u30020\u306f\u7121\u5236\u9650\u3092\u8868\u3057\u307e\u3059\u3002Web\u30d6\u30e9\u30a6\u30b6\u6bce\u306b\u5236\u9650\u304c\u9069\u7528\u3055\u308c\u307e\u3059\u3002";a["show hmpg start"]="\u30b9\u30bf\u30fc\u30c8\u30a2\u30c3\u30d7\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u306e\u8868\u793a";
587
+ a["show hmpg start hlp"]="ON\u306b\u3059\u308b\u3068\u3001\u8d77\u52d5\u6642\u306b\u30dd\u30fc\u30bf\u30eb\u3067\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u53ef\u80fd\u306a\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002";a["home page url"]="\u30db\u30fc\u30e0\u30da\u30fc\u30b8URL";a["home page url hlp"]="\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u914d\u7f6e\u3055\u308c\u3066\u3044\u308bURL\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u7d76\u5bfeURL\u3067\u3082k\u5b89\u5168\u4fee\u98feURL\u3067\u3082\u304b\u307e\u3044\u307e\u305b\u3093\u3002";
588
+ a["navi pnl title"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb\u30bf\u30a4\u30c8\u30eb";a["navi pnl title hlp"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb\u306e\u30bf\u30a4\u30c8\u30eb\u30d0\u30fc\u306b\u8868\u793a\u3055\u308c\u308b\u30c6\u30ad\u30b9\u30c8\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002";a["navi pnl width"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb\u306e\u958b\u59cb\u5e45";a["navi pnl width hlp"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb\u306e\u958b\u59cb\u5e45\u3092\u30d4\u30af\u30bb\u30eb\u5358\u4f4d\u3067\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u306f\u30d1\u30cd\u30eb\u306e\u30b5\u30a4\u30ba\u3092\u5909\u66f4\u3057\u305f\u308a\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u975e\u8868\u793a\u306b\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002\u6709\u52b9\u306a\u5024\u306f0\uff5e2000\u30d4\u30af\u30bb\u30eb\u3067\u3059\u3002";
589
+ a["navi type"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30bf\u30a4\u30d7";a["navi type hlp"]='\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb\u3067\u4f7f\u3055\u308c\u308b\u30e1\u30cb\u30e5\u30fc\u306e\u30bf\u30a4\u30d7\u3092\u5236\u5fa1\u3057\u307e\u3059\u3002"\u30c4\u30ea\u30fc"\u307e\u305f\u306f"\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3"\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u306f\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\u3002';a["single click nav"]=
590
+ "\u30b7\u30f3\u30b0\u30eb\u30af\u30ea\u30c3\u30af\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3";a["single click nav hlp"]="ON\u306b\u3059\u308b\u3068\u3001\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u8d77\u52d5\u3057\u307e\u3059\u3002\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u3001\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3067\u306e\u307f\u8d77\u52d5\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u306f\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\u3002";
591
+ a["current library"]="\u73fe\u884c\u30e9\u30a4\u30d6\u30e9\u30ea";a["current library hlp"]="\u73fe\u884c\u30e9\u30a4\u30d6\u30e9\u30ea\u3092*USRPRF\u3001\u3082\u3057\u304f\u306f*CRTDFT\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059\u3002";a["job descr"]="\u30b8\u30e7\u30d6\u8a18\u8ff0";a["job descr hlp"]="\u30e9\u30a4\u30d6\u30e9\u30ea\u30ea\u30b9\u30c8\u3092\u8a2d\u5b9a\u3059\u308b\u30b8\u30e7\u30d6\u8a18\u8ff0\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002Atrium\u30e6\u30fc\u30b6\u30fc\u304cIBM i\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u5834\u5408\u3001*USRPRF\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002";
592
+ a["job descr lib"]="\u30b8\u30e7\u30d6\u8a18\u8ff0\u30e9\u30a4\u30d6\u30e9\u30ea";a["job descr lib hlp"]="\u30b8\u30e7\u30d6\u8a18\u8ff0\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002*LIBL\u307e\u305f\u306f*CURLIB\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002";a["item name"]="\u30a2\u30a4\u30c6\u30e0\u540d";a["item name hlp"]="\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u307e\u305f\u306f\u30c4\u30fc\u30eb\u30d0\u30fc\u9805\u76ee\u306e\u8868\u793a\u540d\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002";
593
+ a["action type"]="\u30a2\u30af\u30b7\u30e7\u30f3\u30bf\u30a4\u30d7";a["action type hlp"]="\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u8d77\u52d5\u3059\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30bf\u30a4\u30d7\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002";a.url="URL";a["url hlp"]="Web\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306eURL\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u7d76\u5bfe\u30d1\u30b9\u307e\u305f\u306f\u5b8c\u5168\u4fee\u98fe\u30d1\u30b9\u3068\u3057\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002\u30af\u30a8\u30ea\u6587\u5b57\u5217\u30d1\u30e9\u30e1\u30fc\u30bf\u306fURL\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059\u3002";
594
+ a["genie url"]="Genie URL";a["genie url hlp"]="Genie\u3092\u8d77\u52d5\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308bURL\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306eGenie URL /profoundui/auth/genie\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u4ee3\u66ff\u306eGenie URL\u307e\u305f\u306f\u30af\u30a8\u30ea\u6587\u5b57\u5217\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u5fc5\u8981\u306a\u5834\u5408\u306b\u306f\u4fbf\u5229\u3067\u3059\u3002\u4f8b : /profoundui/auth/genie?skin=MyCompany";
595
+ a["open as"]="\u958b\u304f";a["open as hlp"]="\u30a2\u30a4\u30c6\u30e0\u3092\u30dd\u30fc\u30bf\u30eb\u306e\u65b0\u3057\u3044\u30bf\u30d6\u3068\u3057\u3066\u8d77\u52d5\u3059\u308b\u304b\u3001\u65b0\u3057\u3044\u30d6\u30e9\u30a6\u30b6\u3068\u3057\u3066\u8d77\u52d5\u3059\u308b\u304b\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u30d6\u30e9\u30a6\u30b6\u304c\u65b0\u3057\u3044\u30a6\u30a3\u30f3\u30c9\u30a6\u307e\u305f\u306f\u30bf\u30d6\u3092\u4f7f\u7528\u3059\u308b\u304b\u306f\u30e6\u30fc\u30b6\u30fc\u306e\u30d6\u30e9\u30a6\u30b6\u8a2d\u5b9a\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002";
596
+ a["opens once only"]="1\u56de\u306e\u307f\u958b\u304f";a["opens once only hlp"]="\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u3001\u30dd\u30fc\u30bf\u30eb\u3067\u3059\u3067\u306b\u30bf\u30d6\u304c\u958b\u3044\u3066\u3044\u308b\u72b6\u614b\u3067\u30e6\u30fc\u30b6\u30fc\u304c\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u8d77\u52d5\u3059\u308b\u3068\u3001\u30a2\u30a4\u30c6\u30e0\u306b\u5bfe\u3057\u3066\u5225\u306e\u30bf\u30d6\u304c\u958b\u304b\u308c\u307e\u3059\u3002\u3053\u306e\u3088\u3046\u306b\u30e6\u30fc\u30b6\u30fc\u304c\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u308b\u30bf\u30d6\u306e\u6570\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30aa\u30f3\u306b\u3059\u308b\u3068\u3001\u30e6\u30fc\u30b6\u30fc\u306f\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u8907\u6570\u306e\u30bf\u30d6\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u304c\u9805\u76ee\u3092\u9078\u629e\u3057\u305f\u3068\u304d\u306b\u30a2\u30a4\u30c6\u30e0\u306b\u5bfe\u3057\u3066\u3059\u3067\u306b\u958b\u3044\u3066\u3044\u308b\u30bf\u30d6\u304c\u3042\u308b\u5834\u5408\u3001\u65e2\u5b58\u306e\u30bf\u30d6\u304c\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u3001\u65b0\u3057\u3044\u30d6\u30e9\u30a6\u30b6\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u307e\u305f\u306f\u30bf\u30d6\u3067\u30a2\u30a4\u30c6\u30e0\u3092\u958b\u304f\u3068\u304d\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002";
597
+ a.icon="\u30a2\u30a4\u30b3\u30f3";a["icon hlp"]="\u30aa\u30d7\u30b7\u30e7\u30f3\u3002\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u307e\u305f\u306f\u30c4\u30fc\u30eb\u30d0\u30fc\u9805\u76ee\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30b3\u30f3\u30d5\u30a1\u30a4\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u30a2\u30a4\u30b3\u30f3\u30d5\u30a1\u30a4\u30eb\u306f GIF\u3001JPG\u3001\u307e\u305f\u306fPNG\u5f62\u5f0f\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u900f\u904eGIF\u3092\u63a8\u5968\u3057\u307e\u3059\u3002\u30d1\u30b9\u306fAtrium\u5c0e\u5165\u306e\u30eb\u30fc\u30c8\u304b\u3089\u7d76\u5bfe\u30d1\u30b9\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u30a2\u30a4\u30b3\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001Atrium\u306f\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u9805\u76ee\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u30a2\u30a4\u30b3\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u3053\u3053\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u9650\u308a\u3001\u30c4\u30fc\u30eb\u30d0\u30fc\u9805\u76ee\u306e\u30a2\u30a4\u30b3\u30f3\u306f\u8868\u793a\u3055\u308c\u307e\u305b\u3093\u3002";
598
+ a.parameter="\u30d1\u30e9\u30e1\u30fc\u30bfr";a["parameter hlp"]="\u30aa\u30d7\u30b7\u30e7\u30f3: \u30ea\u30c3\u30c1\u753b\u9762\u30d7\u30ed\u30b0\u30e9\u30e0\u304c\u8d77\u52d5\u3055\u308c\u305f\u3068\u304d\u306b\u30ea\u30c3\u30c1\u753b\u9762\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u6e21\u3055\u308c\u308b\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function ga(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="Hiermee wordt uw sessie afgesloten.";a["no connection message"]="Geen contact met de server mogelijk. Controleer de verbinding en probeer opnieuw.";a["upload file limit"]="Limiet van &1 bestand(en) overschreden.";a["upload size limit"]="Limiet van &1MB per bestand overschreden";a["upload no files"]="Geen bestanden geselecteerd.";a["upload duplicate file"]="Identieke bestanden geselecteerd.";a["upload file exists"]="Een of meerdere bestanden staan al in het file systeem.";
599
+ a["upload prevented"]="Handeling geblokkeerd door het exit programma.";a["upload input limit"]="Limiet van totale input grootte overschreden.";a["upload no session"]="Geen verbinding met een geldige sessie.";a["upload timeout"]="Timeout van de transactie.";a["upload invalid response"]="Geen(geldig) antwoord van de server.";a["upload cancelled"]="Upload geannuleerd.";a["close browser text"]="Sluit het browser scherm om het logoff proces te voltooien.";a["session ended text"]="Sessie is be\u00ebindigd.";
600
+ a["outside ucs2"]="Tekens niet UCS-2.";a["invalid number"]="&1 is geen geldig nummer.";a["invalid length"]="Lengte of aantal decimalen van &1 is ongeldig.";a["invalid decimal"]="Aantal decimalen van &1 ongeldig. (max: &2)";a["invalid choice"]='"&1" is ongeldig. Geldige keuzes zijn: "&2" of "&3".';a["invalid date"]='"&1" is geen geldige datum. Voorbeeld opmaak: &2';a["invalid time"]='"&1" is geen geldige tijd. Voorbeeld opmaak: &2';a["invalid time stamp"]='"&1" is geen geldige time stamp. Voorbeeld opmaak: &2';
601
+ a["invalid percent"]="&1 is geen geldige decimaal.";a["invalid digits"]='"&1" heeft teveel cijfers. Max: &2';a["exceeds whole"]='"&1" overschrijd het maximaal aantal cijfers voor het totale veld (&2 cijfers).';a["exceeds decimal"]='"&1" overschrijd het maximaal aantal cijfers voor het decimale deel (&2 cijfers).';a["zip too long"]="Postcode te lang. (Maximum: &1 cijfers)";a["phone too long"]="Telefoonnummer te lang. (Maximum: &1 cijfers)";a["ssno too long"]="Sofinummer te lang. (Maximum: &1 cijfers)";
602
+ a["invalid custom val"]="Ongeldige maatwerk controle routine.";a["error custom val"]="Fout in maatwerk controle routine.";a.ME="Verplicht veld. Hier iets ingeven.";a.MF="Verplicht opvullen van veld. Alle posities van het veld vullen.";a.required="Blanco is een ongeldige waarde. Dit veld is vereist.";a["file required"]="Selecteer minstens \u00e9\u00e9n bestand.";a["signature overflow"]="De afbeelding van de handtekening overschrijdt het maximale aantal bytes. Verwijder de handtekening en probeer opnieuw.";
603
+ a.validValues="Ongeldige waarde. Geldige waarden zijn: ";a["upload invalid type"]="E\u00e9n of meerdere bestandstypes zijn ongeldig.";a["invalid email"]="Ongeldig email addres.";a["session timed out"]="Uw sessie is verlopen.";a["invalid low range"]="Waarde moet zijn groter of gelijk aan &1";a["invalid high range"]="Waarde moet zijn kleiner of gelijk aan &1";a["invalid range"]="Waarde moet liggen tussen &1 en &2.";a["unmonitored exception"]="Het programma heeft een fout ontdekt. Voor hulp neem contact op met de systeembeheerder.";
604
+ a["loading x"]="Laden &1...";a["data src not specfd x"]="Data source niet gespecificeerd voor &1...";a["name fld not specfd x"]="Veldnaam niet gespecificeerd voor &1...";a["val fld not specfd x"]="Waarde voor veld niet gespecificeerd voor &1...";a["failed to load x"]="Laden &1 mislukt.";a["cannot rmv last col"]="U kunt de laatste kolom niet verwijderen.";a["cannot find col"]="Kan de gespecificeerde kolom-id niet vinden.";a["subfile deletion"]="Weet je het zeker dat je de subfile wilt verwijderen?";
605
+ a["downloading x"]="Downloaden &1.";a["ie9 too low xlsxpics"]="Afbeeldingen kunnen niet worden ge\u00ebxporteerd met IE9 of eerdere versies.";a["keyboard input inhibited"]="Toetsenbord invoer niet toegestaan in dit veld.";a["pccommand error"]="De poging tot het gebruik van STRPCCMD is mislukt. Zorg ervoor dat de Profound UI PC Command Listener is opgestart op deze machine en juist is geconfigureerd. Check het browser console voor meer informatie. (Gebruik hiervoor Ctrl+Shift+I)";a["no data"]="Geen gegevens";
606
+ a["num sessions exceeded"]="Aantal toegestane sessies is overschreden.";a["unable to load portal"]="Kan de portal instellingen of onderdelen van de navigatie niet laden.";a["unable to load macr act"]="Kan de macro acties niet laden.";a["unable to load macr var"]="Kan de macro variabelen niet laden.";a["unable to load scrn lst"]="Kan de lijst met schermen niet laden.";a["unable to load new sett"]="Kan de nieuwe instellingen niet laden.";a["unable to load x"]="Kan &1 niet laden.";a["unable to add x"]=
607
+ "Kan &1 niet toevoegen. ";a["unable to rename x"]="Kan de naam van &1 niet wijzigen.";a["unable to delete x"]="Kan &1 niet verwijderen.";a["unable to update x"]="Kan &1 niet bijwerken.";a["unable to reassn x"]="Kan &1 niet opnieuw toewijzen.";a["unable to reorder items"]="Kan de volgorde van de items niet wijzigen.";a["unable to save theme"]="Kan de themainstelling niet veiligstellen.";a["unable eval script url"]="Kan het web app URL script niet uitvoeren.";a["close browser text AT"]="Sessie wijzigingen die niet zijn veiliggesteld, zijn verloren.";
608
+ a["close all tabs"]="Alle tabs sluiten?";a["close tab"]="Wilt u deze tab sluiten?";a["invalid script url"]="Ongeldige waarde voor een web app URL script.";a["unrecognized format"]="Opmaak wordt niet herkend.";a["screen already defined"]='Scherm "&1" is reeds gedefinieerd.';a["macro already defined"]='Macro "&1" is reeds gedefinieerd.';a["no screen ids"]="Er zijn geen scherm identifiers om af te beelden";a["confirm delete"]="Bevestig verwijderen";a["no actions"]="Er zijn geen acties om af te beelden.";
609
+ a["msg action input var"]='Geef de waarde van variabele "&1" in het veld op regel &2 positie &3.';a["msg action input user"]="Geef het huidige gebruikers profiel in het veld op regel &1 positie &2.";a["msg action input js"]="Geef het resultaat van de JavaScript expression <strong>&1</strong> in het veld op regel &2 positie &3.";a["msg action input other"]='Geef de waarde "&1" in het veld op regel &2 positie &3.';a["msg presskey var"]='Druk op de toets die is gedefinieerd in variabele "&1".';a["msg presskey other"]=
610
+ 'Druk op de "&1" toets.';a["msg del scrn from macro"]="Wilt u werkelijk de geselecteerde schermen uit deze macro verwijderen?<br /> Alle gekoppelde acties worden ook verwijderd.";a["choose scrn macro"]="Kies een scherm of macro om daarvan de eigenschappen te bewerken.";a["choose a nav or toolbar"]="Kies een navigatie of toolbar om daarvan de eigenschappen te bewerken.";a["confirm del sel x"]="Weet u het zeker dat u de geselecteerde &1 wilt verwijderen?";a["permission settings"]="instellen machtiging(en)";
611
+ a["adding x"]="Bezig met toevoegen &1...";a["deleting x"]="Bezig met verwijderen &1 ...";a["reassigning x"]="Opnieuw toewijzen van &1...";a.loading="Bezig met laden...";a.saving="Bezig met veiligstellen...";a["x added"]="&1 toegevoegd.";a["x deleted"]="&1 verwijderd.";a["x reassigned"]="&1 opnieuw toegewezen.";a["x updated"]="&1 bijgewerkt.";a["x saved"]="&1 veiliggesteld.";a["msg del group"]='Wilt u groep "&1" echt verwijderen?<br /><br />Na het verwijderen van een groep worden ook de subgroepen en bijhorende gebruikers verwijderd.<br /><br />Wilt u verder gaan?';
612
+ a["conf reassign users 1"]="Wilt u echt opnieuw toewijzen ";a["conf reassign users 2a"]='gebruiker "&1" ';a["conf reassign users 2b"]="de geselecteerde gebruikers ";a["conf reassign users 3"]=' naar groep "&1"?';a["conf reassign group"]='Wilt u echt groep "&1" aan groep "&2" toewijzen?';a["conf delete users 1"]="Wilt u deze gebruiker(s) echt verwijderen ";a["conf delete users 2a"]='gebruiker "&1"?';a["conf delete users 2b"]="de geselecteerde gebruikers?";a["no users"]="Er zijn geen gebruikers.";
613
+ a["cannot delete own grp"]="U kunt uw eigen groep niet verwijderen.";a["cannot delete own usr"]="U kunt uw eigen profiel niet verwijderen.";a["not auth reassign prf"]="U bent niet bevoegd tot het opnieuw toewijzen van uw eigen profiel.";a["typeselect macro name"]="Type of selecteer een macro naam...";a["any child items will"]="De onderliggende items worden ook verwijderd.";a["password must be"]="Wachtwoorden moeten bestaan uit tenminste 6 characters.";a["type or sel home page"]="Type of selecteer een home page...";
614
+ a["x is already in list"]='"&1" staat al in de lijst.';a["x is not valid libname"]='"&1" is geen geldige bibliotheeknaam.';a["no libraries in list"]="Geen bibliotheken in de lijst";a["add libl entry"]="Voeg een entry toe aan de lijst met bibliotheken";a["would you like add ano"]="Wilt u een nog een toevoegen?";a["already in suppl grp x"]='Gebruiker is reeds opgenomen in de aanvullende groep "&1".';a["cannot move screen"]="Kan macroscherm niet verplaatsen";a["ready to add"]="(Klaar om acties toe te voegen op dit scherm)";
615
+ a["duplicate actions"]="Dubbele actie(s) gevonden voor deze rij / kolom, er kunnen onvoorspelbare resultaten optreden. Controleer acties en verwijder duplicaten.";break;case "runtimeText":a["upload select text"]="Selecteer bestanden";a["upload clear text"]="Wissen";a["upload remove text"]="Verwijder";a["upload upload text"]="Upload tekst";a["upload drophere text"]="Zet bestanden hier neer";a["upload browser unsupported"]="Drag/drop van bestanden vereist Internet Explorer 10 of recentere versies, Chrome, of Firefox";
616
+ a["upload finished text"]="Upload gereed";a["excel export text"]="Export naar Excel";a["export to x"]="Export naar &1";a["filter text"]="Filter";a["multi filter text"]="Filter op waarde";a["filter multiple"]="Selecteer de gegevens om te filteren";a["filter check"]="Filter";a["filter data"]="Gegevens";a["find text"]="Zoek";a["reset data"]="Reset";a["remove filters text"]="Verwijder alle filters";a["displayed columns"]="Getoonde Kolommen";a["next link text"]="Volgende";a["previous link text"]="Vorige";
617
+ a["sort ascending text"]="Sorteer oplopend";a["sort descending text"]="Sorteer afdalend";a["sort..."]="Sort...";a.sort="Sorteren";a["sort multiple"]="Sorteer Meerdere Kolommen";a.column="Kolom";a.direction="Richting";a.order="Volgorde";a.row="rij";a.rows="rijen";a.page="Pagina";a.collapseAll="Inklappen";a.expandAll="Uitklappen";a.user="Gebruiker";a.password="Wachtwoord";a["sign on"]="Aanmelding";a.pui="Profound UI";a["pui sign on"]=a["sign on"]+" "+a.pui;a.pjs="Profound.js";a["pjs sign on"]=a["sign on"]+
618
+ " "+a.pjs;a["message id"]="Bericht-Id";a["ctlr job"]="Controle Taak";a["app job"]="Applicatie Taak";a["joblog download"]="Download Taak Logboeken";a["error stack download"]="Download Error Stack";a.maximize="Maximaliseren";a.restore="Terugzetten";a["curr user"]="Huidige Gebruiker";a["remote ip"]="IP adres op Afstand";a["remote port"]="Poortnummer op Afstand";a.severity="Ernst";a.date="Datum";a.time="Tijd";a.program="Programma";a.procedure="Procedure";a.lines="Regel(s)";a.message="Boodschap";a["new session"]=
619
+ "Nieuwe Sessie";a.close="Sluiten";a["current password"]="Huidig wachtwoord";a["new password"]="Nieuw wachtwoord";a["repeat new password"]="Herhaal nieuw wachtwoord";a.submit="Aanbieden";a.exit="Einde";a.warning="Waarschuwing";a["change password"]="Wijzig wachtwoord";a.cancel="Afbreken";a["find text"]="Vinden";a["remove filter"]="Verwijderen Filter";a.chart="Grafiek";a.section="Sectie";a.version="Versie";a.fixPack="Fix Pack";a.yes="Ja";a.no="Nee";a.settings="Instellingen";a.favorites="Favorieten";
620
+ a["type query press en"]="Type vraag, druk op enter.";a["add to favorites"]="Voeg toe aan Favorieten";a["rmv from favorites"]="Verwijder uit Favorieten";a["please wait"]="Wachten aub...";a["control panel"]="Controle Venster";a["my settings"]="Mijn instellingen";a["about atrium"]="Info Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Warning: This computer program is protected by copyright law<br />and international treaties. Unauthorized reproduction or<br />distribution of this program, or any portion of it, may result in<br />severe civil and criminal penalties, and will be prosecuted to the<br />maximum extent possible under the law.<br /><br />Patented. &nbsp;U.S. Patent No. 8,667,405 B2.";
621
+ a.item="Item";a["open selected item"]="Open het geselecteerde item";a.of="van";a["no results to dsp"]="Geen resultaten";a["displaying results"]="Toon resultaat";a["search results"]="Zoek resultaat";a["new folder"]="Nieuwe folder";a.rename="Hernoem";a.description="Omschrijving";a.ok="OK";a.add="Voeg toe";a["add x"]="Voeg &1 toe";a["delete"]="Verwijder";a.screen="Scherm";a.screens="Schermen";a.macro="Macro";a.macros="Macros";a["screen id"]="Scherm identificatie";a["screen ids"]="Scherm identificaties";
622
+ a["field row"]="Veld rij";a["field column"]="Veld kolom";a["field value"]="Veld waarde";a.value="Waarde";a.action="Actie";a.actions="Acties";a["detect once"]="Eenmalige detectie";a["detect always"]="Altijd Signaleren";a["delete screen"]="Verwijder scherm";a["genie macros"]="Genie macros";a["screen name"]="Schermnaam";a.identifier="Identificatie";a.identifiers="Identificaties";a["macro name"]="Naam macro";a["close browser wintab"]="Sluit het browser scherm of de tab.";a.select="Selecteer";a["write value in field"]=
623
+ "Geef het veld een waarde";a["press a key"]="Druk op een toets";a["a literal value"]="Een vaste waarde";a["a variable value"]="Een variabele waarde";a["cur user profile"]="Het huidige gebruikersprofiel";a["result js expr"]="Het resultaat van een JavaScript expressie";a["action data"]="Gegevens van de actie";a["data type"]="Data type";a.users="Gebruikers";a["all groups"]="Alle groepen";a["supplemental groups"]="Aanvullende groepen";a["users w primary grp"]='Gebruikers met primaire groep "&1"';a["users w suppl grp"]=
624
+ 'Gebruikers met aanvullende groep "&1"';a.group="Groep";a.groups="Groepen";a.edit="Wijzigen";a["edit x"]="Wijzigen &1";a.manager="Manager";a.administrator="Beheerder";a["primary group"]="Primaire groep";a["delete x"]="Verwijder &1";a["reassign x"]="Wijs &1 opnieuw toe";a["navigation item"]="Navigatie item";a["navigation items"]="Navigatie items";a["navigation panel"]="Navigatie panel";a["home pages"]="Home pagina's";a["menu group"]="Menu groep";a["menu item"]="Menu item";a["toolbar items"]="Eenheden werkbalk";
625
+ a.toolbar="Werkbalk";a.button="Knop";a["pulldown menu"]="Afrolmenu";a["pulldown menu item"]="item afrolmenu";a["separator bar"]="Scheidingsteken";a.spacer="Spatie";a["item details"]="Detail item";a["item number"]="Item nummer";a["item type"]="Item type";a["genie macro"]="Genie macro";a["rdf application"]="Rich Display File toepassing";a["web application"]="Web toepassing";a["pc command"]="PC commando";a["launcher command"]="Launcher commando";a["dspf program library"]="Display file programma bibliotheek";
626
+ a["dspf program"]="Display file programma";a["variable name x"]="Naam variabele &1";a["a tab in the portal"]="Een tab in de portal";a["a new browser wind"]="Een nieuwe browser window of tab";a.update="Bijwerken";a.fill="Vullen";a.permissions="Permissies";a["user/group name"]="Gebruiker-/groepsnaam";a["all users groups"]="Alle gebruikers en groepen";a.type="Type";a.access="Toegang";a.allow="Toestaan";a.disallow="Weigeren";a.navigation="Navigatie";a["add usrgrp perm"]="Toevoegen gebruikers-/groepsmachtigingen";
627
+ a.membership="Lid van";a.none="Geen";a.remove="Verwijder";a.appearance="Vorm";a["home page"]="Home pagina";a.tree="Tree";a.accordion="Accordeon";a["min search chars"]="Minimum aantal zoek lettertekens";a["libl for rdf apps"]="Lijst van bibliotheken voor de Rich Display File toepassingen";a["library list"]="Lijst van bibliotheken";a.library="Bibliotheek";a["use atrium def libl"]="Gebruik de standaard Atrium lijst van bibliotheken";a["use jobd libl"]="Gebruik de lijst van bibliotheken van de JOBD";
628
+ a["specify libl"]="Geef de lijst van bibliotheken op";a.up="Op";a.down="Neer";a["move up"]="Omhoog";a["move down"]="Naar beneden";a["global settings"]="Globale instellingen";a.save="Stel veilig";a["add usr to supp grp"]="Voeg gebruiker toe aan aanvullende groep";a["member of"]="Lid van";a["member of hlp"]="De groep waarvan deze gebruiker/groep lid is.";a["group name"]="Groepsnaam";a["group name hlp"]="De schermnaam voor deze groep.";a["inherit settings"]="Neem instellingen over";a["inherit settings hlp"]=
629
+ "Als deze optie wordt aangevinkt, neemt de gebruiker/groep de instellingen over van de bovenliggende gebruiker. Indien niet aangevinkt heeft de gebruiker/groep zijn eigen instellingen.";a["user name"]="Naam gebruiker";a["user name hlp"]="De schermnaam van dit gebruikersprofiel.";a["access role"]="Toegangs bevoegdheden";a["access role hlp"]="Beheert de toegang van deze gebruiker. Administrators kunnen alle groepen en gebruikers beheren en daarnaast ook de bevoegdheden binnen de toepassing. Managers kunnen de gebruikers- en groepssettings binnen hun eigen groep aanpassen. Eindgebruikers hebben geen speciale bevoegdheden.";
630
+ a["can edit profile"]="Kan profiel bijwerken";a["can edit profile hlp"]='Geeft de gebruiker het recht om de "appearance" en "navigation" instellingen aan te passen, en ook het wachtwoord. De overige instellingen kunnen nooit door een gebruiker worden gewijzigd.';a["user profile"]="Gebruikersprofiel";a["user profile hlp"]="De naam van het gebruikersprofiel. Namen van gebruikersprofielen zijn hoofdlettergevoelig, tenzij de IBM i profielen worden gebruikt.";a["password hlp"]="Set/reset het wachtwoord. Wachtwoorden zijn hoofdlettergevoelig.";
631
+ a["conf password"]="Bevestig wachtwoord";a["conf password hlp"]="Bij set/reset van het wachtwoord moet de waarde van dit veld exact overeenkomen met het nieuwe wachtwoord. Wachtwoorden zijn hoofdlettergevoelig.";a["browser title"]="Titel van de browser";a["browser title hlp"]="Instellen van de tekst die wordt getoond in de titelbar van de browser.";a["show banner"]="Toon banner";a["show banner hlp"]="Haal het vinkje weg bij deze optie als u de banner aan de bovenkant van de portal wilt verbergen.";
632
+ a["banner height"]="Banner hoogte";a["banner height hlp"]="Stelt de hoogte in pixels in van de banner aan de bovenkant van de portal. Deze instelling wordt overgeslagen als de banner niet wordt getoond. Geldige waarden: 0-600 pixels.";a["banner url"]="URL van de banner";a["banner url hlp"]="Stelt de URL in waar de banneropmaak is opgeslagen. URL kan absoluut of gekwalificeerd worden opgegeven.";a.theme="Thema";a["theme hlp"]='Stelt het standaard thema in. Dit kan worden gewijzigd door individuele gebruikers als <strong>"Sta gebruikers toe om een thema te selecteren"</strong> actief is.';
633
+ a["allow sel theme"]="Sta gebruikers toe om een thema te selecteren";a["allow sel theme hlp"]="Als dit is aangevinkt, is het voor gebruikers mogelijk een eigen thema te selecteren met behulp van de control in de toolbar.";a["show menu search"]="Toon zoekmenu";a["show menu search hlp"]="Haal vinkje weg om de menu zoekfaciliteit uit te schakelen.";a["show fav sys"]="Toon de Favorieten";a["show fav sys hlp"]="Haal vinkje weg om de Favorieten uit te schakelen.";a["show fav start"]="Toon tab Favorieten bij het opstarten";
634
+ a["show fav start hlp"]="Indien aangevinkt, wordt de tab Favorieten weergegeven bij het opstarten. Anders wordt (standaard) de tab Navigatie getoond. Deze optie is alleen beschikbaar als Favorieten tonen is ingeschakeld.";a["limit num sessn"]="Beperk het aantal sessies";a["limit num sessn hlp"]="Het aantal toegestane Atrium sessies voor deze gebruiker/groep. De waarde nul staat voor een onbeperkt aantal sessies. De beperking geldt per web browser.";a["show hmpg start"]="Toon home pagina na start";
635
+ a["show hmpg start hlp"]="Indien aangevinkt wordt er bij het starten van de portal een eigen home page getoond.";a["home page url"]="URL home pagina";a["home page url hlp"]="Stelt de URL in met de locatie van de home page. URL kan absoluut of gekwalificeerd worden opgegeven.";a["navi pnl title"]="Title van het navigatie panel";a["navi pnl title hlp"]="Deze tekst wordt getoond in de titel bar van het navigatie panel.";a["navi pnl width"]="Breedte van navigatie panel na het opstarten";a["navi pnl width hlp"]=
636
+ "Stelt de breedte in pixels in van het navigatie panel na het opstarten. De gebruiker kan de grootte van het panel aanpassen of het panel, indien nodig, verbergen. Geldige waarden: 0-2000 pixels.";a["navi type"]="Type navigatie";a["navi type hlp"]='Stelt binnen de navigatie het type menu in, "tree" of "accordion". Deze instelling is niet van invloed op de toolbar.';a["single click nav"]="Enkele muisklik navigatie";a["single click nav hlp"]="Als deze optie is aangevinkt wordt een menu optie opgestart met een enkele muisklik. Anders wordt een menu optie opgestart met een dubbele klik. Deze instelling is niet van invloed op de toolbar.";
637
+ a["current library"]="Huidige bibliotheek";a["current library hlp"]="Geef de huidige bibliotheek op, *USRPRF, or *CRTDFT.";a["job descr"]="Taak beschrijving";a["job descr hlp"]="Geef een job description op voor de lijst met bibliotheken. *USRPRF kan worden opgegeven als de Atrium gebruikers gelijk zijn aan de IBM i gebruikers profielen.";a["job descr lib"]="Job description bibliotheek";a["job descr lib hlp"]="Geef de bibliotheek op met de job description. Hier kan *LIBL of *CURLIB worden opgegeven.";
638
+ a["item name"]="Naam item";a["item name hlp"]="Stelt de naam in van het display voor het navigatie of toolbar item.";a["action type"]="Actie type";a["action type hlp"]="Stelt het type toepassing in dat door dit item wordt gestart.";a.url="URL";a["url hlp"]="Stelt de URL in van de Web toepassing. De URL kan worden opgegeven als een absoluut pad of als een volledig gekwalificeerde URL. In de URL kunnen Query string parameters worden meegegeven.";a["genie url"]="Genie URL";a["genie url hlp"]="Stelt de URL in die wordt gebruikt om Genie te starten. Als hier niets wordt ingevuld wordt de standaard Genie URL /profoundui/auth/genie gebruikt. Dit veld is handig als er een andere Genie URL nodig is of als er met query string parameters wordt gewerkt. Bijvoorbeeld: /profoundui/auth/genie?skin=MyCompany";
639
+ a["open as"]="Openen als";a["open as hlp"]="Keuze of de toepassing onder een nieuwe tab in de portal wordt gestart, of in een afzonderlijke browser window of een tab. Of de browser een nieuwe window gebruikt of een tab is afhankelijk van de gebruikersinstelling in de browser.";a["opens once only"]="Open eenmalig";a["opens once only hlp"]="Standaard wordt er een nieuwe tab geopend met het opstarten van een item. Als er al een tab is geopend in de portal wordt er een nieuwe toegevoegd. Er is geen limiet aan het aantal tabs dat op deze manier kan worden geopend. Als deze optie wordt aangevinkt kan de gebruiker niet meer dan 1 tab per item openen. Als er al een tab is geopend voor dit item zal deze na de selectie worden gebruikt. Deze optie is niet actief als er is gekozen voor het openen van het item in een afzonderlijk browser window of tab.";
640
+ a.icon="Icoon";a["icon hlp"]="Optioneel. Geef de naam op van een icon file voor gebruik door het navigatie of toolbar item. Geldige icon file formaten zijn GIF, JPG, or PNG. Het wordt aanbevolen om transparente GIFs te gebruiken. Gebruik het absolute pad van de root van de Atrium installatie. Als er geen icon is opgegeven gebruikt Atrium een default icon voor de navigatie. Mits hier opgegeven, worden er geen icons voor de toolbar items getoond.";a.parameter="Parameter";a["parameter hlp"]="Optioneel: Geef een parameter mee die bij het starten aan het Rich Display programma wordt doorgegeven.";
641
+ break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function ja(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="A sua sess\u00e3o ir\u00e1 terminar.";a["no connection message"]="N\u00e3o \u00e9 poss\u00edvel estabelecer liga\u00e7\u00e3o com o servidor. Verifique a liga\u00e7\u00e3o e tente de novo.";a["upload file limit"]="Limite de &1 arquivo(s) excedido.";a["upload size limit"]="Limite de &1MB por arquivo excedido";a["upload no files"]="N\u00e3o h\u00e1 arquivos selecionados.";a["upload duplicate file"]="Foram selecionados arquivos em duplicado.";
642
+ a["upload file exists"]="Um ou mais arquivos j\u00e1 existem no sistema de arquivos.";a["upload prevented"]="Opera\u00e7\u00e3o impedida por 'exit program'.";a["upload input limit"]="Foi excedido o limite do tamanho total do 'input'.";a["upload no session"]="N\u00e3o est\u00e1 conectado a uma sess\u00e3o v\u00e1lida.";a["upload timeout"]="Foi excedido o tempo limite para a transac\u00e7\u00e3o.";a["upload invalid response"]="N\u00e3o existe resposta do servidor ou a mesma \u00e9 inv\u00e1lida.";a["upload cancelled"]=
643
+ "Upload cancelado.";a["close browser text"]="A fim de completar o processo de encerramento da sess\u00e3o, por favor feche a janela do browser.";a["session ended text"]="A sua sess\u00e3o foi encerrada.";a["outside ucs2"]="Caract\u00e9res fora do \u00e2mbito UCS-2.";a["invalid number"]="&1 n\u00e3o \u00e9 um n\u00famero v\u00e1lido.";a["invalid length"]="&1 tem comprimento ou n\u00famero de casas decimais incorrectos.";a["invalid decimal"]="&1 tem demasiadas casas decimais. (max: &2)";a["invalid choice"]=
644
+ '"&1" \u00e9 inv\u00e1lido. Escolhas v\u00e1lidas s\u00e3o: "&2" ou "&3".';a["invalid date"]='"&1" n\u00e3o \u00e9 uma data v\u00e1lida. Exemplo de formato correcto: &2';a["invalid time"]='"&1" n\u00e3o \u00e9 uma hora v\u00e1lida. Exemplo de formato correcto: &2';a["invalid time stamp"]='"&1" n\u00e3o \u00e9 um formato de data e hora v\u00e1lido. Exemplo de formato correcto: &2';a["invalid percent"]="&1 n\u00e3o \u00e9 um valor decimal.";a["invalid digits"]='"&1" cont\u00e9m demasiados d\u00edgitos. Max: &2';
645
+ a["exceeds whole"]='"&1" excede o n\u00famero m\u00e1ximo de d\u00edgitos para a parte num\u00e9rica do campo (&2 digits).';a["exceeds decimal"]='"&1" excede o n\u00famero m\u00e1ximo de d\u00edgitos para a parte decimal do campo (&2 digits).';a["zip too long"]="O c\u00f3digo postal \u00e9 demasiado grande. (Maximum: &1 digits)";a["phone too long"]="O n\u00famero de telefone \u00e9 demasiado grande. (Maximum: &1 digits)";a["ssno too long"]="O c\u00f3digo da seguran\u00e7a social \u00e9 demasiado grande. (Maximum: &1 digits)";
646
+ a["invalid custom val"]="Valida\u00e7\u00e3o de fun\u00e7\u00e3o customizada inv\u00e1lida.";a["error custom val"]="Erro na valida\u00e7\u00e3o de fun\u00e7\u00e3o costumizada.";a.ME="Campo obrigat\u00f3rio. Tem que introduzir dados.";a.MF="Campo de preenchimento total obrigat\u00f3rio. Deve preencher o campo na sua totalidade.";a.required="O valor n\u00e3o pode estar a branco. Este campo \u00e9 obrigat\u00f3rio.";a["file required"]="Deve seleccionar pelo menos um arquivo.";a["signature overflow"]=
647
+ "A imagem da assinatura excede o n\u00famero m\u00e1ximo de bytes dispon\u00edveis para o seu armazenamento. Por favor limpe a caixa da assinatura e tente de novo.";a.validValues="O valor introduzido n\u00e3o \u00e9 v\u00e1lido. Valores v\u00e1lidos: ";a["upload invalid type"]="Um ou mais arquivos s\u00e3o de tipo inv\u00e1lido.";a["invalid email"]="e-mail Inv\u00e1lido.";a["session timed out"]="A sua sess\u00e3o expirou.";a["invalid low range"]="O valor deve ser maior ou igual a &1";a["invalid high range"]=
648
+ "O valor deve ser menor ou igual a &1";a["invalid range"]="O Intervalo v\u00e1lido \u00e9 de &1 a &2";a["unmonitored exception"]="A aplica\u00e7\u00e3o encontrou uma excep\u00e7\u00e3o n\u00e3o monitorizada. Por favor contacte o administrador de sistema.";a["loading x"]="A carregar &1...";a["data src not specfd x"]="Origem dos dados n\u00e3o especificada para &1...";a["name fld not specfd x"]="Nome do campo n\u00e3o especificado para &1...";a["val fld not specfd x"]="Valor do campo n\u00e3o especificado para &1...";
649
+ a["failed to load x"]="Falha ao carregar &1.";a["cannot rmv last col"]="N\u00e3o pode eliminar a \u00faltima coluna.";a["cannot find col"]="ID da coluna especificada n\u00e3o encontrado.";a["subfile deletion"]="Tem certeza que deseja excluir o subarquivo?";a["downloading x"]="Downloading &1";a["ie9 too low xlsxpics"]="Imagens n\u00e3o podem ser exportadas utilizando o IE9 ou inferior.";a["keyboard input inhibited"]="Entrada por teclado n\u00e3o permitida neste campo.";a["pccommand error"]="A tentativa de utilizar STRPCCMD falhou. Por favor certifique-se que o Profound UI PC Command Listener est\u00e1 ativo nesta m\u00e1quina e configurado corretamente. Verifique a consola do browser para mais informa\u00e7\u00f5es. (Normalmente Ctr+Shift+I)";
650
+ a["no data"]="Sem Dados";a["num sessions exceeded"]="Excedido o n\u00famero de sess\u00f5es autorizadas.";a["unable to load portal"]="N\u00e3o foi poss\u00edvel carregar as configura\u00e7\u00f5es do portal ou items de navega\u00e7\u00e3o.";a["unable to load macr act"]="N\u00e3o foi poss\u00edvel carregar as ac\u00e7\u00f5es macro.";a["unable to load macr var"]="N\u00e3o foi poss\u00edvel carregar as vari\u00e1veis macro.";a["unable to load scrn lst"]="N\u00e3o foi poss\u00edvel carregar a lista de ecr\u00e3.";
651
+ a["unable to load new sett"]="N\u00e3o foi poss\u00edvel carregar novas defini\u00e7\u00f5es.";a["unable to load x"]="N\u00e3o foi poss\u00edvel carregar &1.";a["unable to add x"]="N\u00e3o foi poss\u00edvel adicionar &1.";a["unable to rename x"]="N\u00e3o foi poss\u00edvel mudar o nome a &1.";a["unable to delete x"]="N\u00e3o foi poss\u00edvel apagar &1.";a["unable to update x"]="N\u00e3o foi poss\u00edvel alterar &1.";a["unable to reassn x"]="N\u00e3o foi poss\u00edvel reasignar &1.";a["unable to reorder items"]=
652
+ "N\u00e3o foi poss\u00edvel reordenar os items.";a["unable to save theme"]="N\u00e3o foi poss\u00edvel gravar as defini\u00e7\u00f5es do tema.";a["unable eval script url"]="N\u00e3o foi poss\u00edvel avaliar o URL da scripted web app.";a["close browser text AT"]="As altera\u00e7\u00f5es n\u00e3o gravadas na sess\u00e3o ou sess\u00f5es ser\u00e3o perdidas.";a["close all tabs"]="Fechar todos os separadores?";a["close tab"]="Deseja fechar este seperador?";a["invalid script url"]="Valor inv\u00e1lido para o URL da scripted web app.";
653
+ a["unrecognized format"]="Formato n\u00e3o reconhecido.";a["screen already defined"]='Ecr\u00e3"&1" j\u00e1 definido.';a["macro already defined"]='Macro "&1" j\u00e1 definida.';a["no screen ids"]="N\u00e3o existem identificadores do ecr\u00e3 para mostrar";a["confirm delete"]="Deseja eliminar";a["no actions"]="N\u00e3o existem ac\u00e7\u00f5es para mostar.";a["msg action input var"]='Introduza o valor na vari\u00e1vel"&1" no campo da linha &2 coluna &3.';a["msg action input user"]="Introduza o perfil de utilizador actual no campo da linha &1 coluna &2.";
654
+ a["msg action input js"]="Introduza o resultado da express\u00e3o de JavaScript <strong>&1</strong> no campo da linha &2 coluna &3.";a["msg action input other"]='Introduza o valor "&1" no campo da linha &2 coluna &3.';a["msg presskey var"]='Pressione a tecla definida na vari\u00e1vel "&1".';a["msg presskey other"]='Pressione a tecla "&1".';a["msg del scrn from macro"]="Tem a certeza que quer eliminar o(s) ecr\u00e3(s) seleccionados desta macro?<br /> Todas as ac\u00e7\u00f5es associadas tamb\u00e9m ser\u00e3o eliminadas.";
655
+ a["choose scrn macro"]="Escolha um ecr\u00e3 ou macro para trabalhar com as suas propriedades.";a["choose a nav or toolbar"]="Escolha um item de navega\u00e7\u00e3o ou de barra de ferramentas para trabalhar com as suas propriedades.";a["confirm del sel x"]="Tem a certeza que quer eliminar o(a) &1?";a["permission settings"]="Defini\u00e7\u00e3o de permiss\u00f5es";a["adding x"]="Adicionando &1...";a["deleting x"]="Eliminando &1 ...";a["reassigning x"]="Reasignando &1...";a.loading="Carregando...";
656
+ a.saving="Gravando...";a["x added"]="&1 adicionado(s).";a["x deleted"]="&1 eliminado(s).";a["x reassigned"]="&1 re-assignado(s).";a["x updated"]="&1 alterado(s).";a["x saved"]="&1 gravado(s).";a["msg del group"]='Tem a certeza que quer eliminar o grupo "&1"?<br /><br />Apagar o(s) grupo(s) ir\u00e1 apagar tamb\u00e9m qualquer subgrupo e utilizador(es) associado(s).<br /><br />Tem a certeza que quer continuar?';a["conf reassign users 1"]="Tem a certeza que quer re-assignar ";a["conf reassign users 2a"]=
657
+ 'Utilizador "&1" ';a["conf reassign users 2b"]="Os utilizadores seleccionados ";a["conf reassign users 3"]=' para o grupo "&1"?';a["conf reassign group"]='Tem a certeza que quer re-assignar o grupo "&1" ao grupo "&2"?';a["conf delete users 1"]="Tem a certeza que quer eliminar";a["conf delete users 2a"]='utilizador "&1"?';a["conf delete users 2b"]="os utilizadores seleccionados?";a["no users"]="N\u00e3o existem utilziadores para mostrar.";a["cannot delete own grp"]="N\u00e3o pode eliminar o seu pr\u00f3prio grupo.";
658
+ a["cannot delete own usr"]="N\u00e3o pode eliminar o seu pr\u00f3prio perfil de utilizador.";a["not auth reassign prf"]="N\u00e3o est\u00e1 autorizado a re-assignar o seu pr\u00f3prio perfil de utilizador.";a["typeselect macro name"]="Escreva ou seleccione o nome da macro...";a["any child items will"]="Quaisquer itens dependente tamb\u00e9m ser\u00e1 eliminado.";a["password must be"]="As Passwords t\u00eam que ter pelo menos 6 caracteres.";a["type or sel home page"]="Escreva ou seleccione a p\u00e1gina principal...";
659
+ a["x is already in list"]='"&1" j\u00e1 est\u00e1 na lista.';a["x is not valid libname"]='"&1" n\u00e3o \u00e9 um nome de biblioteca v\u00e1lido.';a["no libraries in list"]="N\u00e3o existem bibliotecas na lista";a["add libl entry"]="Adicionar uma entrada na lista de bibliotecas";a["would you like add ano"]="Deseja adicionar outra(o)?";a["already in suppl grp x"]='Utilizador j\u00e1 existe no grupo suplementar "&1".';a["cannot move screen"]="N\u00e3o \u00e9 poss\u00edvel mover o ecr\u00e3 macro";
660
+ a["ready to add"]="(Pronto para adicionar a\u00e7\u00f5es ao ecr\u00e3)";a["duplicate actions"]="Encontradas A\u00e7\u00f5es em duplicado nesta linha / coluna, o resultado \u00e9 imprevis\u00edvel. Reveja as a\u00e7\u00f5es e elimine as que est\u00e3o em duplicado.";break;case "runtimeText":a["upload select text"]="Arquivos Selecionados";a["upload clear text"]="Limpar";a["upload remove text"]="Remover";a["upload upload text"]="Enviar";a["upload drophere text"]="Colocar os ficheiros aqui";a["upload browser unsupported"]=
661
+ "Para efectuar o Drag/drop de ficheiros necessita do Internet Explorer 10 ou superior , Chrome, ou Firefox";a["upload finished text"]="Terminado";a["excel export text"]="Exportar para Excel";a["export to x"]="Exportar para &1";a["filter text"]="Filtrar";a["multi filter text"]="Filtro por valor";a["filter multiple"]="Seleccione dados a filtrar";a["filter check"]="Filtro";a["filter data"]="Dados";a["find text"]="Procurar";a["reset data"]="Reset";a["remove filters text"]="Remover Todos os Filtros";a["displayed columns"]=
662
+ "Colunas Mostradas";a["next link text"]="Pr\u00f3ximo";a["previous link text"]="Anterior";a["sort ascending text"]="Ordenar Ascendentemente";a["sort descending text"]="Ordenar Descendentemente";a["sort..."]="Filtrar...";a.sort="Filtrar";a["sort multiple"]="Filtrar V\u00e1rias Colunas";a.column="Coluna";a.direction="Dire\u00e7\u00e3o";a.order="Ordena\u00e7\u00e3o";a.row="fileira";a.rows="fileiras";a.page="P\u00e1gina";a.collapseAll="Recolher tudo";a.expandAll="Expandir tudo";a.user="Utilizador";a.password=
663
+ "Palavra Passe";a["sign on"]="Entrar";a.pui="Profound UI";a["pui sign on"]=a["sign on"]+" em "+a.pui;a.pjs="Profound.js";a["pjs sign on"]=a["sign on"]+" em "+a.pjs;a["message id"]="Id da mensagem";a["ctlr job"]="Controlador do trabalho";a["app job"]="Aplica\u00e7\u00e3o do trabalho";a["joblog download"]="Download Logs do trabalho";a["curr user"]="Utilizador actual";a["remote ip"]="IP Address Remoto";a["remote port"]="Porta Remota";a.severity="Severidade";a.date="Data";a.time="Hora";a.program="Programa";
664
+ a.procedure="Procedimento";a.lines="Fileira(s)";a.message="Mensagem";a["new session"]="Nova Sess\u00e3o";a.close="Fechar";a["current password"]="Palavra Chave Actual";a["new password"]="Palavra Chave Nova";a["repeat new password"]="Repetir Palavra Chave";a.submit="Submeter";a.exit="Sair";a.warning="Aviso";a["change password"]="Alterar Palavra Chave";a.cancel="Cancelar";a["find text"]="Encontrar";a["remove filter"]="Retirar filtro";a.chart="Gr\u00e1fico";a.section="Sec\u00e7\u00e3o";a.version="Vers\u00e3o";
665
+ a.fixPack="Pacote de corre\u00e7\u00e3o";a.yes="Sim";a.no="N\u00e3o";a.settings="Defini\u00e7\u00f5es";a.favorites="Favoritos";a["type query press en"]="Digite query, e prima Enter.";a["add to favorites"]="Adicionar aos Favoritos";a["rmv from favorites"]="Remover dos Favoritos";a["please wait"]="Aguarde por favor...";a["control panel"]="Painel de Controlo";a["my settings"]="AS minhas Defini\u00e7\u00f5es";a["about atrium"]="Acerca de Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+
666
+ ", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Aviso: Este programa de computador est\u00e1 protegido por copyright por lei<br />e tratados internacionais. Qualquer reprodu\u00e7\u00e3o ou distribui\u00e7\u00e3o n\u00e3o autorizada ou qualquer parte do mesmo pode reseultar em<br />severas penaliza\u00e7\u00f5es e processos criminais at\u00e9 ao limite m\u00e1ximo da lei.<br /><br />Patenteado. &nbsp;U.S. Patente No. 8,667,405 B2.";
667
+ a.item="Item";a["open selected item"]="Abrir o Item seleccionado";a.of="de";a["no results to dsp"]="N\u00e3o existem resultados para mostrar.";a["displaying results"]="Mostrando os resultados";a["search results"]="Resultados da pesquisa";a["new folder"]="Nova Pasta";a.rename="Mudar o nome";a.description="Descri\u00e7\u00e3o";a.ok="OK";a.add="Adicionar";a["add x"]="Adicionar &1";a["delete"]="Eliminar";a.screen="Ecr\u00e3";a.screens="Ecrans";a.macro="Macro";a.macros="Macros";a["screen id"]="Identificador de Ecr\u00e3";
668
+ a["screen ids"]="Identificadores de Ecrans";a["field row"]="Campo de Linha";a["field column"]="Campo de Coluna";a["field value"]="Campo de Valor";a.value="Valor";a.action="Ac\u00e7\u00e3o";a.actions="Ac\u00e7\u00f5es";a["detect once"]="Eliminar uma vez";a["detect always"]="Detetar Sempre";a["delete screen"]="Eliminar Ecr\u00e3";a["genie macros"]="Genie Macros";a["screen name"]="Nome do Ecr\u00e3";a.identifier="Identificador";a.identifiers="Identificadores";a["macro name"]="Nome da Macro";a["close browser wintab"]=
669
+ "Fechar a janela ou seprador do browser.";a.select="Seleccionar";a["write value in field"]="Escreva um valor num campo";a["press a key"]="Prima uma tecla";a["a literal value"]="Um valor literal";a["a variable value"]="Um valor variavel";a["cur user profile"]="O perfil de utilizador actual";a["result js expr"]="O resultado de uma express\u00e3o de JavaScript";a["action data"]="Action data";a["data type"]="Tipo dos Dados";a.users="Utilizadores";a["all groups"]="Todos os Grupos";a["supplemental groups"]=
670
+ "Grupos Suplementares";a["users w primary grp"]='Utilizadores cujo Grupo Prim\u00e1rio \u00e9"&1"';a["users w suppl grp"]='Utilizaodres cujo Grupo Suplementar \u00e9"&1"';a.group="Grupo";a.groups="Grupos";a.edit="Editar";a["edit x"]="Editar &1";a.manager="Gerir";a.administrator="Administrador";a["primary group"]="Grupo Prim\u00e1rio";a["delete x"]="Eliminar &1";a["reassign x"]="Re-assignar &1";a["navigation item"]="Item de Navega\u00e7\u00e3o";a["navigation items"]="Itens de Navega\u00e7\u00e3o";
671
+ a["navigation panel"]="Painel de Navega\u00e7\u00e3o";a["home pages"]="P\u00e1ginas Principais";a["menu group"]="Grupo de Menu";a["menu item"]="Item de Menu";a["toolbar items"]="Items da Barra de Ferramentas";a.toolbar="Barra de Ferramentas";a.button="Bot\u00e3o";a["pulldown menu"]="Menu de Pulldown";a["pulldown menu item"]="Item de Menu de Pulldown";a["separator bar"]="Barra de Separa\u00e7\u00e3o";a.spacer="Espacejador";a["item details"]="Detalhes do Item";a["item number"]="N\u00famero do Item";
672
+ a["item type"]="Tipo do Item";a["genie macro"]="Genie Macro";a["rdf application"]="Aplica\u00e7\u00e3o Rich Display File";a["web application"]="Apliaca\u00e7\u00e3o Web";a["pc command"]="Comando de PC";a["launcher command"]="Comando de Launcher";a["dspf program library"]="Biblioteca de programa de ficheiro de ecr\u00e3";a["dspf program"]="Programa de ficheiro de ecr\u00e3";a["variable name x"]="Nome da vari\u00e1vel &1";a["a tab in the portal"]="Um separador no portal";a["a new browser wind"]="Nova janela ou separador do browser";
673
+ a.update="Alterar";a.fill="Preencher";a.permissions="Permiss\u00f5es";a["user/group name"]="Nome do Utilizador/Grupo";a["all users groups"]="Todos os Utilizadores e Grupos";a.type="Tipo";a.access="Accesso";a.allow="Permitir";a.disallow="N\u00e3o Permitir";a.navigation="Navega\u00e7\u00e3o";a["add usrgrp perm"]="Adicionar Permiss\u00f5es de Utilizador/Grupo";a.membership="Associa\u00e7\u00e3o";a.none="Nenhum";a.remove="Remover";a.appearance="Apar\u00eancia";a["home page"]="P\u00e1gina Principal";a.tree=
674
+ "\u00c1rvore";a.accordion="Acordi\u00e3o";a["min search chars"]="Minimo de caracteres de pesquisa";a["libl for rdf apps"]="Lista de Bibliotecas para Aplica\u00e7\u00f5es Rich Display File";a["library list"]="Lista de Bibliotecas";a.library="Biblioteca";a["use atrium def libl"]="Utilizar a lista de bibliotecas padar\u00e3o do Atrium";a["use jobd libl"]="Utilizar a lista de bibliotecas da JOBD";a["specify libl"]="Especifique a lista de bibliotecas";a.up="Cima";a.down="Baixo";a["move up"]="Mover para Cima";
675
+ a["move down"]="Mover para Baixo";a["global settings"]="Defini\u00e7\u00f5es Globais";a.save="Gravar";a["add usr to supp grp"]="Adicionar o Utilizador ao Grupo Suplementar";a["member of"]="Membro de";a["member of hlp"]="O grupo a que este utilizador/grupo pertence.";a["group name"]="Nome do Grupo";a["group name hlp"]="O nome do ecr\u00e3 para este grupo.";a["inherit settings"]="Defini\u00e7\u00f5es herdadas";a["inherit settings hlp"]="Quando esta op\u00e7\u00e3o est\u00e1 seleccionada, o utilizador/grupo ir\u00e1 gerdar as defini\u00e7\u00f5es do seu 'Pai'. Quando n\u00e3o est\u00e1 seleccionada, o utilizador/grupo ter\u00e1 as suas pr\u00f3prias defini\u00e7\u00f5es.";
676
+ a["user name"]="Nome do Utilizador";a["user name hlp"]="O nome do ecr\u00e3 deste perfil de utilizador.";a["access role"]="Fun\u00e7\u00e3o de Acesso";a["access role hlp"]="Controla a fun\u00e7\u00e3o de acesso deste utilizador. Administradores podem gerir todos os grupos e utilizadores, e podem tamb\u00e9m controlar as autoridades da aplica\u00e7\u00e3o. Gestores podem configurar as defini\u00e7\u00f5es de utilizadores e grupos dentro do seu pr\u00f3prio grupo. Utilizadores n\u00e3o t\u00eam previl\u00e9gios especiais.";
677
+ a["can edit profile"]="Pode editar o perfil";a["can edit profile hlp"]='Permite ao utilizador editar defini\u00e7\u00f5es de "apar\u00eancia" e "navega\u00e7\u00e3o", e alterar a password. Todas as outras defini\u00e7\u00f5es nunca s\u00e3o edit\u00e1veis pelo utilizador.';a["user profile"]="Perfil de Utilizador";a["user profile hlp"]="O nome do perfil de utilizador. Perfis de utilizadorUser s\u00e3o case sensitive, excepto se forem utilizados perfis de IBM i.";a["password hlp"]="Define/limpa a password. Passwords s\u00e3o case sensitive.";
678
+ a["conf password"]="Confirmar a Password";a["conf password hlp"]="Quando define/limpa a password, este campo tem que ser exactamente igual \u00e1 nova password definida. Passwords s\u00e3o case sensitive.";a["browser title"]="Titulo do Browser";a["browser title hlp"]="Define o texto que ir\u00e1 aparecer na barra de titulo do browser.";a["show banner"]="Mostra banner";a["show banner hlp"]="N\u00e3o seleccione esta op\u00e7\u00e3o se n\u00e3o quiser mostar o banner no topo do portal.";a["banner height"]=
679
+ "Altura do Banner";a["banner height hlp"]="Define a altura do banner em pixels no topo do portal. Esta defini\u00e7\u00e3o \u00e9 ignorada se tiver escolhido n\u00e3o mostrar o banner. Valores v\u00e1lidos s\u00e3o 0-600 pixels.";a["banner url"]="URL do Banner";a["banner url hlp"]="Define o URL onde o conte\u00fado do banner est\u00e1 localizado. O URL pode ser absoluto ou definido na sua totalidade.";a.theme="Tema";a["theme hlp"]='Definie o tema por defeito. Pode ser substituido por utilizadores individuais se <strong>"Permite utilizadores seleccionar o tema"</strong> est\u00e1 activo.';
680
+ a["allow sel theme"]="Permite ao utilizador seleccionar o tema";a["allow sel theme hlp"]="Se seleccionado, os utilizadores poder\u00e3o seleccionar o tema por eles desejado utilizando um control na barra de ferramentas.";a["show menu search"]="mostra pesquisa de menu";a["show menu search hlp"]="N\u00e3o seleccione se n\u00e3o quiser activar a funcionalidade de pesquisa de menu.";a["show fav sys"]="Mostra Favoritos do sistema";a["show fav sys hlp"]="Desmarque para desactivar os Favoritos do sistema.";
681
+ a["show fav start"]="Mostar Favoritos no arranque";a["show fav start hlp"]="Se seleciconado, o painel de Favoritos ser\u00e1 mostrado no arranque. Se n\u00e3o, ser\u00e1 mostrado o painel de Navega\u00e7\u00e3o (por defeito). Esta op\u00e7\u00e3o apenas estar\u00e1 disponivel se a op\u00e7\u00e3o Favoritos do sistema estiver activa.";a["limit num sessn"]="Limitar n\u00famero de sess\u00f5es";a["limit num sessn hlp"]="N\u00famero de sess\u00f5es de Atrium permitidas para este utilizador/grupo. Um valor de zero permite n\u00famero de sess\u00f5es ilimitadas. A limita\u00e7\u00e3o \u00e9 aplicada por web browser.";
682
+ a["show hmpg start"]="Mostra p\u00e1gina principal no arranque";a["show hmpg start hlp"]="Se seleccionado, no arranque ser\u00e1 mostrada uma p\u00e1gina principal customiz\u00e1vel.";a["home page url"]="URL da p\u00e1gina principal";a["home page url hlp"]="Define o URL onde o conte\u00fado da p\u00e1gina principal est\u00e1 localizado. O URL pode ser absoluto ou definido na sua totalidade.";a["navi pnl title"]="Titulo do painel de Navega\u00e7\u00e3o";a["navi pnl title hlp"]="Define o texto que ser\u00e1 mostrado na barra de titulo do painel de navega\u00e7\u00e3o.";
683
+ a["navi pnl width"]="Largura inicial do painel de Navega\u00e7\u00e3o";a["navi pnl width hlp"]="Define a largura inicial do painel de Navega\u00e7\u00e3o em pixels. O utilizador pode redimensionar ou esconder o painel se desejado. Valores v\u00e1lidos s\u00e3o 0-2000 pixels.";a["navi type"]="Tipo de Naviga\u00e7\u00e3o";a["navi type hlp"]='Controla o tipo de menu utilizado no painel de navega\u00e7\u00e3o, "tree" or "accordion". Esta defini\u00e7\u00e3o n\u00e3o se aplica \u00e1 barra de ferramentas.';
684
+ a["single click nav"]="Navega\u00e7\u00e3o com apenas um click";a["single click nav hlp"]="Se seleccionado, os items no painel de navega\u00e7\u00e3o ir\u00e3o arrancar apenas com um click. De outra forma, ir\u00e3o arrancar apenas com duplo click. Esta defini\u00e7\u00e3o n\u00e3o se aplica \u00e1 barra de ferramentas.";a["current library"]="biblioteca actual";a["current library hlp"]="Especifica a biblioteca actual, *USRPRF, ou *CRTDFT.";a["job descr"]="Descri\u00e7\u00e3o do Trabalho";a["job descr hlp"]=
685
+ "Especifica a descri\u00e7\u00e3o do Trabalho para definir a lista de bibliotecas de origem. *USRPRF pode ser especificada se os utilizadores do Atrium forem perfis de utilizadores de IBM i.";a["job descr lib"]="Biblioteca da descri\u00e7\u00e3o do Trabalho";a["job descr lib hlp"]="SEspecifica a biblioteca para a descri\u00e7\u00e3o do Trabalho. *LIBL ou *CURLIB podem ser especificadas.";a["item name"]="nome do Item";a["item name hlp"]="Define o nome do ecr\u00e3 do item de navega\u00e7\u00e3o ou barra de ferramentas.";
686
+ a["action type"]="Tipo de Ac\u00e7\u00e3o.";a["action type hlp"]="Define o tipo de aplica\u00e7\u00e3o que este Item lan\u00e7a.";a.url="URL";a["url hlp"]="Define o URL da aplica\u00e7\u00e3o Web. Pode ser especificado como um caminho absoluto ou um URL definido na sua totalidade. Parametros de Query podem ser especificados no URL.";a["genie url"]="URL de Genie";a["genie url hlp"]="Define o URL que \u00e9 utilizado para lan\u00e7ar o Genie. Se n\u00e3o for especificado, ser\u00e1 utilizado o URL Default do Genie /profoundui/auth/genie . Este campo \u00e9 util se um URL alternativo do Genie ou parametros de qwery forem requeridos. Por exemplo: /profoundui/auth/genie?skin=MyCompany";
687
+ a["open as"]="Abrir como";a["open as hlp"]="Define se abre o item como um novo separador no portal ou como uma nova janela ou separador do browser. Se o browser utiliza a defini\u00e7\u00e3o de nova janela ou separador, depende das defini\u00e7\u00f5es do utilizador no browser.";a["opens once only"]="Abre apenas uma vez";a["opens once only hlp"]="Por defeito, se o utilizador lan\u00e7ar este item quando este j\u00e1 tem um separador aberto no portal, um outro separador ser\u00e1 aberto para o item. N\u00e3o existe limita\u00e7\u00e3o no n\u00famero de separadores que o utilizador pode abrir desta forma. Quando 'this open' est\u00e1 seleccionado, o utilzador n\u00e3o poder\u00e1 abrir mais que um separador para o item. Se j\u00e1 estiver aberto um separador para este item, o separador existente ser\u00e1 activado. Esta op\u00e7\u00e3o \u00e9 ignorada quando o se abre o item numa nova janela ou separador do browser.";
688
+ a.icon="Icon";a["icon hlp"]="Opcional. Definie o ficheiro de icon a ser utilizado na navega\u00e7\u00e3o ou barra de ferramentas. O ficheiro do icon pode ser dos formatos GIF, JPG, or PNG. GIFs transparentes s\u00e3o recomendados. O caminho deve ser dado com absoluto desde a raiz da instala\u00e7\u00e3o do Atrium. Se nenhum icon for especificado, Atrium ir\u00e1 utilizar o icon por defeito para os itens de navega\u00e7\u00e3o. Nenhum icon ser\u00e1 mostrado para a barra de ferramentas, a n\u00e3o ser que seja especificado aqui.";
689
+ a.parameter="Par\u00e2metro";a["parameter hlp"]="Opcional: Define o par\u00e2metro que ir\u00e1 ser passado para o Rich Display do programa quando este \u00e9 lan\u00e7ado.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function ka(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="A sua sess\u00e3o ir\u00e1 terminar.";a["no connection message"]="N\u00e3o \u00e9 poss\u00edvel estabelecer liga\u00e7\u00e3o com o servidor. Verifique a liga\u00e7\u00e3o e tente de novo.";a["upload file limit"]="Limite de &1 ficheiro(s) excedido.";a["upload size limit"]="Limite de &1MB por ficheiro excedido";a["upload no files"]="N\u00e3o h\u00e1 ficheiros selecionados.";a["upload duplicate file"]="Foram selecionados ficheiros em duplicado.";
690
+ a["upload file exists"]="Um ou mais ficheiros j\u00e1 existem no sistema de ficheiros.";a["upload prevented"]="Opera\u00e7\u00e3o impedida por 'exit program'.";a["upload input limit"]="Foi excedido o limite do tamanho total do 'input'.";a["upload no session"]="N\u00e3o est\u00e1 conectado a uma sess\u00e3o v\u00e1lida.";a["upload timeout"]="Foi excedido o tempo limite para a transac\u00e7\u00e3o.";a["upload invalid response"]="N\u00e3o existe resposta do servidor ou a mesma \u00e9 inv\u00e1lida.";
691
+ a["upload cancelled"]="Upload cancelado.";a["close browser text"]="A fim de completar o processo de encerramento da sess\u00e3o, por favor feche a janela do browser.";a["session ended text"]="A sua sess\u00e3o foi encerrada.";a["outside ucs2"]="Caract\u00e9res fora do \u00e2mbito UCS-2.";a["invalid number"]="&1 n\u00e3o \u00e9 um n\u00famero v\u00e1lido.";a["invalid length"]="&1 tem comprimento ou n\u00famero de casas decimais incorrectos.";a["invalid decimal"]="&1 tem demasiadas casas decimais. (max: &2)";
692
+ a["invalid choice"]='"&1" \u00e9 inv\u00e1lido. Escolhas v\u00e1lidas s\u00e3o: "&2" ou "&3".';a["invalid date"]='"&1" n\u00e3o \u00e9 uma data v\u00e1lida. Exemplo de formato correcto: &2';a["invalid time"]='"&1" n\u00e3o \u00e9 uma hora v\u00e1lida. Exemplo de formato correcto: &2';a["invalid time stamp"]='"&1" n\u00e3o \u00e9 um formato de data e hora v\u00e1lido. Exemplo de formato correcto: &2';a["invalid percent"]="&1 n\u00e3o \u00e9 um valor decimal.";a["invalid digits"]='"&1" cont\u00e9m demasiados d\u00edgitos. Max: &2';
693
+ a["exceeds whole"]='"&1" excede o n\u00famero m\u00e1ximo de d\u00edgitos para a parte num\u00e9rica do campo (&2 digits).';a["exceeds decimal"]='"&1" excede o n\u00famero m\u00e1ximo de d\u00edgitos para a parte decimal do campo (&2 digits).';a["zip too long"]="O c\u00f3digo postal \u00e9 demasiado grande. (Maximum: &1 digits)";a["phone too long"]="O n\u00famero de telefone \u00e9 demasiado grande. (Maximum: &1 digits)";a["ssno too long"]="O c\u00f3digo da seguran\u00e7a social \u00e9 demasiado grande. (Maximum: &1 digits)";
694
+ a["invalid custom val"]="Valida\u00e7\u00e3o de fun\u00e7\u00e3o customizada inv\u00e1lida.";a["error custom val"]="Erro na valida\u00e7\u00e3o de fun\u00e7\u00e3o costumizada.";a.ME="Campo obrigat\u00f3rio. Tem que introduzir dados.";a.MF="Campo de preenchimento total obrigat\u00f3rio. Deve preencher o campo na sua totalidade.";a.required="O valor n\u00e3o pode estar a branco. Este campo \u00e9 obrigat\u00f3rio.";a["file required"]="Deve seleccionar pelo menos um ficheiro.";a["signature overflow"]=
695
+ "A imagem da assinatura excede o n\u00famero m\u00e1ximo de bytes dispon\u00edveis para o seu armazenamento. Por favor limpe a caixa da assinatura e tente de novo.";a.validValues="O valor introduzido n\u00e3o \u00e9 v\u00e1lido. Valores v\u00e1lidos: ";a["upload invalid type"]="Um ou mais ficheiros s\u00e3o de tipo inv\u00e1lido.";a["invalid email"]="e-mail Inv\u00e1lido.";a["session timed out"]="A sua sess\u00e3o expirou.";a["invalid low range"]="O valor deve ser maior ou igual a &1";a["invalid high range"]=
696
+ "O valor deve ser menor ou igual a &1";a["invalid range"]="O Intervalo v\u00e1lido \u00e9 de &1 a &2";a["unmonitored exception"]="A aplica\u00e7\u00e3o encontrou uma excep\u00e7\u00e3o n\u00e3o monitorizada. Por favor contacte o administrador de sistema.";a["loading x"]="A carregar &1...";a["data src not specfd x"]="Origem dos dados n\u00e3o especificada para &1...";a["name fld not specfd x"]="Nome do campo n\u00e3o especificado para &1...";a["val fld not specfd x"]="Valor do campo n\u00e3o especificado para &1...";
697
+ a["failed to load x"]="Falha ao carregar &1.";a["cannot rmv last col"]="N\u00e3o pode eliminar a \u00faltima coluna.";a["cannot find col"]="ID da coluna especificada n\u00e3o encontrado.";a["subfile deletion"]="Tem certeza que deseja excluir o subarquivo?";a["downloading x"]="Downloading &1";a["ie9 too low xlsxpics"]="Imagens n\u00e3o podem ser exportadas utilizando o IE9 ou inferior.";a["keyboard input inhibited"]="Entrada por teclado n\u00e3o permitida neste campo.";a["pccommand error"]="A tentativa de utilizar STRPCCMD falhou. Por favor certifique-se que o Profound UI PC Command Listener est\u00e1 ativo nesta m\u00e1quina e configurado corretamente. Verifique a consola do browser para mais informa\u00e7\u00f5es. (Normalmente Ctr+Shift+I)";
698
+ a["no data"]="Sem Dados";a["num sessions exceeded"]="Excedido o n\u00famero de sess\u00f5es autorizadas.";a["unable to load portal"]="N\u00e3o foi poss\u00edvel carregar as configura\u00e7\u00f5es do portal ou items de navega\u00e7\u00e3o.";a["unable to load macr act"]="N\u00e3o foi poss\u00edvel carregar as ac\u00e7\u00f5es macro.";a["unable to load macr var"]="N\u00e3o foi poss\u00edvel carregar as vari\u00e1veis macro.";a["unable to load scrn lst"]="N\u00e3o foi poss\u00edvel carregar a lista de ecr\u00e3.";
699
+ a["unable to load new sett"]="N\u00e3o foi poss\u00edvel carregar novas defini\u00e7\u00f5es.";a["unable to load x"]="N\u00e3o foi poss\u00edvel carregar &1.";a["unable to add x"]="N\u00e3o foi poss\u00edvel adicionar &1.";a["unable to rename x"]="N\u00e3o foi poss\u00edvel mudar o nome a &1.";a["unable to delete x"]="N\u00e3o foi poss\u00edvel apagar &1.";a["unable to update x"]="N\u00e3o foi poss\u00edvel alterar &1.";a["unable to reassn x"]="N\u00e3o foi poss\u00edvel reasignar &1.";a["unable to reorder items"]=
700
+ "N\u00e3o foi poss\u00edvel reordenar os items.";a["unable to save theme"]="N\u00e3o foi poss\u00edvel gravar as defini\u00e7\u00f5es do tema.";a["unable eval script url"]="N\u00e3o foi poss\u00edvel avaliar o URL da scripted web app.";a["close browser text AT"]="As altera\u00e7\u00f5es n\u00e3o gravadas na sess\u00e3o ou sess\u00f5es ser\u00e3o perdidas.";a["close all tabs"]="Fechar todos os separadores?";a["close tab"]="Deseja fechar este seperador?";a["invalid script url"]="Valor inv\u00e1lido para o URL da scripted web app.";
701
+ a["unrecognized format"]="Formato n\u00e3o reconhecido.";a["screen already defined"]='Ecr\u00e3"&1" j\u00e1 definido.';a["macro already defined"]='Macro "&1" j\u00e1 definida.';a["no screen ids"]="N\u00e3o existem identificadores do ecr\u00e3 para mostrar";a["confirm delete"]="Deseja eliminar";a["no actions"]="N\u00e3o existem ac\u00e7\u00f5es para mostar.";a["msg action input var"]='Introduza o valor na vari\u00e1vel"&1" no campo da linha &2 coluna &3.';a["msg action input user"]="Introduza o perfil de utilizador actual no campo da linha &1 coluna &2.";
702
+ a["msg action input js"]="Introduza o resultado da express\u00e3o de JavaScript <strong>&1</strong> no campo da linha &2 coluna &3.";a["msg action input other"]='Introduza o valor "&1" no campo da linha &2 coluna &3.';a["msg presskey var"]='Pressione a tecla definida na vari\u00e1vel "&1".';a["msg presskey other"]='Pressione a tecla "&1".';a["msg del scrn from macro"]="Tem a certeza que quer eliminar o(s) ecr\u00e3(s) seleccionados desta macro?<br /> Todas as ac\u00e7\u00f5es associadas tamb\u00e9m ser\u00e3o eliminadas.";
703
+ a["choose scrn macro"]="Escolha um ecr\u00e3 ou macro para trabalhar com as suas propriedades.";a["choose a nav or toolbar"]="Escolha um item de navega\u00e7\u00e3o ou de barra de ferramentas para trabalhar com as suas propriedades.";a["confirm del sel x"]="Tem a certeza que quer eliminar o(a) &1?";a["permission settings"]="Defini\u00e7\u00e3o de permiss\u00f5es";a["adding x"]="Adicionando &1...";a["deleting x"]="Eliminando &1 ...";a["reassigning x"]="Reasignando &1...";a.loading="A carregar...";
704
+ a.saving="Gravando...";a["x added"]="&1 adicionado(s).";a["x deleted"]="&1 eliminado(s).";a["x reassigned"]="&1 re-assignado(s).";a["x updated"]="&1 alterado(s).";a["x saved"]="&1 gravado(s).";a["msg del group"]='Tem a certeza que quer eliminar o grupo "&1"?<br /><br />Apagar o(s) grupo(s) ir\u00e1 apagar tamb\u00e9m qualquer subgrupo e utilizador(es) associado(s).<br /><br />Tem a certeza que quer continuar?';a["conf reassign users 1"]="Tem a certeza que quer re-assignar ";a["conf reassign users 2a"]=
705
+ 'Utilizador "&1" ';a["conf reassign users 2b"]="Os utilizadores seleccionados ";a["conf reassign users 3"]=' para o grupo "&1"?';a["conf reassign group"]='Tem a certeza que quer re-assignar o grupo "&1" ao grupo "&2"?';a["conf delete users 1"]="Tem a certeza que quer eliminar";a["conf delete users 2a"]='utilizador "&1"?';a["conf delete users 2b"]="os utilizadores seleccionados?";a["no users"]="N\u00e3o existem utilziadores para mostrar.";a["cannot delete own grp"]="N\u00e3o pode eliminar o seu pr\u00f3prio grupo.";
706
+ a["cannot delete own usr"]="N\u00e3o pode eliminar o seu pr\u00f3prio perfil de utilizador.";a["not auth reassign prf"]="N\u00e3o est\u00e1 autorizado a re-assignar o seu pr\u00f3prio perfil de utilizador.";a["typeselect macro name"]="Escreva ou seleccione o nome da macro...";a["any child items will"]="Quaisquer itens dependente tamb\u00e9m ser\u00e1 eliminado.";a["password must be"]="As Passwords t\u00eam que ter pelo menos 6 caracteres.";a["type or sel home page"]="Escreva ou seleccione a p\u00e1gina principal...";
707
+ a["x is already in list"]='"&1" j\u00e1 est\u00e1 na lista.';a["x is not valid libname"]='"&1" n\u00e3o \u00e9 um nome de biblioteca v\u00e1lido.';a["no libraries in list"]="N\u00e3o existem bibliotecas na lista";a["add libl entry"]="Adicionar uma entrada na lista de bibliotecas";a["would you like add ano"]="Deseja adicionar outra(o)?";a["already in suppl grp x"]='Utilizador j\u00e1 existe no grupo suplementar "&1".';a["cannot move screen"]="N\u00e3o \u00e9 poss\u00edvel mover o ecr\u00e3 macro";
708
+ a["ready to add"]="(Pronto para adicionar a\u00e7\u00f5es ao ecr\u00e3)";a["duplicate actions"]="Encontradas A\u00e7\u00f5es em duplicado nesta linha / coluna, o resultado \u00e9 imprevis\u00edvel. Reveja as a\u00e7\u00f5es e elimine as que est\u00e3o em duplicado.";break;case "runtimeText":a["upload select text"]="Ficheiros Selecionados";a["upload clear text"]="Limpar";a["upload remove text"]="Remover";a["upload upload text"]="Enviar";a["upload drophere text"]="Colocar os ficheiros aqui";a["upload browser unsupported"]=
709
+ "Para efectuar o Drag/drop de ficheiros necessita do Internet Explorer 10 ou superior , Chrome, ou Firefox";a["upload finished text"]="Terminado";a["excel export text"]="Exportar para Excel";a["export to x"]="Exportar para &1";a["filter text"]="Filtrar";a["multi filter text"]="Filtro por valor";a["filter multiple"]="Seleccione dados a filtrar";a["filter check"]="Filtro";a["filter data"]="Dados";a["find text"]="Procurar";a["reset data"]="Reset";a["remove filters text"]="Remover Todos os Filtros";a["displayed columns"]=
710
+ "Colunas Mostradas";a["next link text"]="Pr\u00f3ximo";a["previous link text"]="Anterior";a["sort ascending text"]="Ordenar Ascendentemente";a["sort descending text"]="Ordenar Descendentemente";a["sort..."]="Filtrar...";a.sort="Filtrar";a["sort multiple"]="Filtrar V\u00e1rias Colunas";a.column="Coluna";a.direction="Dire\u00e7\u00e3o";a.order="Ordena\u00e7\u00e3o";a.row="linha";a.rows="linhas";a.page="P\u00e1gina";a.collapseAll="Recolher tudo";a.expandAll="Expandir tudo";a.user="Utilizador";a.password=
711
+ "Palavra Passe";a["sign on"]="Entrar";a.pui="Profound UI";a["pui sign on"]=a["sign on"]+" em "+a.pui;a.pjs="Profound.js";a["pjs sign on"]=a["sign on"]+" em "+a.pjs;a["message id"]="Id da mensagem";a["ctlr job"]="Controlador do trabalho";a["app job"]="Aplica\u00e7\u00e3o do trabalho";a["joblog download"]="Download Logs do trabalho";a["error stack download"]="Download Lista de Erros";a.maximize="Maximizar";a.restore="Restaurar";a["curr user"]="Utilizador actual";a["remote ip"]="IP Address Remoto";a["remote port"]=
712
+ "Porta Remota";a.severity="Severidade";a.date="Data";a.time="Hora";a.program="Programa";a.procedure="Procedimento";a.lines="Linha(s)";a.message="Mensagem";a["new session"]="Nova Sess\u00e3o";a.close="Fechar";a["current password"]="Palavra Chave Actual";a["new password"]="Palavra Chave Nova";a["repeat new password"]="Repetir Palavra Chave";a.submit="Submeter";a.exit="Sair";a.warning="Aviso";a["change password"]="Alterar Palavra Chave";a.cancel="Cancelar";a["find text"]="Encontrar";a["remove filter"]=
713
+ "Retirar filtro";a.chart="Gr\u00e1fico";a.section="Sec\u00e7\u00e3o";a.version="Vers\u00e3o";a.fixPack="Pacote de corre\u00e7\u00e3o";a.yes="Sim";a.no="N\u00e3o";a.settings="Defini\u00e7\u00f5es";a.favorites="Favoritos";a["type query press en"]="Digite query, e prima Enter.";a["add to favorites"]="Adicionar aos Favoritos";a["rmv from favorites"]="Remover dos Favoritos";a["please wait"]="Aguarde por favor...";a["control panel"]="Painel de Controlo";a["my settings"]="AS minhas Defini\u00e7\u00f5es";
714
+ a["about atrium"]="Acerca de Atrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />Copyright &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />Aviso: Este programa de computador est\u00e1 protegido por copyright por lei<br />e tratados internacionais. Qualquer reprodu\u00e7\u00e3o ou distribui\u00e7\u00e3o n\u00e3o autorizada ou qualquer parte do mesmo pode reseultar em<br />severas penaliza\u00e7\u00f5es e processos criminais at\u00e9 ao limite m\u00e1ximo da lei.<br /><br />Patenteado. &nbsp;U.S. Patente No. 8,667,405 B2.";
715
+ a.item="Item";a["open selected item"]="Abrir o Item seleccionado";a.of="de";a["no results to dsp"]="N\u00e3o existem resultados para mostrar.";a["displaying results"]="Mostrando os resultados";a["search results"]="Resultados da pesquisa";a["new folder"]="Nova Pasta";a.rename="Mudar o nome";a.description="Descri\u00e7\u00e3o";a.ok="OK";a.add="Adicionar";a["add x"]="Adicionar &1";a["delete"]="Eliminar";a.screen="Ecr\u00e3";a.screens="Ecrans";a.macro="Macro";a.macros="Macros";a["screen id"]="Identificador de Ecr\u00e3";
716
+ a["screen ids"]="Identificadores de Ecrans";a["field row"]="Campo de Linha";a["field column"]="Campo de Coluna";a["field value"]="Campo de Valor";a.value="Valor";a.action="Ac\u00e7\u00e3o";a.actions="Ac\u00e7\u00f5es";a["detect once"]="Eliminar uma vez";a["detect always"]="Detetar Sempre";a["delete screen"]="Eliminar Ecr\u00e3";a["genie macros"]="Genie Macros";a["screen name"]="Nome do Ecr\u00e3";a.identifier="Identificador";a.identifiers="Identificadores";a["macro name"]="Nome da Macro";a["close browser wintab"]=
717
+ "Fechar a janela ou seprador do browser.";a.select="Seleccionar";a["write value in field"]="Escreva um valor num campo";a["press a key"]="Prima uma tecla";a["a literal value"]="Um valor literal";a["a variable value"]="Um valor variavel";a["cur user profile"]="O perfil de utilizador actual";a["result js expr"]="O resultado de uma express\u00e3o de JavaScript";a["action data"]="Action data";a["data type"]="Tipo dos Dados";a.users="Utilizadores";a["all groups"]="Todos os Grupos";a["supplemental groups"]=
718
+ "Grupos Suplementares";a["users w primary grp"]='Utilizadores cujo Grupo Prim\u00e1rio \u00e9"&1"';a["users w suppl grp"]='Utilizaodres cujo Grupo Suplementar \u00e9"&1"';a.group="Grupo";a.groups="Grupos";a.edit="Editar";a["edit x"]="Editar &1";a.manager="Gerir";a.administrator="Administrador";a["primary group"]="Grupo Prim\u00e1rio";a["delete x"]="Eliminar &1";a["reassign x"]="Re-assignar &1";a["navigation item"]="Item de Navega\u00e7\u00e3o";a["navigation items"]="Itens de Navega\u00e7\u00e3o";
719
+ a["navigation panel"]="Painel de Navega\u00e7\u00e3o";a["home pages"]="P\u00e1ginas Principais";a["menu group"]="Grupo de Menu";a["menu item"]="Item de Menu";a["toolbar items"]="Items da Barra de Ferramentas";a.toolbar="Barra de Ferramentas";a.button="Bot\u00e3o";a["pulldown menu"]="Menu de Pulldown";a["pulldown menu item"]="Item de Menu de Pulldown";a["separator bar"]="Barra de Separa\u00e7\u00e3o";a.spacer="Espacejador";a["item details"]="Detalhes do Item";a["item number"]="N\u00famero do Item";
720
+ a["item type"]="Tipo do Item";a["genie macro"]="Genie Macro";a["rdf application"]="Aplica\u00e7\u00e3o Rich Display File";a["web application"]="Apliaca\u00e7\u00e3o Web";a["pc command"]="Comando de PC";a["launcher command"]="Comando de Launcher";a["dspf program library"]="Biblioteca de programa de ficheiro de ecr\u00e3";a["dspf program"]="Programa de ficheiro de ecr\u00e3";a["variable name x"]="Nome da vari\u00e1vel &1";a["a tab in the portal"]="Um separador no portal";a["a new browser wind"]="Nova janela ou separador do browser";
721
+ a.update="Alterar";a.fill="Preencher";a.permissions="Permiss\u00f5es";a["user/group name"]="Nome do Utilizador/Grupo";a["all users groups"]="Todos os Utilizadores e Grupos";a.type="Tipo";a.access="Accesso";a.allow="Permitir";a.disallow="N\u00e3o Permitir";a.navigation="Navega\u00e7\u00e3o";a["add usrgrp perm"]="Adicionar Permiss\u00f5es de Utilizador/Grupo";a.membership="Associa\u00e7\u00e3o";a.none="Nenhum";a.remove="Remover";a.appearance="Apar\u00eancia";a["home page"]="P\u00e1gina Principal";a.tree=
722
+ "\u00c1rvore";a.accordion="Acordi\u00e3o";a["min search chars"]="Minimo de caracteres de pesquisa";a["libl for rdf apps"]="Lista de Bibliotecas para Aplica\u00e7\u00f5es Rich Display File";a["library list"]="Lista de Bibliotecas";a.library="Biblioteca";a["use atrium def libl"]="Utilizar a lista de bibliotecas padar\u00e3o do Atrium";a["use jobd libl"]="Utilizar a lista de bibliotecas da JOBD";a["specify libl"]="Especifique a lista de bibliotecas";a.up="Cima";a.down="Baixo";a["move up"]="Mover para Cima";
723
+ a["move down"]="Mover para Baixo";a["global settings"]="Defini\u00e7\u00f5es Globais";a.save="Gravar";a["add usr to supp grp"]="Adicionar o Utilizador ao Grupo Suplementar";a["member of"]="Membro de";a["member of hlp"]="O grupo a que este utilizador/grupo pertence.";a["group name"]="Nome do Grupo";a["group name hlp"]="O nome do ecr\u00e3 para este grupo.";a["inherit settings"]="Defini\u00e7\u00f5es herdadas";a["inherit settings hlp"]="Quando esta op\u00e7\u00e3o est\u00e1 seleccionada, o utilizador/grupo ir\u00e1 gerdar as defini\u00e7\u00f5es do seu 'Pai'. Quando n\u00e3o est\u00e1 seleccionada, o utilizador/grupo ter\u00e1 as suas pr\u00f3prias defini\u00e7\u00f5es.";
724
+ a["user name"]="Nome do Utilizador";a["user name hlp"]="O nome do ecr\u00e3 deste perfil de utilizador.";a["access role"]="Fun\u00e7\u00e3o de Acesso";a["access role hlp"]="Controla a fun\u00e7\u00e3o de acesso deste utilizador. Administradores podem gerir todos os grupos e utilizadores, e podem tamb\u00e9m controlar as autoridades da aplica\u00e7\u00e3o. Gestores podem configurar as defini\u00e7\u00f5es de utilizadores e grupos dentro do seu pr\u00f3prio grupo. Utilizadores n\u00e3o t\u00eam previl\u00e9gios especiais.";
725
+ a["can edit profile"]="Pode editar o perfil";a["can edit profile hlp"]='Permite ao utilizador editar defini\u00e7\u00f5es de "apar\u00eancia" e "navega\u00e7\u00e3o", e alterar a password. Todas as outras defini\u00e7\u00f5es nunca s\u00e3o edit\u00e1veis pelo utilizador.';a["user profile"]="Perfil de Utilizador";a["user profile hlp"]="O nome do perfil de utilizador. Perfis de utilizadorUser s\u00e3o case sensitive, excepto se forem utilizados perfis de IBM i.";a["password hlp"]="Define/limpa a password. Passwords s\u00e3o case sensitive.";
726
+ a["conf password"]="Confirmar a Password";a["conf password hlp"]="Quando define/limpa a password, este campo tem que ser exactamente igual \u00e1 nova password definida. Passwords s\u00e3o case sensitive.";a["browser title"]="Titulo do Browser";a["browser title hlp"]="Define o texto que ir\u00e1 aparecer na barra de titulo do browser.";a["show banner"]="Mostra banner";a["show banner hlp"]="N\u00e3o seleccione esta op\u00e7\u00e3o se n\u00e3o quiser mostar o banner no topo do portal.";a["banner height"]=
727
+ "Altura do Banner";a["banner height hlp"]="Define a altura do banner em pixels no topo do portal. Esta defini\u00e7\u00e3o \u00e9 ignorada se tiver escolhido n\u00e3o mostrar o banner. Valores v\u00e1lidos s\u00e3o 0-600 pixels.";a["banner url"]="URL do Banner";a["banner url hlp"]="Define o URL onde o conte\u00fado do banner est\u00e1 localizado. O URL pode ser absoluto ou definido na sua totalidade.";a.theme="Tema";a["theme hlp"]='Definie o tema por defeito. Pode ser substituido por utilizadores individuais se <strong>"Permite utilizadores seleccionar o tema"</strong> est\u00e1 activo.';
728
+ a["allow sel theme"]="Permite ao utilizador seleccionar o tema";a["allow sel theme hlp"]="Se seleccionado, os utilizadores poder\u00e3o seleccionar o tema por eles desejado utilizando um control na barra de ferramentas.";a["show menu search"]="mostra pesquisa de menu";a["show menu search hlp"]="N\u00e3o seleccione se n\u00e3o quiser activar a funcionalidade de pesquisa de menu.";a["show fav sys"]="Mostra Favoritos do sistema";a["show fav sys hlp"]="Desmarque para desactivar os Favoritos do sistema.";
729
+ a["show fav start"]="Mostar Favoritos no arranque";a["show fav start hlp"]="Se seleciconado, o painel de Favoritos ser\u00e1 mostrado no arranque. Se n\u00e3o, ser\u00e1 mostrado o painel de Navega\u00e7\u00e3o (por defeito). Esta op\u00e7\u00e3o apenas estar\u00e1 disponivel se a op\u00e7\u00e3o Favoritos do sistema estiver activa.";a["limit num sessn"]="Limitar n\u00famero de sess\u00f5es";a["limit num sessn hlp"]="N\u00famero de sess\u00f5es de Atrium permitidas para este utilizador/grupo. Um valor de zero permite n\u00famero de sess\u00f5es ilimitadas. A limita\u00e7\u00e3o \u00e9 aplicada por web browser.";
730
+ a["show hmpg start"]="Mostra p\u00e1gina principal no arranque";a["show hmpg start hlp"]="Se seleccionado, no arranque ser\u00e1 mostrada uma p\u00e1gina principal customiz\u00e1vel.";a["home page url"]="URL da p\u00e1gina principal";a["home page url hlp"]="Define o URL onde o conte\u00fado da p\u00e1gina principal est\u00e1 localizado. O URL pode ser absoluto ou definido na sua totalidade.";a["navi pnl title"]="Titulo do painel de Navega\u00e7\u00e3o";a["navi pnl title hlp"]="Define o texto que ser\u00e1 mostrado na barra de titulo do painel de navega\u00e7\u00e3o.";
731
+ a["navi pnl width"]="Largura inicial do painel de Navega\u00e7\u00e3o";a["navi pnl width hlp"]="Define a largura inicial do painel de Navega\u00e7\u00e3o em pixels. O utilizador pode redimensionar ou esconder o painel se desejado. Valores v\u00e1lidos s\u00e3o 0-2000 pixels.";a["navi type"]="Tipo de Naviga\u00e7\u00e3o";a["navi type hlp"]='Controla o tipo de menu utilizado no painel de navega\u00e7\u00e3o, "tree" or "accordion". Esta defini\u00e7\u00e3o n\u00e3o se aplica \u00e1 barra de ferramentas.';
732
+ a["single click nav"]="Navega\u00e7\u00e3o com apenas um click";a["single click nav hlp"]="Se seleccionado, os items no painel de navega\u00e7\u00e3o ir\u00e3o arrancar apenas com um click. De outra forma, ir\u00e3o arrancar apenas com duplo click. Esta defini\u00e7\u00e3o n\u00e3o se aplica \u00e1 barra de ferramentas.";a["current library"]="biblioteca actual";a["current library hlp"]="Especifica a biblioteca actual, *USRPRF, ou *CRTDFT.";a["job descr"]="Descri\u00e7\u00e3o do Trabalho";a["job descr hlp"]=
733
+ "Especifica a descri\u00e7\u00e3o do Trabalho para definir a lista de bibliotecas de origem. *USRPRF pode ser especificada se os utilizadores do Atrium forem perfis de utilizadores de IBM i.";a["job descr lib"]="Biblioteca da descri\u00e7\u00e3o do Trabalho";a["job descr lib hlp"]="SEspecifica a biblioteca para a descri\u00e7\u00e3o do Trabalho. *LIBL ou *CURLIB podem ser especificadas.";a["item name"]="nome do Item";a["item name hlp"]="Define o nome do ecr\u00e3 do item de navega\u00e7\u00e3o ou barra de ferramentas.";
734
+ a["action type"]="Tipo de Ac\u00e7\u00e3o.";a["action type hlp"]="Define o tipo de aplica\u00e7\u00e3o que este Item lan\u00e7a.";a.url="URL";a["url hlp"]="Define o URL da aplica\u00e7\u00e3o Web. Pode ser especificado como um caminho absoluto ou um URL definido na sua totalidade. Parametros de Query podem ser especificados no URL.";a["genie url"]="URL de Genie";a["genie url hlp"]="Define o URL que \u00e9 utilizado para lan\u00e7ar o Genie. Se n\u00e3o for especificado, ser\u00e1 utilizado o URL Default do Genie /profoundui/auth/genie . Este campo \u00e9 util se um URL alternativo do Genie ou parametros de qwery forem requeridos. Por exemplo: /profoundui/auth/genie?skin=MyCompany";
735
+ a["open as"]="Abrir como";a["open as hlp"]="Define se abre o item como um novo separador no portal ou como uma nova janela ou separador do browser. Se o browser utiliza a defini\u00e7\u00e3o de nova janela ou separador, depende das defini\u00e7\u00f5es do utilizador no browser.";a["opens once only"]="Abre apenas uma vez";a["opens once only hlp"]="Por defeito, se o utilizador lan\u00e7ar este item quando este j\u00e1 tem um separador aberto no portal, um outro separador ser\u00e1 aberto para o item. N\u00e3o existe limita\u00e7\u00e3o no n\u00famero de separadores que o utilizador pode abrir desta forma. Quando 'this open' est\u00e1 seleccionado, o utilzador n\u00e3o poder\u00e1 abrir mais que um separador para o item. Se j\u00e1 estiver aberto um separador para este item, o separador existente ser\u00e1 activado. Esta op\u00e7\u00e3o \u00e9 ignorada quando o se abre o item numa nova janela ou separador do browser.";
736
+ a.icon="Icon";a["icon hlp"]="Opcional. Definie o ficheiro de icon a ser utilizado na navega\u00e7\u00e3o ou barra de ferramentas. O ficheiro do icon pode ser dos formatos GIF, JPG, or PNG. GIFs transparentes s\u00e3o recomendados. O caminho deve ser dado com absoluto desde a raiz da instala\u00e7\u00e3o do Atrium. Se nenhum icon for especificado, Atrium ir\u00e1 utilizar o icon por defeito para os itens de navega\u00e7\u00e3o. Nenhum icon ser\u00e1 mostrado para a barra de ferramentas, a n\u00e3o ser que seja especificado aqui.";
737
+ a.parameter="Par\u00e2metro";a["parameter hlp"]="Opcional: Define o par\u00e2metro que ir\u00e1 ser passado para o Rich Display do programa quando este \u00e9 lan\u00e7ado.";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};function la(c){var a={};switch(c){case "runtimeMsg":a.closeMessage="\u9019\u6703\u7d50\u675f\u4f60\u7684\u968e\u6bb5\u4f5c\u696d";a["no connection message"]="\u7121\u6cd5\u9023\u63a5\u670d\u52d9\u5668\uff0c\u8acb\u6aa2\u67e5\u60a8\u7684\u9023\u63a5\u4e26\u91cd\u8a66";a["upload file limit"]="\u8d85\u51fa&1\u500b\u6a94\u6848\u7684\u9650\u5236";a["upload size limit"]="\u8d85\u51fa\u6bcf\u500b\u6a94\u6848&1MB\u7684\u9650\u5236";a["upload no files"]="\u6c92\u6709\u9078\u4e0a\u6a94\u6848";a["upload duplicate file"]=
738
+ "\u91cd\u8907\u9078\u4e0a\u76f8\u540c\u6a94\u6848";a["upload file exists"]="\u7cfb\u7d71\u4e0a\u5df2\u5b58\u5728\u4e00\u500b\u6216\u591a\u500b\u76f8\u540c\u6a94\u6848";a["upload prevented"]="\u9000\u51fa\u7a0b\u5e8f\u5df2\u963b\u6b62\u4e0a\u50b3\u64cd\u4f5c";a["upload input limit"]="\u8d85\u51fa\u7e3d\u4e0a\u50b3\u6a94\u6848\u7684\u5bb9\u91cf\u9650\u5236";a["upload no session"]="\u6c92\u6709\u9023\u4e0a\u6709\u6548\u968e\u6bb5\u4f5c\u696d";a["upload timeout"]="\u8d85\u51fa\u4e0a\u50b3\u53ef\u7528\u6642\u9593";
739
+ a["upload invalid response"]="\u670d\u52d9\u5668\u6c92\u6709\u56de\u61c9\u6216\u56de\u61c9\u7121\u6548";a["upload cancelled"]="\u4e0a\u50b3\u5df2\u53d6\u6d88";a["close browser text"]="\u8acb\u95dc\u9589\u700f\u89bd\u5668\u5df2\u5b8c\u6210\u767b\u51fa\u7a0b\u5e8f";a["session ended text"]="\u4f60\u7684\u968e\u6bb5\u4f5c\u696d\u5df2\u7d50\u675f";a["outside ucs2"]="\u5b57\u7b26\u5df2\u8d85\u51faUCS-2\u7bc4\u570d";a["invalid number"]="&1\u4e0d\u662f\u6709\u6548\u7684\u865f\u78bc";a["invalid length"]="&1\u7684\u6578\u64da\u9577\u5ea6\u6216\u5c0f\u6578\u4f4d\u6578\u4e0d\u6b63\u78ba";
740
+ a["invalid decimal"]="&1\u5df2\u8d85\u51fa\u5c0f\u6578\u4f4d\u6578\u3002 (\u6700\u5927\uff1a &2)";a["invalid choice"]='\u9078\u64c7" &1"\u7121\u6548,\u6709\u6548\u7684\u9078\u64c7\u662f\uff1a" &2" \u6216" &3"';a["invalid date"]='"&1"\u4e0d\u662f\u6709\u6548\u65e5\u671f\u683c\u5f0f.\u6709\u6548\u65e5\u671f\u683c\u5f0f\uff1a &2';a["invalid time"]='"&1"\u4e0d\u662f\u6709\u6548\u6642\u9593\u683c\u5f0f.\u6709\u6548\u6642\u9593\u683c\u5f0f\uff1a &2';a["invalid time stamp"]='"&1"\u4e0d\u662f\u6709\u6548\u7684\u6642\u9593\u6233\u683c\u5f0f.\u6709\u6548\u6642\u9593\u6233\u683c\u5f0f\uff1a &2';
741
+ a["invalid percent"]="&1 \u4e0d\u662f\u6709\u6548\u7684\u5c0f\u6578";a["invalid digits"]='"&1" \u5305\u542b\u592a\u591a\u6578\u5b57.\u6700\u5927\uff1a &2';a["exceeds whole"]='"&1" \u8d85\u904e\u6574\u6578\u90e8\u5206\uff08 &2\u4f4d\uff09\u7684\u6700\u5927\u4f4d\u6578';a["exceeds decimal"]='"&1" \u8d85\u904e\u4e86\u5c0f\u6578\u90e8\u5206\uff08 &2\u4f4d\uff09\u7684\u6700\u5927\u4f4d\u6578';a["zip too long"]="\u90f5\u653f\u7de8\u78bc\u592a\u9577.\uff08\u6700\u5927\uff1a &1 \u4f4d\u6578\uff09";a["phone too long"]=
742
+ "\u96fb\u8a71\u865f\u78bc\u592a\u9577.\uff08\u6700\u5927\uff1a &1 \u4f4d\u6578\uff09";a["ssno too long"]="\u793e\u6703\u5b89\u5168\u865f\u78bc\u592a\u9577.\uff08\u6700\u5927\uff1a &1\u4f4d\u6578\uff09";a["invalid custom val"]="\u81ea\u5b9a\u9a57\u8b49\u529f\u80fd\u7121\u6548";a["error custom val"]="\u81ea\u5b9a\u9a57\u8b49\u529f\u80fd\u6709\u932f\u8aa4";a.ME="\u5fc5\u9808\u8f38\u5165\u6578\u64da";a.MF="\u60a8\u5fc5\u9808\u5b8c\u6210\u8f38\u5165\u6846\u7684\u6578\u64da\u8f38\u5165";a.required="\u6b64\u6b04\u4f4d\u5fc5\u9808\u8f38\u5165";
743
+ a["file required"]="\u60a8\u5fc5\u9808\u81f3\u5c11\u9078\u64c7\u4e00\u500b\u6a94\u6848";a["signature overflow"]="\u7c3d\u540d\u5716\u5df2\u8d85\u51fa\u4e86\u53ef\u5132\u5b58\u7684\u6700\u5927\u5bb9\u91cf,\u8acb\u6e05\u9664\u7c3d\u540d\u677f\u4e26\u91cd\u8a66";a.validValues="\u8f38\u5165\u7684\u503c\u7121\u6548\uff0c\u6709\u6548\u503c\u70ba\uff1a";a["upload invalid type"]="\u4e00\u500b\u6216\u591a\u500b\u6a94\u6848\u7684\u985e\u578b\u7121\u6548";a["invalid email"]="\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548";
744
+ a["session timed out"]="\u60a8\u7684\u968e\u6bb5\u4f5c\u696d\u5df2\u8d85\u6642";a["invalid low range"]="\u503c\u5fc5\u9808\u5927\u65bc\u6216\u7b49\u65bc &1";a["invalid high range"]="\u503c\u5fc5\u9808\u5c0f\u65bc\u6216\u7b49\u65bc &1";a["invalid range"]="\u6709\u6548\u7bc4\u570d\u662f &1\u5230 &2";a["unmonitored exception"]="\u7a0b\u5f0f\u9047\u5230\u4e86\u7570\u5e38\u7684\u554f\u984c\uff0c\u8acb\u806f\u7d61\u7cfb\u7d71\u7ba1\u7406\u54e1\u5354\u52a9";a["loading x"]="\u8f09\u5165 &1...";a["data src not specfd x"]=
745
+ "\u6578\u64da\u6e90\u672a\u6307\u5b9a\u7d66 &1\u2026";a["name fld not specfd x"]="\u540d\u7a31\u6b04\u4f4d\u6c92\u6709\u6307\u5b9a\u7d66 &1\u2026";a["val fld not specfd x"]="\u6307\u5b9a\u503c\u6b04\u4f4d\u672a\u6307\u5b9a\u7d66 &1\u2026";a["failed to load x"]="\u672a\u80fd\u8f09\u5165 &1\u2026";a["cannot rmv last col"]="\u4f60\u4e0d\u80fd\u522a\u9664\u6700\u5f8c\u4e00\u5217";a["cannot find col"]="\u627e\u4e0d\u5230\u7279\u5b9a\u7684columnId";a["subfile deletion"]="\u4f60\u78ba\u5b9a\u8981\u522a\u9664\u5b50\u6a94\u6848\u55ce\uff1f";
746
+ a["downloading x"]="\u6b63\u5728\u4e0b\u8f09 &1";a["ie9 too low xlsxpics"]="\u4e0d\u80fd\u5728IE9\u6216\u66f4\u4f4e\u7248\u672c\u4e4b\u4e0b\u5c0e\u51fa\u5716\u50cf";a["keyboard input inhibited"]="\u9019\u4f4d\u7f6e\u4e0d\u6dee\u9375\u76e4\u8f38\u5165";a["pccommand error"]="\u5617\u8a66\u8655\u7406STRPCCMD\u5931\u6557\u3002 \u8acb\u78ba\u4fddProfound UI PC Command Listener \u5728\u6b64\u96fb\u8166\u4e3b\u6a5f\u4e0a\u904b\u884c\u4e26\u6b63\u78ba\u88dd\u7f6e\u3002 \u6aa2\u67e5\u63a7\u5236\u53f0\u4ee5\u7372\u53d6\u66f4\u591a\u4fe1\u606f\u3002 \uff08\u901a\u5e38\u662f Ctrl+Shift+I)";
747
+ a["num sessions exceeded"]="\u5df2\u8d85\u51fa\u5141\u8a31\u7684\u968e\u6bb5\u4f5c\u696d\u7e3d\u6578";a["unable to load portal"]="\u4e0d\u80fd\u8f09\u5165\u5165\u53e3\u8a2d\u7f6e\u6216\u5c0e\u822a\u9805\u76ee";a["unable to load macr act"]="\u4e0d\u80fd\u8f09\u5165\u5de8\u96c6\u64cd\u4f5c";a["unable to load macr var"]="\u4e0d\u80fd\u8f09\u5165\u5de8\u96c6\u8b8a\u6578\u503c";a["unable to load scrn lst"]="\u4e0d\u80fd\u8f09\u5165\u5c4f\u5e55\u5217\u8868";a["unable to load new sett"]="\u4e0d\u80fd\u8f09\u5165\u65b0\u7684\u8a2d\u7f6e";
748
+ a["unable to load x"]="\u4e0d\u80fd\u8f09\u5165 &1";a["unable to add x"]="\u4e0d\u80fd\u589e\u52a0 &1";a["unable to rename x"]="\u4e0d\u80fd\u91cd\u65b0\u547d\u540d &1";a["unable to delete x"]="\u4e0d\u80fd\u522a\u9664 &1";a["unable to update x"]="\u4e0d\u80fd\u66f4\u65b0 &1";a["unable to reassn x"]="\u4e0d\u80fd\u91cd\u65b0\u5206\u914d &1";a["unable to reorder items"]="\u4e0d\u80fd\u91cd\u65b0\u6392\u5217\u9805\u76ee";a["unable to save theme"]="\u4e0d\u80fd\u5132\u5b58\u4e3b\u984c\u8a2d\u7f6e";a["unable eval script url"]=
749
+ "\u4e0d\u80fd\u8a55\u4f30\u7db2\u7d61\u61c9\u7528\u7a0b\u5e8fURL";a["close browser text AT"]="\u672a\u5132\u5b58\u7684\u8cc7\u6599\u6703\u5728\u7d50\u675f\u968e\u6bb5\u4f5c\u696d\u6642\u800c\u4e1f\u5931";a["close all tabs"]="\u95dc\u9589\u6240\u6709\u6a19\u7c64\uff1f";a["close tab"]="\u4f60\u60f3\u95dc\u9589\u9019\u500b\u6a19\u7c64\u55ce\uff1f";a["invalid script url"]="\u7db2\u7d61\u61c9\u7528\u7a0b\u5e8fURL\u7684\u8f38\u5165\u503c\u7121\u6548";a["unrecognized format"]="\u7121\u6cd5\u8b58\u5225\u7684\u683c\u5f0f";
750
+ a["screen already defined"]='\u5c4f\u5e55 "&1" \u5df2\u88ab\u5b9a\u7fa9';a["macro already defined"]='\u5de8\u96c6 "&1" \u5df2\u88ab\u5b9a\u7fa9';a["no screen ids"]="\u6c92\u6709\u986f\u793a\u5c4f\u5e55\u6a19\u7c64\u865f\u78bc";a["confirm delete"]="\u78ba\u8a8d\u522a\u9664";a["no actions"]="\u6c92\u6709\u8981\u986f\u793a\u7684\u52d5\u4f5c";a["msg action input var"]='\u5728\u884c &2\u5217 &3\u7684\u6b04\u4f4d\u4e2d\u8f38\u5165\u8b8a\u6578"&1"\u7684\u5167\u503c';a["msg action input user"]="\u5728\u884c &1\u5217 &2\u7684\u6b04\u4f4d\u4e2d\u8f38\u5165\u7576\u524d\u7528\u6236\u5e33\u865f";
751
+ a["msg action input js"]="\u5728\u884c &2\u5217 &3\u8655\u8f38\u5165JavaScript\u8868\u9054\u5f0f<strong>&1</strong>\u7684\u7d50\u679c";a["msg action input other"]='\u5728\u884c &2\u5217 &3\u7684\u5b57\u6bb5\u4e2d\u8f38\u5165"&1"\u7684\u5167\u503c';a["msg presskey var"]='\u8acb\u6309\u4e0b\u5728\u8b8a\u91cf"&1"\u5df2\u5b9a\u7fa9\u7684\u9375';a["msg presskey other"]='\u6309\u4e0b"&1"\u9375';a["msg del scrn from macro"]="\u4f60\u78ba\u5b9a\u8981\u5f9e\u9019\u500b\u5de8\u96c6\u4e2d\u522a\u9664\u5df2\u9078\u7684\u5c4f\u5e55\uff1f<br />\u6240\u6709\u76f8\u95dc\u7684\u64cd\u4f5c\u4e5f\u5c07\u88ab\u522a\u9664";
752
+ a["choose scrn macro"]="\u9078\u64c7\u4e00\u500b\u5c4f\u5e55\u6216\u5de8\u96c6\u7684\u5c6c\u6027";a["choose a nav or toolbar"]="\u9078\u64c7\u5c0e\u822a\u6216\u5de5\u5177\u6b04\u9805\u76ee\u7684\u5c6c\u6027";a["confirm del sel x"]="\u4f60\u78ba\u5b9a\u8981\u522a\u9664\u6240\u9078\u7684 &1\u55ce\uff1f";a["permission settings"]="\u6b0a\u9650\u8a2d\u7f6e";a["adding x"]="&1 \u589e\u52a0\u4e2d\u2026";a["deleting x"]="&1 \u522a\u9664\u4e2d\u2026";a["reassigning x"]="&1 \u91cd\u65b0\u5206\u914d\u4e2d\u2026";
753
+ a.loading="\u6b63\u5728\u8f09\u5165\u4e2d\u2026";a.saving="\u6b63\u5728\u5132\u5b58\u4e2d\u2026";a["x added"]="&1 \u5df2\u589e\u52a0";a["x deleted"]="&1 \u5df2\u522a\u9664";a["x reassigned"]="&1 \u5df2\u91cd\u65b0\u5206\u914d";a["x updated"]="&1 \u5df2\u66f4\u65b0";a["x saved"]="&1 \u5df2\u5132\u5b58";a["msg del group"]='\u4f60\u78ba\u5b9a\u8981\u522a\u9664\u7d44\u5225"&1"\u55ce\uff1f<br /><br />\u522a\u9664\u7d44\u5225\u4e5f\u6703\u522a\u9664\u4efb\u4f55\u5b50\u7d44\u5225\u548c\u4efb\u4f55\u95dc\u806f\u7684\u7528\u6236\u3002<br /><br />\u4f60\u78ba\u5b9a\u8981\u7e7c\u7e8c\u55ce\uff1f';
754
+ a["conf reassign users 1"]="\u4f60\u78ba\u5b9a\u8981\u91cd\u65b0\u5206\u914d\u55ce ";a["conf reassign users 2a"]='\u7528\u6236 "&1" ';a["conf reassign users 2b"]="\u5df2\u9078\u5b9a\u7684\u7528\u6236 ";a["conf reassign users 3"]=' \u81f3\u7d44\u5225 "&1"\uff1f';a["conf reassign group"]='\u4f60\u78ba\u5b9a\u8981\u5c07\u7d44\u5225 "&1" \u91cd\u65b0\u5206\u914d\u7d66\u7d44\u5225 "&2" \u55ce\uff1f';a["conf delete users 1"]="\u4f60\u78ba\u5b9a\u8981\u522a\u9664\u55ce ";a["conf delete users 2a"]='\u7528\u6236 "&1"\uff1f';
755
+ a["conf delete users 2b"]="\u5df2\u9078\u5b9a\u7684\u7528\u6236\uff1f";a["no users"]="\u6c92\u6709\u7528\u6236\u53ef\u4ee5\u986f\u793a";a["cannot delete own grp"]="\u4f60\u4e0d\u80fd\u522a\u9664\u81ea\u5df1\u7684\u7d44\u5225.";a["cannot delete own usr"]="\u60a8\u4e0d\u80fd\u522a\u9664\u81ea\u5df1\u7684\u7528\u6236\u5e33\u865f.";a["not auth reassign prf"]="\u60a8\u6c92\u6709\u5141\u8a31\u53ef\u4ee5\u91cd\u65b0\u5206\u914d\u5e33\u865f\u7d66\u81ea\u5df1.";a["typeselect macro name"]="\u8f38\u5165\u6216\u9078\u64c7\u5de8\u96c6\u540d\u7a31\u2026";
756
+ a["any child items will"]="\u6240\u6709\u5b50\u9805\u76ee\u4e5f\u5c07\u88ab\u522a\u9664.";a["password must be"]="\u5bc6\u78bc\u5fc5\u9808\u81f3\u5c11\u70ba6\u500b\u5b57\u7b26.";a["type or sel home page"]="\u8f38\u5165\u6216\u9078\u64c7\u4e3b\u9801\u2026";a["x is already in list"]='"&1" \u5df2\u7d93\u5728\u5217\u8868\u4e2d.';a["x is not valid libname"]='"&1" \u4e0d\u662f\u6709\u6548\u7684\u6a94\u6848\u5eab\u540d\u7a31.';a["no libraries in list"]="\u6c92\u6709\u5217\u51fa\u6a94\u6848\u5eab";a["add libl entry"]=
757
+ "\u6a94\u6848\u5eab\u5217\u8868\u6dfb\u52a0\u5167\u5bb9";a["would you like add ano"]="\u4f60\u60f3\u6dfb\u52a0\u53e6\u4e00\u500b\u55ce\uff1f";a["already in suppl grp x"]='\u7528\u6236\u5df2\u5b58\u5728\u88dc\u5145\u7d44\u5225"&1".';a["cannot move screen"]="\u7121\u6cd5\u79fb\u52d5\u5c4f\u5e55";a["ready to add"]="\uff08\u53ef\u5728\u6b64\u5c4f\u5e55\u4e0a\u64cd\u4f5c\uff09";a["duplicate actions"]="\u8a72\u884c/\u5217\u91cd\u8907\u64cd\u4f5c\uff0c\u6216\u6703\u767c\u751f\u4e0d\u53ef\u9810\u6e2c\u7684\u7d50\u679c\u3002\u8acb\u67e5\u770b\u4e26\u522a\u9664\u91cd\u8907\u9805\u3002";
758
+ break;case "runtimeText":a["upload select text"]="\u9078\u64c7\u6a94\u6848";a["upload clear text"]="\u6e05\u9664";a["upload remove text"]="\u522a\u9664";a["upload upload text"]="\u4e0a\u50b3";a["upload drophere text"]="\u5728\u6b64\u653e\u4e0b\u6a94\u6848";a["upload browser unsupported"]="\u62d6/\u653e\u6a94\u6848\u529f\u80fd\u53ea\u9069\u7528\u5728Internet Explorer 10\u6216\u66f4\u9ad8\u7248\u672c\uff0cChrome\u6216Firefox \u700f\u89bd\u5668\u4e0a\u57f7\u884c.";a["upload finished text"]="\u5b8c\u6210";
759
+ a["excel export text"]="\u5c0e\u51fa\u81f3Excel";a["export to x"]="\u5c0e\u51fa\u81f3 &1";a["filter text"]="\u7be9\u9078";a["find text"]="\u5c0b\u627e";a["reset data"]="\u91cd\u7f6e";a["remove filters text"]="\u79fb\u9664\u6240\u6709\u7be9\u9078";a["displayed columns"]="\u986f\u793a\u683c\u5167\u9805\u76ee\u5167\u5bb9";a["next link text"]="\u4e0b\u4e00\u500b";a["previous link text"]="\u4e0a\u4e00\u500b";a["sort ascending text"]="\u6309\u7531\u5c0f\u800c\u5927\u9806\u5e8f";a["sort descending text"]=
760
+ "\u6309\u7531\u5927\u800c\u5c0f\u9806\u5e8f";a["sort..."]="\u6392\u5217...";a.sort="\u6392\u5217";a["sort multiple"]="\u6392\u5217\u591a\u9805\u5206\u6b04";a.column="\u5206\u6b17";a.direction="\u65b9\u5411";a.order="\u6b21\u3870";a.row="\u4e00\u884c";a.rows="\u4e00\u6392";a.page="\u9801";a.collapseAll="\u5168\u90e8\u6298\u56de";a.expandAll="\u5168\u90e8\u5c55\u958b";a.user="\u7528\u6236";a.password="\u5bc6\u78bc";a["sign on"]="\u767b\u9304";a.pui="Profound UI";a["pui sign on"]=a.pui+" "+a["sign on"];
761
+ a.pjs="Profound.js";a["pjs sign on"]=a.pjs+" "+a["sign on"];a["message id"]="\u8a0a\u606f\u865f\u78bc";a["ctlr job"]="\u63a7\u5236\u5668\u4f5c\u696d";a["app job"]="\u61c9\u7528\u7a0b\u5e8f\u4f5c\u696d";a["joblog download"]="\u4e0b\u8f09\u5de5\u4f5c\u65e5\u8a8c";a["curr user"]="\u7576\u524d\u7528\u6236";a["remote ip"]="\u9060\u7aefIP\u5730\u5740";a["remote port"]="\u9060\u7aef\u9023\u63a5\u57e0";a.severity="\u56b4\u91cd\u6027";a.date="\u65e5\u671f";a.time="\u6642\u9593";a.program="\u7a0b\u5f0f";a.procedure=
762
+ "\u7a0b\u5e8f";a.lines="\u7dda(S)";a.message="\u8a0a\u606f";a["new session"]="\u65b0\u7684\u968e\u6bb5\u4f5c\u696d";a.close="\u95dc\u9589";a["current password"]="\u7576\u524d\u5bc6\u78bc";a["new password"]="\u65b0\u5bc6\u78bc";a["repeat new password"]="\u91cd\u8907\u65b0\u5bc6\u78bc";a.submit="\u63d0\u4ea4";a.exit="\u9000\u51fa";a.warning="\u8b66\u544a";a["change password"]="\u66f4\u6539\u5bc6\u78bc";a.cancel="\u53d6\u6d88";a["find text"]="\u5c0b\u627e";a["remove filter"]="\u79fb\u9664\u7be9\u9078";
763
+ a.chart="\u5716\u8868";a.section="\u90e8\u4efd";a.version="\u539f\u7248\u672c";a.fixPack="\u4fee\u5fa9\u7248";a.yes="\u662f";a.no="\u5426";a.settings="\u8a2d\u7f6e";a.favorites="\u6536\u85cf\u593e";a["type query press en"]="\u9375\u5165\u67e5\u8a62\u4e4b\u5f8c\u6309\u4e0bEnter\u9375";a["add to favorites"]="\u6dfb\u52a0\u5230\u6536\u85cf\u593e";a["rmv from favorites"]="\u5f9e\u6536\u85cf\u593e\u4e2d\u79fb\u9664";a["please wait"]="\u8acb\u7a0d\u5019\u2026";a["control panel"]="\u63a7\u5236\u9762\u677f";
764
+ a["my settings"]="\u6211\u7684\u8a2d\u7f6e";a["about atrium"]="\u95dc\u65bcAtrium";a["about atrium msg"]=a.version+" "+window.pui.baseVersion+", "+a.fixPack+" "+window.pui.fixPackVersion+"<br /><br />\u7248\u6b0a &copy 1999-"+(new Date).getFullYear()+" Profound Logic Software, Inc.<br /><br />\u8b66\u544a\uff1a\u6b64\u8a08\u7b97\u6a5f\u7a0b\u5e8f\u53d7\u7248\u6b0a\u6cd5\u4fdd\u8b77<br />\u548c\u570b\u969b\u689d\u7d04\u3002\u672a\u7d93\u6388\u6b0a\u7684\u8907\u88fd\u6216<br />\u8a72\u7a0b\u5e8f\u4efb\u4f55\u90e8\u5206\u7684\u5206\u767c\u53ef\u80fd\u5c0e\u81f4<br />\u56b4\u91cd\u7684\u6c11\u4e8b\u548c\u5211\u4e8b\u8655\u7f70\uff0c\u4e26\u53ef\u80fd\u6839\u64da\u5c08\u5229\u6cd5\u5f8b\u898f\u5b9a\u88ab\u8d77\u8a34<br />\u3002<br /><br />\u3002\u201d\u7f8e\u570b\u5c08\u5229\u865f8,667,405 B2\u3002";
765
+ a.item="\u9805\u76ee";a["open selected item"]="\u6253\u958b\u5df2\u9078\u7684\u9805\u76ee";a.of="\u7684";a["no results to dsp"]="\u6c92\u6709\u7d50\u679c\u986f\u793a";a["displaying results"]="\u7d50\u679c\u986f\u793a\u4e2d";a["search results"]="\u641c\u7d22\u7d50\u679c";a["new folder"]="\u65b0\u5efa\u6587\u4ef6\u593e";a.rename="\u91cd\u65b0\u547d\u540d";a.description="\u8aaa\u660e";a.ok="\u78ba\u5b9a";a.add="\u589e\u52a0";a["add x"]="\u589e\u52a0 &1";a["delete"]="\u522a\u9664";a.screen="\u5c4f\u5e55";
766
+ a.screens="\u5c4f\u5e55";a.macro="\u5de8\u96c6";a.macros="\u5de8\u96c6";a["screen id"]="\u5c4f\u5e55\u8b58\u5225\u865f\u78bc";a["screen ids"]="\u5c4f\u5e55\u8b58\u5225\u865f\u78bc";a["field row"]="\u6b04\u4f4d\u884c";a["field column"]="\u6b04\u4f4d\u5217";a["field value"]="\u6b04\u4f4d\u503c";a.value="\u6578\u503c";a.action="\u52d5\u4f5c";a.actions="\u52d5\u4f5c";a["detect once"]="\u6aa2\u6e2c\u4e00\u6b21";a["detect always"]="\u6aa2\u6e2c\u5e38\u5728";a["delete screen"]="\u522a\u9664\u5c4f\u5e55";
767
+ a["genie macros"]="Genie \u5de8\u96c6";a["screen name"]="\u5c4f\u5e55\u540d\u7a31";a.identifier="\u8b58\u5225";a.identifiers="\u8b58\u5225";a["macro name"]="\u5de8\u96c6\u540d\u7a31";a["close browser wintab"]="\u95dc\u9589\u700f\u89bd\u5668\u6216\u700f\u89bd\u5668\u6a19\u7c64";a.select="\u9078\u64c7";a["write value in field"]="\u5728\u6b04\u4f4d\u4e2d\u5beb\u5165\u6578\u64da\u503c";a["press a key"]="\u6309\u4e00\u500b\u9375";a["a literal value"]="\u4e00\u500b\u6587\u5b57\u503c";a["a variable value"]=
768
+ "\u4e00\u500b\u53ef\u8b8a\u6578\u503c";a["cur user profile"]="\u7576\u524d\u7528\u6236";a["result js expr"]="JavaScript\u8868\u793a\u7684\u7d50\u679c";a["action data"]="\u57f7\u884c\u6578\u64da";a["data type"]="\u6578\u64da\u985e\u578b";a.users="\u7528\u6236";a["all groups"]="\u5168\u90e8\u7d44\u5225";a["supplemental groups"]="\u88dc\u5145\u7d44\u5225";a["users w primary grp"]='\u7528\u6236\u7684\u4e3b\u8981\u7d44\u5225\u662f"&1"';a["users w suppl grp"]='\u88dc\u5145\u7d44\u5225\u7684\u7528\u6236\u662f\u70ba"&1"';
769
+ a.group="\u7d44\u5225";a.groups="\u7d44\u5225";a.edit="\u7de8\u8f2f";a["edit x"]="\u7de8\u8f2f &1";a.manager="\u7d93\u7406";a.administrator="\u7ba1\u7406\u54e1";a["primary group"]="\u4e3b\u8981\u7d44\u5225";a["delete x"]="\u522a\u9664 &1";a["reassign x"]="\u91cd\u65b0\u5206\u914d &1";a["navigation item"]="\u5c0e\u822a\u9805\u76ee";a["navigation items"]="\u5c0e\u822a\u9805\u76ee";a["navigation panel"]="\u5c0e\u822a\u9762\u677f";a["home pages"]="\u4e3b\u9801";a["menu group"]="\u83dc\u55ae\u7d44\u5225";
770
+ a["menu item"]="\u83dc\u55ae\u9805\u76ee";a["toolbar items"]="\u5de5\u5177\u6b04\u9805\u76ee";a.toolbar="\u5de5\u5177\u6b04";a.button="\u6309\u9215";a["pulldown menu"]="\u4e0b\u62c9\u83dc\u55ae";a["pulldown menu item"]="\u4e0b\u62c9\u83dc\u55ae\u9805\u76ee";a["separator bar"]="\u5206\u9694\u6b04";a.spacer="\u5206\u9694\u7269";a["item details"]="\u8ca8\u54c1\u660e\u7d30";a["item number"]="\u8ca8\u54c1\u865f\u78bc";a["item type"]="\u8ca8\u54c1\u985e\u578b";a["genie macro"]="Genie \u5de8\u96c6";a["rdf application"]=
771
+ "Rich Display \u6a94\u6848\u61c9\u7528";a["web application"]="\u7db2\u9801\u61c9\u7528\u7a0b\u5f0f";a["pc command"]="PC\u547d\u4ee4";a["launcher command"]="Launcher\u547d\u4ee4";a["dspf program library"]="\u986f\u793a\u6a94\u6848\u7684\u7a0b\u5f0f\u5eab";a["dspf program"]="\u986f\u793a\u6a94\u6848\u7a0b\u5f0f";a["variable name x"]="\u8b8a\u6578\u540d\u7a31 &1";a["a tab in the portal"]="\u5165\u53e3\u7684\u6a19\u7c64";a["a new browser wind"]="\u65b0\u7684\u700f\u89bd\u5668\u8996\u7a97\u6216\u6a19\u7c64";
772
+ a.update="\u66f4\u65b0";a.fill="\u586b\u5165";a.permissions="\u6b0a\u9650";a["user/group name"]="\u7528\u6236/\u7d44\u5225\u540d\u7a31";a["all users groups"]="\u6240\u6709\u7528\u6236\u548c\u7d44\u5225";a.type="\u985e\u578b";a.access="\u9032\u5165";a.allow="\u5141\u8a31";a.disallow="\u7981\u6b62";a.navigation="\u5c0e\u822a";a["add usrgrp perm"]="\u6dfb\u52a0\u7528\u6236/\u7d44\u5225\u7684\u6b0a\u9650";a.membership="\u6703\u54e1";a.none="\u6c92\u6709";a.remove="\u79fb\u9664";a.appearance="\u5916\u89c0";
773
+ a["home page"]="\u4e3b\u9801";a.tree="\u6a39";a.accordion="\u6298\u53e0\u7684";a["min search chars"]="\u6700\u5c0f\u641c\u7d22\u5b57\u7b26";a["libl for rdf apps"]="RICH Display \u6a94\u6848\u6240\u9700\u8981\u7684\u6a94\u6848\u5eab\u5217\u8868";a["library list"]="\u6a94\u6848\u5eab\u5217\u8868";a.library="\u6a94\u6848\u5eab";a["use atrium def libl"]="\u4f7f\u7528Atrium\u9ed8\u8a8d\u6a94\u6848\u5eab";a["use jobd libl"]="\u4f7f\u7528\u4f86\u81eaJOBD\u7684\u6a94\u6848\u5eab";a["specify libl"]="\u6307\u5b9a\u7684\u6a94\u6848\u5eab\u5217\u8868";
774
+ a.up="\u5411\u4e0a";a.down="\u5411\u4e0b";a["move up"]="\u79fb\u4e0a";a["move down"]="\u79fb\u4e0b";a["global settings"]="\u7d9c\u5408\u7684\u8a2d\u7f6e";a.save="\u5132\u5b58";a["add usr to supp grp"]="\u6dfb\u52a0\u7528\u6236\u5230\u88dc\u5145\u7d44\u5225";a["member of"]="\u6210\u54e1";a["member of hlp"]="\u8a72\u7528\u6236\u6240\u5c6c\u7684\u7d44\u5225";a["group name"]="\u7d44\u5225\u540d\u7a31";a["group name hlp"]="\u8a72\u7d44\u5225\u7684\u986f\u793a\u540d\u7a31";a["inherit settings"]="\u7e7c\u627f\u8a2d\u7f6e";
775
+ a["inherit settings hlp"]="\u7576\u6b64\u9078\u9805\u6210\u7acb\uff0c\u8a72\u7528\u6236/\u7d44\u5225\u5c07\u7e7c\u627f\u5176\u4e0a\u4e00\u5c64\u8a2d\u7f6e\u3002\u7576\u6b64\u9078\u9805\u4e0d\u6210\u7acb\uff0c\u7528\u6236/\u7d44\u5225\u5c07\u64c1\u6709\u81ea\u5df1\u7684\u8a2d\u7f6e\u6578\u64da";a["user name"]="\u7528\u6236\u540d\u7a31";a["user name hlp"]="\u6b64\u7528\u6236\u7684\u986f\u793a\u540d\u7a31";a["access role"]="\u8a2a\u554f\u7684\u8eab\u4efd";a["access role hlp"]="\u63a7\u5236\u6b64\u7528\u6236\u7684\u8a2a\u554f\u89d2\u8272\uff0c\u7ba1\u7406\u54e1\u80fd\u5920\u7ba1\u7406\u6240\u6709\u7d44\u5225\u548c\u7528\u6236\uff0c\u4e5f\u53ef\u4ee5\u63a7\u5236\u61c9\u7528\u7a0b\u5e8f\u6b0a\u9650\uff0c\u7ba1\u7406\u54e1\u80fd\u5920\u5728\u81ea\u5df1\u7684\u7d44\u5225\u4e2d\u914d\u7f6e\u7528\u6236\u548c\u7d44\u5225\u8a2d\u7f6e\uff0c\u7136\u800c\u7528\u6236\u662f\u6c92\u6709\u6b64\u7279\u6b0a\u7684.";
776
+ a["can edit profile"]="\u80fd\u5920\u7de8\u8f2f\u7528\u6236\u5e33\u865f";a["can edit profile hlp"]='\u5141\u8a31\u7528\u6236\u7de8\u8f2f"\u5916\u89c0"\u548c"\u5c0e\u822a"\u7684\u8a2d\u7f6e\uff0c\u4e26\u53ef\u66f4\u6539\u5bc6\u78bc\uff0c\u4f46\u7528\u6236\u4e0d\u53ef\u7de8\u8f2f\u5176\u4ed6\u8a2d\u7f6e';a["user profile"]="\u7528\u6236\u5e33\u865f";a["user profile hlp"]="\u7528\u6236\u540d\u7a31\u3002\u7528\u6236\u540d\u7a31\u6709\u5340\u5206\u5927\u5c0f\u5beb\uff0c\u9664\u975e\u4f7f\u7528IBM i\u5e33\u865f.\u3002";
777
+ a["password hlp"]="\u8a2d\u7f6e/\u91cd\u7f6e\u5bc6\u78bc\u3002\u5bc6\u78bc\u6709\u5340\u5206\u5927\u5c0f\u5beb";a["conf password"]="\u78ba\u8a8d\u5bc6\u78bc";a["conf password hlp"]="\u7576\u8a2d\u7f6e/\u91cd\u7f6e\u5bc6\u78bc\u6642\uff0c\u78ba\u5b9a\u5bc6\u78bc\u5fc5\u9808\u8207\u65b0\u5bc6\u78bc\u5b8c\u5168\u76f8\u540c\uff0c\u5bc6\u78bc\u6709\u5340\u5206\u5927\u5c0f\u5beb";a["browser title"]="\u700f\u89bd\u5668\u6a19\u984c";a["browser title hlp"]="\u8a2d\u7f6e\u5c07\u6703\u5728\u700f\u89bd\u5668\u986f\u793a\u7684\u6587\u5b57";
778
+ a["show banner"]="\u986f\u793a\u6a19\u8a9e";a["show banner hlp"]="\u5982\u679c\u4f60\u4e0d\u5e0c\u671b\u5728\u5165\u53e3\u7db2\u7ad9\u9802\u90e8\u986f\u793a\u6a19\u8a9e\uff0c\u8acb\u4e0d\u8981\u9078\u6b64\u9078\u9805";a["banner height"]="\u6a19\u8a9e\u9ad8\u5ea6";a["banner height hlp"]="\u4ee5\u50cf\u7d20\u70ba\u55ae\u4f4d\u8a2d\u7f6e\u5165\u53e3\u7db2\u7ad9\u9802\u90e8\u6a19\u8a9e\u7684\u9ad8\u5ea6,\u5982\u679c\u60a8\u9078\u64c7\u4e0d\u986f\u793a\u6a19\u8a9e,\u5247\u4e0d\u7528\u7406\u6703\u6b64\u8a2d\u7f6e.\u6709\u6548\u503c\u70ba0-600\u50cf\u7d20";
779
+ a["banner url"]="\u6a19\u8a9e\u7db2\u5740";a["banner url hlp"]="\u8a2d\u7f6e\u6a19\u8a9e\u5167\u5bb9\u6240\u5728\u7684\u7db2\u5740\uff0c\u53ef\u4ee5\u662f\u7d55\u5c0d\u6216\u5b8c\u5168\u6709\u6548\u7684\u7db2\u5740";a.theme="\u4e3b\u984c";a["theme hlp"]='\u8a2d\u7f6e\u9ed8\u8a8d\u4e3b\u984c\uff0c\u5982\u679c"<strong>\u5141\u8a31\u7528\u6236\u9078\u64c7\u4e3b\u984c"</strong>\u5df2\u555f\u7528\uff0c\u5247\u500b\u4eba\u7528\u6236\u53ef\u4ee5\u66f4\u6539\u4e3b\u984c\u3002';a["allow sel theme"]="\u5141\u8a31\u7528\u6236\u9078\u64c7\u4e3b\u984c";
780
+ a["allow sel theme hlp"]="\u5982\u679c\u9078\u6b64\u9805\u76ee\uff0c\u7528\u6236\u5c07\u80fd\u5920\u4f7f\u7528\u5de5\u5177\u6b04\u4e2d\u7684\u63a7\u5236\u9078\u9805\u4f86\u9078\u64c7\u6240\u9700\u7684\u4e3b\u984c\u3002";a["show menu search"]="\u986f\u793a\u83dc\u55ae\u641c\u7d22";a["show menu search hlp"]="\u4e0d\u9078\u986f\u793a\u83dc\u55ae\u641c\u7d22\u9078\u9805,\u4ee5\u4f7f\u83dc\u55ae\u4e2d\u7684\u641c\u7d22\u529f\u80fd\u7121\u6548.";a["show fav sys"]="\u986f\u793a\u6536\u85cf\u593e\u7cfb\u7d71";
781
+ a["show fav sys hlp"]="\u53d6\u6d88\u5f67\u7981\u7528\u6536\u85cf\u593e\u7cfb\u7d71";a["show fav start"]="\u5728\u555f\u52d5\u6642\u986f\u793a\u6536\u85cf\u593e";a["show fav start hlp"]="\u5982\u679c\u9078\u6b64\u9805\u76ee\uff0c\u6536\u85cf\u593e\u9762\u677f\u6703\u5728\u555f\u52d5\u6642\u986f\u793a\uff0c\u5426\u5247\u6703\u986f\u793a\u5c0e\u822a\u9762\u677f\uff08\u9ed8\u8a8d\uff09\u3002\u6b64\u9078\u9805\u50c5\u5728\u5df2\u555f\u7528\u6536\u85cf\u593e\u7cfb\u7d71\u6642\u53ef\u7528";a["limit num sessn"]=
782
+ "\u9650\u5236\u968e\u6bb5\u4f5c\u6578\u6578\u91cf";a["limit num sessn hlp"]="\u6b64\u7528\u6236/\u7d44\u5225\u5df2\u7d66\u5141\u8a31\u4f7f\u7528\u9019\u500b\u6578\u91cf\u7684Atrium\u968e\u6bb5\u4f5c\u696d\uff0c\u5982\u6578\u503c\u70ba\u96f6\u8868\u793a\u5141\u8a31\u7121\u9650\u5236\u7684\u968e\u6bb5\u4f5c\u696d\uff0c\u8a72\u9650\u5236\u9069\u7528\u65bc\u6bcf\u500bWeb\u700f\u89bd\u5668";a["show hmpg start"]="\u5728\u555f\u52d5\u6642\u986f\u793a\u4e3b\u9801";a["show hmpg start hlp"]="\u5982\u679c\u9078\u6b64\u9805\u76ee\uff0c\u5c07\u5728\u555f\u52d5\u6642\u5728\u5165\u53e3\u7db2\u7ad9\u57f7\u884c\u81ea\u5b9a\u7fa9\u7684\u4e3b\u9801\u3002";
783
+ a["home page url"]="\u4e3b\u9801\u7db2\u5740";a["home page url hlp"]="\u8a2d\u7f6e\u4e3b\u9801\u5167\u5bb9\u6240\u5728\u7684\u7db2\u5740\uff0c\u53ef\u4ee5\u662f\u7d55\u5c0d\u6216\u5b8c\u5168\u6709\u6548\u7684\u7db2\u5740";a["navi pnl title"]="\u5c0e\u822a\u9762\u677f\u6a19\u984c";a["navi pnl title hlp"]="\u8a2d\u7f6e\u5c07\u5728\u5c0e\u822a\u9762\u677f\u6a19\u984c\u6b04\u4e2d\u986f\u793a\u7684\u6587\u5b57";a["navi pnl width"]="\u5c0e\u822a\u9762\u677f\u958b\u59cb\u5bec\u5ea6";a["navi pnl width hlp"]=
784
+ "\u4ee5\u50cf\u7d20\u70ba\u55ae\u4f4d\u8a2d\u7f6e\u5c0e\u822a\u9762\u677f\u7684\u8d77\u59cb\u5bec\u5ea6\uff0c\u7528\u6236\u53ef\u6839\u64da\u9700\u8981\u8abf\u6574\u9762\u677f\u5927\u5c0f\u6216\u96b1\u85cf\u9762\u677f\uff0c\u6709\u6548\u503c\u70ba0-2000\u50cf\u7d20";a["navi type"]="\u5c0e\u822a\u985e\u578b";a["navi type hlp"]='\u63a7\u5236\u5c0e\u822a\u9762\u677f\u4e2d\u4f7f\u7528\u7684\u83dc\u55ae\u985e\u578b "\u6a39"\u6216"\u53ef\u6298\u53e0\u7684"\u3002\u6b64\u8a2d\u7f6e\u4e0d\u9069\u7528\u65bc\u5de5\u5177\u6b04';
785
+ a["single click nav"]="\u55ae\u64ca\u5c0e\u822a";a["single click nav hlp"]="\u5982\u679c\u9078\u6b64\u9805\u76ee\uff0c\u5c0e\u822a\u9762\u677f\u4e2d\u7684\u83dc\u55ae\u9805\u76ee\u5c07\u53ef\u55ae\u64ca\u555f\u52d5\uff0c\u5426\u5247\u53ea\u6703\u96d9\u64ca\u555f\u52d5\uff0c\u6b64\u8a2d\u7f6e\u4e0d\u9069\u7528\u65bc\u5de5\u5177\u6b04";a["current library"]="\u7576\u524d\u6a94\u6848\u5eab";a["current library hlp"]="\u6307\u5b9a\u7576\u524d\u6a94\u6848\u5eab\uff0c*USRPRF\u6216*CRTDFT";a["job descr"]=
786
+ "\u4f5c\u696d\u63cf\u8ff0\u6a94";a["job descr hlp"]="\u6307\u5b9a\u4f5c\u696d\u63cf\u8ff0\u6a94\u4ee5\u8a2d\u7f6e\u6a94\u6848\u5eab\u5217\u8868\u3002*\u5982\u679cAtrium\u7528\u6236\u662fIBM i\u7528\u6236\uff0c\u5247\u53ef\u4ee5\u6307\u5b9a\u7528\u6236\u5e33\u865f";a["job descr lib"]="\u4f5c\u696d\u63cf\u8ff0\u6a94\u7684\u6a94\u6848\u5eab";a["job descr lib hlp"]="\u6307\u5b9a\u4f5c\u696d\u63cf\u8ff0\u6a94\u7684\u6a94\u6848\u5eab\u3002*\u53ef\u4ee5\u6307\u5b9aLIBL\u6216*CURLIB\u3002";a["item name"]=
787
+ "\u9805\u76ee\u540d\u7a31";a["item name hlp"]="\u8a2d\u7f6e\u5c0e\u822a\u6216\u5de5\u5177\u6b04\u9805\u76ee\u7684\u986f\u793a\u540d\u7a31";a["action type"]="\u904b\u4f5c\u985e\u578b";a["action type hlp"]="\u8a2d\u7f6e\u6b64\u9805\u76ee\u555f\u52d5\u6642\u61c9\u7528\u7a0b\u5e8f\u7684\u985e\u578b";a.url="\u7db2\u5740";a["url hlp"]="\u8a2d\u7f6eWeb\u61c9\u7528\u7a0b\u5e8f\u7684\u7db2\u5740\uff0c\u53ef\u4ee5\u6307\u5b9a\u70ba\u7d55\u5c0d\u8def\u5f91\u6216\u5b8c\u5168\u6709\u6548\u7684\u7db2\u5740\uff0c\u53ef\u4ee5\u5728\u7db2\u5740\u4e2d\u6307\u5b9a\u67e5\u8a62\u5b57\u7b26\u7684\u53c3\u6578";
788
+ a["genie url"]="Genie \u7db2\u5740";a["genie url hlp"]="\u8a2d\u7f6e\u7528\u65bc\u555f\u52d5Genie\u7684\u7db2\u5740\uff0c\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c07\u4f7f\u7528\u9ed8\u8a8d\u7684Genie \u7db2\u5740 /profoundui/auth/genie \u3002\u5982\u679c\u80fd\u63d0\u4f9b\u5099\u7528Genie \u7db2\u5740\u6216\u67e5\u8a62\u5b57\u7b26\u7684\u53c3\u6578\u90a3\u5c31\u5f88\u6709\u7528\u4e86\uff0c\u4f8b\u5982\uff1a/profoundui/auth/genie?skin=MyCompany";a["open as"]="\u6253\u958b\u70ba";a["open as hlp"]="\u8a2d\u7f6e\u662f\u5426\u5728\u5165\u53e3\u7db2\u7ad9\u4e2d\u4ee5\u65b0\u7684\u9078\u9805\u5361\u53bb\u555f\u52d5\u9019\u500b\u9805\u76ee\uff0c\u6216\u8005\u4f5c\u70ba\u65b0\u7684\u700f\u89bd\u5668\u8996\u7a97\u6216\u9078\u9805\u5361\u3002\u700f\u89bd\u5668\u662f\u5426\u4f7f\u7528\u65b0\u8996\u7a97\u6216\u9078\u9805\u5361\u53d6\u6c7a\u65bc\u7528\u6236\u7684\u700f\u89bd\u5668\u8a2d\u7f6e\u3002";
789
+ a["opens once only"]="\u50c5\u6253\u958b\u4e00\u6b21";a["opens once only hlp"]="\u5728\u9ed8\u8a8d\u60c5\u6cc1\u4e0b\uff0c\u5982\u679c\u7528\u6236\u5728\u5165\u53e3\u7db2\u7ad9\u4e2d\u5df2\u7d93\u6253\u958b\u4e00\u500b\u9078\u9805\u5361\u540c\u4e8b\u555f\u52d5\u6b64\u9805\u76ee\uff0c\u90a3\u9ebc\u6703\u6253\u958b\u53e6\u4e00\u500b\u9078\u9805\u5361\u3002\u7531\u65bc\u5c0d\u9078\u9805\u5361\u6578\u91cf\u6c92\u6709\u9650\u5236,\u6240\u4ee5\u7528\u6236\u53ef\u4ee5\u7528\u9019\u7a2e\u65b9\u5f0f\u6253\u958b\uff0c\u7576\u6253\u958b\u9019\u500b\u9078\u9805\u6642\uff0c\u7528\u6236\u5c07\u7121\u6cd5\u6253\u958b\u591a\u500b\u9078\u9805\u5361\uff0c\u5982\u679c\u7528\u6236\u9078\u64c7\u8a72\u9078\u9805\u5361\u6642\u5df2\u7d93\u6253\u958b\u4e86\u53e6\u4e00\u500b\u9078\u9805\u5361\uff0c\u73fe\u6709\u7684\u9078\u9805\u5361\u5c07\u6703\u5728\u65b0\u7684\u700f\u89bd\u5668\u8996\u7a97\u6216\u6a19\u7c64\u4e2d\u6253\u958b\u8a72\u9805\u76ee\u6642\uff0c\u8a72\u9078\u9805\u5c07\u88ab\u5ffd\u7565\u3002";
790
+ a.icon="\u5716\u6a19";a["icon hlp"]="\u53ef\u9078\u64c7\u7684: \u8a2d\u7f6e\u5c0e\u822a\u6216\u5de5\u5177\u6b04\u9805\u76ee\u4f7f\u7528\u7684\u5716\u6a19\u6a94\u6848\uff0c\u5716\u6a19\u6a94\u6848\u53ef\u4ee5\u662fGIF\uff0cJPG\u6216PNG\u683c\u5f0f\uff0c\u63a8\u85a6\u4f7f\u7528\u6e05\u695a\u6613\u61c2\u7684GIF\uff0c\u8def\u5f91\u61c9\u8a72\u70baAtrium\u5b89\u88dd\u76ee\u9304\u7684\u7d55\u5c0d\u8def\u5f91\uff0c\u5982\u679c\u6c92\u6709\u6307\u5b9a\u5716\u6a19\uff0cAtrium\u5c07\u4f7f\u7528\u5c0e\u822a\u9805\u76ee\u7684\u9ed8\u8a8d\u5716\u6a19\uff0c\u9664\u975e\u5728\u6b64\u6307\u5b9a\uff0c\u5426\u5247\u5de5\u5177\u6b04\u9805\u76ee\u4e0d\u6703\u986f\u793a\u4efb\u4f55\u5716\u6a19\u3002";
791
+ a.parameter="\u53c3\u6578";a["parameter hlp"]="\u53ef\u9078\u64c7\u7684: \u6307\u5b9a\u5728\u555f\u52d5\u6642\u5c07\u50b3\u905e\u7d66Rich Display\u7a0b\u5f0f\u7684\u53c3\u6578";break;default:console.log("Unknown Dictionary Type : '"+c+"'")}return a};if(pui.runtimeMsg==null)pui.runtimeMsg={};if(pui.runtimeText==null)pui.runtimeText={};if(pui.runtimeMessages==null)pui.runtimeMessages={};
792
+ pui.getLanguageText=function(c,a,d){var e;e=pui.language;if(e==null||L(e)==""){e="en_US";var f=O();if(f.lang!=null&&L(f.lang)!="")e=f.lang}if(e=="en_GB"&&typeof pui[c][e]=="undefined")e="en_UK";f=pui[c][e][a];if(typeof f=="undefined")f=pui[c].en_US[a];if(c=="runtimeMsg"&&typeof pui.runtimeMessages[a]!="undefined")f=pui.runtimeMessages[a];if((c=="runtimeMsg"||c=="runtimeText")&&a.substr(0,7)=="upload "&&pui.fileupload!=null&&typeof pui.fileupload[a.substr(8)]!="undefined"){f=pui.fileupload[a.substr(8)];
793
+ if(a=="upload file limit")f=f.replace("{FILE_LIMIT}","&1")}if(a=="excel export text"&&typeof pui.runtimeText[e]["csv export text"]!="undefined")f=pui.runtimeText[e]["csv export text"];if(c=="runtimeText"){var g=a;if(a=="excel export text")g="csv export text";var h=["close browser text","csv export text","filter text","reset data","next link text","previous link text","remove filters text","session ended text","sort ascending text","sort descending text"];for(e=0;e<h.length;e++)if(g==h[e]&&typeof pui[h[e]]!=
794
+ "undefined")f=pui[h[e]]}if(c=="runtimeMsg"){c=["closeMessage","no connection message"];for(e=0;e<c.length;e++)if(a==c[e]&&typeof pui[c[e]]!="undefined")f=pui[c[e]]}if(d!=null)for(e=1;e<=d.length;e++)f=f.replace("&"+e,d[e-1]);return f};pui.runtimeMsg.en_US=T("runtimeMsg");pui.runtimeText.en_US=T("runtimeText");pui.runtimeMsg.en_UK=U("runtimeMsg");pui.runtimeText.en_UK=U("runtimeText");pui.runtimeMsg.de_DE=V("runtimeMsg");pui.runtimeText.de_DE=V("runtimeText");pui.runtimeMsg.es_ES=W("runtimeMsg");
795
+ pui.runtimeText.es_ES=W("runtimeText");pui.runtimeMsg.es_MX=X("runtimeMsg");pui.runtimeText.es_MX=X("runtimeText");pui.runtimeMsg.fr_CA=Y("runtimeMsg");pui.runtimeText.fr_CA=Y("runtimeText");pui.runtimeMsg.fr_FR=Z("runtimeMsg");pui.runtimeText.fr_FR=Z("runtimeText");pui.runtimeMsg.he_IL=da("runtimeMsg");pui.runtimeText.he_IL=da("runtimeText");pui.runtimeMsg.it_IT=ea("runtimeMsg");pui.runtimeText.it_IT=ea("runtimeText");pui.runtimeMsg.ja_JP=fa("runtimeMsg");pui.runtimeText.ja_JP=fa("runtimeText");
796
+ pui.runtimeMsg.nl_NL=ga("runtimeMsg");pui.runtimeText.nl_NL=ga("runtimeText");pui.runtimeMsg.pt_BR=ja("runtimeMsg");pui.runtimeText.pt_BR=ja("runtimeText");pui.runtimeMsg.pt_PT=ka("runtimeMsg");pui.runtimeText.pt_PT=ka("runtimeText");pui.runtimeMsg.zh_HK=la("runtimeMsg");pui.runtimeText.zh_HK=la("runtimeText");var S={};window.Atrium=S;S.a={};S.a.Te={};S.a.c={};S.a.c.e={};S.a.c.groups={};S.a.c.m={};S.a.c.j={};S.b={};S.data={};S.action={};S.api={};window["Atrium.api"]=S.api;S.HTTP_HOST=null;S.HTTPS=null;S.THEMES=null;S.EXT_PATH=null;S.USE_VLDL=null;S.CUSTOM=null;S.CLEAR_CREDENTIALS=null;S.AULANG="";S.Gb="ontouchstart"in window;S.f="/profoundui/proddata/images/icons/";S.t="Atrium-nav-filter";S.Ua=0;S.Ca=1;S.da=2;S.Ec=0;S.Bc=1;S.F="N";S.la="T";S.T="H";S.Dc="2";S.Cc="1";S.ye="0";S.U="0";S.O="1";S.ra="2";
797
+ S.ba="3";S.Ba="4";S.Ta="5";S.A="6";S.D="7";S.ka="T";S.ca="A";S.za="0";S.aa="1";S.Oa="2";S.Qa="3";S.Pa="4";S.a.ya=null;S.a.ga=null;S.a.sa=null;S.a.w=null;S.a.d=null;S.a.P=null;S.a.n=null;S.a.toolbar=null;S.a.o=null;S.a.r=null;S.a.I=null;S.a.fa=null;S.a.c.v=null;S.e={};S.e.ACBTITLE=null;S.e.ACBAN=null;S.e.ACBANHGHT=null;S.e.ACBANURL=null;S.e.ACTHEME=null;S.e.ACUTHEME=null;S.e.ACNTITLE=null;S.e.ACNWIDTH=null;S.e.ACNTYPE=null;S.e.ACSCLICK=null;S.l={};S.l.AUUSER=null;S.l.AUGROUP=null;S.l.AUROLE=null;
798
+ S.l.AUEDIT=null;S.l.AUNAME=null;S.l.AUPROF=null;S.l.AGNAME=null;S.l.AULANG=null;if(pui.getCookie("initMFA")!="true"){pui.setCookie("initMFA","true",null,"/",null,null,"Strict");pui.setCookie("authMFA","false",null,"/",null,null,"Strict")}S.items={};S.items.m=[];S.items.toolbar=[];S.items.u=[];S.k={};S.k.parent={title:"member of",text:"member of hlp"};S.k.AGNAME={title:"group name",text:"group name hlp"};S.k.inherit={title:"inherit settings",text:"inherit settings hlp"};
799
+ S.k.AUNAME={title:"user name",text:"user name hlp"};S.k.accessRole={title:"access role",text:"access role hlp"};S.k.AUEDIT={title:"can edit profile",text:"can edit profile hlp"};S.k.AUPROF={title:"user profile",text:"user profile hlp"};S.k.password={title:"password",text:"password hlp"};S.k.confirmPass={title:"conf password",text:"conf password hlp"};S.k.ACBTITLE={title:"browser title",text:"browser title hlp"};S.k.ACBAN={title:"show banner",text:"show banner hlp"};
800
+ S.k.ACBANHGHT={title:"banner height",text:"banner height hlp"};S.k.ACBANURL={title:"banner url",text:"banner url hlp"};S.k.ACTHEME={title:"theme",text:"theme hlp"};S.k.ACUTHEME={title:"allow sel theme",text:"allow sel theme hlp"};S.k.ACSEARCH={title:"show menu search",text:"show menu search hlp"};S.k.ACFAV={title:"show fav sys",text:"show fav sys hlp"};S.k.ACSHOWFAV={title:"show fav start",text:"show fav start hlp"};S.k.ACLIMIT={title:"limit num sessn",text:"limit num sessn hlp"};
801
+ S.k.ACTIMEOUT={title:"atrium timeout",text:"atrium timeout hlp"};S.k.ACSHOWHOME={title:"show hmpg start",text:"show hmpg start hlp"};S.k.ACHOMEURL={title:"home page url",text:"home page url hlp"};S.k.ACNTITLE={title:"navi pnl title",text:"navi pnl title hlp"};S.k.ACNWIDTH={title:"navi pnl width",text:"navi pnl width hlp"};S.k.ACNTYPE={title:"navi type",text:"navi type hlp"};S.k.ACSCLICK={title:"single click nav",text:"single click nav hlp"};S.k.ACCURLIB={title:"current library",text:"current library hlp"};
802
+ S.k.ACJOBD={title:"job descr",text:"job descr hlp"};S.k.ACJOBDLIB={title:"job descr lib",text:"job descr lib hlp"};S.k.ANTEXT={title:"item name",text:"item name hlp"};S.k.ANACTNTYPE={title:"action type",text:"action type hlp"};S.k.ANACTN={title:"url",text:"url hlp"};S.k.ANGURL={title:"genie url",text:"genie url hlp"};S.k.ANWINDOW={title:"open as",text:"open as hlp"};S.k.ANONCE={title:"opens once only",text:"opens once only hlp"};S.k.ANICON={title:"icon",text:"icon hlp"};
803
+ S.k.ANPARM={title:"parameter",text:"parameter hlp"};S.k.ANKEYWORDS={title:"keywords",text:"keywords hlp"};S.dimensions={};S.f=S.e.ACTHEME=="steel"?"/profoundui/proddata/images/FlatIcons/":"/profoundui/proddata/images/icons/";S.a.init=function(){if(localStorage["pui-http-auth-invalid"]){Ext.util.Cookies.set(escape("pui-signon-"+location.href),"");pui.ma(function(){delete localStorage["pui-http-auth-invalid"];location.reload()})}else{if(sessionStorage["atrium-token"])Ext.Ajax.defaultHeaders={Authorization:"Basic "+sessionStorage["atrium-token"]};Ext.MessageBox.buttonText.ic=pui.getLanguageText("runtimeText","ok");Ext.MessageBox.buttonText.no=pui.getLanguageText("runtimeText","no");Ext.MessageBox.buttonText.yes=pui.getLanguageText("runtimeText",
804
+ "yes");Ext.MessageBox.buttonText.cancel=pui.getLanguageText("runtimeText","cancel");Ext.BLANK_IMAGE_URL="/"+S.EXT_PATH+"/resources/images/default/s.gif";Ext.SSL_SECURE_URL="/html/blank.html";Ext.QuickTips.init();Ext.Ajax.timeout=3E5;Ext.Ajax.method="POST";Ext.Ajax.extraParams={};Ext.getBody().on("contextmenu",function(c){c.stopEvent()});window.onblur=function(){Ext.menu.MenuMgr.hideAll()};Ext.isIE7&&navigator.userAgent.indexOf("Trident/4.0")!=-1&&Ext.getBody().addClass("Atrium-ie8Compat");Ext.override(Ext.form.Radio,
805
+ {setValue:function(c){typeof c=="boolean"?Ext.form.Radio.superclass.setValue.call(this,c):this.getCheckEl().select("input[name="+this.el.dom.name+"]").each(function(a){a.dom.value==c?Ext.getCmp(a.dom.id).setValue(true):Ext.getCmp(a.dom.id).setValue(false)},this);return this}});Ext.override(Ext.form.Field,{Ja:function(c){this.rendered&&this.el.up(".x-form-item",10,true).child(".x-form-item-label").update(c);this.fieldLabel=c}});S.a.md()}};
806
+ S.a.md=function(){S.a.ld();S.a.kd();S.a.cd();S.a.nd();S.a.fd();S.a.ya=new Ext.Viewport({layout:"border",items:[S.a.ga,S.a.w,S.a.sa]});S.a.d=new Ext.LoadMask(S.a.ya.getEl(),{msgCls:"x-mask-loading atrium-screenMask"});S.a.d.Sd=S.a.d.show;S.a.d.show=function(){S.a.d.Sd();var c=Ext.getBody().child("div.atrium-screenMask",true);c.previousSibling.style.zIndex=5E6;c.style.zIndex=5000001};S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();Ext.Ajax.request({url:S.b.h("PUI0003001.pgm"),
807
+ callback:function(c,a,d){S.data.i(d,function(e,f){if(e==true)S.a.Qb(false,f);else{S.a.d.hide();var g=function(){};if(f.id==="401"&&typeof S.onclose==="function")g=S.onclose;S.b.g(f,g)}})}})};
808
+ S.a.ld=function(){S.a.n=new Ext.TabPanel({hidden:true,id:"Atrium-tabPanel",enableTabScroll:true,listeners:{remove:function(){S.a.n.items.getCount()===0&&S.a.n.hide()},tabchange:function(c){if(c=c.getActiveTab()){var a=c.getEl().child("iframe.selector",true);if(a){a=a.contentWindow;try{typeof a.pui!="undefined"&&typeof a.pui.focusOnContainer=="function"&&a.pui.focusOnContainer()}catch(d){}}}if(a=Ext.getCmp("Atrium-addFavButton")){a.disable();c&&c.pa!=null&&a.enable()}}}})};
809
+ S.a.kd=function(){S.a.ga=new Ext.Panel({id:"Atrium-northPanel",region:"north",height:0,border:false})};S.a.cd=function(){S.a.sa=new Ext.Panel({id:"Atrium-centerPanel",region:"center",layout:"fit",border:false})};S.a.nd=function(){S.a.w=new Ext.TabPanel({id:"Atrium-westPanel",region:"west",split:true,margins:"0 0 0 5",border:false,collapsible:true,hidden:true})};
810
+ S.Xa=function(c){if(S.promptCloseBrowser){for(var a=document.getElementsByTagName("iframe"),d=false,e=0,f=0;f<a.length;f++){a[f].className.indexOf("selector")>=0&&e++;try{var g=a[f].contentWindow.pui;if(g!==null&&typeof g==="object"&&typeof g.isServerBusy==="function")d=true}catch(h){}}if(S.promptCloseBrowser===1&&d||S.promptCloseBrowser===2&&e>0||S.promptCloseBrowser===3){a=typeof S.closeBrowserMessage==="string"?S.closeBrowserMessage:pui.getLanguageText("runtimeMsg","close browser text AT");return c.returnValue=
811
+ a}}};S.unload=function(){S.b.mc();for(var c=S.a.n.items.getCount(),a,d=0;d<c;d++){a=S.a.n.items.itemAt(d);try{a.destroy()}catch(e){}}if(S.e.ACTIMEOUT==="1"){Ext.util.Cookies.set(escape("pui-signon-"+location.href),"");localStorage["pui-http-auth-invalid"]="1";S.a.Rb();pui.ma()}};
812
+ S.a.ab=function(){if(window.addEventListener){window.addEventListener("beforeunload",S.Xa,false);window.addEventListener("unload",S.unload,false)}else if(window.attachEvent){window.attachEvent("onbeforeunload",S.Xa);window.attachEvent("onunload",S.unload)}S.f=S.e.ACTHEME==="steel"?"/profoundui/proddata/images/FlatIcons/":"/profoundui/proddata/images/icons/";S.a.sc(S.e.ACTHEME);document.title=S.e.ACBTITLE;S.a.bd();S.a.createToolbar();S.a.Xb();S.a.Wb();S.a.Ib();S.a.vc();S.a.ya.doLayout();S.a.d.hide();
813
+ S.a.r!=null&&S.a.Ha(S.a.r.getRootNode());S.a.ge();typeof S.onload=="function"&&S.onload()};S.a.bd=function(){if(S.a.P!=null){S.a.P.ownerCt.remove(S.a.P);S.a.P.destroy();S.a.P=null}if(S.e.ACBAN=="1"){S.a.P=new Ext.Panel({id:"Atrium-banner",bodyBorder:false,border:false,hideBorders:true,collapsible:false,height:S.e.ACBANHGHT,html:'<iframe src="'+S.e.ACBANURL+'" style="width: 100%; height: '+S.e.ACBANHGHT+'px; border-style: none; overflow: hidden; margin: 0px;" scrolling="no" ></iframe>'});S.a.ga.add(S.a.P)}S.a.ga.doLayout()};
814
+ S.a.createToolbar=function(){if(S.a.toolbar!=null){S.a.toolbar.ownerCt.remove(S.a.toolbar);S.a.toolbar.destroy();S.a.toolbar=null}var c=[];c.push(new Ext.Toolbar.TextItem({text:pui.getLanguageText("runtimeText","user")+": "+S.l.AUNAME,cls:"atrium-toolbar-user"}),new Ext.Toolbar.Spacer,new Ext.Toolbar.Spacer);var a=[];S.e.ACSHOWHOME=="1"&&a.push({text:pui.getLanguageText("runtimeText","home page"),icon:S.f+"house.png",iconCls:"atrium-toolbar-home-icon",cls:"x-btn-text-icon atrium-toolbar-home-button",
815
+ handler:function(){S.a.I!=null?S.a.n.activate(S.a.I):S.a.vc()}});if(!S.CUSTOM&&(S.l.AUROLE==S.Ca||S.l.AUROLE==S.da))a.push({text:pui.getLanguageText("runtimeText","control panel"),icon:S.f+"cog_edit.png",iconCls:"atrium-toolbar-controlpanel-icon",cls:"x-btn-text-icon atrium-toolbar-controlpanel-button",handler:function(){S.a.c.ed()}});!S.CUSTOM&&S.l.AUEDIT=="1"&&a.push({text:pui.getLanguageText("runtimeText","my settings"),icon:S.f+"user_edit.png",iconCls:"atrium-toolbar-mysettings-icon",cls:"x-btn-text-icon atrium-toolbar-mysettings-button",
816
+ handler:function(){S.a.hd()}});if(!S.CUSTOM&&S.e.ACUTHEME=="1"){for(var d=[],e=0;e<S.THEMES.length;e++)d.push(new Ext.menu.CheckItem({text:S.THEMES[e][1],xa:S.THEMES[e][0],group:"theme",listeners:{checkchange:function(f,g){if(g==true&&f.xa!=S.e.ACTHEME){S.a.sc(f.xa);Ext.Ajax.request({url:S.b.h("PUI0003016.pgm"),params:{theme:f.xa},callback:function(h,j,k){S.data.i(k,function(i,l){if(i==false){if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to save theme");S.b.g(l)}else S.e.ACTHEME=
817
+ f.xa})}})}}}}));a.push({text:pui.getLanguageText("runtimeText","theme"),icon:S.f+"palette.png",iconCls:"atrium-toolbar-theme-icon",cls:"x-btn-text-icon atrium-toolbar-theme-button",menu:new Ext.menu.Menu({items:d,listeners:{beforeshow:function(f){f=f.items;for(var g,h=0;h<f.getCount();h++){g=f.itemAt(h);g.xa==S.e.ACTHEME?g.setChecked(true):g.setChecked(false)}}},defaults:{clickHideDelay:0}})})}S.e.AUROLE==S.da&&a.push({text:pui.getLanguageText("runtimeText","about atrium"),handler:S.a.Fc,icon:S.f+
818
+ "help.png",iconCls:"atrium-toolbar-help-icon",cls:"x-btn-text-icon atrium-toolbar-help-button"});a.length>0&&c.push({text:pui.getLanguageText("runtimeText","settings"),iconCls:"atrium-toolbar-settings-button",cls:"x-btn-text-icon atrium-toolbar-settings-table",items:a,menu:new Ext.menu.Menu({items:a,defaults:{clickHideDelay:0}})});c.push(new Ext.Toolbar.Fill);S.items.m.length>0&&S.e.ACFAV=="1"&&c.push(new Ext.Toolbar.Button({id:"Atrium-addFavButton",text:"&nbsp;"+pui.getLanguageText("runtimeText",
819
+ "add to favorites"),cls:"x-btn-text-icon",icon:S.f+"star.png",iconCls:"atrium-toolbar-favorites-button",handler:function(){var f=S.a.r.getRootNode(),g=S.a.n.getActiveTab();S.a.Kb(f,g.title,false,g.pa,g.icon)},disabled:true}),new Ext.Toolbar.Separator);c.push(new Ext.Toolbar.Button({id:"Atrium-exitButton",text:"&nbsp;"+pui.getLanguageText("runtimeText","exit"),cls:"x-btn-text-icon",icon:S.f+"door_out.png",iconCls:"atrium-toolbar-exit-button",handler:function(){S.a.close()}}));S.a.toolbar=new Ext.Toolbar({id:"Atrium-toolbar",
820
+ height:30,items:c});c=0;if(S.a.P!=null)c+=S.a.P.height;c+=S.a.toolbar.height;S.a.ga.add(S.a.toolbar);S.a.ga.doLayout();S.a.ga.setHeight(c)};
821
+ S.a.Xb=function(){if(S.a.o!=null){S.a.o.ownerCt.remove(S.a.o);S.a.o.destroy();S.a.o=null}if(S.items.m.length<1)S.a.w.hide();else{var c={id:"Atrium-navPanel",width:S.e.ACNWIDTH,autoScroll:true,title:S.e.ACNTITLE,tbar:new Ext.Toolbar({hidden:S.e.ACSEARCH!="1"?true:false,items:[new Ext.form.TextField({id:"atrium-nav-search",enableKeyEvents:true,minLength:S.e.ACMINSRCH,emptyText:pui.getLanguageText("runtimeText","type query press en"),listeners:{keyup:function(a,d){if(d.getKey()==d.ENTER){var e=a.getValue().trim();
822
+ if(a.isValid()&&e.length>=a.minLength){a.setValue("");a.clearInvalid();S.a.Zb(e)}}}}}),new Ext.Toolbar.Spacer,new Ext.Button({icon:S.f+"view.png",iconCls:"atrium-nav-search-button",handler:function(){var a=Ext.getCmp("atrium-nav-search"),d=a.getValue().trim();if(a.isValid()&&d.length>=a.minLength){a.setValue("");a.clearInvalid();S.a.Zb(d)}}}),new Ext.Toolbar.Spacer,new Ext.Button({icon:S.f+"refresh.png",iconCls:"atrium-nav-refresh-button",handler:function(){S.a.kc()}})]})};c.enableDD=true;if(S.e.ACNTYPE==
823
+ S.ka){c.rootVisible=false;c.root=new Ext.tree.TreeNode;c.loader=new Ext.tree.TreeLoader({dataUrl:S.b.h("PUI0003007.pgm"),nodeParameter:"parent",baseParams:{filter:""},listeners:{beforeload:function(a){if(typeof Storage!="undefined"&&sessionStorage[S.t])a.baseParams.filter=sessionStorage[S.t]},load:function(a,d,e){S.data.i(e,function(f,g){if(f)for(var h=g.nav,j=0;j<h.length;j++){h[j].ANTEXT=pui.p.decode(h[j].ANTEXT);S.a.Da(d,h[j])}else S.b.g(g)})},loadexception:function(a,d,e){S.data.i(e,function(f,
824
+ g){S.b.g(g)})}}});S.a.o=new Ext.tree.TreePanel(c)}else if(S.e.ACNTYPE==S.ca){c.layout="accordion";S.a.o=new Ext.Panel(c)}if(S.e.ACNTYPE===S.ka){S.a.o.getSelectionModel().on("selectionchange",S.a.dc);S.a.o.on("contextmenu",S.a.Vb);S.a.o.on("beforemovenode",S.a.Nb);S.a.o.on("movenode",S.a.hc)}S.a.w.add(S.a.o);S.a.w.setWidth(S.e.ACNWIDTH);S.a.w.setTitle(S.e.ACNTITLE);S.a.w.show();S.a.w.setActiveTab(S.Ec)}};
825
+ S.a.kc=function(){S.data.pb({top:"1"},function(c,a){if(c){S.items.m=a.m;S.items.toolbar=a.toolbar;S.items.u=a.u;S.a.createToolbar();S.a.Xb();S.a.Wb();S.a.Ib();S.a.ya.doLayout();S.a.r!=null&&S.a.Ha(S.a.r.getRootNode())}else{if(a.heading=="")a.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","navigation items")]);S.b.g(a)}})};
826
+ S.a.Zd=function(c){var a;if(S.e.ACNTYPE===S.ka)a=S.a.o.getNodeById(c);else S.e.ACNTYPE===S.ca&&S.a.o.items.each(function(e){if(e.getNodeById)if(e=e.getNodeById(c)){a=e;return false}});if(a){var d=a.parentNode;d&&d.reload()}};
827
+ S.a.Ib=function(){for(var c=S.items.toolbar.concat(S.items.m),a,d,e,f,g=0;g<c.length;g++){a=c[g];d=a.ANPARENT;if(d=="0"||S.CUSTOM&&d=="")e=null;else if(a.ANSECT==S.F)if(S.e.ACNTYPE==S.ka)e=S.a.o.getNodeById(d);else{if(S.e.ACNTYPE==S.ca){f=S.a.o.items.getCount();for(var h=0;h<f;h++){e=S.a.o.items.itemAt(h).getNodeById(d);if(e!=null)break}}}else if(a.ANSECT==S.la)e=Ext.menu.MenuMgr.get("menu"+d);if(e==null)if(a.ANSECT==S.F&&S.e.ACNTYPE==S.ca)S.a.Gc(a);else if(a.ANSECT==S.F&&S.e.ACNTYPE==S.ka)S.a.Da(S.a.o.getRootNode(),
828
+ a);else a.ANSECT==S.la&&S.a.Rc(a);else if(a.ANSECT==S.F)S.a.Da(e,a);else a.ANSECT==S.la&&S.a.Qc(e,a)}};
829
+ S.a.Rc=function(c){var a=S.a.toolbar.items.getCount()-2;if(Ext.getCmp("Atrium-addFavButton")!=null)a-=2;if(c.ANTYPE==S.Ba)c=new Ext.Toolbar.Spacer;else if(c.ANTYPE==S.ba)c=new Ext.Toolbar.Separator;else if(c.ANTYPE==S.Ta)c=new Ext.Toolbar.Fill;else{var d=c.ANTYPE!=S.A&&c.ANACTNTYPE!=""&&c.ANACTN!="";c=new Ext.Toolbar.Button({id:c.ANITEM,text:c.ANTEXT,menu:c.ANTYPE==S.A?new Ext.menu.Menu({id:"menu"+c.ANITEM,defaults:{hideDelay:0}}):null,icon:c.ANICON!=""?c.ANICON:null,cls:(c.ANICON!=""?"x-btn-text-icon":
830
+ null)+" atrium-toolbar-option",actionType:d==true?c.ANACTNTYPE:null,action:d==true?c.ANACTN:null,newWindow:d==true&&c.ANWINDOW=="1"?true:null,once:d==true&&c.ANONCE=="1"?true:null,parm:d==true?c.ANPARM:null,handler:d==true?S.action.doAction:Ext.emptyFn})}S.a.toolbar.insert(a,c)};
831
+ S.a.Qc=function(c,a){var d=a.ANTYPE==S.D&&a.ANACTNTYPE!=""&&a.ANACTN!="";c.add({id:a.ANITEM,text:a.ANTEXT,menu:a.ANTYPE==S.A==true?new Ext.menu.Menu({id:"menu"+a.ANITEM,defaults:{hideDelay:0}}):null,icon:a.ANICON!=""?a.ANICON:null,actionType:d==true?a.ANACTNTYPE:null,action:d==true?a.ANACTN:null,newWindow:d==true&&a.ANWINDOW=="1"?true:null,once:d==true&&a.ANONCE=="1"?true:null,parm:d==true?a.ANPARM:null,handler:d==true?S.action.doAction:Ext.emptyFn})};
832
+ S.a.Gc=function(c){c=new Ext.tree.TreePanel({layout:"fit",title:c.ANTEXT,rootVisible:false,useArrows:true,autoHeight:true,enableDD:true,root:new Ext.tree.TreeNode({id:c.ANITEM,expanded:true}),loader:new Ext.tree.TreeLoader({dataUrl:S.b.h("PUI0003007.pgm"),nodeParameter:"parent",baseParams:{filter:""},listeners:{beforeload:function(a){if(typeof Storage!="undefined"&&sessionStorage[S.t])a.baseParams.filter=sessionStorage[S.t]},load:function(a,d,e){S.data.i(e,function(f,g){if(f)for(var h=g.nav,j=0;j<
833
+ h.length;j++){h[j].ANTEXT=pui.p.decode(h[j].ANTEXT);S.a.Da(d,h[j])}else S.b.g(g)})},loadexception:function(a,d,e){S.data.i(e,function(f,g){S.b.g(g)})}}}),autoScroll:false,icon:c.ANICON!=""?c.ANICON:null,listeners:{expand:function(){S.a.o.hide();S.a.o.show();S.a.o.doLayout()}}});c.getSelectionModel().on("selectionchange",S.a.dc);c.on("contextmenu",S.a.Vb);c.on("beforemovenode",S.a.Nb);c.on("movenode",S.a.hc);S.a.o.add(c)};
834
+ S.a.Da=function(c,a){var d=false;if(a.ANTYPE==S.O&&a.ANACTNTYPE!=""&&a.ANACTN!="")d=true;for(var e=1,f=c.parentNode;f!=null;){e+=1;f=f.parentNode}e=S.testingMode==true&&d==true?c.appendChild(new Ext.tree.AsyncTreeNode({id:a.ANITEM,text:a.ANTEXT,icon:a.ANICON!=""?a.ANICON:null,cls:"Atrium-navLevel"+e+" testing-mode-folder",leaf:false,expanded:false,ec:true,draggable:false,allowDrop:true,actionType:d==true?a.ANACTNTYPE:null,action:d==true?a.ANACTN:null,newWindow:d==true&&a.ANWINDOW=="1"?true:null,once:d==
835
+ true&&a.ANONCE=="1"?true:null,parm:d==true?a.ANPARM:null,loader:new Ext.tree.TreeLoader({dataUrl:"/auto-testing/test-list",autoLoad:false,baseParams:{parentId:a.ANITEM},processResponse:function(g,h,j){typeof j=="function"&&j(this,h)},listeners:{load:function(g,h,j){g=Ext.decode(j.responseText);if(Array.isArray(g))for(j=0;j<g.length;j++){var k=g[j],i=k.status;h.appendChild(new Ext.tree.TreeNode({id:"test-"+k.id,text:k.text,leaf:true,cls:"atrium-test-status-"+i,icon:Ext.BLANK_IMAGE_URL,qtip:"Test Id: "+
836
+ k.id+"\nStatus: "+i.charAt(0).toUpperCase()+i.slice(1),status:i,oa:true,draggable:true,allowDrop:false}))}}}})})):c.appendChild(new Ext.tree.AsyncTreeNode({id:a.ANITEM,text:a.ANTEXT,icon:a.ANICON!=""?a.ANICON:null,actionType:d==true?a.ANACTNTYPE:null,action:d==true?a.ANACTN:null,newWindow:d==true&&a.ANWINDOW=="1"?true:null,once:d==true&&a.ANONCE=="1"?true:null,parm:d==true?a.ANPARM:null,cls:"Atrium-navLevel"+e,leaf:a.ANTYPE==S.O?true:false,draggable:false,allowDrop:false}));if(d&&!(S.testingMode==
837
+ true&&d==true))e.on(S.Gb||S.e.ACSCLICK=="1"?"click":"dblclick",S.action.doAction)};S.a.sc=function(c){var a=document.getElementById("Atrium-theme"),d=a.href,e="";if(c!="")e="/profoundui/userdata/atrium themes/css/xtheme-"+c+".css";if(e!=d)a.href=e};
838
+ S.a.close=function(c){function a(){function k(){Ext.getBody().update('<div id="close-browser-msg" style="width: 95%; text-align: center; font-size: 200%;"><br/>'+pui.getLanguageText("runtimeMsg",c===true?"session timed out":"close browser text")+"</div>");try{typeof S.onclose==="function"&&S.onclose();window.close()}catch(i){}}S.b.mc();if(window.removeEventListener){window.removeEventListener("beforeunload",S.Xa,false);window.removeEventListener("unload",S.unload,false)}S.a.n.destroy();if(S.e.ACTIMEOUT===
839
+ "1"){localStorage["pui-http-auth-invalid"]="1";S.a.Rb(c)}if(S.CLEAR_CREDENTIALS==true||S.e.ACTIMEOUT==="1"){Ext.util.Cookies.set(escape("pui-signon-"+location.href),"");localStorage["pui-http-auth-invalid"]&&delete localStorage["pui-http-auth-invalid"];pui.ma(k)}else k()}if(c===true)a();else{for(var d=document.getElementsByTagName("iframe"),e=false,f=0,g=0;g<d.length;g++){d[g].className.indexOf("selector")>=0&&f++;try{var h=d[g].contentWindow.pui;if(h!==null&&typeof h==="object"&&typeof h.isServerBusy===
840
+ "function"){if(h.isServerBusy())return false;e=true}}catch(j){}}if(S.promptCloseTab===1&&e||S.promptCloseTab===2&&f>0||S.promptCloseTab===3){d=typeof S.closeAllTabsMessage==="string"?S.closeAllTabsMessage:pui.getLanguageText("runtimeMsg","close all tabs");Ext.MessageBox.show({msg:d,buttons:Ext.MessageBox.YESNO,fn:function(k){k==="yes"&&a()}})}else a()}};S.a.Fc=function(){S.b.s(pui.getLanguageText("runtimeText","about atrium msg"))};
841
+ S.a.hd=function(){var c={id:S.l.AUUSER,Z:S.l.AUGROUP,mode:"Edit",title:pui.getLanguageText("runtimeText","my settings")};S.a.c.e.ua(c)};
842
+ S.a.vc=function(){if(S.a.I!=null){S.a.n.remove(S.a.I);S.a.I=null}if(S.e.ACSHOWHOME=="1"){for(var c=null,a=0;a<S.items.u.length;a++)if(S.items.u[a].ANITEM==S.e.ACHOMEURL)c=S.items.u[a];if(c!=null){a={};a.attributes={};a.attributes.actionType=c.ANACTNTYPE;a.attributes.action=c.ANACTN;a.attributes.id=c.ANITEM;a.attributes.newWindow=c.ANWINDOW;a.attributes.text=c.ANTEXT;a.attributes.once=c.ANONCE;a.attributes.parm=c.ANPARM;S.action.doAction(a)}}};
843
+ S.a.Zb=function(c){function a(k,i){var l=k.get("item");j.close();S.api.launchItem(l,null,null,i)}var d=25,e=800,f=670;if(S.a.ya.getWidth()<800){e=600;f=460;d=15}var g="";if(typeof Storage!="undefined"&&sessionStorage[S.t])g=sessionStorage[S.t];c=new Ext.data.Store({autoDestroy:true,baseParams:{query:pui.p.encode(c),lang:S.l.AULANG,filter:g},proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003030.pgm"),method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["item","text","keywords"]}),listeners:{load:function(){if(this.getCount()>
844
+ 0){h.getSelectionModel().selectFirstRow();h.body.focus()}},loadexception:function(k,i,l){S.data.i(l,function(n,m){if(m.heading=="")m.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","search results")]);S.b.g(m,function(){j.close()})})}}});var h=new Ext.grid.GridPanel({enableColumnHide:false,enableColumnMove:false,enableColumnResize:true,enableHdMenu:false,stripeRows:true,loadMask:true,columns:[{header:pui.getLanguageText("runtimeText","item"),dataIndex:"text",
845
+ renderer:function(k){return pui.p.decode(k)}},{header:pui.getLanguageText("runtimeText","keywords"),dataIndex:"keywords",renderer:function(k){return pui.p.decode(k)}}],store:c,viewConfig:{emptyText:"",autoFill:true,forceFit:true},selModel:new Ext.grid.RowSelectionModel({singleSelect:true,listeners:{selectionchange:function(){this.hasSelection()?Ext.getCmp("atrium-nav-go-button").enable():Ext.getCmp("atrium-nav-go-button").disable()}}}),tbar:new Ext.Toolbar({items:[{id:"atrium-nav-go-button",icon:S.f+
846
+ "application_go.png",text:pui.getLanguageText("runtimeText","open selected item"),disabled:true,handler:function(k,i){a(h.getSelectionModel().getSelected(),i.browserEvent)}}]}),bbar:new Ext.PagingToolbar({store:c,pageSize:d,displayInfo:true,beforePageText:pui.getLanguageText("runtimeText","page"),afterPageText:pui.getLanguageText("runtimeText","of")+" {0}",emptyMsg:pui.getLanguageText("runtimeText","no results to dsp"),displayMsg:pui.getLanguageText("runtimeText","displaying results")+" {0} - {1} "+
847
+ pui.getLanguageText("runtimeText","of")+" {2}"}),listeners:{rowdblclick:function(k,i,l){a(this.getSelectionModel().getSelected(),l)},keypress:function(k){var i=k.getKey();if((i==13||i==10)&&this.getSelectionModel().hasSelection())a(this.getSelectionModel().getSelected(),k)}}}),j=new Ext.Window({layout:"fit",title:pui.getLanguageText("runtimeText","search results"),width:e,height:f,modal:true,resizable:false,items:[h],buttons:[{text:pui.getLanguageText("runtimeText","close"),handler:function(){j.close()}}]});
848
+ j.show();h.store.load({params:{start:0,limit:d}})};
849
+ S.a.Wb=function(){function c(d,e){for(var f=0;f<e.length;f++)e[f].isLeaf()||e[f].eachChild(function(g){d.unselect(g);c(d,g.childNodes)})}if(S.a.r!=null){S.a.r.ownerCt.remove(S.a.r);S.a.r.destroy();S.a.r=null}if(S.items.m.length<1)S.a.w.hide();else if(S.e.ACFAV=="1"){var a={movenode:function(d,e,f,g){S.a.ee(g)}};a[S.Gb||S.e.ACSCLICK=="1"?"click":"dblclick"]=function(d,e){if(d.isLeaf()){S.action.doAction(d,e);e.stopEvent()}};S.a.r=S.a.w.add(new Ext.tree.TreePanel({title:pui.getLanguageText("runtimeText","favorites"),
850
+ enableDD:true,root:new Ext.tree.TreeNode({id:"0"}),autoScroll:true,rootVisible:false,tbar:new Ext.Toolbar({items:[{id:"Atrium-fav-newButton",tooltip:pui.getLanguageText("runtimeText","new folder"),icon:S.f+"folder_add.png",iconCls:"atrium-fav-add-button",handler:function(){var d=S.a.r.getSelectionModel().getSelectedNodes();d=d.length==0||d[0].isLeaf()?S.a.r.getRootNode():d[0];var e=pui.getLanguageText("runtimeText","new folder");S.a.Kb(d,e,true)}},new Ext.Toolbar.Spacer,{id:"Atrium-fav-renameButton",
851
+ tooltip:pui.getLanguageText("runtimeText","rename"),icon:S.f+"change.png",iconCls:"atrium-fav-edit-button",disabled:true,handler:function(){var d=S.a.r.getSelectionModel().getSelectedNodes();S.a.Bd(d[0])}},new Ext.Toolbar.Spacer,{id:"Atrium-fav-removeButton",tooltip:pui.getLanguageText("runtimeText","rmv from favorites"),icon:S.f+"delete_circle.png",iconCls:"atrium-fav-delete-button",disabled:true,handler:function(){var d=S.a.r.getSelectionModel().getSelectedNodes();S.a.$d(d)}}]}),selModel:new Ext.tree.MultiSelectionModel({listeners:{selectionchange:function(d,
852
+ e){var f=Ext.getCmp("Atrium-fav-newButton"),g=Ext.getCmp("Atrium-fav-renameButton"),h=Ext.getCmp("Atrium-fav-removeButton");f.disable();g.disable();h.disable();c(d,e);if(e.length==0||e.length==1)f.enable();e.length==1&&g.enable();e.length>0&&h.enable()}}}),listeners:a}));S.e.ACFAV==="1"&&S.e.ACSHOWFAV==="1"&&S.a.w.setActiveTab(S.Bc)}};
853
+ S.a.Ha=function(c,a,d){function e(g){for(var h=0;h<g.length;h++){var j=g[h];j.text=pui.p.decode(j.text);if(j.navText)j.navText=pui.p.decode(j.navText);j.children instanceof Array&&e(j.children)}}S.a.d.show();var f="";if(typeof Storage!="undefined"&&sessionStorage[S.t])f=sessionStorage[S.t];Ext.Ajax.request({url:S.b.h("PUI0003031.pgm"),method:"POST",params:{mode:"list",parent:c.id,filter:f},callback:function(g,h,j){S.data.i(j,function(k,i){if(k){e(i);if(a)c.expand(false,false,function(){c.removeAll(true);
854
+ c.appendChild(i);d()});else{c.removeAll(true);c.appendChild(i);S.a.d.hide()}}else{S.a.d.hide();S.b.g(i)}})}})};
855
+ S.a.Kb=function(c,a,d,e,f){f=f||"";S.a.d.show();Ext.Ajax.request({url:S.b.h("PUI0003031.pgm"),method:"POST",params:{mode:"add",parent:c.id,text:pui.p.encode(a),folder:d==true?"1":"0",item:d==false?e:"",icon:f},callback:function(g,h,j){S.data.i(j,function(k,i){if(k){S.a.w.activate(S.a.r);S.a.Ha(c,true,function(){if(d){var l=c.childNodes[c.childNodes.length-1];S.a.r.getSelectionModel().select(l)}S.a.d.hide()})}else{S.a.d.hide();S.b.g(i)}})}})};
856
+ S.a.$d=function(c){S.a.d.show();for(var a={mode:"remove"},d=0;d<c.length;d++)a["id"+(d+1)]=c[d].id;Ext.Ajax.request({url:S.b.h("PUI0003031.pgm"),method:"POST",params:a,callback:function(e,f,g){S.data.i(g,function(h,j){if(h){for(var k=0;k<c.length;k++)c[k].parentNode.removeChild(c[k],true);S.a.d.hide()}else{S.a.d.hide();S.b.g(j)}})}})};
857
+ S.a.ae=function(c,a,d){S.a.d.show();Ext.Ajax.request({url:S.b.h("PUI0003031.pgm"),method:"POST",params:{mode:"rename",id:c.id,text:pui.p.encode(a.trim())},callback:function(e,f,g){S.data.i(g,function(h,j){if(h){c.setText(a);S.a.d.hide()}else{S.a.d.hide();S.b.g(j,function(){c.setText(d)})}})}})};
858
+ S.a.ee=function(c){S.a.d.show();for(var a={mode:"reorder",parent:c.id},d=0;d<c.childNodes.length;d++)a["child"+(d+1)]=c.childNodes[d].id;Ext.Ajax.request({url:S.b.h("PUI0003031.pgm"),method:"POST",params:a,callback:function(e,f,g){S.data.i(g,function(h,j){if(h)S.a.d.hide();else{S.a.d.hide();S.b.g(j,function(){S.a.Ha(S.a.r.getRootNode())})}})}})};
859
+ S.a.fd=function(){var c=new Ext.form.FormPanel({bodyStyle:"padding:5px;",labelWidth:75,items:[new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText","description"),name:"description",width:275,allowBlank:false})]});S.a.fa=new Ext.Window({layout:"fit",title:pui.getLanguageText("runtimeText","edit x",[pui.getLanguageText("runtimeText","description")]),height:100,width:400,modal:true,resizable:false,closeAction:"hide",items:[c],buttons:[{text:pui.getLanguageText("runtimeText","ok"),handler:function(){if(c.getForm().isValid()){var a=
860
+ S.a.fa.node,d=a.text,e=Ext.util.Format.trim(c.getForm().findField("description").getValue());S.a.ae(a,e,d);S.a.fa.hide()}}},{text:pui.getLanguageText("runtimeText","cancel"),handler:function(){S.a.fa.hide()}}],listeners:{beforeshow:function(){c.getForm().findField("description").setValue(S.a.fa.node.text)},show:function(){setTimeout(function(){c.getForm().findField("description").getEl().dom.select()},100)}}})};S.a.Bd=function(c){S.a.fa.node=c;S.a.fa.show()};
861
+ S.a.ge=function(){if(S.e.ACTIMEOUT==="1"){if(!S.a.J){S.a.J=setTimeout(S.a.timeout,S.TIMEOUT*1E3);S.a.Ea(window,true)}}else if(S.a.J){clearTimeout(S.a.J);delete S.a.J;S.a.Ea(window,false)}};S.a.Ea=function(c,a){for(var d=["keydown","mousemove","click","touchstart","touchmove"],e=0;e<d.length;e++){var f=d[e];c.document.body.removeEventListener(f,S.a.wb);a===true&&c.document.body.addEventListener(f,S.a.wb)}};S.a.wb=function(){if(S.a.J){clearTimeout(S.a.J);S.a.J=setTimeout(S.a.timeout,S.TIMEOUT*1E3)}};
862
+ S.a.timeout=function(){if(S.a.J){clearTimeout(S.a.J);delete S.a.J;S.a.Ea(window,false)}S.a.close(true)};S.a.db=[];S.a.Rb=function(c){for(;S.a.db.length>0;){var a=S.a.db.pop();try{if(c===true&&a.pui&&typeof a.pui.doSessionTimeout==="function")a.pui.doSessionTimeout();else{if(a.pui){a.pui.confirmOnClose=false;a.pui.shutdownOnClose=true}a.close()}}catch(d){console.error(d)}}};
863
+ S.a.Qb=function(c,a){Ext.Ajax.request({url:S.b.h("PUI0003037.pgm"),params:{id:a.AUPROF,setAsRegistered:c},callback:function(d,e,f){S.data.i(f,function(g,h){var j;if(g)if(h.mfaenabled){var k=h.mfauser.registered;if(c)return k?true:false;j=h.mfauser.qrcodeuri;var i=h.mfauser.secret;if(!k){pui.setCookie("authMFA","false",null,"/",null,null,"Strict");S.a.d.hide();S.a.wc(j,i,k,a,"")}j=pui.getCookie("authMFA");if(k&&j=="false"){S.a.d.hide();S.a.tc(i,k,a,"");return true}j=pui.getCookie("authMFA");if(k&&
864
+ j=="true"){clearInterval($);S.a.ob(a);return true}}else{S.a.ob(a);return true}else{pui.setCookie("authMFA","false",null,"/",null,null,"Strict");S.a.d.hide();S.b.g(h);return false}})}})};var $=0;
865
+ S.a.wc=function(c,a,d,e,f){f=S.a.Ga("MFAreg",e.AUPROF,f);var g=S.a.Ga("MFARegHelp",e.AUPROF,""),h=new Ext.Window({title:"<h3>Two-Factor Authentication</h3>",html:f,width:pui.flatlook?310:350,height:pui.flatlook?355:405,resizable:false,modal:true,bodyStyle:{"padding-top":"00px","padding-left":"00px","white-space":"normal","text-align":"left"},buttonAlign:"center",buttons:[{text:"OK",id:"OKBtn",handler:function(){S.a.Pb("reg",c,a,d,e,h)}},{text:"Cancel",handler:function(){pui.setCookie("authMFA","false",
866
+ null,"/",null,null,"Strict");h.close();S.b.g("MFA Registration Canceled.");return false}},{text:"<div><img id='mfa.ui.helpBtn' src="+S.f+"help.png></div>",width:"20px",handler:function(){(new Ext.Window({title:"Mobile Authenticator Help",html:g,width:pui.flatlook?555:605,height:pui.flatlook?200:250,resizable:false,layout:"fit",modal:true})).show()}}],listeners:{afterrender:function(){document.getElementById("i1").focus();document.getElementById("i1").select();QRCode(document.getElementById("qrcode"),
867
+ {text:c,width:100,height:100,He:"#000000",Ie:"#ffffff",Ke:QRCode.CorrectLevel.H});addEventListener("keydown",function(k){keyEvent=k;if(k.key!==undefined)if(k.key==="Enter"){k.preventDefault();document.getElementById("OKBtn").click()}});codes=document.getElementsByClassName("atrium-ui-mfa-code");for(var j=0;j<codes.length;j++){codeId=codes[j].id;codes[j].addEventListener("keyup",function(k){S.a.Mb(k)})}S.a.yc()}}});h.show()};
868
+ S.a.tc=function(c,a,d,e){pui.setCookie("authMFA","false",null,"/",null,null,"Strict");e=S.a.Ga("MFAauth",d.AUPROF,e);var f=S.a.Ga("MFAAuthHelp",d.AUPROF,""),g=new Ext.Window({title:"<h3>Two-Factor Authentication</h3>",html:e,width:pui.flatlook?220:270,height:pui.flatlook?210:260,resizable:false,modal:true,bodyStyle:{"padding-top":"20px","padding-left":"20px","white-space":"normal","text-align":"left"},buttonAlign:"center",buttons:[{text:"OK",id:"OKBtn",handler:function(){S.a.Pb("auth","",c,a,d,g)}},
869
+ {text:"Cancel",handler:function(){pui.setCookie("authMFA","false",null,"/",null,null,"Strict");g.close();S.b.g("MFA Authorization Canceled.");return false}},{text:"<div><img id='mfa.ui.helpBtn' src="+S.f+"help.png></div>",width:"20px",handler:function(){(new Ext.Window({width:pui.flatlook?380:425,height:pui.flatlook?100:150,resizable:false,html:f,layout:"fit",title:"Mobile Authenticator Help",modal:true})).show()}}],listeners:{afterrender:function(){document.getElementById("i1").focus();document.getElementById("i1").select();
870
+ addEventListener("keydown",function(j){keyEvent=j;document.getElementById("userToken").focus();if(j.key!==undefined)if(j.key==="Enter"){j.preventDefault();document.getElementById("OKBtn").click()}});codes=document.getElementsByClassName("atrium-ui-mfa-code");for(var h=0;h<codes.length;h++){codeId=codes[h].id;codes[h].addEventListener("keyup",function(j){S.a.Mb(j)})}S.a.yc()}}});g.show()};
871
+ S.a.yc=function(){$=setInterval(function(){document.getElementById("time").innerHTML="Time remaining: "+(30-Math.round(new Date/1E3)%30)},1E3)};S.a.Pb=function(c,a,d,e,f,g){var h=S.a.kb(),j=S.a.Gd(S.b.Yb(d));if(h==j){pui.setCookie("authMFA","true",null,"/",null,null,"Strict");e==false&&S.a.Qb(true,f);g.close();clearInterval($);S.a.ob(f)}else if(c=="reg"){g.close();S.a.wc(a,d,e,f,"Invalid Code.")}else if(c=="auth"){g.close();S.a.tc(d,e,f,"Invalid Code.")}};
872
+ S.a.Gd=function(c){var a=Math.floor(Date.now()/1E3).toString();return S.b.Za(c,0,30,a,6,S.b.Ya,64)};
873
+ S.a.Mb=function(c){function a(h,j){for(var k=h.split(""),i=0;i<k.length&&i<j.length;i++)document.getElementById(j[i].id).value=k[i];document.getElementById("OKBtn").focus()}var d;if(c.key!="Backspace")if(c.key!="Delete")if(c.key!="Shift")for(var e=c.currentTarget.id,f=document.getElementsByClassName("atrium-ui-mfa-code"),g=0;g<f.length;g++)if(f[g].id==e){d=document.getElementById(f[g].id).value;if(d.length>1){a(d,f);d=S.a.kb();if(d.length==6){c.preventDefault();document.getElementById("OKBtn").click()}}else if(g==
874
+ f.length-1){document.getElementById(e).value="";document.getElementById(f[0].id).focus()}else{if(c.key=="Tab")return;if(g==f.length-2){d=S.a.kb();if(d.length==6){c.preventDefault();document.getElementById("OKBtn").click()}else{document.getElementById(f[0].id).focus();document.getElementById(f[0].id).select()}}else{document.getElementById(f[g+1].id).focus();document.getElementById(f[g+1].id).select()}}}};
875
+ S.a.kb=function(){for(var c="",a=document.getElementsByClassName("atrium-ui-mfa-code"),d=0;d<a.length-1;d++)c+=document.getElementById(a[d].id).value.trim();return c};
876
+ S.a.ob=function(c){for(var a in S.l)if(typeof c[a]!="undefined"){S.l[a]=c[a];if(a=="AUNAME")S.l[a]=pui.p.decode(S.l[a])}S.data.loadData({e:{id:S.l.AUUSER},m:{top:"1"}},function(d,e){if(d==true){var f=S.b.hb(),g=e.e.ACLIMIT;if(g>0&&f.sessions>=g)S.b.g(pui.getLanguageText("runtimeMsg","num sessions exceeded"));else{S.b.Oc();S.e=e.e;S.items.m=e.items.m;S.items.toolbar=e.items.toolbar;S.items.u=e.items.u;S.a.ab()}}else{if(e.heading=="")e.heading=pui.getLanguageText("runtimeMsg","unable to load portal");
877
+ S.a.d.hide();S.b.g(e)}})};
878
+ S.a.Ga=function(c,a,d){var e="";switch(c){case "MFAreg":e="<div class='atrium-ui-heading'>1. Scan QR code with your authenticator app</div>";e+="<div class='atrium-ui-qrcode' id='qrcode'></div>";e+="<div class='atrium-ui-acct'>Account Name: ProfoundUI Atrium: "+a+"</div>";e+="<div class='atrium-ui-heading'>2. Enter the 6 digit code here</div>";e+="<div id='userToken' class='atrium-ui-mfa-input'>";e+="<input id='i1' class='atrium-ui-mfa-code' type='text' maxlength='6' size='6'>&nbsp;";e+="<input id='i2' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";
879
+ e+="<input id='i3' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i4' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i5' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i6' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i7' class='atrium-ui-mfa-code atrium-ui-hidden'>";e+="</div>";e+="<div id='time' class='atrium-ui-time'>&nbsp;</div>";e+="<div id='errorMsg' class='atrium-ui-error' type='text'>"+
880
+ d+"</div>";break;case "MFAauth":e="<div class='atrium-ui-heading'> Enter the 6 digit code here</div>";e+="<div id='userToken' class='atrium-ui-mfa-input atrium-ui-mfa-auth'>";e+="<input id='i1' class='atrium-ui-mfa-code' type='text' maxlength='6' size='6'>&nbsp;";e+="<input id='i2' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i3' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i4' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";
881
+ e+="<input id='i5' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i6' class='atrium-ui-mfa-code' type='text' maxlength='1' size='1'>&nbsp;";e+="<input id='i7' class='atrium-ui-mfa-code atrium-ui-hidden'>";e+="</div>";e+="<div id='time' class='atrium-ui-time atrium-ui-time-auth'>&nbsp;</div>";e+="<div class='atrium-ui-acct atrium-ui-acct-auth'>Account Name: ProfoundUI Atrium: "+a+"</div>";e+="<div id='errorMsg' class='atrium-ui-error' type='text' value=''>"+d+
882
+ "</div>";break;case "MFARegHelp":e="<div class='help-wdw-hdr-sm'>Help text:</div>";e+="<div class='help-wdw-hdr'><b>Mobile authenticator app</b></div>";e+="<ol type='0' class='help-wdw-text'>";e+="<li>1. Download any <b>mobile authenticator app</b> on your phone from Google Play<br>&nbsp;&nbsp;&nbsp; or App store, or open an authenticator app that you already have on your phone.</li>";e+="<li>2. Scan the QR code on the screen with your authenticator app to register<br>&nbsp;&nbsp;&nbsp; your account with the app.</li>";
883
+ e+="<li>3. Enter the six-digit code shown on the authenticator app.</li>";break;case "MFAAuthHelp":e="<div class='help-wdw-hdr-sm'>Help text:</div>";e+="<div class='help-wdw-hdr'><b>Mobile authenticator app</b></div>";e+="<ol type='0' class='help-wdw-text'>";e+="<li>Enter the six-digit code shown on the authenticator app.</li>";break}return e};
884
+ S.a.bb=function(){var c;if(S.e.ACNTYPE===S.ka)c=S.a.o.getSelectionModel().getSelectedNode();else S.e.ACNTYPE===S.ca&&S.a.o.items.each(function(f){if(f=f.getSelectionModel().getSelectedNode()){c=f;return false}});if(c){if(c.attributes.oa)c=c.parentNode;var a=new Ext.FormPanel({labelWidth:100,frame:false,bodyStyle:{padding:"10px"},items:[{xtype:"displayfield",fieldLabel:"Menu Item",value:c.text,name:"menuItem",width:250},{xtype:"textfield",fieldLabel:"Test Description",name:"testDescription",allowBlank:false,
885
+ width:250}]}),d=new Ext.Window({title:"New Test",width:400,height:145,layout:"fit",shadow:false,modal:true,resizable:false,items:[a],buttons:[{text:"Create",handler:function(){if(a.getForm().isValid()){var f=a.getForm().findField("testDescription").getValue(),g=c.id;S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();Ext.Ajax.request({url:"/auto-testing/create-test",method:"POST",jsonData:{itemId:g,description:f},success:function(h){var j=Ext.decode(h.responseText).testId;if(j)c.reload(function(){c.expand();
886
+ setTimeout(function(){var k=c.findChild("id","test-"+j);k?k.select():console.warn("Newly created test item not found in tree.");S.a.d.hide()})});else{Ext.MessageBox.alert("Error","Failed to create test. No test ID was returned.");S.a.d.hide()}},failure:function(h){var j;try{(j=JSON.parse(h.responseText).error)||(j="Uknown error")}catch(k){j="Uknown error"}S.a.d.hide();Ext.MessageBox.alert("Error","Failed to create test. "+j+".")}});d.close()}}},{text:"Cancel",handler:function(){d.close()}}],listeners:{show:function(){a.getForm().findField("testDescription").focus(false,
887
+ 100)},afterrender:function(){a.getForm().getEl().on("keydown",function(f){f.getKey()===f.ENTER&&d.buttons[0].handler()})}}}),e=Ext.getCmp("Atrium-nav-new-test-button");d.show();e?d.alignTo(e.getEl(),"tl-bl?",[0,10]):d.center()}else Ext.Msg.alert("Error","No item selected.")};
888
+ S.a.cc=function(c){c.select();var a=[{text:"New Test...",icon:"/profoundui/proddata/images/FlatIcons/16x16/add.png",handler:S.a.bb},{text:"Work with Test",icon:"/profoundui/proddata/images/FlatIcons/view.png",handler:function(){var e=c.attributes.id.replace("test-","");S.action.L("/auto-testing/work-with-test?testid="+e,false,"Work with Test ("+c.attributes.text+")",null,false,true)}},{text:"Rename...",icon:"/profoundui/proddata/images/FlatIcons/change.png",handler:function(){S.a.de(c)}},{text:"Delete...",
889
+ icon:"/profoundui/proddata/images/FlatIcons/delete_circle.png",handler:function(){S.a.xd(c)}}];if(c.attributes.status==="recorded"||c.attributes.status==="validated")a.splice(1,0,{text:(c.attributes.status==="validated"?"Revalidate":"Validate")+(S.recordEnv?"":"..."),icon:"/profoundui/proddata/images/FlatIcons/launch.png",handler:function(){var e=c.id.replace("test-",""),f=S.recordEnv;f?S.action.L("/auto-testing/work-with-test?testid="+e+"&action=validate&env="+f,false,"Validating Test ("+c.text+
890
+ ")",null,false,true):S.a.uc(function(g){f=g.get("envname");S.action.L("/auto-testing/work-with-test?testid="+e+"&action=validate&env="+f,false,"Validating Test ("+c.text+")",null,false,true)})}});c.attributes.status==="new"&&a.splice(1,0,{text:"Record",icon:"/profoundui/proddata/images/FlatIcons/record.png",handler:function(e,f){var g={attributes:{tf:true}};Object.assign(g.attributes,c.parentNode.attributes);g.attributes.vb={macro:"puilauncher",testid:c.attributes.id.replace("test-",""),puilib:S.profounduiLibrary,
891
+ record:"1",autotest:"1"};S.action.doAction(g,f)}});if(c.attributes.status==="validated"){a.splice(1,0,{text:"Run Test...",icon:"/profoundui/proddata/images/FlatIcons/16x16/launch-session.png",handler:function(){S.a.uc(function(e){var f=c.id.replace("test-","");e=e.get("envname");S.action.L("/auto-testing/work-with-test?testid="+f+"&action=run&env="+e,false,"Work with Run ("+c.text+")",null,false,true)})}});if(S.DEV&&S.pjsLoggingEnv){a.splice(2,0,{text:"Execution Diffs...",icon:"/profoundui/proddata/images/FlatIcons/configuration.png",
892
+ handler:function(){S.a.he(c)}});var d=["Improve Performance","Fix Bug"];d.length>0&&a.splice(3,0,{text:"AI Tasks",icon:"/profoundui/proddata/images/FlatIcons/16x16/ai.png",menu:new Ext.menu.Menu({items:d.map(function(e){return{text:e,icon:"/profoundui/proddata/images/FlatIcons/16x16/ai.png",handler:function(){alert("AI Task: "+e)}}})})})}}c.attributes.status!=="new"&&a.splice(1,0,{text:"Work with Run...",icon:"/profoundui/proddata/images/FlatIcons/video-demos.png",handler:function(){S.a.yb(c)}});
893
+ c.attributes.status==="disabled"?a.push({text:"Enable",icon:"/profoundui/proddata/images/FlatIcons/enable.png",handler:function(){S.a.Ed(c)}}):a.push({text:"Disable",icon:"/profoundui/proddata/images/FlatIcons/disable.png",handler:function(){S.a.zd(c)}});return new Ext.menu.Menu({items:a})};
894
+ S.a.xd=function(c){Ext.Msg.confirm('Delete "'+c.attributes.text+'"',"Are you sure you want to delete this test?",function(a){if(a==="yes"){S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();Ext.Ajax.request({url:"/auto-testing/delete-test",method:"POST",jsonData:{id:c.id.replace("test-","")},success:function(d){Ext.decode(d.responseText).success?c.remove():Ext.Msg.alert("Error","Failed to delete test.");S.a.d.hide()},failure:function(){S.a.d.hide();Ext.Msg.alert("Error","Failed to delete test.")}})}})};
895
+ S.a.de=function(c){Ext.Msg.prompt("Rename Test","Enter new test name:",function(a,d){if(a==="ok"&&d){S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();Ext.Ajax.request({url:"/auto-testing/rename-test",method:"POST",jsonData:{id:c.id.replace("test-",""),text:d},success:function(e){Ext.decode(e.responseText).success?c.setText(d):Ext.Msg.alert("Error","Failed to rename test.");S.a.d.hide()},failure:function(){S.a.d.hide();Ext.Msg.alert("Error","Failed to rename test.")}})}},this,
896
+ false,c.attributes.text)};S.a.Ed=function(c){S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();Ext.Ajax.request({url:"/auto-testing/enable-test",method:"POST",jsonData:{id:c.id.replace("test-","")},success:function(a){Ext.decode(a.responseText).success?c.parentNode.reload():Ext.Msg.alert("Error","Failed to enable test.");S.a.d.hide()},failure:function(){S.a.d.hide();Ext.Msg.alert("Error","Failed to enable test.")}})};
897
+ S.a.zd=function(c){S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();Ext.Ajax.request({url:"/auto-testing/disable-test",method:"POST",jsonData:{id:c.id.replace("test-","")},success:function(a){Ext.decode(a.responseText).success?c.parentNode.reload():Ext.Msg.alert("Error","Failed to disable test.");S.a.d.hide()},failure:function(){S.a.d.hide();Ext.Msg.alert("Error","Failed to disable test.")}})};
898
+ S.a.dc=function(c,a){var d=S.a.o.getTopToolbar();d.items.each(function(f){f.na&&d.remove(f)});if(S.testingMode==true&&a)if(a.attributes.ec){d.add(new Ext.Toolbar.Spacer({na:true}));d.add(new Ext.Toolbar.Spacer({na:true}));d.add({id:"Atrium-nav-new-test-button",text:"New Test...",icon:"/profoundui/proddata/images/FlatIcons/16x16/add.png",iconCls:"atrium-nav-new-test-button",handler:S.a.bb,na:true})}else if(a.attributes.oa){d.add(new Ext.Toolbar.Spacer({na:true}));d.add(new Ext.Toolbar.Spacer({na:true}));
899
+ var e=S.a.cc(a);d.add({text:"Actions",icon:"/profoundui/proddata/images/FlatIcons/chart_organisation.png",menu:e,na:true})}d.doLayout()};S.a.Vb=function(c,a){if(c&&c.attributes.oa){a.stopEvent();S.a.cc(c).showAt(a.getXY())}else if(c&&c.attributes.ec){a.stopEvent();c.select();(new Ext.menu.Menu({items:[{text:"New Test...",icon:"/profoundui/proddata/images/FlatIcons/16x16/add.png",handler:S.a.bb},{text:"Refresh",icon:"/profoundui/proddata/images/FlatIcons/refresh.png",handler:function(){c.reload()}}]})).showAt(a.getXY())}};
900
+ S.a.Nb=function(c,a,d,e){if(!a.attributes.oa)return false;if(d!==e)return false;return true};S.a.hc=function(c,a,d,e){if(d===e&&a.attributes.oa){var f=[];e.eachChild(function(g){g.attributes.oa&&f.push(g.id.replace("test-",""))});S.a.d.msg="Reordering tests...";S.a.d.show();Ext.Ajax.request({url:"/auto-testing/reorder-tests",method:"POST",jsonData:{Z:e.id.replace("folder-",""),sf:f},success:function(){S.a.d.hide()},failure:function(){S.a.d.hide();Ext.Msg.alert("Error","Failed to reorder tests.")}})}};
901
+ S.a.uc=function(c){var a=new Ext.data.JsonStore({url:"/auto-testing/env-list",root:"data",idProperty:"id",fields:[{name:"id",type:"string"},{name:"envname",type:"string"},{name:"envdesc",type:"string"},{name:"jobdesc",type:"string"},{name:"pjsprotol",type:"string"},{name:"pjshost",type:"string"},{name:"pjsport",type:"string"}],autoLoad:true}),d=new Ext.grid.GridPanel({store:a,columns:[{header:"Environment ID",dataIndex:"id",width:120,sortable:true},{header:"Environment Name",dataIndex:"envname",width:150,
902
+ sortable:true},{header:"Description",dataIndex:"envdesc",width:200,sortable:true},{header:"Job Description",dataIndex:"jobdesc",width:150,sortable:true},{header:"Server URL",dataIndex:"pjsprotol",width:200,renderer:function(f,g,h){f=h.get("pjsprotol");g=h.get("pjshost");h=h.get("pjsport");return f+"://"+g+":"+h},sortable:true}],stripeRows:true,loadMask:true,autoScroll:true,listeners:{rowdblclick:function(f,g){var h=f.getStore().getAt(g);e.close();c(h)}}}),e=new Ext.Window({title:"Select an Environment",
903
+ layout:"fit",width:800,height:400,modal:true,items:[d],buttons:[{text:"Select",handler:function(){var f=d.getSelectionModel().getSelected();if(f){e.close();c(f)}else Ext.Msg.alert("No Selection","Please select an environment.")}},{text:"Close",handler:function(){e.close()}}]});e.show()};
904
+ S.a.yb=function(c,a,d){function e(k){k=k.get("arid");var i=c.attributes.text;typeof d==="function"?d(k):S.action.L("/auto-testing/work-with-test?runid="+k,false,"Work with Run ("+i+")",null,false,true);j.close()}var f=c.id.replace("test-",""),g=new Ext.data.JsonStore({url:"/auto-testing/run-list",root:"data",totalProperty:"total",idProperty:"arid",remoteSort:true,fields:[{name:"arid",type:"string"},{name:"armode",type:"string"},{name:"araction",type:"string"},{name:"arenv",type:"string"},{name:"arstart",
905
+ type:"date",convert:function(k){if(k)return S.b.Ud(k);return null}},{name:"aruser",type:"string"},{name:"arstatus",type:"string"}],sortInfo:{field:"arstart",direction:"DESC"}});g.baseParams={testId:f};if(a)g.baseParams.env=a;var h=new Ext.grid.GridPanel({store:g,columns:[{header:"Run ID",dataIndex:"arid",width:150,sortable:true},{header:"Mode",dataIndex:"armode",width:80,sortable:true},{header:"Action",dataIndex:"araction",width:80,sortable:true},{header:"Environment",dataIndex:"arenv",width:100,
906
+ sortable:true},{header:"Date/Time",dataIndex:"arstart",width:150,renderer:Ext.util.Format.dateRenderer("Y-m-d H:i:s"),sortable:true},{header:"User",dataIndex:"aruser",width:100,sortable:true},{header:"Status",dataIndex:"arstatus",width:150,sortable:true}],stripeRows:true,loadMask:true,bbar:new Ext.PagingToolbar({pageSize:25,store:g,displayInfo:true,displayMsg:"Displaying runs {0} - {1} of {2}",emptyMsg:"No runs to display"}),listeners:{rowdblclick:function(k,i){var l=k.getStore().getAt(i);e(l)}}}),
907
+ j=new Ext.Window({title:'Select a Test Run for "'+c.attributes.text+'"',layout:"fit",width:800,height:400,items:[h],modal:true,buttons:[{text:"Delete Run...",handler:function(){var k=h.getSelectionModel().getSelected();k?Ext.Msg.confirm("Confirm Delete","Are you sure you want to delete this run?",function(i){if(i==="yes"){S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();Ext.Ajax.request({url:"/auto-testing/delete-run",method:"POST",params:{id:k.get("arid")},success:function(l){S.a.d.hide();
908
+ try{var n=Ext.decode(l.responseText);n.success?g.reload():Ext.Msg.alert("Error",n.error||"Failed to delete the run.")}catch(m){Ext.Msg.alert("Error","Invalid server response.")}},failure:function(){S.a.d.hide();Ext.Msg.alert("Error","Server error occurred.")}})}}):Ext.Msg.alert("No Selection","Please select a run to delete.")},style:"background-color: #e64d3e; border-color: darkred; padding-left: 10px; padding-right: 10px;"},{xtype:"tbspacer",width:10},{text:"Select",handler:function(){var k=h.getSelectionModel().getSelected();
909
+ k?e(k):Ext.Msg.alert("No Selection","Please select a run to proceed.")}},{text:"Close",handler:function(){j.close()}}]});j.show();g.load({params:{start:0,df:25}})};
910
+ S.a.he=function(c){var a="Execution Diffs - "+c.text,d="",e="",f=new Ext.data.ArrayStore({fields:["program"],data:[["MYPGM1"],["MYPGM2"],["MYPGM3"],["MYPGM4"]]}),g=new Ext.grid.CheckboxSelectionModel({width:28,checkOnly:false}),h=new Ext.grid.GridPanel({id:"programGrid",store:f,sm:g,columns:[g,{header:"Select Program(s)",dataIndex:"program",width:385}],forceFit:true,height:120,border:true});function j(){var o=Ext.getCmp("exDiffViewerBtn"),p=Ext.getCmp("codeCoverageViewerBtn"),r=h.getSelectionModel().getSelections().length>
911
+ 0;d&&e&&r?o.enable():o.disable();e&&r?p.enable():p.disable()}var k=new Ext.Panel({border:true,style:"margin-top:10px; padding:5px; border:1px solid #ccc; background-color:#fafafa;",hidden:true,height:100,autoScroll:true,html:"<div style='font-size:12px; color:#333; line-height:1.4;' id='exeDiffs-runStatus'></div>"});function i(o){Ext.getCmp("programGrid").setDisabled(o);Ext.getCmp("rpgCreateBtn").setDisabled(o);Ext.getCmp("rpgSelectBtn").setDisabled(o);Ext.getCmp("pjsCreateBtn").setDisabled(o);Ext.getCmp("pjsSelectBtn").setDisabled(o);
912
+ Ext.getCmp("exDiffViewerBtn").setDisabled(o);Ext.getCmp("codeCoverageViewerBtn").setDisabled(o)}function l(o,p,r){var q=Ext.get("exeDiffs-runStatus");function u(x){x=q.dom.innerHTML+Ext.util.Format.htmlEncode(x)+"<br/>";q.update(x);k.body.dom.scrollTop=k.body.dom.scrollHeight}switch(p.type){case "initRun":u("Initializing test run in "+p.data.Se+" environment...");break;case "runStarted":u("Run started. Run ID: "+p.data.pc);if(r){d=p.data.pc;Ext.getCmp("rpgRunField").setValue(d)}else{e=p.data.pc;Ext.getCmp("pjsRunField").setValue(e)}break;
913
+ case "stepStarted":u("Step "+p.data.fe+" started...");break;case "stepCompleted":u("Step "+p.data.fe+" completed. UI OK? "+p.data.vf+", Data OK? "+p.data.Ne);break;case "runEnded":u("Run ended. Status: "+p.data.status);i(false);j();o.close();break;case "runError":u("Error: "+(p.data&&p.data.error?p.data.error:"Unknown error"));i(false);o.close();break;case "log":u(p.data);break;default:u("Received: "+p.type);break}}function n(o){if(h.getSelectionModel().getSelections().length<1)Ext.Msg.alert("Create New Run",
914
+ "Please select the program(s) you want to collect executions logs for.");else{k.show();Ext.getCmp("exeDiffsWindow").items.first().doLayout();i(true);var p=o?S.rpgLoggingEnv:S.pjsLoggingEnv;if(p){var r=c.id.replace("test-",""),q=window.location;p=(q.protocol==="https:"?"wss://":"ws://")+q.host+("/auto-testing/run?test="+encodeURIComponent(r)+"&action=logrun&env="+encodeURIComponent(p)+"&atrium-token="+encodeURIComponent(sessionStorage["atrium-token"]||""));var u;try{u=new WebSocket(p)}catch(x){Ext.Msg.alert("Error",
915
+ "Unable to create WebSocket: "+x.message);i(false);return}u.onopen=function(){Ext.get("exeDiffs-runStatus").update("Starting new test run...<br/>");u.send(JSON.stringify({action:"start"}))};u.onmessage=function(z){z=JSON.parse(z.data);l(u,z,o)};u.onclose=function(){};u.onerror=function(z){z=z.message||"WebSocket error occurred.";Ext.get("exeDiffs-runStatus").update(Ext.get("exeDiffs-runStatus").dom.innerHTML+"<br/><span style='color:red'>"+Ext.util.Format.htmlEncode(z)+"</span>");i(false)}}else{Ext.Msg.alert("Error",
916
+ "No logging environment is defined for "+(o?"RPG":"Profound.js")+".");i(false)}}}g=new Ext.form.TextField({id:"rpgRunField",readOnly:true,flex:1,style:"border: 1px solid #aaa; height: 22px;"});f=new Ext.form.TextField({id:"pjsRunField",readOnly:true,flex:1,style:"border: 1px solid #aaa; height: 22px;"});g=new Ext.Panel({layout:"hbox",border:false,items:[{xtype:"label",text:"RPG OA Run:",width:90,style:"line-height:22px;"},g,{xtype:"button",id:"rpgCreateBtn",icon:S.f+"add.png",tooltip:"Create New Run",
917
+ margins:"0 0 0 5",style:"background-color: transparent;",handler:function(){n(true)}},{xtype:"button",id:"rpgSelectBtn",icon:S.f+"view.png",tooltip:"Select Existing Run...",margins:"0 0 0 5",style:"background-color: transparent;",handler:function(){S.a.yb(c,S.rpgLoggingEnv,function(o){d=o;Ext.getCmp("rpgRunField").setValue(d);j()})}}]});f=new Ext.Panel({layout:"hbox",border:false,items:[{xtype:"label",text:"Profound.js Run:",width:90,style:"line-height: 22px;"},f,{xtype:"button",id:"pjsCreateBtn",
918
+ icon:S.f+"add.png",tooltip:"Create New Run",margins:"0 0 0 5",style:"background-color: transparent;",handler:function(){n(false)}},{xtype:"button",id:"pjsSelectBtn",icon:S.f+"view.png",tooltip:"Select Existing Run...",margins:"0 0 0 5",style:"background-color: transparent;",handler:function(){S.a.yb(c,S.pjsLoggingEnv,function(o){e=o;Ext.getCmp("pjsRunField").setValue(e);j()})}}]});f=new Ext.Panel({layout:{type:"vbox",align:"stretch"},border:false,bodyStyle:"padding:10px",items:[h,{xtype:"spacer",
919
+ height:10},g,{xtype:"spacer",height:5},f,k]});var m=new Ext.Window({id:"exeDiffsWindow",title:a,layout:"fit",width:450,height:400,modal:true,items:[f],buttons:[{id:"exDiffViewerBtn",text:"Diff Viewer...",disabled:true,handler:function(){Ext.Msg.alert("Info","Launching Execution Diff Viewer.<br/><br/>RPG OA Run Id: "+d+"<br/>PJS Run Id: "+e)}},{id:"codeCoverageViewerBtn",text:"Code Coverage...",disabled:true,handler:function(){Ext.Msg.alert("Info","Launching Code Coverage Viewer.<br/><br/>PJS Run Id: "+
920
+ e)}},{text:"Close",handler:function(){m.close()}}],listeners:{show:j}});h.getSelectionModel().on("selectionchange",j);m.show()};Ext.onReady(S.a.init);S.a.c.ed=function(){var c=null,a=[];a.push(S.a.c.groups.gd());if(S.l.AUROLE==S.da){c=S.a.c.m.jd();a.push(c);a.push(S.a.c.j.create())}S.a.c.v=new Ext.Window({title:pui.getLanguageText("runtimeText","control panel"),maximized:true,resizable:false,modal:true,Y:false,layout:"fit",items:[new Ext.TabPanel({items:a,listeners:{tabchange:function(d,e){if(S.a.c.wa===true&&e==c){Ext.getCmp("Atrium-cp-navitemMacro").getStore().reload();try{S.a.c.wa=false;delete S.a.c.wa}catch(f){}}}}})],buttons:[{text:pui.getLanguageText("runtimeText",
921
+ "close"),handler:function(){S.a.c.v.close();S.a.c.v.destroy();S.a.c.v=null}}],listeners:{show:function(){S.a.c.v.items.itemAt(0).items.itemAt(0).show()},close:function(){if(S.a.c.v.Y==true){S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();S.data.pb({top:"1"},function(d,e){S.a.d.hide();if(d==false){if(e.heading=="")e.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","navigation items")]);S.b.g(e)}else{S.items.m=e.m;S.items.toolbar=
922
+ e.toolbar;S.items.u=e.u;S.a.ab()}})}}}});S.a.c.v.show()};S.a.c.e.defaults={};S.a.c.e.defaults.Hd=100;S.a.c.e.defaults.Id=75;S.a.c.e.defaults.te=110;S.a.c.e.defaults.ue=50;S.a.c.e.defaults.Nd=70;S.a.c.e.defaults.Tc=95;S.a.c.e.defaults.Uc=165;S.a.c.e.defaults.Od=170;S.a.c.e.defaults.$c=475;
923
+ S.a.c.e.ua=function(c){var a=new Ext.Window({title:c.title,modal:true,maximized:true,resizable:false,closable:false,layout:"fit",listeners:{beforeclose:function(){typeof c.callback=="function"&&c.callback(true,y.Ab)}}}),d=S.b.G("cp_set_col_width",S.a.c.e.defaults.$c),e=S.l.AUROLE==S.Ua?true:false,f=S.l.AUROLE==S.Ca?true:false,g=S.l.AUROLE==S.da?true:false,h=S.l.AUUSER==c.id?true:false,j=c.global==true?true:false,k=c.group==true?true:false,i=!c.group&&!c.global?true:false,l=84,n=179,m=d*2+15;if(i)if(f){l=
924
+ 110;n=231;if(h){l=127;n=222}}else{if(g){l=110;n=257;if(c.mode==="Edit")m=d}}else if(j)n=110;else if(k)n=136;var o=n+345,p=[],r=S.b.G("cp_set_grplbl_width",S.a.c.e.defaults.Hd),q=S.b.G("cp_set_grplbl_width_sm",S.a.c.e.defaults.Id);r=new Ext.form.FieldSet({title:pui.getLanguageText("runtimeText","group")+(!k?" "+pui.getLanguageText("runtimeText","membership"):""),autoHeight:true,width:m,labelWidth:h&&!g?q:r,defaults:{msgTarget:"side"},x:15,y:15});p.push(r);if(k||j)r.add(new Ext.form.TextField({width:230,
925
+ name:"AGNAME",fieldLabel:pui.getLanguageText("runtimeText","group name"),maxLength:128,autocreate:{tag:"input",type:"text",q:"off",maxlength:128},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),readOnly:j?true:false,style:j?"border-style:none;background-image:none;margin-top:0.5px;":null}));q=h?c.id:g?"0":S.l.AUGROUP;var u="0";if(k&&c.mode=="Edit")u=c.id;var x=new Ext.form.ComboBox({width:230,hiddenName:"parent",fieldLabel:pui.getLanguageText("runtimeText","member of"),mode:"remote",
926
+ readOnly:c.mode!="Add"?true:false,style:c.mode!="Add"?"border-style:none;background-image:none;margin-top:0.5px;":null,hideTrigger:c.mode!="Add"?true:false,forceSelection:true,displayField:"AGNAME",valueField:"AGGROUP",emptyText:pui.getLanguageText("runtimeText","none"),minChars:0,triggerAction:"all",store:new Ext.data.Store({autoDestroy:true,autoLoad:true,baseParams:{id:q,omitId:u},proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003003.pgm"),method:"POST"}),reader:new Ext.data.JsonReader({root:"data",
927
+ fields:["AGGROUP","AGNAME"]}),listeners:{load:function(s){if(k&&g==true){var t=new (Ext.data.Record.create([{name:"AGGROUP"},{name:"AGNAME"}]))({AGGROUP:"0",AGNAME:""});s.insert(0,t)}}}}),listeners:{select:function(){var s=y.getForm().findField("inherit"),t=false;if(s.getValue()==true)t=true;s.setValue(true);t&&y.getForm().findField("inherit").fireEvent("check",s,true);y.fb()},beforequery:function(){if(c.mode!="Add")return false}}});if(c.Z!=null){var z=x.store;z.addListener("load",function(){var s=
928
+ z.getCount();if(s>0){for(var t,w,v=0;v<s;v++){w=z.getAt(v);if(w.get("AGGROUP")==c.Z){t=w;break}}if(t!=null){s=t.get(x.displayField);t=t.get(x.valueField);x.cf=s;x.Ze=t;Ext.form.ComboBox.superclass.setValue.call(x,s);x.value=t}}},z,{single:true})}r.add(x);if((f||g)&&!j)r.add(new Ext.form.Checkbox({fieldLabel:pui.getLanguageText("runtimeText","inherit settings"),name:"inherit",inputValue:"1",listeners:{check:function(s,t){var w=y.getForm(),v;v=t==true?"disable":"enable";var B=C.items.items.concat(navSet.items.items);
929
+ if(I)B=B.concat(I.items.items);for(var E=0;E<B.length;E++)B[E][v]();if(t==true&&y.loaded==true){v=w.findField("parent").getValue();y.jc(v)}if(t==false){v=w.findField("ACBAN");v.getValue()==false&&v.fireEvent("check",v,v.getValue());w=w.findField("ACSHOWHOME");w.getValue()==false&&w.fireEvent("check",w,w.getValue())}}}}));if(i){l=new Ext.form.FieldSet({title:pui.getLanguageText("runtimeText","user"),autoHeight:true,width:m,labelWidth:S.b.G("cp_set_usrlbl_width",S.a.c.e.defaults.te),defaults:{msgTarget:"side"},
930
+ x:15,y:l});p.push(l);l.add(new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText","user name"),name:"AUNAME",width:230,maxLength:128,autoCreate:{tag:"input",type:"text",q:"off",maxlength:128},readOnly:e?true:false,style:e?"border-style:none;background-image:none;margin-top:0.5px;":null,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}));l.add(new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText","user profile"),name:"AUPROF",width:230,maxLength:128,
931
+ autoCreate:{tag:"input",type:"text",q:"off",maxlength:128},readOnly:c.mode!="Add"?true:false,style:c.mode!="Add"?"border-style:none;background-image:none;margin-top:0.5px;":null,allowBlank:c.mode=="Add"?false:true,blankText:pui.getLanguageText("runtimeMsg","required")}));g&&l.add(new Ext.form.RadioGroup({fieldLabel:pui.getLanguageText("runtimeText","access role"),name:"accessRole",columns:[S.b.G("cp_set_usrrdo_width",S.a.c.e.defaults.ue),S.b.G("cp_set_mgrrdo_width",S.a.c.e.defaults.Nd),S.b.G("cp_set_admrdo_width",
932
+ S.a.c.e.defaults.Tc)],items:[new Ext.form.Radio({name:"AUROLE",inputValue:"0",value:"0",boxLabel:pui.getLanguageText("runtimeText","user"),checked:true,listeners:{check:function(s,t){if(t==true)try{var w=y.getForm().findField("AUEDIT");if(w!=null){w.setValue(false);w.enable()}}catch(v){}}}}),new Ext.form.Radio({name:"AUROLE",inputValue:"1",value:"1",boxLabel:pui.getLanguageText("runtimeText","manager"),listeners:{check:function(s,t){if(t==true)try{var w=y.getForm().findField("AUEDIT");if(w!=null){w.setValue(true);
933
+ w.disable()}}catch(v){}}}}),new Ext.form.Radio({name:"AUROLE",inputValue:"2",value:"2",boxLabel:pui.getLanguageText("runtimeText","administrator"),listeners:{check:function(s,t){if(t==true)try{var w=y.getForm().findField("AUEDIT");if(w!=null){w.setValue(true);w.disable()}}catch(v){}}}})]}));if(g||f&&!h)l.add(new Ext.form.Checkbox({name:"AUEDIT",fieldLabel:pui.getLanguageText("runtimeText","can edit profile"),inputValue:"1"}));if(S.USE_VLDL==true){l.add(new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText",
934
+ "password"),name:"password",width:230,maxLength:100,minLength:6,minLengthText:pui.getLanguageText("runtimeMsg","password must be"),autoCreate:{tag:"input",type:"password",q:"off",maxlength:128},allowBlank:true}));l.add(new Ext.form.TextField({fieldLabel:"Confirm password",name:"confirmPass",width:230,maxLength:100,minLength:6,minLengthText:pui.getLanguageText("runtimeMsg","password must be"),autoCreate:{tag:"input",type:"password",q:"off",maxlength:128},allowBlank:true}))}if(g){e=new Ext.data.Store({autoDestroy:true,
935
+ proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003032.pgm"),method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["id","name"]}),listeners:{loadexception:function(s,t,w){S.data.i(w,function(v,B){if(B.heading=="")B.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","supplemental groups")]);S.b.g(B)})}}});var D=new Ext.grid.EditorGridPanel({title:pui.getLanguageText("runtimeText","supplemental groups"),width:d,x:d+30,y:22,height:227,loadMask:true,
936
+ clicksToEdit:2,store:e,columns:[{header:pui.getLanguageText("runtimeText","group name"),sortable:true,width:d-5,dataIndex:"name"}],tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),icon:S.f+"add.png",handler:function(){S.a.c.e.Pc(D,c.id)}},{text:pui.getLanguageText("runtimeText","remove"),disabled:true,icon:S.f+"delete_circle.png",handler:function(){for(var s=D.getSelectionModel().getSelections(),t=0;t<s.length;t++)D.getStore().remove(s[t])}}]}),selModel:new Ext.grid.RowSelectionModel({listeners:{selectionchange:function(s){s=
937
+ s.getSelections();var t=D.getTopToolbar().items.itemAt(1);if(s.length==0)t.disable();else{for(var w=false,v=0;v<s.length;v++)if(s[v].get("type")=="0"){w=true;break}w?t.disable():t.enable()}}}})});p.push(D);D.getStore().load({params:{user:c.id}})}}var C=new Ext.form.FieldSet({title:pui.getLanguageText("runtimeText","appearance"),labelWidth:S.b.G("cp_set_applbl_width",S.a.c.e.defaults.Uc),width:d,autoHeight:true,x:15,y:n,defaults:{msgTarget:"side"}});p.push(C);C.add(new Ext.form.TextField({width:230,
938
+ name:"ACBTITLE",fieldLabel:pui.getLanguageText("runtimeText","browser title"),maxLength:128,autoCreate:{tag:"input",type:"text",q:"off",maxlength:128},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}));C.add(new Ext.form.Checkbox({name:"ACBAN",fieldLabel:pui.getLanguageText("runtimeText","show banner"),inputValue:"1",listeners:{check:function(s,t){var w=s.ownerCt.ownerCt.getForm(),v=w.findField("ACBANHGHT"),B=w.findField("ACBANURL");w=w.findField("inherit");var E=false;if(w!=
939
+ null&&w.getValue()==true)E=true;if(t==true){E||v.enable();v.setValue(100);v.getEl().up("div.x-form-item").setDisplayed(true);if(B!=null){B.setValue("/profoundui/userdata/html/atrium_banner.html");B.getEl().up("div.x-form-item").setDisplayed(true);E||B.enable()}}else{v.setValue("");v.disable();v.getEl().up("div.x-form-item").setDisplayed(false);v.clearInvalid();if(B!=null){B.setValue("");B.clearInvalid();B.disable();B.getEl().up("div.x-form-item").setDisplayed(false)}}}}}));if(f||g)C.add(new Ext.form.TextField({name:"ACBANURL",
940
+ fieldLabel:pui.getLanguageText("runtimeText","banner url"),width:230,maxLength:128,autoCreate:{tag:"input",type:"text",q:"off",maxlength:128},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}));C.add(new Ext.form.NumberField({width:100,name:"ACBANHGHT",fieldLabel:pui.getLanguageText("runtimeText","banner height"),minValue:1,maxValue:600,allowDecimals:false,allowNegative:false,maxLength:4,autoCreate:{tag:"input",type:"text",q:"off",maxlength:4},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg",
941
+ "required")}));C.add(new Ext.form.ComboBox({width:100,fieldLabel:pui.getLanguageText("runtimeText","theme"),hiddenName:"ACTHEME",mode:"local",editable:false,forceSelection:true,valueField:"css",displayField:"name",triggerAction:"all",store:new Ext.data.ArrayStore({autoDestroy:true,fields:["css","name"],data:S.THEMES})}));C.add(new Ext.form.Checkbox({name:"ACSHOWFAV",fieldLabel:pui.getLanguageText("runtimeText","show fav start"),inputValue:"1",disabled:S.e.ACFAV!=="1"}));if(f||g){C.add(new Ext.form.Checkbox({name:"ACUTHEME",
942
+ fieldLabel:pui.getLanguageText("runtimeText","allow sel theme"),inputValue:"1"}));C.add(new Ext.form.Checkbox({name:"ACSEARCH",fieldLabel:pui.getLanguageText("runtimeText","show menu search"),inputValue:"1"}));C.add(new Ext.form.Checkbox({name:"ACFAV",fieldLabel:pui.getLanguageText("runtimeText","show fav sys"),inputValue:"1",listeners:{check:function(s,t){var w=y.getForm().findField("ACSHOWFAV");if(t===false){w.setValue(false);w.disable()}else w.enable()}}}));C.add(new Ext.form.NumberField({name:"ACLIMIT",
943
+ fieldLabel:pui.getLanguageText("runtimeText","limit num sessn"),allowBlank:false,allowDecimals:false,allowNegative:false,maxLength:5,minLength:1,maxValue:99999,minValue:0}));C.add(new Ext.form.Checkbox({name:"ACTIMEOUT",fieldLabel:pui.getLanguageText("runtimeText","atrium timeout"),inputValue:"1"}))}navSet=new Ext.form.FieldSet({title:pui.getLanguageText("runtimeText","navigation"),width:d,x:d+30,y:n,autoHeight:true,labelWidth:S.b.G("cp_set_navlbl_width",S.a.c.e.defaults.Od),defaults:{msgTarget:"side"}});
944
+ p.push(navSet);navSet.add(new Ext.form.Checkbox({name:"ACSHOWHOME",fieldLabel:pui.getLanguageText("runtimeText","show hmpg start"),inputValue:"1",listeners:{check:function(s,t){var w=s.ownerCt.ownerCt.getForm(),v=w.findField("ACHOMEURL");w=w.findField("inherit");var B=false;if(w!=null&&w.getValue()==true)B=true;if(t==true){if(v!=null){v.setValue("");v.getEl().up("div.x-form-item").setDisplayed(true);B||v.enable()}}else if(v!=null){v.setValue("");v.clearInvalid();v.disable();v.getEl().up("div.x-form-item").setDisplayed(false)}}}}));
945
+ if(f||g)navSet.add(new Ext.form.ComboBox({width:230,hiddenName:"ACHOMEURL",fieldLabel:pui.getLanguageText("runtimeText","home page"),mode:"remote",editable:true,forceSelection:true,displayField:"ANTEXT",valueField:"ANITEM",emptyText:pui.getLanguageText("runtimeMsg","type or sel home page"),allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),minChars:0,triggerAction:"all",store:new Ext.data.Store({autoDestroy:true,proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003027.pgm"),method:"POST"}),
946
+ reader:new Ext.data.JsonReader({root:"data",fields:["ANITEM","ANTEXT"]})})}));navSet.add(new Ext.form.TextField({width:230,name:"ACNTITLE",fieldLabel:pui.getLanguageText("runtimeText","navi pnl title"),maxLength:128,autoCreate:{tag:"input",type:"text",q:"off",maxlength:128},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}),new Ext.form.NumberField({width:100,name:"ACNWIDTH",fieldLabel:pui.getLanguageText("runtimeText","navi pnl width"),minValue:1,maxValue:2E3,maxLength:4,allowDecimals:false,
947
+ allowNegative:false,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),autoCreate:{tag:"input",type:"text",q:"off",maxlength:4}}),new Ext.form.ComboBox({width:100,hiddenName:"ACNTYPE",fieldLabel:pui.getLanguageText("runtimeText","navi type"),mode:"local",editable:false,forceSelection:true,valueField:"typeCode",displayField:"type",triggerAction:"all",store:new Ext.data.ArrayStore({autoDestroy:true,fields:["typeCode","type"],data:[["T",pui.getLanguageText("runtimeText","tree")],
948
+ ["A",pui.getLanguageText("runtimeText","accordion")]]})}),new Ext.form.Checkbox({name:"ACSCLICK",fieldLabel:pui.getLanguageText("runtimeText","single click nav"),inputValue:"1"}),new Ext.form.NumberField({width:100,name:"ACMINSRCH",fieldLabel:pui.getLanguageText("runtimeText","min search chars"),minValue:1,maxValue:10,maxLength:4,allowDecimals:false,allowNegative:false,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),autoCreate:{tag:"input",type:"text",q:"off",maxlength:4}}));
949
+ if(g){var I=new Ext.form.FieldSet({title:pui.getLanguageText("runtimeText","libl for rdf apps"),width:d*2+15,x:15,y:o,autoHeight:true,labelWidth:170,defaults:{msgTarget:"side"}});p.push(I);I.add(new Ext.form.ComboBox({width:230,hiddenName:"libl_method",fieldLabel:pui.getLanguageText("runtimeText","library list"),mode:"local",editable:false,forceSelection:true,valueField:"return",displayField:"display",triggerAction:"all",store:new Ext.data.ArrayStore({autoDestroy:true,fields:["return","display"],
950
+ data:[["default",pui.getLanguageText("runtimeText","use atrium def libl")],["jobd",pui.getLanguageText("runtimeText","use jobd libl")],["list",pui.getLanguageText("runtimeText","specify libl")]]}),listeners:{select:function(s,t){var w=t.get("return"),v=y.getForm().findField("ACCURLIB"),B=y.getForm().findField("ACJOBD"),E=y.getForm().findField("ACJOBDLIB");if(w=="jobd"){A.hide();v.enable();v.show();B.enable();B.show();E.enable();E.show()}else if(w=="list"){v.enable();v.show();A.show();B.setValue("*USRPRF");
951
+ B.clearInvalid();B.disable();B.hide();E.setValue("");E.clearInvalid();E.disable();E.hide()}else{v.setValue("");v.clearInvalid();v.disable();v.hide();B.setValue("*USRPRF");B.clearInvalid();B.disable();B.hide();E.setValue("");E.clearInvalid();E.disable();E.hide();A.hide()}I.doLayout()}}}));I.add(new Ext.form.TextField({width:100,name:"ACCURLIB",fieldLabel:pui.getLanguageText("runtimeText","current library"),maxLength:10,autoCreate:{tag:"input",type:"text",q:"off",maxlength:10},emptyText:"*CRTDFT",style:"text-transform:uppercase;",
952
+ hidden:true}),new Ext.form.TextField({width:100,name:"ACJOBD",fieldLabel:pui.getLanguageText("runtimeText","job descr"),maxLength:10,autoCreate:{tag:"input",type:"text",q:"off",maxlength:10},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),style:"text-transform:uppercase;",hidden:true}),new Ext.form.TextField({width:100,name:"ACJOBDLIB",fieldLabel:pui.getLanguageText("runtimeText","job descr lib"),maxLength:10,autoCreate:{tag:"input",type:"text",q:"off",maxlength:10},emptyText:"*LIBL",
953
+ style:"text-transform:uppercase;",hidden:true}));d=new Ext.data.ArrayStore({autoLoad:false,autoDestroy:true,fields:["library"]});var A=new Ext.grid.EditorGridPanel({height:300,clicksToEdit:2,columns:[{dataIndex:"library",menuDisabled:true,hideable:false,resizable:false,sortable:false,editor:new Ext.form.TextField({maxLength:10,autoCreate:{tag:"input",type:"text",q:"off",maxlength:10},allowBlank:false,style:"text-transform:uppercase;"})}],store:d,selModel:new Ext.grid.RowSelectionModel({singleSelect:true,
954
+ listeners:{selectionchange:function(s){var t=A.getTopToolbar(),w=t.find("text",pui.getLanguageText("runtimeText","up"))[0],v=t.find("text",pui.getLanguageText("runtimeText","down"))[0];t=t.find("text",pui.getLanguageText("runtimeText","remove"))[0];w.disable();v.disable();t.disable();if(s.getCount()!=0){t.enable();t=A.getStore();s=s.getSelected();s=t.indexOf(s);s>0&&w.enable();s<t.getCount()-1&&v.enable()}}}}),listeners:{afteredit:function(s){s=s.record;var t=Ext.util.Format.trim(s.get("library").toUpperCase());
955
+ if(A.getStore().queryBy(function(w){return w.get("library")==t}).getCount()>1){s.reject();S.b.g(pui.getLanguageText("runtimeMsg","x is already in list",[t]))}else if(S.b.nb(t))s.commit();else{s.reject();S.b.g(pui.getLanguageText("runtimeMsg","x is not valid libname",[t]))}}},viewConfig:{autoFill:true,emptyText:pui.getLanguageText("runtimeMsg","no libraries in list")},stripeRows:true,tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),icon:S.f+"add.png",tooltip:pui.getLanguageText("runtimeMsg",
956
+ "add libl entry"),handler:function(){var s=A.getSelectionModel(),t=A.getStore();Ext.MessageBox.prompt(pui.getLanguageText("runtimeMsg","add libl entry"),pui.getLanguageText("runtimeText","library")+":",function(w,v){if(w=="ok"){v=Ext.util.Format.trim(v.toUpperCase());if(S.b.nb(v))if(t.queryBy(function(F){return F.get("library")==v}).getCount()>0)S.b.g(pui.getLanguageText("runtimeMsg","x is already in list",[v]));else{var B=[[v]],E=0;if(s.getCount()>0)E=t.indexOf(s.getSelected())+1;else if(t.getCount()>
957
+ 0)E=t.getCount();t.loadData(B,true);B=t.getAt(t.getCount()-1);t.remove(B);t.insert(E,B);s.selectRow(E)}else S.b.g(pui.getLanguageText("runtimeMsg","x is not valid libname",[v]))}})}},{text:pui.getLanguageText("runtimeText","up"),icon:S.f+"arrow_up.png",tooltip:pui.getLanguageText("runtimeText","move up"),disabled:true,handler:function(){var s=A.getSelectionModel(),t=A.getStore(),w=s.getSelected(),v=t.indexOf(w);t.remove(w);t.insert(v-1,[w]);s.selectRecords([w])}},{text:pui.getLanguageText("runtimeText",
958
+ "down"),icon:S.f+"arrow_down.png",tooltip:pui.getLanguageText("runtimeText","move down"),disabled:true,handler:function(){var s=A.getSelectionModel(),t=A.getStore(),w=s.getSelected(),v=t.indexOf(w);t.remove(w);t.insert(v+1,[w]);s.selectRecords([w])}},{text:pui.getLanguageText("runtimeText","remove"),icon:S.f+"delete_circle.png",tooltip:pui.getLanguageText("runtimeText","remove"),disabled:true,handler:function(){var s=A.getSelectionModel(),t=A.getStore(),w=s.getSelected(),v=t.indexOf(w);t.remove(w);
959
+ t=t.getCount();if(t>0&&t>=v)s.selectRow(v>0?v-1:0)}}]}),hidden:true});I.add(A)}var y=new Ext.form.FormPanel({url:S.b.h("PUI0003005.pgm"),baseParams:{id:c.id,user:i?"1":"0",group:k?"1":"0",global:j?"1":"0",parentId:""},monitorValid:true,bodyStyle:"padding: 15px;",autoScroll:true,layout:"absolute",items:p,S:[],Ab:[],loaded:false,listeners:{beforeaction:function(s){var t;S.a.d.msg=pui.getLanguageText("runtimeMsg","saving");S.a.d.show();y.baseParams.parentId=s.findField("parent").getValue();if((t=y.getForm().findField("libl_method"))&&
960
+ t.getValue()=="list"){var w=A.getStore(),v=w.getCount();y.baseParams.libl_count=v;for(t=0;t<v;t++)y.baseParams["libl_entry"+(t+1)]=Ext.util.Format.trim(w.getAt(t).get("library"))}if(typeof D!=="undefined"&&D.store)for(t=0;t<D.store.getCount();t++)y.baseParams["supgroup"+(t+1)]=D.store.getAt(t).get("id");if(i)y.baseParams.enc_AUNAME=pui.p.encode(s.findField("AUNAME").getValue())},actionfailed:function(s,t){S.data.i(t.response,function(w,v){S.a.d.hide();S.b.g(v,function(){y.fb()})})},actioncomplete:function(s){function t(){a.close();
961
+ S.a.d.msg=pui.getLanguageText("runtimeText","please wait");S.a.d.show();S.data.qb({id:S.l.AUUSER},function(B,E){S.a.d.hide();if(B==false){if(E.heading=="")E.heading=pui.getLanguageText("runtimeMsg","unable to load new sett");S.b.g(E)}else{for(var F in E)if(typeof S.l[F]!="undefined")S.l[F]=E[F];else if(typeof S.e[F]!="undefined")S.e[F]=E[F];S.a.ab()}})}var w=s.findField("AUPROF");if(w)S.a.c.groups.ha=w.getValue();y.Ab.indexOf(s.findField("parent").getValue())==-1&&y.Ab.push(s.findField("parent").getValue());
962
+ var v;s="x updated";if(k){v=pui.getLanguageText("runtimeText","group");if(c.mode=="Add")s="x added"}else if(i)if(h){v=pui.getLanguageText("runtimeText","settings");s="x saved"}else{v=pui.getLanguageText("runtimeText","user");if(c.mode=="Add")s="x added"}else if(j)v=pui.getLanguageText("runtimeText","global settings");v=pui.getLanguageText("runtimeMsg",s,[v]);S.a.d.hide();if(c.mode=="Add"){v+="<br /><br />"+pui.getLanguageText("runtimeMsg","would you like add ano");Ext.MessageBox.confirm("Atrium",
963
+ v,function(B){B=="yes"?y.Hc():t()})}else S.b.s(v,t)},beforedestroy:function(){y.cb()}},keys:[{key:Ext.EventObject.ENTER,handler:function(){y.getForm().isValid()==true&&y.getForm().submit()},stopEvent:true}],buttonAlign:"right",buttons:[{formBind:true,text:pui.getLanguageText("runtimeText","save"),handler:function(){y.getForm().isValid()==true&&y.getForm().submit()}},{text:pui.getLanguageText("runtimeText","cancel"),handler:function(){a.close()}}],fb:function(){for(var s=0;s<y.getForm().items.getCount();s++){field=
964
+ y.getForm().items.itemAt(s);if(field.readOnly==false&&field.disabled==false&&field.getXType()=="textfield"){field.focus.defer(300,field);break}}},Va:function(){var s;for(var t in S.k){s=y.find("name",t)[0];if(s!=null&&s.getXType()!="hidden"){s=s.getEl().up("div.x-form-element").prev();Ext.QuickTips.register({target:s,title:pui.getLanguageText("runtimeText",S.k[t].title),text:pui.getLanguageText("runtimeText",S.k[t].text)});y.S.push(s)}}},cb:function(){for(var s=0;s<y.S.length;s++)Ext.QuickTips.unregister(y.S[s])},
965
+ Hc:function(){var s=y.getForm();if(c.group){s.findField("AGNAME").setValue("");s.findField("AGNAME").focus()}else{s.findField("AUNAME").setValue("");s.findField("AUPROF").setValue("");y.find("name","accessRole")[0]!=null&&y.find("name","accessRole")[0].setValue(S.Ua);s.findField("AUEDIT").setValue(false);s.findField("AUNAME").focus()}s.clearInvalid()},jc:function(s,t){S.a.d.msg=pui.getLanguageText("runtimeMsg","loading");S.a.d.show();var w=false;if(!j)if(s==0&&t!=null)w=true;var v=s;if(w)v=t;var B=
966
+ "0";if(y.loaded==true||j||w)B="1";S.data.qb({id:v,settingsOnly:B,global:j==true?"1":"0",add:w==true?"1":"0"},function(E,F){var H;if(E==false){S.a.d.hide();S.b.g(error,function(){a.close()})}else{var N=y.getForm(),G;for(H in F){G=N.findField(H);if(G!=null)if(G.getXType()=="combo"&&G.mode=="remote"){G.Ma=F[H];G.store.Q=G;G.store.addListener("load",function(){this.Q.setValue(this.Q.Ma)},G.store,{single:"true"});G.store.load()}else G.setValue(F[H])}H=N.findField("ACBAN");H.getValue()==false&&H.fireEvent("check",
967
+ H,H.getValue());H=N.findField("ACSHOWHOME");H.getValue()==false&&H.fireEvent("check",H,H.getValue());if(G=y.getForm().findField("libl_method")){A.getStore().removeAll();G=N.findField("libl_method");if(F.ACJOBD!="")G.setValue("jobd");else if(F.ACLIBL!=""){G.setValue("list");N=F.ACLIBL.split(" ");var R=[];for(H=0;H<N.length;H++){var ha=Ext.util.Format.trim(N[H].toUpperCase()),ia=[ha];S.b.nb(ha)&&R.indexOf(ia)==-1&&R.push(ia)}A.getStore().loadData(R,false)}else G.setValue("default");G.fireEvent("select",
968
+ G,G.getStore().getAt(G.getStore().find("return",G.getValue())),G.getStore().find("return",G.getValue()))}y.find("name","accessRole")[0]!=null&&F.AUROLE!=null&&y.find("name","accessRole")[0].items.itemAt(0).setValue(F.AUROLE);y.S.length==0&&y.Va();y.loaded=true;S.a.d.hide();y.fb()}})}});a.add(y);a.show();y.jc(c.id,c.Z)};
969
+ S.a.c.e.Pc=function(c){function a(){var f=d.getSelectionModel().getSelected(),g=f.get("id");if(c.getStore().findExact("id",g)!=-1){f=f.get("name");S.b.g(pui.getLanguageText("runtimeMsg","already in suppl grp x",[f]),function(){d.getGridEl().focus()})}else{c.store.add(f);e.close()}}var d=new Ext.grid.GridPanel({loadMask:true,store:new Ext.data.Store({autoDestroy:true,autoLoad:true,proxy:new Ext.data.HttpProxy({method:"POST",url:S.b.h("PUI0003034.pgm")}),reader:new Ext.data.JsonReader({root:"data",
970
+ fields:["name","id"]}),listeners:{loadexception:function(f,g,h){S.data.i(h,function(j,k){if(k.heading=="")k.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","groups")]);S.b.g(k,function(){e.close()})})},load:function(f){if(f.getCount()>0){d.getSelectionModel().selectFirstRow();d.getGridEl().focus()}}}}),columns:[{header:pui.getLanguageText("runtimeText","group name"),sortable:true,width:600,dataIndex:"name"}],selModel:new Ext.grid.RowSelectionModel({singleSelect:true,
971
+ listeners:{selectionchange:function(f){var g=d.getTopToolbar().items.itemAt(0);f.getSelections().length==1?g.enable():g.disable()}}}),tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","select"),icon:S.f+"arrow_right.png",disabled:true,handler:a}]}),keys:[{key:Ext.EventObject.ENTER,fn:function(f,g){d.getSelectionModel().getSelections().length==1&&a();g.stopEvent()}}],listeners:{rowdblclick:function(f,g,h){d.getSelectionModel().getSelections().length==1&&a();h.stopEvent()}}}),e=new Ext.Window({title:pui.getLanguageText("runtimeText",
972
+ "add usr to supp grp"),modal:true,maximized:false,height:300,width:400,resizable:true,layout:"fit",items:[d],buttonAlign:"right",buttons:[{text:pui.getLanguageText("runtimeText","close"),handler:function(){e.close()}}]});e.show()};S.a.c.groups.defaults={};S.a.c.groups.defaults.ve=200;S.a.c.groups.defaults.zf=50;S.a.c.groups.ha=null;S.a.c.groups.$=null;
973
+ S.a.c.groups.gd=function(){var c,a,d;if(S.l.AUROLE==S.da){c="0";a=pui.getLanguageText("runtimeText","all groups");d=null}else{c=S.l.AUGROUP;a=S.l.AGNAME;d=S.f+"group.png"}c=new Ext.tree.AsyncTreeNode({id:c,text:a,icon:d,expanded:true,allowDrag:false,allowDrop:true});var e=new Ext.tree.DefaultSelectionModel({listeners:{selectionchange:function(n,m){var o=f.getTopToolbar().items.itemAt(0),p=f.getTopToolbar().items.itemAt(1),r=f.getTopToolbar().items.itemAt(2),q=Ext.getCmp("filterUserTextBox");if(m==
974
+ null){o.disable();p.disable();r.disable();q.disable()}else{o.enable();p.enable();q.enable();m.id=="0"?r.disable():r.enable()}if(m==null){k.setTitle(pui.getLanguageText("runtimeText","users"));k.getStore().removeAll();k.getTopToolbar().items.itemAt(0).disable();i.hide()}else{k.getStore().load({params:{group:m.id}});k.getTopToolbar().items.itemAt(3).enable();if(m.id!="0"){k.setTitle(pui.getLanguageText("runtimeText","users w primary grp",[m.text]));k.getTopToolbar().items.itemAt(0).enable();if(S.l.AUROLE==
975
+ S.da){i.show();i.setTitle(pui.getLanguageText("runtimeText","users w suppl grp",[m.text]));i.getStore().load({params:{group:m.id}})}}else{k.setTitle(pui.getLanguageText("runtimeText","users",[m.text]));k.getTopToolbar().items.itemAt(0).disable();i.hide()}}l.syncSize()}}}),f=new Ext.tree.TreePanel({region:"west",split:true,collapsible:true,width:S.b.G("cp_grp_westpnl_width",S.a.c.groups.defaults.ve),title:pui.getLanguageText("runtimeText","groups"),selModel:e,autoScroll:true,enableDD:true,tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText",
976
+ "add"),cls:"x-btn-text-icon",icon:S.f+"group_add.png",handler:function(){var n=e.getSelectedNode();S.a.c.groups.Ic(n,f)},disabled:true},{text:pui.getLanguageText("runtimeText","edit"),cls:"x-btn-text-icon",icon:S.f+"group_edit.png",handler:function(){var n=e.getSelectedNode();S.a.c.groups.Cd(n,f)},disabled:true},{text:pui.getLanguageText("runtimeText","delete"),cls:"x-btn-text-icon",icon:S.f+"group_delete.png",handler:function(){var n=e.getSelectedNode(),m=pui.getLanguageText("runtimeText","delete x",
977
+ [pui.getLanguageText("runtimeText","group")]),o=pui.getLanguageText("runtimeMsg","msg del group",[n.text]);Ext.MessageBox.confirm(m,o,function(p){p=="yes"&&S.a.c.groups.pd(n,f,k)})},disabled:true},new Ext.Toolbar.Fill,{icon:S.f+"arrow_refresh.png",handler:function(){Ext.getCmp("filterUserTextBox").setValue("");h=null;var n=f.getSelectionModel().getSelectedNode();f.getSelectionModel().unselect(n,true);function m(p){if(!p)return null;if(p&&p.parentNode&&p.parentNode.id!=="0")return m(p.parentNode);
978
+ return p.text}var o=m(n);f.loader.load(f.root,function(){f.root.expand();if(o)for(var p=Object.keys(f.Pd),r=0;r<p.length;r++){var q=f.Pd[p[r]];if(q.text==o){q.expand();f.getSelectionModel().select(q);break}}})}}]}),root:c,loader:new Ext.tree.TreeLoader({url:S.b.h("PUI0003004.pgm"),baseAttrs:{icon:S.f+"group.png"},listeners:{loadexception:function(n,m,o){S.data.i(o,function(p,r){r.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","groups")]);S.b.g(r)})}}}),
979
+ dropConfig:{allowContainerDrop:false,onNodeDrop:function(n,m,o,p){var r=n.node;if(p.selections){if(r.id=="0")return false;n=pui.getLanguageText("runtimeMsg","conf reassign users 1");n+=p.selections.length==1?pui.getLanguageText("runtimeMsg","conf reassign users 2a",[p.selections[0].get("AUPROF")]):pui.getLanguageText("runtimeMsg","conf reassign users 2b");n+=pui.getLanguageText("runtimeMsg","conf reassign users 3",[r.text]);Ext.MessageBox.confirm(pui.getLanguageText("runtimeText","reassign x",[pui.getLanguageText("runtimeText",
980
+ "users")]),n,function(q){q=="yes"&&S.a.c.groups.Yd(r,p.selections)})}else if(p.node){if(r==p.node)return false;if(r.id!="0")if(r.isAncestor(p.node)==true||p.node.isAncestor(r)==true)return false;n=pui.getLanguageText("runtimeMsg","conf reassign group",[p.node.text,r.text]);Ext.MessageBox.confirm(pui.getLanguageText("runtimeText","reassign x",[pui.getLanguageText("runtimeText","group")]),n,function(q){q=="yes"&&S.a.c.groups.Xd(r,p.node)})}o.stopEvent();return false}}}),g=new Ext.data.Store({autoDestroy:true,
981
+ proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003006.pgm"),method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["AUGROUP","AUUSER","AUPROF","AUNAME","AUROLE","AGNAME"]}),listeners:{load:function(n){if(n.getCount()>0){n.each(function(u){u.set("AUNAME",pui.p.decode(u.get("AUNAME")));u.commit()});g.filterBy(j);k.getGridEl().focus();n=0;var m=null;if(S.a.c.groups.ha)for(var o=RegExp("^"+S.a.c.groups.ha+"$","i"),p=0;p<this.data.items.length;p++){var r=this.data.items[p];if(r.data.AUPROF.match(o)){m=
982
+ r;n=p;break}}if(!m&&!S.a.c.groups.$)m=this.data.items[n];m&&k.getSelectionModel().selectRecords([m]);if(S.a.c.groups.$){var q=0;if(S.a.c.groups.$.top!=null)q=parseInt(S.a.c.groups.$.top);setTimeout(function(){k.getView().scroller.scrollTo("top",q||0)},200)}S.a.c.groups.ha="";S.a.c.groups.$=null}},loadexception:function(n,m,o){k.getStore().removeAll();S.data.i(o,function(p,r){if(r.heading=="")r.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","users")]);
983
+ S.b.g(r)})}},remoteSort:false,sortInfo:{field:"AUPROF",direction:"ASC"}});c={defaultSortable:true,columns:[{header:pui.getLanguageText("runtimeText","user profile"),dataIndex:"AUPROF",width:185},{header:pui.getLanguageText("runtimeText","user name"),dataIndex:"AUNAME",width:Ext.isIE?230:235},{header:pui.getLanguageText("runtimeText","access role"),dataIndex:"AUROLE",width:100,renderer:function(n){return n==S.Ua?pui.getLanguageText("runtimeText","user"):n==S.Ca?pui.getLanguageText("runtimeText","manager"):
984
+ n==S.da?pui.getLanguageText("runtimeText","administrator"):n}},{header:pui.getLanguageText("runtimeText","primary group"),dataIndex:"AGNAME",width:185}]};var h=null;function j(n){if(!h)return true;n=n.data;if(n.AUPROF.match(h)||n.AUNAME.match(h))return true;return false}var k=new Ext.grid.GridPanel({xtype:"panel",flex:2,title:pui.getLanguageText("runtimeText","users"),tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),icon:S.f+"user_add.png",disabled:true,handler:function(){S.a.c.groups.ha=
985
+ "";S.a.c.groups.$=k.getView().scroller.getScroll();var n=e.getSelectedNode();S.a.c.groups.Sc(n,k,i)}},{text:pui.getLanguageText("runtimeText","edit"),icon:S.f+"user_edit.png",disabled:true,handler:function(){S.a.c.groups.ha="";S.a.c.groups.$=k.getView().scroller.getScroll();var n=k.getSelectionModel().getSelected();S.a.c.groups.$b(n,k,i)}},{text:pui.getLanguageText("runtimeText","delete"),icon:S.f+"user_delete.png",disabled:true,handler:function(){S.a.c.groups.ha="";S.a.c.groups.$=k.getView().scroller.getScroll();
986
+ var n=k.getSelectionModel().getSelections(),m=pui.getLanguageText("runtimeMsg","conf delete users 1"),o;if(n.length==1){m+=pui.getLanguageText("runtimeMsg","conf delete users 2a",[n[0].get("AUPROF")]);o=pui.getLanguageText("runtimeText","user")}else{m+=pui.getLanguageText("runtimeMsg","conf delete users 2b");o=pui.getLanguageText("runtimeText","users")}o=pui.getLanguageText("runtimeText","delete x",[o]);Ext.MessageBox.confirm(o,m,function(p){p=="yes"&&S.a.c.groups.yd(n,k,i)})}},{icon:S.f+"arrow_refresh.png",
987
+ disabled:true,handler:function(){var n=f.getSelectionModel().getSelectedNode();f.getSelectionModel().unselect(n,true);f.getSelectionModel().select(n)}},"-",new Ext.form.TextField({id:"filterUserTextBox",style:"padding-right:25px;margin:1px -25px 0px 10px",emptyText:pui.getLanguageText("runtimeText","user")+" "+pui.getLanguageText("runtimeText","filter text"),disabled:true,listeners:{afterrender:function(n){n.getEl().dom.addEventListener("input",function(m){m=m.target.value.trim();Ext.getCmp("filterUserTextBoxClearButton").setVisible(m!==
988
+ null);h=!m?null:RegExp(m,"i");g.filterBy(j)})}}}),{id:"filterUserTextBoxClearButton",tooltip:pui.getLanguageText("runtimeText","upload clear text"),style:"margin-top:1px;background-color:transparent;border-color:transparent;",icon:S.f+"cleartext.png",hidden:true,handler:function(n){n.hide();Ext.getCmp("filterUserTextBox").setValue("");h=null;g.filterBy(j)}}]}),cm:new Ext.grid.ColumnModel(c),sm:new Ext.grid.RowSelectionModel({singleSelect:false,listeners:{selectionchange:function(n){var m=k.getTopToolbar().items.itemAt(1),
989
+ o=k.getTopToolbar().items.itemAt(2);n=n.getSelections();if(n.length<=0){m.disable();o.disable()}else if(n.length==1){m.enable();o.enable()}else if(n.length>1){m.disable();o.enable()}}}}),loadMask:true,store:g,viewConfig:{emptyText:pui.getLanguageText("runtimeMsg","no users")},enableDragDrop:true,ddText:"{0} selected user{1}",listeners:{afterrender:function(n){n.getView().dragZone.addToGroup("TreeDD");Ext.getDom("filterUserTextBox").rf=false}}});a=new Ext.data.Store({autoDestroy:true,proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003035.pgm"),
990
+ method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["AUGROUP","AUUSER","AUPROF","AUNAME","AUROLE","AGNAME"]}),listeners:{load:function(n){n.each(function(m){m.set("AUNAME",pui.p.decode(m.get("AUNAME")));m.commit()})},loadexception:function(n,m,o){S.data.i(o,function(p,r){if(r.heading=="")r.heading="Unable to load supplemental users.";S.b.g(r)})}}});var i=new Ext.grid.GridPanel({xtype:"panel",flex:2,title:pui.getLanguageText("runtimeText","supplemental groups"),loadMask:true,hidden:true,
991
+ clicksToEdit:2,store:a,tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","edit"),icon:S.f+"user_edit.png",disabled:true,handler:function(){var n=i.getSelectionModel().getSelected();S.a.c.groups.$b(n,k,i)}}]}),cm:new Ext.grid.ColumnModel(c),sm:new Ext.grid.RowSelectionModel({singleSelect:true,listeners:{selectionchange:function(n){var m=i.getTopToolbar().items.itemAt(0);n.getSelections().length==1?m.enable():m.disable()}}})}),l=new Ext.Panel({border:false,layout:{type:"vbox"},region:"center",
992
+ items:[k,i]});return new Ext.Panel({title:pui.getLanguageText("runtimeText","users")+"/"+pui.getLanguageText("runtimeText","groups"),layout:"border",items:[f,l]})};S.a.c.groups.Ic=function(c,a){var d={id:"0",Z:c.id,mode:"Add",group:true,title:pui.getLanguageText("runtimeText","add x",[pui.getLanguageText("runtimeText","group")]),callback:function(e,f){function g(h){if(!(h>=f.length)){var j=a.getNodeById(f[h]);j!=null&&a.loader.load(j,function(){a.expandPath(j.getPath());h++;g(h)})}}g(0)}};S.a.c.e.ua(d)};
993
+ S.a.c.groups.Cd=function(c,a){var d={id:c.id,Z:c.parentNode!=null?c.parentNode.id:"0",mode:"Edit",group:c.id!="0"?true:false,global:c.id=="0"?true:false,title:pui.getLanguageText("runtimeText","edit x",[pui.getLanguageText("runtimeText","group")]),callback:function(e,f){var g;if(f.length>0)g=a.getNodeById(f[0]);if(g!=null){var h=g.isExpanded();a.loader.load(g,function(){h&&a.expandPath(g.getPath())})}}};S.a.c.e.ua(d)};
994
+ S.a.c.groups.pd=function(c){var a=pui.getLanguageText("runtimeText","group");S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[a]);S.a.d.show();var d={};if(c.id==S.l.AUGROUP){S.a.d.hide();S.b.g(pui.getLanguageText("runtimeMsg","cannot delete own grp"))}else{d.group="1";d.id1=c.id;Ext.Ajax.request({url:S.b.h("PUI0003008.pgm"),params:d,callback:function(e,f,g){S.data.i(g,function(h,j){Ext.getCmp("Atrium-cp-navTree")&&Ext.getCmp("Atrium-cp-navTree").getSelectionModel().clearSelections();Ext.getCmp("Atrium-cp-toolbarTree")&&
995
+ Ext.getCmp("Atrium-cp-toolbarTree").getSelectionModel().clearSelections();if(h==false){if(j.heading==""){j.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[a]);S.a.d.hide();S.b.g(j)}}else{var k=pui.getLanguageText("runtimeMsg","x deleted",[a]);S.a.d.hide();S.b.s(k,function(){c.remove()})}})}})}};
996
+ S.a.c.groups.Sc=function(c,a,d){c={id:"0",Z:c.id,mode:"Add",title:pui.getLanguageText("runtimeText","add x",[pui.getLanguageText("runtimeText","user")]),callback:function(){a.getStore().reload();d.getStore().reload()}};S.a.c.e.ua(c)};S.a.c.groups.$b=function(c,a,d){c={id:c.get("AUUSER"),Z:c.get("AUGROUP"),mode:"Edit",title:pui.getLanguageText("runtimeText","edit x",[pui.getLanguageText("runtimeText","user")]),callback:function(){a.getStore().reload();d.getStore().reload()}};S.a.c.e.ua(c)};
997
+ S.a.c.groups.yd=function(c,a,d){S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[pui.getLanguageText("runtimeText","users")]);S.a.d.show();var e={},f=false,g;e.user="1";for(var h=0;h<c.length;h++){g=c[h].get("AUUSER");if(g==S.l.AUUSER){f=true;break}e["id"+(h+1)]=g}if(f==true){S.a.d.hide();S.b.g(pui.getLanguageText("runtimeMsg","cannot delete own usr"))}else Ext.Ajax.request({url:S.b.h("PUI0003008.pgm"),params:e,callback:function(j,k,i){S.data.i(i,function(l,n){Ext.getCmp("Atrium-cp-navTree")&&
998
+ Ext.getCmp("Atrium-cp-navTree").getSelectionModel().clearSelections();Ext.getCmp("Atrium-cp-toolbarTree")&&Ext.getCmp("Atrium-cp-toolbarTree").getSelectionModel().clearSelections();if(l==false){if(n.heading==""){n.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[pui.getLanguageText("runtimeText","users")]);S.a.d.hide();S.b.g(n,function(){a.getStore().reload();d.getStore().reload()})}}else{var m;m=c.length==1?'"'+c[0].get("AUPROF")+'" ':pui.getLanguageText("runtimeText","users");m=pui.getLanguageText("runtimeMsg",
999
+ "x deleted",[m]);S.b.s(m,function(){S.a.d.hide();a.getStore().reload();d.getStore().reload()})}})}})};
1000
+ S.a.c.groups.Xd=function(c,a){S.a.d.msg=pui.getLanguageText("runtimeMsg","reassigning x",[pui.getLanguageText("runtimeText","group")]);S.a.d.show();var d={};d.group="1";d.toGroup=c.id;d.id1=a.id;Ext.Ajax.request({url:S.b.h("PUI0003009.pgm"),params:d,callback:function(e,f,g){S.a.d.hide();S.data.i(g,function(h,j){var k=pui.getLanguageText("runtimeText","group");if(h==false){if(j.heading==""){j.heading=pui.getLanguageText("runtimeMsg","unable to reassn x",[k]);S.b.g(j)}}else{k=pui.getLanguageText("runtimeMsg",
1001
+ "x reassigned",[k]);S.b.s(k,function(){a.remove();c.getOwnerTree().loader.load(c,function(){c.expand()})})}})}})};
1002
+ S.a.c.groups.Yd=function(c,a){var d,e=false;for(d=0;d<a.length;d++)if(a[d].get("AUUSER")==S.l.AUUSER){e=true;break}if(S.l.AUROLE==S.Ca)if(e==true){S.b.g(pui.getLanguageText("runtimeMsg","not auth reassign prf"));return}S.a.d.msg=pui.getLanguageText("runtimeMsg","reassigning x",[pui.getLanguageText("runtimeText","users")]);S.a.d.show();var f={};f.user="1";f.toGroup=c.id;for(d=0;d<a.length;d++)f["id"+(d+1)]=a[d].get("AUUSER");Ext.Ajax.request({url:S.b.h("PUI0003009.pgm"),params:f,callback:function(g,
1003
+ h,j){S.a.d.hide();S.data.i(j,function(k,i){var l=pui.getLanguageText("runtimeText","user");if(a.length>1)l=pui.getLanguageText("runtimeText","users");if(k==false){if(i.heading==""){i.heading=pui.getLanguageText("runtimeMsg","unable to reassn x",[l]);S.b.g(i)}}else{if(e)S.l.AUGROUP=c.id;l=pui.getLanguageText("runtimeMsg","x reassigned",[l]);S.b.s(l,function(){c.select()})}})}})};S.a.c.m.jd=function(){function c(){if(j.rendered==false){k.add(j);k.doLayout()}j.show()}function a(i,l,n){var m,o,p;switch(n.attributes.ANTYPE){case S.U:m="chart_organisation.png";break;case S.O:m="application_go.png";p=false;break;case S.ra:m="application_go.png";p=false;break;case S.ba:m="bullet_green.png";o=pui.getLanguageText("runtimeText","separator bar");p=false;break;case S.Ba:m="bullet_green.png";o=pui.getLanguageText("runtimeText","spacer");p=false;break;case S.Ta:m="bullet_green.png";o=
1004
+ pui.getLanguageText("runtimeText","fill");p=false;break;case S.A:m="chart_organisation.png";break;case S.D:m="application_go.png";p=false;break;default:break}if(p!=null)n.attributes.allowDrop=p;if(m!=null)n.attributes.icon=S.f+m;o!=null&&n.setText(o);n.leaf||n.on("append",a)}var d=new Ext.tree.TreePanel({id:"Atrium-cp-navTree",title:pui.getLanguageText("runtimeText","navigation items"),enableDD:true,autoScroll:true,ddGroup:"navDD",root:new Ext.tree.AsyncTreeNode({expanded:true,allowDrag:false,allowDrop:false,
1005
+ children:[{text:pui.getLanguageText("runtimeText","navigation panel"),ANSECT:"N",expanded:true,allowDrag:false,allowDrop:true,listeners:{append:a}},{text:pui.getLanguageText("runtimeText","home pages"),ANSECT:"H",expanded:true,allowDrag:false,allowDrop:false,listeners:{append:a}}]}),rootVisible:false,loader:new Ext.tree.TreeLoader({dataUrl:S.b.h("PUI0003010.pgm"),baseParams:{section:"",node:""},nodeParameter:"",listeners:{beforeload:function(i,l){i.baseParams.node=l.parentNode==d.getRootNode()?"0":
1006
+ l.id;i.baseParams.section=l.attributes.ANSECT}}}),selModel:new Ext.tree.DefaultSelectionModel({listeners:{selectionchange:function(i,l){l!=null&&e.getSelectionModel().clearSelections();var n=d.getTopToolbar().items.itemAt(1);if(l!=null&&l.parentNode!=d.getRootNode()){n.enable();c();g.fc(l);h.getStore().load({params:{item:l.id}})}else{j.rendered==true&&j.hide();n.disable()}n=d.getTopToolbar().items.itemAt(0);l!=null&&(l.parentNode==d.getRootNode()||l.attributes.ANTYPE==S.U)?n.enable():n.disable()}}}),
1007
+ tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),icon:S.f+"add.png",cls:"x-btn-text-icon",disabled:true,menu:new Ext.menu.Menu({defaults:{clickHideDelay:0,handler:function(i){var l=d.getSelectionModel().getSelectedNode();if(l==null)l=d.getRootNode();S.a.c.m.addItem(l,i.initialConfig.K)}},items:[{text:pui.getLanguageText("runtimeText","menu group"),K:S.U,icon:S.f+"chart_organisation.png"},{text:pui.getLanguageText("runtimeText","menu item"),K:S.O,icon:S.f+"application_go.png"}],
1008
+ listeners:{beforeshow:function(i){for(var l,n,m=d.getSelectionModel().getSelectedNode(),o=m.attributes.ANTYPE,p=0;p<i.items.getCount();p++){l=i.items.itemAt(p);n=l.K;if(n==S.O)o==S.U||m.attributes.ANSECT==S.T?l.show():l.hide();if(n==S.U)m.attributes.ANSECT==S.F?l.show():l.hide()}}}})},{text:pui.getLanguageText("runtimeText","delete"),disabled:true,icon:S.f+"delete_circle.png",cls:"x-btn-text-icon",handler:function(){var i=d.getSelectionModel().getSelectedNode();S.a.c.m.Sb(i)}},new Ext.Toolbar.Fill,
1009
+ {icon:S.f+"arrow_refresh.png",handler:function(){d.loader.load(d.getRootNode(),function(){d.getRootNode().expand()})}}]}),listeners:{nodedragover:function(i){var l=i.dropNode,n=i.target,m=n.attributes.ANTYPE,o=i.point,p=false;if(l.attributes.ANTYPE==S.O)if(o=="append"){if(n==l.parentNode||m!=S.U)p=true}else if(n.parentNode==null||n.parentNode.attributes.ANTYPE!=S.U)p=true;i.cancel=p},movenode:S.a.c.m.nc}}),e=new Ext.tree.TreePanel({id:"Atrium-cp-toolbarTree",title:pui.getLanguageText("runtimeText",
1010
+ "toolbar items"),enableDD:true,ddGroup:"toolbarDD",allowDrag:false,allowDrop:true,autoScroll:true,root:new Ext.tree.AsyncTreeNode({id:"0",text:pui.getLanguageText("runtimeText","toolbar"),ANSECT:"T",listeners:{append:a},expanded:true}),rootVisible:true,loader:new Ext.tree.TreeLoader({dataUrl:S.b.h("PUI0003010.pgm"),baseParams:{section:"T"}}),selModel:new Ext.tree.DefaultSelectionModel({listeners:{selectionchange:function(i,l){l!=null&&d.getSelectionModel().clearSelections();var n=e.getTopToolbar().items.itemAt(1);
1011
+ l!=null&&l!=e.getRootNode()?n.enable():n.disable();n=e.getTopToolbar().items.itemAt(0);l!=null&&(l==e.getRootNode()||l.attributes.ANTYPE==S.A)?n.enable():n.disable();if(l!=null&&l!=e.getRootNode()&&l.attributes.ANTYPE!=S.Ba&&l.attributes.ANTYPE!=S.ba&&l.attributes.ANTYPE!=S.Ta){c();g.fc(l);h.getStore().load({params:{item:l.id}})}else j.rendered==true&&j.hide()}}}),tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),icon:S.f+"add.png",cls:"x-btn-text-icon",disabled:true,menu:new Ext.menu.Menu({defaults:{clickHideDelay:0,
1012
+ handler:function(i){var l=e.getSelectionModel().getSelectedNode();if(l==null)l=e.getRootNode();S.a.c.m.addItem(l,i.initialConfig.K)}},items:[{text:pui.getLanguageText("runtimeText","button"),K:S.ra,icon:S.f+"application_go.png"},{text:pui.getLanguageText("runtimeText","pulldown menu"),K:S.A,icon:S.f+"chart_organisation.png"},{text:pui.getLanguageText("runtimeText","pulldown menu item"),K:S.D,icon:S.f+"application_go.png"},{text:pui.getLanguageText("runtimeText","separator bar"),K:S.ba,icon:S.f+"bullet_green.png"},
1013
+ {text:pui.getLanguageText("runtimeText","spacer"),K:S.Ba,icon:S.f+"bullet_green.png"}],listeners:{beforeshow:function(i){for(var l,n,m=e.getSelectionModel().getSelectedNode(),o=m.attributes.ANTYPE,p=0;p<i.items.getCount();p++){l=i.items.itemAt(p);n=l.K;if(m==e.getRootNode())n==S.D?l.hide():l.show();else if(o==S.A)n==S.A||n==S.D?l.show():l.hide();else l.hide()}}}})},{text:pui.getLanguageText("runtimeText","delete"),disabled:true,icon:S.f+"delete_circle.png",cls:"x-btn-text-icon",handler:function(){var i=
1014
+ e.getSelectionModel().getSelectedNode();S.a.c.m.Sb(i)}},new Ext.Toolbar.Fill,{icon:S.f+"arrow_refresh.png",handler:function(){e.loader.load(e.getRootNode(),function(){e.getRootNode().expand()})}}]}),listeners:{nodedragover:function(i){var l=i.dropNode,n=i.target,m=l.attributes.ANTYPE,o=n.attributes.ANTYPE,p=i.point,r=false;if(m!=S.A&&m!=S.D){if(p=="append"||n.parentNode==null||n.parentNode!=e.getRootNode())r=true}else if(m==S.D)if(p=="append"){if(n==l.parentNode||o!=S.A)r=true}else if(n.parentNode==
1015
+ null||n.parentNode.attributes.ANTYPE!=S.A)r=true;i.cancel=r},movenode:S.a.c.m.nc}}),f=new Ext.Panel({region:"west",layout:"accordion",split:true,collapsible:true,border:false,width:200,items:[d,e]}),g=new Ext.form.FormPanel({region:"north",url:S.b.h("PUI0003011.pgm"),baseParams:{mode:"edit"},S:[],title:pui.getLanguageText("runtimeText","item details"),labelWidth:150,bodyStyle:"padding: 10px",autoHeight:true,monitorValid:true,defaults:{msgTarget:"side"},items:[new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText",
1016
+ "item number"),name:"ANITEM",readOnly:true,style:"border-style:none;background-image:none;cursor:default;"}),new Ext.form.ComboBox({fieldLabel:pui.getLanguageText("runtimeText","item type"),hiddenName:"ANTYPE",width:230,editable:false,forceSelection:true,mode:"local",readOnly:true,hideTrigger:true,style:"border-style:none;background-image:none;cursor:default;",displayField:"display",valueField:"value",store:new Ext.data.ArrayStore({fields:["value","display"]})}),new Ext.form.TextField({name:"ANTEXT",
1017
+ fieldLabel:pui.getLanguageText("runtimeText","item name"),width:230,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}),new Ext.form.ComboBox({hiddenName:"ANACTNTYPE",fieldLabel:pui.getLanguageText("runtimeText","action type"),width:230,mode:"local",editable:false,forceSelection:true,valueField:"value",displayField:"display",value:"0",triggerAction:"all",store:new Ext.data.ArrayStore({autoDestroy:true,fields:["value","display"],data:[[S.aa,pui.getLanguageText("runtimeText","genie macro")],
1018
+ [S.Oa,pui.getLanguageText("runtimeText","rdf application")],[S.za,pui.getLanguageText("runtimeText","web application")],[S.Qa,pui.getLanguageText("runtimeText","pc command")],[S.Pa,pui.getLanguageText("runtimeText","launcher command")]]}),listeners:{select:function(i,l){var n=l.get("value");g.Ka(n,g.getForm().findField("ANSECT").getValue()==S.T,g.getForm().findField("ANSECT").getValue(),g.getForm().findField("ANTYPE").getValue());if(l.get("value")==S.aa){n=g.getForm().findField("ANGACTN");var m=n.getValue();
1019
+ m=n.store.findExact(n.valueField,m);if(m!=-1){l=n.store.getAt(m);n.fireEvent("select",n,l,m)}}}}}),new Ext.form.ComboBox({id:"Atrium-cp-navitemMacro",hiddenName:"ANGACTN",fieldLabel:pui.getLanguageText("runtimeText","macro"),width:230,mode:"remote",editable:true,forceSelection:true,minChars:0,triggerAction:"all",displayField:"AMNAME",valueField:"AMID",allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),emptyText:pui.getLanguageText("runtimeMsg","typeselect macro name"),store:new Ext.data.Store({autoDestroy:true,
1020
+ proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003021.pgm"),method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["AMID","AMNAME"]})}),listeners:{select:function(i,l){if(l!=null){g.getEl().mask(pui.getLanguageText("runtimeMsg","loading"),"x-mask-loading");g.Ka(S.aa,g.getForm().findField("ANSECT").getValue()==S.T,g.getForm().findField("ANSECT").getValue(),g.getForm().findField("ANTYPE").getValue());Ext.Ajax.request({url:S.b.h("PUI0003025.pgm"),method:"POST",params:{AMAID:l.get("AMID")},
1021
+ callback:function(n,m,o){S.data.i(o,function(p,r){g.getEl().unmask();if(p==false){if(r.heading==""){r.heading=pui.getLanguageText("runtimeMsg","unable to load macr var");S.b.g(r)}}else{for(var q,u,x,z=[],D=0,C=0;C<r.length;C++)if(z.indexOf(r[C].AMAVAR)==-1){q=g.getForm().findField("VAR"+D);u=g.getForm().findField("VARNAME"+D);D++;if(q!=null&&u!=null){x=q.getEl().up("div.x-form-element").prev();x.update(r[C].AMAVAR+":");u.enable();u.setValue(r[C].AMAVAR);q.enable();q.getEl().up("div.x-form-item").setDisplayed(true)}z.push(r[C].AMAVAR)}j.doLayout()}})}})}},
1022
+ invalid:function(){g.Ka(S.aa,g.getForm().findField("ANSECT").getValue()==S.T,g.getForm().findField("ANSECT").getValue(),g.getForm().findField("ANTYPE").getValue())}}}),new Ext.form.TextField({name:"ANDSPFLIB",fieldLabel:pui.getLanguageText("runtimeText","dspf program library"),width:230,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}),new Ext.form.TextField({name:"ANDSPFPGM",fieldLabel:pui.getLanguageText("runtimeText","dspf program"),width:230,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg",
1023
+ "required")}),new Ext.form.TextField({name:"ANPARM",fieldLabel:pui.getLanguageText("runtimeText","parameter"),width:230}),new Ext.form.TextField({name:"ANACTN",fieldLabel:pui.getLanguageText("runtimeText","url"),width:230,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}),new Ext.form.TextField({name:"ANPCCMD",fieldLabel:pui.getLanguageText("runtimeText","pc command"),width:230,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}),new Ext.form.TextField({name:"ANLAUNCHERCMD",
1024
+ fieldLabel:pui.getLanguageText("runtimeText","launcher command"),width:230,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}),new Ext.form.TextField({name:"ANGURL",fieldLabel:pui.getLanguageText("runtimeText","genie url"),width:230,allowBlank:true}),new Ext.form.TextField({name:"VAR0",fieldLabel:pui.getLanguageText("runtimeText","variable name x",[1]),width:230}),new Ext.form.TextField({name:"VAR1",fieldLabel:pui.getLanguageText("runtimeText","variable name x",[2]),width:230}),
1025
+ new Ext.form.TextField({name:"VAR2",fieldLabel:pui.getLanguageText("runtimeText","variable name x",[3]),width:230}),new Ext.form.TextField({name:"VAR3",fieldLabel:pui.getLanguageText("runtimeText","variable name x",[4]),width:230}),new Ext.form.TextField({name:"VAR4",fieldLabel:pui.getLanguageText("runtimeText","variable name x",[5]),width:230}),new Ext.form.Hidden({name:"VARNAME0"}),new Ext.form.Hidden({name:"VARNAME1"}),new Ext.form.Hidden({name:"VARNAME2"}),new Ext.form.Hidden({name:"VARNAME3"}),
1026
+ new Ext.form.Hidden({name:"VARNAME4"}),new Ext.form.ComboBox({hiddenName:"ANWINDOW",fieldLabel:pui.getLanguageText("runtimeText","open as"),width:230,mode:"local",editable:false,forceSelection:true,valueField:"value",displayField:"display",value:"0",triggerAction:"all",store:new Ext.data.ArrayStore({autoDestroy:true,fields:["value","display"],data:[["0",pui.getLanguageText("runtimeText","a tab in the portal")],["1",pui.getLanguageText("runtimeText","a new browser wind")]]})}),new Ext.form.Checkbox({fieldLabel:pui.getLanguageText("runtimeText",
1027
+ "opens once only"),name:"ANONCE",inputValue:"1"}),new Ext.form.TextField({name:"ANICON",fieldLabel:pui.getLanguageText("runtimeText","icon"),width:230}),new Ext.form.TextField({name:"ANKEYWORDS",fieldLabel:pui.getLanguageText("runtimeText","keywords"),width:230}),new Ext.form.Hidden({name:"ANSECT"})],buttonAlign:"left",buttons:[{text:pui.getLanguageText("runtimeText","update"),formBind:true,handler:function(){var i=g.getForm();i.isValid()==true&&i.submit()}}],keys:[{key:Ext.EventObject.ENTER,fn:function(i,
1028
+ l){var n=g.getForm();n.isValid()==true&&n.submit();l.stopEvent()}}],listeners:{beforeaction:function(i){g.baseParams.enc_ANKEYWORDS=pui.p.encode(i.findField("ANKEYWORDS").getValue());S.a.d.msg=pui.getLanguageText("runtimeMsg","saving");S.a.d.show()},actioncomplete:function(i){S.b.s(pui.getLanguageText("runtimeMsg","x updated",[pui.getLanguageText("runtimeText","item")]),function(){S.a.c.v.Y=true;var l=i.findField("ANSECT").getValue(),n;if(l==S.F||l==S.T)n=d;else if(l==S.la)n=e;l=n.getLoader();var m=
1029
+ n.getNodeById(i.findField("ANITEM").getValue());if(m!=null){var o=m.parentNode,p=m.id,r=m.isExpanded();l.load(o,function(){o.expand(false,true,function(){var q=n.getNodeById(p);if(q!=null){r&&q.expand();q.select()}})})}})},actionfailed:function(i,l){S.data.i(l.response,function(n,m){if(m.heading=="")m.heading=pui.getLanguageText("runtimeMsg","unable to update x",[pui.getLanguageText("runtimeText","item")]);S.a.d.hide();S.b.g(m)})},destroy:function(){g.cb()}},Ka:function(i,l,n,m){var o,p,r=["ANACTNTYPE",
1030
+ "ANACTN","ANPCCMD","ANLAUNCHERCMD","ANGACTN","ANGURL","ANDSPFLIB","ANDSPFPGM","ANONCE","ANWINDOW","ANICON","ANKEYWORDS","VAR0","VAR1","VAR2","VAR3","VAR4","VARNAME0","VARNAME1","VARNAME2","VARNAME3","VARNAME4","ANPARM"],q=["ANACTNTYPE","ANWINDOW","ANONCE","ANICON"],u=["ANACTNTYPE","ANICON"],x=["ANACTNTYPE"],z=["ANPCCMD"],D=["ANLAUNCHERCMD"],C=["ANACTN"],I=["ANGURL","ANGACTN"],A=["ANDSPFLIB","ANDSPFPGM","ANPARM"],y=null;for(o=0;o<r.length;o++){p=g.getForm().findField(r[o]);p.disable();p.clearInvalid();
1031
+ p.getXType()!="hidden"&&p.getEl().up("div.x-form-item").setDisplayed(false)}if(l)q=x;y=i==S.Qa?z.concat(u):i==S.za?C.concat(q):i==S.aa?I.concat(q):i==S.Oa?A.concat(q):i==S.Pa?D.concat(q):["ANICON"];if(y!=null)for(o=0;o<y.length;o++){p=g.getForm().findField(y[o]);p.enable();p.getXType()!="hidden"&&p.getEl().up("div.x-form-item").setDisplayed(true)}if(n===S.F&&m===S.O||n===S.la&&(m===S.ra||m===S.D)){p=g.getForm().findField("ANKEYWORDS");p.enable();p.getEl().up("div.x-form-item").setDisplayed(true)}g.getForm().clearInvalid();
1032
+ j.doLayout()},fc:function(i){g.S.length==0&&g.Va();var l=g.getForm(),n=l.findField("ANTYPE").store;if(i.attributes.ANSECT==S.la)n.loadData([[S.ra,pui.getLanguageText("runtimeText","button")],[S.A,pui.getLanguageText("runtimeText","pulldown menu")],[S.D,pui.getLanguageText("runtimeText","pulldown menu item")],[S.ba,pui.getLanguageText("runtimeText","separator bar")],[S.ba,pui.getLanguageText("runtimeText","spacer")],[S.ba,pui.getLanguageText("runtimeText","fill")]]);else if(i.attributes.ANSECT==S.F||
1033
+ i.attributes.ANSECT==S.T)n.loadData([[S.U,pui.getLanguageText("runtimeText","menu group")],[S.O,pui.getLanguageText("runtimeText","menu item")]]);var m;n=i.attributes.ANTYPE;if(n==S.O||n==S.ra||n==S.D)m=i.mb?S.za:i.attributes.ANACTNTYPE;g.Ka(m,i.attributes.ANSECT==S.T,i.attributes.ANSECT,i.attributes.ANTYPE);if(i.attributes.ANACTNTYPE==S.aa){m=0;for(n=[];i.attributes["VAR"+m]!=null;){if(n.indexOf(i.attributes["VARNAME"+m])==-1){g.getForm().findField("VAR"+m).enable();g.getForm().findField("VARNAME"+
1034
+ m).enable();g.getForm().findField("VAR"+m).getEl().up("div.x-form-element").prev().update(i.attributes["VARNAME"+m]+":");g.getForm().findField("VAR"+m).getEl().up("div.x-form-item").setDisplayed(true);n.push(i.attributes["VARNAME"+m])}m++}j.doLayout()}for(n=0;n<l.items.getCount();n++){m=l.items.itemAt(n);var o=m.getName();if(typeof i.attributes[o]!="undefined")if(m.getXType()=="combo"&&m.mode=="remote"){m.Ma=i.attributes[o];m.store.Q=m;m.store.addListener("load",function(){this.Q.setValue(this.Q.Ma);
1035
+ var r=this.findExact(this.Q.valueField,this.Q.Ma);this.Q.fireEvent("select",this.Q,this.getAt(r),r)},m.store,{single:"true"});m.store.load()}else{var p=i.attributes[o];if(o==="ANKEYWORDS")p=pui.p.decode(p);m.setValue(p);m.getXType()=="checkbox"&&m.fireEvent("check",m,m.getValue())}}if(i.mb){l.findField("ANTEXT").selectText();i.mb=false}else l.findField("ANTEXT").focus();l.clearInvalid()},Va:function(){var i;for(var l in S.k){i=g.find("name",l)[0];if(i==null)i=g.find("hiddenName",l)[0];if(i!=null&&
1036
+ i.getXType()!="hidden"){i=i.getEl().up("div.x-form-element").prev();Ext.QuickTips.register({target:i,title:pui.getLanguageText("runtimeText",S.k[l].title),text:pui.getLanguageText("runtimeText",S.k[l].text)});g.S.push(i)}}},cb:function(){for(var i=0;i<g.S.length;i++)Ext.QuickTips.unregister(g.S[i])}}),h=new Ext.grid.EditorGridPanel({region:"center",title:pui.getLanguageText("runtimeText","permissions"),loadMask:true,clicksToEdit:2,store:new Ext.data.Store({autoDestroy:true,proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003012.pgm"),
1037
+ method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["item","id","name","type","allow","profile"]}),listeners:{load:function(i){i.each(function(l){l.set("name",pui.p.decode(l.get("name")));l.commit()})},loadexception:function(i,l,n){S.data.i(n,function(m,o){if(o.heading=="")o.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","permissions")]);S.b.g(o)})}}}),columns:[{header:pui.getLanguageText("runtimeText","user/group name"),sortable:true,
1038
+ width:500,dataIndex:"name",renderer:function(i,l,n){if(n.get("type")=="0"){i=pui.getLanguageText("runtimeText","all users groups");l.attr='style="font-style:italic;color:gray;"'}return i},editor:new Ext.form.ComboBox({mode:"remote",editable:true,forceSelection:true,minChars:0,displayField:"name",valueField:"id",store:new Ext.data.Store({autoDestroy:true,proxy:new Ext.data.HttpProxy({method:"POST",url:S.b.h("PUI0003013.pgm")}),reader:new Ext.data.JsonReader({root:"data",fields:["name","id","type"]}),
1039
+ listeners:{load:function(i){i.each(function(l){l.set("name",pui.p.decode(l.get("name")));l.commit()})}}}),triggerAction:"all",tpl:new Ext.XTemplate('<tpl for="."><div class="search-item">','<span class="search-column1" style="width: 400px;"><span style="font-weight:bold;">Name:&nbsp;&nbsp;&nbsp;</span>{name}</span>','<span class="search-column2"><span style="font-weight:bold;">Type:&nbsp;&nbsp;&nbsp;</span>{type}</span>',"</div></tpl>"),itemSelector:"div.search-item",listeners:{beforequery:function(i){i.query=
1040
+ pui.p.encode(i.query.toUpperCase())}}})},{header:pui.getLanguageText("runtimeText","type"),sortable:true,width:80,dataIndex:"type",renderer:function(i){if(i=="0")i="";else if(i=="1")i=pui.getLanguageText("runtimeText","group");else if(i=="2")i=pui.getLanguageText("runtimeText","user");return i}},{header:pui.getLanguageText("runtimeText","access"),sortable:true,dataIndex:"allow",renderer:function(i,l){var n,m;if(i=="1"){n=pui.getLanguageText("runtimeText","allow");m="green"}else{n=pui.getLanguageText("runtimeText",
1041
+ "disallow");m="red"}l.attr='style="color:'+m+';"';return n},editor:new Ext.form.ComboBox({mode:"local",editable:false,forceSelection:true,displayField:"display",valueField:"value",store:new Ext.data.ArrayStore({fields:["value","display"],data:[["0",pui.getLanguageText("runtimeText","disallow")],["1",pui.getLanguageText("runtimeText","allow")]]}),triggerAction:"all"})},{header:pui.getLanguageText("runtimeText","user profile"),sortable:true,dataIndex:"profile",width:200}],tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText",
1042
+ "add"),icon:S.f+"add.png",handler:function(){S.a.c.m.Mc(h)}},{text:pui.getLanguageText("runtimeText","delete"),disabled:true,icon:S.f+"delete_circle.png",handler:function(){var i=pui.getLanguageText("runtimeMsg","confirm del sel x",[pui.getLanguageText("runtimeMsg","permission settings")]);Ext.MessageBox.confirm(pui.getLanguageText("runtimeMsg","confirm delete"),i,function(l){l=="yes"&&S.a.c.m.vd(h.getSelectionModel().getSelections(),h.getStore())})}}]}),selModel:new Ext.grid.RowSelectionModel({listeners:{selectionchange:function(i){i=
1043
+ i.getSelections();var l=h.getTopToolbar().items.itemAt(1);if(i.length==0)l.disable();else{for(var n=false,m=0;m<i.length;m++)if(i[m].get("type")=="0"){n=true;break}n?l.disable():l.enable()}}}}),listeners:{beforeedit:function(i){if(i.field=="name"&&i.record.get("id")=="0")i.cancel=true},afteredit:function(i){var l=i.record,n=i.value;Ext.Ajax.request({url:S.b.h("PUI0003014.pgm"),params:{mode:"update",item:l.get("item"),id:l.get("id"),allow:l.get("allow"),newId:i.field=="name"?n:""},callback:function(m,
1044
+ o,p){S.data.i(p,function(r,q){if(r==false){if(q.heading=="")q.heading=pui.getLanguageText("runtimeMsg","unable to update x",[pui.getLanguageText("runtimeText","permissions")]);S.b.g(q,function(){h.getStore().rejectChanges()})}else{h.getStore().commitChanges();h.getStore().reload();S.a.c.v.Y=true}})}})}}}),j=new Ext.Panel({layout:"border",items:[g,h],border:false}),k=new Ext.Panel({layout:"fit",region:"center",border:false,html:'<div style="margin: 10px;">'+pui.getLanguageText("runtimeMsg","choose a nav or toolbar")+
1045
+ "</div>"});return new Ext.Panel({title:pui.getLanguageText("runtimeText","navigation"),layout:"border",items:[f,k]})};
1046
+ S.a.c.m.addItem=function(c,a){S.a.d.msg=pui.getLanguageText("runtimeMsg","adding x",[pui.getLanguageText("runtimeText","navigation item")]);S.a.d.show();var d=c.getOwnerTree(),e;e=(c.attributes.ANSECT==S.F||c.attributes.ANSECT==S.T)&&c.parentNode==d.getRootNode()?"0":c.id;Ext.Ajax.request({url:S.b.h("PUI0003011.pgm"),params:{mode:"add",parent:e,section:c.attributes.ANSECT,itemType:a},callback:function(f,g,h){S.data.i(h,function(j,k){function i(){var n=c.findChild("ANITEM",k.ANITEM);n.mb=true;n.select()}
1047
+ if(j==false){var l=k;if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to add x",[pui.getLanguageText("runtimeText","navigation item")]);S.a.d.hide();S.b.g(l)}else{S.a.d.hide();S.a.c.v.Y=true;c.isLoaded()==true?d.loader.load(c,function(){c.expand(false,true,i)}):c.expand(false,true,i)}})}})};
1048
+ S.a.c.m.Sb=function(c){var a=pui.getLanguageText("runtimeMsg","confirm del sel x",[pui.getLanguageText("runtimeText","item")]);c.leaf||(a+=" "+pui.getLanguageText("runtimeMsg","any child items will"));Ext.MessageBox.confirm(pui.getLanguageText("runtimeMsg","confirm delete"),a,function(d){d=="yes"&&S.a.c.m.rd(c)})};
1049
+ S.a.c.m.rd=function(c){S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[pui.getLanguageText("runtimeText","item")]);S.a.d.show();var a=c.getOwnerTree().getLoader(),d=c.parentNode;Ext.Ajax.request({url:S.b.h("PUI0003011.pgm"),params:{mode:"delete",id:c.id},callback:function(e,f,g){S.data.i(g,function(h,j){if(h==false){if(j.heading=="")j.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[pui.getLanguageText("runtimeText","item")]);S.a.d.hide();S.b.g(j)}else{S.a.d.hide();S.a.c.v.Y=
1050
+ true;S.b.s(pui.getLanguageText("runtimeMsg","x deleted",[pui.getLanguageText("runtimeText","item")]),function(){a.load(d,function(){d.expand()})})}})}})};
1051
+ S.a.c.m.Mc=function(c){function a(){var f=c.getStore().getAt(0).get("item"),g=d.getSelectionModel().getSelected().get("id");if(c.getStore().findExact("id",g)!=-1){f=d.getSelectionModel().getSelected().get("name");S.b.g(pui.getLanguageText("runtimeMsg","x is already in list",[f]),function(){d.getGridEl().focus()})}else{S.a.d.msg=pui.getLanguageText("runtimeMsg","adding x",[pui.getLanguageText("runtimeText","permissions")]);S.a.d.show();Ext.Ajax.request({url:S.b.h("PUI0003014.pgm"),params:{mode:"add",
1052
+ item:f,id:g,allow:"1"},callback:function(h,j,k){S.a.d.hide();S.data.i(k,function(i,l){if(i==false){if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to add x",[pui.getLanguageText("runtimeText","permissions")]);S.b.g(l,function(){d.getGridEl().focus()})}else{e.close();S.a.c.v.Y=true;S.b.s(pui.getLanguageText("runtimeMsg","x added",[pui.getLanguageText("runtimeText","permissions")]),function(){c.getStore().reload()})}})}})}}var d=new Ext.grid.GridPanel({loadMask:true,store:new Ext.data.Store({autoDestroy:true,
1053
+ autoLoad:true,proxy:new Ext.data.HttpProxy({method:"POST",url:S.b.h("PUI0003013.pgm")}),reader:new Ext.data.JsonReader({root:"data",fields:["name","type","id","profile"]}),listeners:{loadexception:function(f,g,h){S.data.i(h,function(j,k){var i=pui.getLanguageText("runtimeText","users")+"/"+pui.getLanguageText("runtimeText","groups");if(k.heading=="")k.heading=pui.getLanguageText("runtimeMsg","unable to load x",[i]);S.b.g(k,function(){e.close()})})},load:function(f){if(f.getCount()>0){f.each(function(g){g.set("name",
1054
+ pui.p.decode(g.get("name")));g.commit()});d.getSelectionModel().selectFirstRow();d.getGridEl().focus()}}}}),columns:[{header:pui.getLanguageText("runtimeText","user/group name"),sortable:true,width:600,dataIndex:"name"},{header:pui.getLanguageText("runtimeText","type"),sortable:true,dataIndex:"type"},{header:pui.getLanguageText("runtimeText","user profile"),width:200,sortable:true,dataIndex:"profile"}],selModel:new Ext.grid.RowSelectionModel({singleSelect:true,listeners:{selectionchange:function(f){var g=
1055
+ d.getTopToolbar().items.itemAt(0);f.getSelections().length==1?g.enable():g.disable()}}}),tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","select"),icon:S.f+"arrow_right.png",disabled:true,handler:a}]}),keys:[{key:Ext.EventObject.ENTER,fn:function(f,g){d.getSelectionModel().getSelections().length==1&&a();g.stopEvent()}}],listeners:{rowdblclick:function(f,g,h){d.getSelectionModel().getSelections().length==1&&a();h.stopEvent()}}}),e=new Ext.Window({title:pui.getLanguageText("runtimeText",
1056
+ "add usrgrp perm"),modal:true,maximized:true,resizable:true,layout:"fit",items:[d],buttonAlign:"right",buttons:[{text:pui.getLanguageText("runtimeText","close"),handler:function(){e.close()}}]});e.show()};
1057
+ S.a.c.m.vd=function(c,a){var d={};d.mode="delete";for(var e=0;e<c.length;e++){d["item"+(e+1)]=c[e].get("item");d["id"+(e+1)]=c[e].get("id")}S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[pui.getLanguageText("runtimeText","permissions")]);S.a.d.show();Ext.Ajax.request({url:S.b.h("PUI0003014.pgm"),params:d,callback:function(f,g,h){S.a.d.hide();S.data.i(h,function(j,k){if(j==false){if(k.heading=="")k.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[pui.getLanguageText("runtimeText",
1058
+ "permissions")]);S.b.g(k,function(){a.reload()})}else{S.a.c.v.Y=true;S.b.s(pui.getLanguageText("runtimeMsg","x deleted",[pui.getLanguageText("runtimeText","permissions")]),function(){a.reload()})}})}})};
1059
+ S.a.c.m.nc=function(c,a,d,e){a={};a.mode="reorder";a.parent=e.attributes.ANSECT==S.F&&e.parentNode==c.getRootNode()?"0":e.id;for(d=0;d<e.childNodes.length;d++)a["child"+(d+1)]=e.childNodes[d].id;Ext.Ajax.request({url:S.b.h("PUI0003011.pgm"),params:a,callback:function(f,g,h){S.data.i(h,function(j,k){if(j==false){if(k.heading=="")k.heading=pui.getLanguageText("runtimeMsg","unable to reorder items");S.b.g(k,function(){c.getLoader().load(c.getRootNode(),function(){c.getRootNode().expand()})})}else S.a.c.v.Y=
1060
+ true})}})};S.ia="0";S.Eb="1";S.N="+";S.Ra="5";S.Db="0";S.Aa="1";S.ja="2";S.Sa="3";S.Fb="4";S.Cb="5";
1061
+ S.a.c.j.create=function(){var c=new Ext.tree.TreePanel({title:pui.getLanguageText("runtimeText","screens"),split:true,collapsible:false,animCollapse:false,autoScroll:true,flex:1,root:new Ext.tree.AsyncTreeNode({text:pui.getLanguageText("runtimeText","screens"),expandable:true,expanded:true}),loader:new Ext.tree.TreeLoader({url:S.b.h("PUI0003017.PGM"),baseParams:{tree:"1"},baseAttrs:{icon:S.f+"application_form.png",listeners:{contextmenu:function(m,o){m.isSelected()==false&&m.select();(new Ext.menu.Menu({items:[{text:pui.getLanguageText("runtimeText",
1062
+ "rename"),icon:S.f+"textfield_rename.png",handler:function(){d.triggerEdit(m)}},{text:pui.getLanguageText("runtimeText","delete"),icon:S.f+"delete_circle.png",handler:function(){S.a.c.j.Ub(c.getSelectionModel().getSelectedNodes())}}]})).showAt(o.getXY())}}}}),tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),icon:S.f+"add.png",cls:"x-btn-text-icon",handler:function(){S.a.c.j.Nc(c)}},{text:pui.getLanguageText("runtimeText","delete"),disabled:true,icon:S.f+"delete_circle.png",
1063
+ cls:"x-btn-text-icon",handler:function(){S.a.c.j.Ub(c.getSelectionModel().getSelectedNodes())}},new Ext.Toolbar.Fill,{icon:S.f+"arrow_refresh.png",handler:function(){c.getLoader().load(c.getRootNode(),function(){c.getRootNode().expand()})}}]}),selModel:new Ext.tree.MultiSelectionModel({listeners:{selectionchange:function(m,o){o.length>0&&e.getSelectionModel().clearSelections();var p=c.getTopToolbar().items.itemAt(1);c.getRootNode().isSelected()||o.length==0?p.disable():p.enable();if(c.getRootNode().isSelected()==
1064
+ false&&o.length==1){n.getLayout().setActiveItem(1);j.getStore().load({params:{ASID:o[0].id}})}else n.getLayout().setActiveItem(0)}}}),listeners:{beforecollapse:function(m){delete m.flex},collapse:function(){h.doLayout()},beforeexpand:function(m){m.flex=1},expand:function(){h.doLayout()}}}),a=new Ext.form.TextField,d=new Ext.tree.TreeEditor(c,a,{ignoreNoChange:true,listeners:{beforecomplete:function(m,o){if(Ext.util.Format.trim(o)=="")return false;for(var p=c.getRootNode().childNodes,r=0;r<p.length;r++)if(p[r].text.toUpperCase()==
1065
+ o.toUpperCase()){S.b.g(pui.getLanguageText("runtimeMsg","screen already defined",[o]),function(){a.focus()});return false}},complete:function(m,o){S.a.c.j.ce(d.editNode,o)}}}),e=new Ext.tree.TreePanel({title:pui.getLanguageText("runtimeText","macros"),split:true,collapsible:false,animCollapse:false,autoScroll:true,flex:1,root:new Ext.tree.AsyncTreeNode({text:pui.getLanguageText("runtimeText","macros"),expandable:true,expanded:true}),loader:new Ext.tree.TreeLoader({url:S.b.h("PUI0003021.pgm"),baseParams:{tree:"1"},
1066
+ baseAttrs:{icon:S.f+"script.png",listeners:{contextmenu:function(m,o){m.isSelected()==false&&m.select();(new Ext.menu.Menu({items:[{text:pui.getLanguageText("runtimeText","rename"),icon:S.f+"textfield_rename.png",handler:function(){g.triggerEdit(m)}},{text:pui.getLanguageText("runtimeText","delete"),icon:S.f+"delete_circle.png",handler:function(){S.a.c.j.Tb(e.getSelectionModel().getSelectedNodes())}}]})).showAt(o.getXY())}}}}),tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),
1067
+ icon:S.f+"add.png",cls:"x-btn-text-icon",handler:function(){S.a.c.j.Kc(e)}},{text:pui.getLanguageText("runtimeText","delete"),disabled:true,icon:S.f+"delete_circle.png",cls:"x-btn-text-icon",handler:function(){S.a.c.j.Tb(e.getSelectionModel().getSelectedNodes())}},new Ext.Toolbar.Fill,{icon:S.f+"arrow_refresh.png",handler:function(){e.getLoader().load(e.getRootNode(),function(){e.getRootNode().expand()})}}]}),selModel:new Ext.tree.MultiSelectionModel({listeners:{selectionchange:function(m,o){o.length>
1068
+ 0&&c.getSelectionModel().clearSelections();var p=e.getTopToolbar().items.itemAt(1);e.getRootNode().isSelected()||o.length==0?p.disable():p.enable();if(e.getRootNode().isSelected()==false&&o.length==1){n.getLayout().setActiveItem(2);i.getStore().load({params:{AMID:o[0].id}})}else n.getLayout().setActiveItem(0)}}}),listeners:{beforecollapse:function(m){delete m.flex},collapse:function(){h.doLayout()},beforeexpand:function(m){m.flex=1},expand:function(){h.doLayout()}}}),f=new Ext.form.TextField,g=new Ext.tree.TreeEditor(e,
1069
+ f,{ignoreNoChange:true,listeners:{beforecomplete:function(m,o){if(Ext.util.Format.trim(o)=="")return false;for(var p=e.getRootNode().childNodes,r=0;r<p.length;r++)if(p[r].text.toUpperCase()==o.toUpperCase()){S.b.g(pui.getLanguageText("runtimeMsg","macro already defined",[o]),function(){f.focus()});return false}},complete:function(m,o){S.a.c.j.be(g.editNode,o)}}}),h=new Ext.Panel({region:"west",layout:"vbox",layoutConfig:{align:"stretch"},width:200,border:false,split:true,collapsible:true,items:[c,
1070
+ e]}),j=new Ext.grid.EditorGridPanel({title:pui.getLanguageText("runtimeText","screen ids"),region:"center",enableHdMenu:false,enableColumnMove:false,stripeRows:true,loadMask:true,viewConfig:{emptyText:pui.getLanguageText("runtimeMsg","no screen ids"),deferEmptyText:true},columns:[{header:pui.getLanguageText("runtimeText","field row"),dataIndex:"AIROW",width:80,editor:new Ext.form.NumberField({autoCreate:{tag:"input",type:"text",q:"off",maxlength:2},width:70,minValue:1,maxValue:27,allowBlank:false,
1071
+ blankText:pui.getLanguageText("runtimeMsg","required"),allowDecimals:false,allowNegative:false}),sortable:true},{header:pui.getLanguageText("runtimeText","field column"),dataIndex:"AICOL",width:80,editor:new Ext.form.NumberField({autoCreate:{tag:"input",type:"text",q:"off",maxlength:3},width:70,minValue:0,maxValue:131,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),allowDecimals:false,allowNegative:false}),sortable:true},{header:pui.getLanguageText("runtimeText","value"),dataIndex:"AIVALUE",
1072
+ width:500,editor:new Ext.form.TextField({allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")}),sortable:true}],store:new Ext.data.Store({autoDestroy:true,proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003018.pgm"),method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["AIIDENID","AIROW","AICOL","AIVALUE"]}),listeners:{loadexception:function(m,o,p){S.data.i(p,function(r,q){j.getStore().removeAll();if(q.heading=="")q.heading=pui.getLanguageText("runtimeMsg","unable to load x",
1073
+ [pui.getLanguageText("runtimeText","screen ids")]);S.b.g(q)})}}}),tbar:new Ext.Toolbar({items:[{text:pui.getLanguageText("runtimeText","add"),icon:S.f+"add.png",cls:"x-btn-text-icon",handler:function(){var m=j.getStore().lastOptions.params.ASID;S.a.c.j.Jc(m,j)}},{text:pui.getLanguageText("runtimeText","delete"),disabled:true,icon:S.f+"delete_circle.png",cls:"x-btn-text-icon",handler:function(){var m=j.getSelectionModel(),o=pui.getLanguageText("runtimeText","screen id");if(m.getSelections().length>
1074
+ 1)o=pui.getLanguageText("runtimeText","screen ids");m=pui.getLanguageText("runtimeMsg","confirm del sel x",[o]);Ext.MessageBox.confirm(pui.getLanguageText("runtimeMsg","confirm delete"),m,function(p){p=="yes"&&S.a.c.j.qd(j)})}}]}),selModel:new Ext.grid.RowSelectionModel({listeners:{selectionchange:function(m){var o=j.getTopToolbar().items.itemAt(1);m.getSelections().length>0?o.enable():o.disable()}}}),listeners:{afteredit:function(m){S.a.c.j.Dd(m.record,m.grid)}}}),k=new Ext.Panel({layout:"fit",border:false,
1075
+ items:[j]}),i=new Ext.grid.GridPanel({id:"Atrium-macroGroupGrid",title:pui.getLanguageText("runtimeText","actions"),region:"center",hideHeaders:true,loadMask:true,stripeRows:true,autoExpandColumn:"actionText",colModel:new Ext.grid.ColumnModel({columns:[{xtype:"actioncolumn",dataIndex:"deleteIcon",width:26,icon:S.f+"action_delete.png",tooltip:pui.getLanguageText("runtimeText","delete x",[pui.getLanguageText("runtimeText","action")]),handler:function(m,o){var p=m.getStore().getAt(o);S.a.c.j.sd(m,p)},
1076
+ getClass:function(m,o,p){if(p.get("AMAACTN")==="")return"x-hide-display"}},{xtype:"actioncolumn",dataIndex:"editIcon",width:26,icon:S.f+"change.png",tooltip:pui.getLanguageText("runtimeText","edit x",[pui.getLanguageText("runtimeText","action")]),handler:function(m,o){var p=m.getStore().getAt(o);i.getSelectionModel().selectRow(o);S.a.c.j.Jb(m,p)},getClass:function(m,o,p){if(p.get("AMAACTN")==="")return"x-hide-display";return""}},{header:pui.getLanguageText("runtimeText","screen"),dataIndex:"AMSSCRNSEQ",
1077
+ groupRenderer:function(m,o,p,r,q,u){r=u.data.items.filter(function(x){return x.json.AMSSCRNSEQ===m});o=0;if(r.length>1)o=r.length;else if(r[0].json.AMAACTNSEQ)o=1;r=p.get("AMSONCE")==1;return p.get("AMSSCRNSEQ")+" - "+p.get("ASNAME")+" ("+o+" "+pui.getLanguageText("runtimeText",o===1?"action":"actions")+") "+(r?pui.getLanguageText("runtimeText","detect once"):"")}},{id:"actionText",header:"Action",dataIndex:"actionText",renderer:function(m,o,p,r,q,u){var x=p.get("AMAACTN");m=p.get("AMAVARTYPE");q=
1078
+ p.get("AMAVAR");var z=p.get("AMAROW"),D=p.get("AMACOL");p=p.get("AMSSCRNSEQ");if(x==="")return pui.getLanguageText("runtimeMsg","ready to add");if(r>0){r=u.getAt(r-1);if(r.get("AMSSCRNSEQ")===p&&r.get("AMAACTN")===x&&r.get("AMAROW")===z&&r.get("AMACOL")===D){o.attr='style="color:red;"';return pui.getLanguageText("runtimeMsg","duplicate actions")}}var C;if(x==S.ia)C=m==S.Aa?pui.getLanguageText("runtimeMsg","msg action input var",[q,z,D]):m==S.ja?pui.getLanguageText("runtimeMsg","msg action input user",
1079
+ [z,D]):m==S.Sa?pui.getLanguageText("runtimeMsg","msg action input js",[q,z,D]):pui.getLanguageText("runtimeMsg","msg action input other",[q,z,D]);else if(x==S.N){o=pui.getLanguageText("runtimeText","msg action selected");C=pui.getLanguageText("runtimeText","msg action deselected");C=pui.getLanguageText("runtimeText","msg action selection choice",[z,D,q,m==S.Cb?C:o])}else if(x==S.Eb)C=m==S.Aa?pui.getLanguageText("runtimeMsg","msg presskey var",[q]):pui.getLanguageText("runtimeMsg","msg presskey other",
1080
+ [q.toUpperCase()]);else if(x==S.Ra)C=pui.getLanguageText("runtimeText","close browser wintab");return C}}]}),view:new Ext.grid.GroupingView({forceFit:false,emptyText:pui.getLanguageText("runtimeMsg","no actions"),headersDisabled:true,hideGroupedColumn:true}),store:new Ext.data.GroupingStore({autoDestroy:true,proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003023.pgm"),method:"POST"}),reader:new Ext.data.JsonReader({root:"data",fields:["AMSID","AMSSCRNSEQ","AMSSCRNID","AMSONCE","ASNAME","AMAACTNSEQ",
1081
+ "AMAACTN","AMAROW","AMACOL","AMAVARTYPE","AMAVAR"]}),listeners:{loadexception:function(m,o,p){S.data.i(p,function(r,q){i.getStore().removeAll();if(q.heading=="")q.heading=pui.getLanguageText("runtimeMsg","unable to load macr act");S.b.g(q)})},load:function(m){if(m.getCount()>0){var o=i.getSelectionModel();if(m.M==null)o.selectFirstRow();else{var p=m.find("AMSSCRNSEQ",m.M);p=m.getAt(p);p!=null&&o.selectRecords(Array(p));m.M=null}}}},groupField:"AMSSCRNSEQ"}),tbar:new Ext.Toolbar({items:[{itemId:"addscr",
1082
+ text:pui.getLanguageText("runtimeText","add x",[pui.getLanguageText("runtimeText","screen")]),icon:S.f+"application_form_add.png",cls:"x-btn-text-icon",handler:function(){S.a.c.j.Lc(i)}},{itemId:"dltscr",text:pui.getLanguageText("runtimeText","delete screen"),icon:S.f+"application_form_delete.png",cls:"x-btn-text-icon",handler:function(){var m=pui.getLanguageText("runtimeMsg","msg del scrn from macro");Ext.MessageBox.confirm(pui.getLanguageText("runtimeMsg","confirm delete"),m,function(o){o=="yes"&&
1083
+ S.a.c.j.td(i)})},disabled:true},{id:"btnDetectOnceChk",text:S.a.c.j.gb(false),icon:S.f+"crosshairs.svg",cls:"x-btn-text-icon",handler:function(){S.a.c.j.pe(i)},disabled:true},{itemId:"moveu",text:pui.getLanguageText("runtimeText","move up"),icon:S.f+"arrow_up.png",cls:"x-btn-text-icon",handler:function(){S.a.c.j.gc("UP",i.getSelectionModel().getSelections()[0])},disabled:true},{itemId:"moved",text:pui.getLanguageText("runtimeText","move down"),icon:S.f+"arrow_down.png",cls:"x-btn-text-icon",handler:function(){S.a.c.j.gc("DOWN",
1084
+ i.getSelectionModel().getSelections()[0])},disabled:true},{itemId:"collapse",text:pui.getLanguageText("runtimeText","collapseAll"),icon:S.f+"collapseall.gif",cls:"x-btn-text-icon",handler:function(){i.getSelectionModel().clearSelections();i.getView().collapseAllGroups()},disabled:true},{itemId:"expand",text:pui.getLanguageText("runtimeText","expandAll"),icon:S.f+"expandall.gif",cls:"x-btn-text-icon",handler:function(){i.getView().expandAllGroups()},disabled:true},{xtype:"tbspacer",width:15},"-",{xtype:"tbspacer",
1085
+ width:15},{itemId:"addact",text:pui.getLanguageText("runtimeText","add x",[pui.getLanguageText("runtimeText","action")]),icon:S.f+"script_add.png",cls:"x-btn-text-icon",handler:function(){S.a.c.j.Jb(i)},disabled:true},"->",{icon:S.f+"arrow_refresh.png",cls:"x-btn-text-icon",handler:function(){i.getStore().reload()}}]}),selModel:new Ext.grid.RowSelectionModel({listeners:{selectionchange:function(m){for(var o=i.getTopToolbar(),p=o.getComponent("dltscr"),r=m.getSelections(),q=r.map(function(y){return y.data.AMSSCRNSEQ}),
1086
+ u=[],x=0;x<q.length;x++)u.indexOf(q[x])===-1&&u.push(q[x]);u.length>0?p.enable():p.disable();p=o.getComponent("addact");x=o.getComponent("moveu");var z=o.getComponent("moved"),D=o.getComponent("collapse");o=o.getComponent("expand");m=m.grid.getStore();var C=m.getCount();if(C>0){var I=m.getAt(0).get("AMSSCRNSEQ"),A=m.getAt(C-1).get("AMSSCRNSEQ");D.enable();o.enable()}else{D.disable();o.disable()}if(C>0&&u.length===1){p.enable();r[0].data.AMSSCRNSEQ===I?x.disable():x.enable();r[0].data.AMSSCRNSEQ===
1087
+ A?z.disable():z.enable()}else{p.disable();x.disable();z.disable()}u=Ext.getCmp("btnDetectOnceChk");if(q.length==0){u.disable();u.setText(S.a.c.j.gb(false))}else{u.enable();u.setText(S.a.c.j.gb(r[0].data.AMSONCE=="1"))}},rowselect:function(m,o,p){p=p.get("AMSSCRNSEQ");var r=m.grid.getStore().findExact("AMSSCRNSEQ",p),q=m.grid.getStore().getCount();for(o=o+1;o<q;o++){var u=m.grid.getStore().getAt(o);if(p!==u.get("AMSSCRNSEQ")){q=o-1;break}}m.suspendEvents();m.selectRange(r,q,true);m.resumeEvents()},
1088
+ rowdeselect:function(m,o,p){p=p.get("AMSSCRNSEQ");var r=m.grid.getStore().find("AMSSCRNSEQ",p),q=m.grid.getStore().getCount();for(o=o+1;o<q;o++){var u=m.grid.getStore().getAt(o);if(p!==u.get("AMSSCRNSEQ")){q=o-1;break}}m.suspendEvents();m.deselectRange(r,q);m.resumeEvents()}}})}),l=new Ext.Panel({layout:"fit",border:false,items:[i]}),n=new Ext.Panel({layout:"card",region:"center",border:false,activeItem:0,items:[{border:false,html:'<div style="margin: 10px;">'+pui.getLanguageText("runtimeMsg","choose scrn macro")+
1089
+ "</div>"},k,l]});return new Ext.Panel({title:pui.getLanguageText("runtimeText","genie macros"),layout:"border",items:[h,n]})};
1090
+ S.a.c.j.Nc=function(c){var a=new Ext.form.FormPanel({autoHeight:true,labelWidth:80,bodyStyle:"padding: 10px 0px 10px 10px",width:320,defaults:{msgTarget:"side"},monitorValid:true,items:[new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText","screen name"),name:"ASNAME",width:200,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")})],buttonAlign:"right",buttons:[{text:pui.getLanguageText("runtimeText","add"),formBind:true,handler:function(){a.getForm().isValid()==
1091
+ true&&a.getForm().submit()}},{text:pui.getLanguageText("runtimeText","cancel"),handler:function(){d.close()}}],keys:[{key:Ext.EventObject.ENTER,fn:function(e,f){if(a.getForm().isValid()==true){a.getForm().submit();f.stopEvent()}}}],listeners:{beforeaction:function(e){var f=pui.getLanguageText("runtimeText","screen");S.a.d.msg=pui.getLanguageText("runtimeMsg","adding x",[f]);S.a.d.show();var g=e.findField("ASNAME");Ext.Ajax.request({url:S.b.h("PUI0003019.pgm"),method:"POST",params:{mode:"add",ASNAME:g.getValue()},
1092
+ callback:function(h,j,k){S.data.i(k,function(i,l){S.a.d.hide();if(i==false){if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to add x",[f]);S.b.g(l,function(){g.focus()})}else{d.close();S.b.s(pui.getLanguageText("runtimeMsg","x added",[f]),function(){c.getLoader().load(c.getRootNode(),function(){c.getRootNode().expand(false,true,function(){var n=c.getNodeById(l.ASID);n!=null&&n.select()})})})}})}});return false}}}),d=new Ext.Window({title:pui.getLanguageText("runtimeText","add x",
1093
+ [pui.getLanguageText("runtimeText","screen")]),layout:"fit",modal:true,resizable:false,maximizable:false,autoHeight:true,items:[a],listeners:{show:function(){var e=a.getForm().items.itemAt(0);e.focus.defer(250,e)}}});d.show()};
1094
+ S.a.c.j.Ub=function(c){for(var a=pui.getLanguageText("runtimeMsg","confirm del sel x",[pui.getLanguageText("runtimeText","screens")])+"<br /><br />",d=0;d<c.length;d++){if(d!=0)a+="<br />";a+='<span style="font-weight:bold;">'+c[d].text+"</span>"}Ext.MessageBox.confirm(pui.getLanguageText("runtimeMsg","confirm delete"),a,function(e){e=="yes"&&S.a.c.j.wd(c)})};
1095
+ S.a.c.j.wd=function(c){var a=c.length>1?pui.getLanguageText("runtimeText","screens"):pui.getLanguageText("runtimeText","screen");S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[a]);S.a.d.show();for(var d={mode:"delete"},e=0;e<c.length;e++)d["ASID"+(e+1)]=c[e].id;Ext.Ajax.request({url:S.b.h("PUI0003019.pgm"),method:"POST",params:d,callback:function(f,g,h){S.data.i(h,function(j,k){S.a.d.hide();if(j==false){if(k.heading=="")k.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[a]);
1096
+ S.b.g(k)}else{a=c.length>1?pui.getLanguageText("runtimeText","screens"):pui.getLanguageText("runtimeText","screen");S.b.s(pui.getLanguageText("runtimeMsg","x deleted",[a]),function(){var i=c[0].getOwnerTree();i.getSelectionModel().clearSelections();i.getLoader().load(i.getRootNode(),function(){i.getRootNode().expand()})})}})}})};
1097
+ S.a.c.j.ce=function(c,a){Ext.Ajax.request({url:S.b.h("PUI0003019.pgm"),method:"POST",params:{mode:"edit",ASID:c.id,ASNAME:a},callback:function(d,e,f){S.data.i(f,function(g,h){if(g==false){if(h.heading=="")h.heading=pui.getLanguageText("runtimeMsg","unable to rename x",[pui.getLanguageText("runtimeText","screen")]);S.b.g(h)}})}})};
1098
+ S.a.c.j.Jc=function(c,a){var d=new Ext.form.FormPanel({autoHeight:true,labelWidth:80,bodyStyle:"padding: 10px 0px 10px 10px",width:320,defaults:{msgTarget:"side"},monitorValid:true,items:[new Ext.form.NumberField({fieldLabel:pui.getLanguageText("runtimeText","field row"),name:"AIROW",autoCreate:{tag:"input",type:"text",q:"off",maxlength:2},width:70,minValue:1,maxValue:27,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),allowDecimals:false,allowNegative:false}),new Ext.form.NumberField({fieldLabel:pui.getLanguageText("runtimeText",
1099
+ "field column"),name:"AICOL",autoCreate:{tag:"input",type:"text",q:"off",maxlength:3},width:70,minValue:0,maxValue:131,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),allowDecimals:false,allowNegative:false}),new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText","field value"),name:"AIVALUE",width:200,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")})],buttonAlign:"right",buttons:[{text:pui.getLanguageText("runtimeText","add"),formBind:true,
1100
+ handler:function(){d.getForm().isValid()==true&&d.getForm().submit()}},{text:pui.getLanguageText("runtimeText","cancel"),handler:function(){e.close()}}],keys:[{key:Ext.EventObject.ENTER,fn:function(f,g){if(d.getForm().isValid()==true){d.getForm().submit();g.stopEvent()}}}],listeners:{beforeaction:function(){var f=pui.getLanguageText("runtimeText","identifier");S.a.d.msg=pui.getLanguageText("runtimeMsg","adding x",[f]);S.a.d.show();Ext.Ajax.request({url:S.b.h("PUI0003020.pgm"),method:"POST",params:{mode:"add",
1101
+ ASID:c,AIROW:d.getForm().findField("AIROW").getValue(),AICOL:d.getForm().findField("AICOL").getValue(),AIVALUE:d.getForm().findField("AIVALUE").getValue()},callback:function(g,h,j){S.data.i(j,function(k,i){S.a.d.hide();if(k==false){if(i.heading=="")i.heading=pui.getLanguageText("runtimeMsg","unable to add x",[f]);S.b.g(i,function(){d.getForm().findField("AIROW").focus()})}else{e.close();S.b.s(pui.getLanguageText("runtimeMsg","x added",[f]),function(){a.getStore().reload()})}})}});return false}}}),
1102
+ e=new Ext.Window({title:pui.getLanguageText("runtimeText","add x",[pui.getLanguageText("runtimeText","screen id")]),layout:"fit",modal:true,resizable:false,maximizable:false,autoHeight:true,items:[d],listeners:{show:function(){var f=d.getForm().items.itemAt(0);f.focus.defer(250,f)}}});e.show()};
1103
+ S.a.c.j.qd=function(c){var a=c.getSelectionModel().getSelections(),d=a.length>1?pui.getLanguageText("runtimeText","identifiers"):pui.getLanguageText("runtimeText","identifier");S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[d]);S.a.d.show();for(var e={mode:"delete",AISCRNID:c.getStore().lastOptions.params.ASID},f=0;f<a.length;f++)e["AIIDENID"+(f+1)]=a[f].get("AIIDENID");Ext.Ajax.request({url:S.b.h("PUI0003020.pgm"),method:"POST",params:e,callback:function(g,h,j){S.data.i(j,function(k,i){S.a.d.hide();
1104
+ if(k==false){if(i.heading=="")i.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[d]);S.b.g(i,function(){c.getStore().reload()})}else S.b.s(pui.getLanguageText("runtimeMsg","x deleted",[d]),function(){c.getStore().reload()})})}})};
1105
+ S.a.c.j.Dd=function(c,a){Ext.Ajax.request({url:S.b.h("PUI0003020.pgm"),method:"POST",params:{mode:"edit",AISCRNID:a.getStore().lastOptions.params.ASID,AIIDENID:c.get("AIIDENID"),AIROW:c.get("AIROW"),AICOL:c.get("AICOL"),AIVALUE:c.get("AIVALUE")},callback:function(d,e,f){S.data.i(f,function(g,h){if(g==false){if(h.heading=="")h.heading=pui.getLanguageText("runtimeMsg","unable to update x",[pui.getLanguageText("runtimeText","identifier")]);S.b.g(h,function(){a.getStore().reload()})}else a.getStore().commitChanges()})}})};
1106
+ S.a.c.j.Kc=function(c){var a=new Ext.form.FormPanel({autoHeight:true,labelWidth:80,bodyStyle:"padding: 10px 0px 10px 10px",width:320,defaults:{msgTarget:"side"},monitorValid:true,items:[new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText","macro name"),name:"AMNAME",width:200,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required")})],buttonAlign:"right",buttons:[{text:pui.getLanguageText("runtimeText","add"),formBind:true,handler:function(){a.getForm().isValid()==true&&
1107
+ a.getForm().submit()}},{text:pui.getLanguageText("runtimeText","cancel"),handler:function(){d.close()}}],keys:[{key:Ext.EventObject.ENTER,fn:function(e,f){if(a.getForm().isValid()==true){a.getForm().submit();f.stopEvent()}}}],listeners:{beforeaction:function(e){var f=pui.getLanguageText("runtimeText","macro");S.a.d.msg=pui.getLanguageText("runtimeMsg","adding x",[f]);S.a.d.show();var g=e.findField("AMNAME");Ext.Ajax.request({url:S.b.h("PUI0003022.pgm"),method:"POST",params:{mode:"add",AMNAME:g.getValue()},
1108
+ callback:function(h,j,k){S.data.i(k,function(i,l){S.a.d.hide();if(i==false){if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to add x",[f]);S.b.g(l,function(){g.focus()})}else{d.close();S.b.s(pui.getLanguageText("runtimeMsg","x added",[f]),function(){c.getLoader().load(c.getRootNode(),function(){c.getRootNode().expand(false,true,function(){var n=c.getNodeById(l.AMID);n!=null&&n.select()})})});S.a.c.wa=true}})}});return false}}}),d=new Ext.Window({title:pui.getLanguageText("runtimeText",
1109
+ "add x",[pui.getLanguageText("runtimeText","macro")]),layout:"fit",modal:true,resizable:false,maximizable:false,autoHeight:true,items:[a],listeners:{show:function(){var e=a.getForm().items.itemAt(0);e.focus.defer(250,e)}}});d.show()};
1110
+ S.a.c.j.be=function(c,a){Ext.Ajax.request({url:S.b.h("PUI0003022.pgm"),method:"POST",params:{mode:"edit",AMID:c.id,AMNAME:a},callback:function(d,e,f){S.data.i(f,function(g,h){if(g==false){if(h.heading=="")h.heading=pui.getLanguageText("runtimeMsg","unable to rename x",[pui.getLanguageText("runtimeText","macro")]);S.b.g(h)}S.a.c.wa=true})}})};
1111
+ S.a.c.j.Tb=function(c){for(var a=pui.getLanguageText("runtimeMsg","confirm del sel x",[pui.getLanguageText("runtimeText","macros")])+"<br /><br />",d=0;d<c.length;d++){if(d!=0)a+="<br />";a+='<span style="font-weight:bold;">'+c[d].text+"</span>"}Ext.MessageBox.confirm(pui.getLanguageText("runtimeMsg","confirm delete"),a,function(e){e=="yes"&&S.a.c.j.ud(c)})};
1112
+ S.a.c.j.ud=function(c){var a=c.length>1?pui.getLanguageText("runtimeText","macros"):pui.getLanguageText("runtimeText","macro");S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[a]);S.a.d.show();for(var d={mode:"delete"},e=0;e<c.length;e++)d["AMID"+(e+1)]=c[e].id;Ext.Ajax.request({url:S.b.h("PUI0003022.pgm"),method:"POST",params:d,callback:function(f,g,h){S.data.i(h,function(j,k){S.a.d.hide();if(j==false){if(k.heading=="")k.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[a]);
1113
+ S.b.g(k)}else{S.b.s(pui.getLanguageText("runtimeMsg","x deleted",[a]),function(){var i=c[0].getOwnerTree();i.getSelectionModel().clearSelections();i.getLoader().load(i.getRootNode(),function(){i.getRootNode().expand()})});S.a.c.wa=true}})}})};
1114
+ S.a.c.j.Lc=function(c){var a=new Ext.form.FormPanel({autoHeight:true,labelWidth:80,bodyStyle:"padding: 10px 0px 10px 10px",width:350,defaults:{msgTarget:"side"},monitorValid:true,items:[new Ext.form.ComboBox({fieldLabel:pui.getLanguageText("runtimeText","screen"),hiddenName:"AMSSCRNID",width:230,allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),mode:"remote",editable:true,forceSelection:true,triggerAction:"all",emptyText:pui.getLanguageText("runtimeText","select")+"...",displayField:"ASNAME",
1115
+ valueField:"ASID",minChars:0,store:new Ext.data.Store({autoDestroy:true,proxy:new Ext.data.HttpProxy({url:S.b.h("PUI0003017.pgm"),method:"post"}),reader:new Ext.data.JsonReader({root:"data",fields:["ASID","ASNAME"]}),listeners:{loadexception:function(e,f,g){S.data.i(g,function(h,j){if(j.heading=="")j.heading=pui.getLanguageText("runtimeMsg","unable to load scrn lst");S.b.g(j)})}}})}),new Ext.form.Checkbox({fieldLabel:pui.getLanguageText("runtimeText","detect once"),name:"AMSONCE",inputValue:"1",value:"1"})],
1116
+ buttonAlign:"right",buttons:[{text:pui.getLanguageText("runtimeText","add"),formBind:true,handler:function(){a.getForm().isValid()==true&&a.getForm().submit()}},{text:pui.getLanguageText("runtimeText","cancel"),handler:function(){d.close()}}],keys:[{key:Ext.EventObject.ENTER,fn:function(e,f){if(a.getForm().isValid()==true){a.getForm().submit();f.stopEvent()}}}],listeners:{beforeaction:function(e){var f=pui.getLanguageText("runtimeText","screen");S.a.d.msg=pui.getLanguageText("runtimeMsg","adding x",
1117
+ [f]);S.a.d.show();var g=e.findField("AMSSCRNID");Ext.Ajax.request({url:S.b.h("PUI0003024.pgm"),method:"POST",params:{mode:"addScreen",AMSSCRNID:g.getValue(),AMSONCE:e.findField("AMSONCE").getValue()==true?"1":"0",AMSID:c.getStore().lastOptions.params.AMID},callback:function(h,j,k){S.data.i(k,function(i,l){S.a.d.hide();if(i==false){if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to add x",[f]);S.b.g(l,function(){g.focus()})}else{d.close();var n=c.getStore().getCount();if(n===0)c.getStore().M=
1118
+ 1;else{n=c.getStore().getAt(n-1);c.getStore().M=Number(n.get("AMSSCRNSEQ"))+1}c.getStore().reload()}})}});return false}}}),d=new Ext.Window({title:pui.getLanguageText("runtimeText","add x",[pui.getLanguageText("runtimeText","screen")]),layout:"fit",modal:true,resizable:false,maximizable:false,autoHeight:true,items:[a],listeners:{show:function(){var e=a.getForm().items.itemAt(0);e.focus.defer(250,e)}}});d.show()};
1119
+ S.a.c.j.Jb=function(c,a){var d=a?true:false,e=pui.getLanguageText("runtimeText","action"),f=new Ext.form.FormPanel({autoHeight:true,labelWidth:80,bodyStyle:"padding: 10px 0px 10px 10px",width:350,defaults:{msgTarget:"side"},monitorValid:true,items:[new Ext.form.ComboBox({id:"comboBoxAction",fieldLabel:e,hiddenName:"AMAACTN",width:230,mode:"local",editable:false,forceSelection:true,triggerAction:"all",displayField:"display",valueField:"value",value:d?a.get("AMAACTN"):S.ia,store:new Ext.data.ArrayStore({autoDestroy:true,
1120
+ fields:["value","display"],data:[[S.ia,pui.getLanguageText("runtimeText","write value in field")],[S.N,pui.getLanguageText("runtimeText","set selection field")],[S.Eb,pui.getLanguageText("runtimeText","press a key")],[S.Ra,pui.getLanguageText("runtimeText","close browser wintab")]]}),listeners:{select:function(){var h=f.getForm().findField("AMAACTN").getValue(),j={};if(h==S.Ra){j.AMAVAR=true;j.AMAVARTYPE=true}else{j.AMAVAR=false;j.AMAVARTYPE=false}if(h!=S.ia&&h!=S.N){j.AMAROW=true;j.AMACOL=true}else{j.AMAROW=
1121
+ false;j.AMACOL=false}for(var k,i,l,n=0;n<f.getForm().items.getCount();n++){k=f.getForm().items.itemAt(n);var m=k.getName();if(k.xtype!="hidden"&&j[m]!=null){if(j[m]==true){i=false;l="disable";k.setValue("")}else{i=true;l="enable"}k[l]();k.getEl().up("div.x-form-item").setDisplayed(i)}if(m!=null&&m=="AMAVAR")h==S.N?k.Ja(pui.getLanguageText("runtimeText","selection field choice")+":"):k.Ja(pui.getLanguageText("runtimeText","action data")+":");if(m!=null&&m=="AMAVARTYPE")h==S.N?k.Ja(pui.getLanguageText("runtimeText",
1122
+ "value")+":"):k.Ja(pui.getLanguageText("runtimeText","data type")+":")}j=[[S.Db,pui.getLanguageText("runtimeText","a literal value")],[S.Aa,pui.getLanguageText("runtimeText","a variable value")]];if(h==S.ia){j.push([S.ja,pui.getLanguageText("runtimeText","cur user profile")]);j.push([S.Sa,pui.getLanguageText("runtimeText","result js expr")])}if(h==S.N)j=[[S.Fb,pui.getLanguageText("runtimeText","msg action selected")],[S.Cb,pui.getLanguageText("runtimeText","msg action deselected")]];f.getForm().findField("AMAVARTYPE").store.loadData(j);
1123
+ j=d?a.get("AMAVARTYPE"):"0";if(!d&&h==S.N)j=S.Fb;f.getForm().findField("AMAVARTYPE").setValue(j);f.getForm().clearInvalid();g.syncSize()}}}),new Ext.form.NumberField({fieldLabel:pui.getLanguageText("runtimeText","field row"),name:"AMAROW",width:70,autoCreate:{tag:"input",type:"text",q:"off",maxlength:2},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),minValue:1,maxValue:27,value:d?a.get("AMAROW"):undefined,allowNegative:false,allowDecimals:false}),new Ext.form.NumberField({fieldLabel:pui.getLanguageText("runtimeText",
1124
+ "field column"),name:"AMACOL",width:70,autoCreate:{tag:"input",type:"text",q:"off",maxlength:3},allowBlank:false,blankText:pui.getLanguageText("runtimeMsg","required"),minValue:0,maxValue:131,value:d?a.get("AMACOL"):undefined,allowNegative:false,allowDecimals:false}),new Ext.form.TextField({fieldLabel:pui.getLanguageText("runtimeText",d&&a.get("AMAACTN")===S.N?"selection field choice":"action data"),name:"AMAVAR",width:230,allowBlank:d&&a.get("AMAVARTYPE")===S.ja?true:false,blankText:pui.getLanguageText("runtimeMsg",
1125
+ "required"),value:d?a.get("AMAVAR"):undefined,autoCreate:{tag:"input",type:"text",q:"off",maxlength:128}}),new Ext.form.ComboBox({id:"comboBoxDataType",fieldLabel:pui.getLanguageText("runtimeText",d&&a.get("AMAACTN")===S.N?"value":"data type"),hiddenName:"AMAVARTYPE",width:230,mode:"local",editable:false,forceSelection:true,triggerAction:"all",displayField:"display",valueField:"value",value:d?a.get("AMAVARTYPE"):"0",store:new Ext.data.ArrayStore({autoDestroy:true,fields:["value","display"],data:[[S.Db,
1126
+ pui.getLanguageText("runtimeText","a literal value")],[S.Aa,pui.getLanguageText("runtimeText","a variable value")],[S.ja,pui.getLanguageText("runtimeText","cur user profile")],[S.Sa,pui.getLanguageText("runtimeText","result js expr")]]}),listeners:{select:function(h,j){var k=j.get("value"),i=f.getForm().findField("AMAVAR");if(k==S.ja){i.setValue("");i.disable();i.getEl().up("div.x-form-item").setDisplayed(false)}else{i.enable();i.getEl().up("div.x-form-item").setDisplayed(true)}g.syncSize()}}}),new Ext.form.Hidden({name:"AMAID",
1127
+ value:c.getStore().lastOptions.params.AMID}),new Ext.form.Hidden({name:"AMASCRNSEQ",value:c.getSelectionModel().getSelections()[0].get("AMSSCRNSEQ")}),new Ext.form.Hidden({name:"AMAACTNSEQ",value:d?a.get("AMAACTNSEQ"):null}),new Ext.form.Hidden({name:"old_AMAACTN",value:d?a.get("AMAACTN"):null}),new Ext.form.Hidden({name:"old_AMAROW",value:d?a.get("AMAROW"):null}),new Ext.form.Hidden({name:"old_AMACOL",value:d?a.get("AMACOL"):null}),new Ext.form.Hidden({name:"old_AMAVARTYPE",value:d?a.get("AMAVARTYPE"):
1128
+ null}),new Ext.form.Hidden({name:"old_AMAVAR",value:d?a.get("AMAVAR"):null})],buttonAlign:"right",buttons:[{text:pui.getLanguageText("runtimeText",d?"edit":"add"),formBind:true,handler:function(){f.getForm().isValid()==true&&f.getForm().submit()}},{text:pui.getLanguageText("runtimeText","cancel"),handler:function(){g.close()}}],keys:[{key:Ext.EventObject.ENTER,fn:function(h,j){if(f.getForm().isValid()==true){f.getForm().submit();j.stopEvent()}}}],listeners:{beforeaction:function(h){S.a.d.msg=pui.getLanguageText("runtimeMsg",
1129
+ d?"reassigning x":"adding x",[e]);S.a.d.show();for(var j={mode:d?"updateAction":"addAction"},k=0;k<h.items.getCount();k++)j[h.items.itemAt(k).getName()]=h.items.itemAt(k).getValue();Ext.Ajax.request({url:S.b.h("PUI0003024.pgm"),method:"POST",params:j,callback:function(i,l,n){S.data.i(n,function(m,o){S.a.d.hide();if(m==false){if(o.heading=="")o.heading=pui.getLanguageText("runtimeMsg",d?"unable to update x":"unable to add x",[e]);S.b.g(o,function(){h.items.itemAt(0).focus()})}else{g.close();c.getStore().M=
1130
+ c.getSelectionModel().getSelections()[0].get("AMSSCRNSEQ");c.getStore().reload()}})}});return false},afterlayout:function(h){if(h.layoutPending&&d){if(a.get("AMAACTN")!==S.ia){h=Ext.getCmp("comboBoxAction");h.fireEvent("select")}var j=a.get("AMAVARTYPE");if(j===S.ja){h=Ext.getCmp("comboBoxDataType");j=h.store.findExact("value",j);var k=h.store.getAt(j);h.fireEvent("select",h,k,j)}}}}}),g=new Ext.Window({title:pui.getLanguageText("runtimeText",d?"edit x":"add x",[pui.getLanguageText("runtimeText",
1131
+ "action")]),layout:"fit",modal:true,resizable:false,maximizable:false,autoHeight:true,items:[f],listeners:{show:function(){var h=f.getForm().items.itemAt(0);h.focus.defer(250,h)}}});g.show()};
1132
+ S.a.c.j.td=function(c){var a=c.getSelectionModel().getSelections(),d=a.length>1?pui.getLanguageText("runtimeText","screens"):pui.getLanguageText("runtimeText","screen");S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[d]);S.a.d.show();for(var e={mode:"deleteScreens",AMSID:c.getStore().lastOptions.params.AMID},f=0,g=0;g<a.length;g++)if(g==0||a[g-1].get("AMSSCRNSEQ")!==a[g].get("AMSSCRNSEQ")){f+=1;e["AMSSCRNSEQ"+f]=a[g].get("AMSSCRNSEQ");e["AMSSCRNID"+f]=a[g].get("AMSSCRNID");e["AMSONCE"+f]=
1133
+ a[g].get("AMSONCE")}Ext.Ajax.request({url:S.b.h("PUI0003024.pgm"),method:"POST",params:e,callback:function(h,j,k){S.data.i(k,function(i,l){S.a.d.hide();if(i==false){if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[d]);S.b.g(l,function(){c.getStore().reload()})}else S.b.s(pui.getLanguageText("runtimeMsg","x deleted",[d]),function(){c.getStore().reload()})})}})};
1134
+ S.a.c.j.sd=function(c,a){Ext.MessageBox.confirm(pui.getLanguageText("runtimeMsg","confirm delete"),pui.getLanguageText("runtimeMsg","confirm del sel x",[pui.getLanguageText("runtimeText","action")]),function(d){if(d=="yes"){var e=pui.getLanguageText("runtimeText","action");S.a.d.msg=pui.getLanguageText("runtimeMsg","deleting x",[e]);S.a.d.show();var f=c.getStore(),g=a.get("AMSSCRNSEQ");Ext.Ajax.request({url:S.b.h("PUI0003024.pgm"),method:"POST",params:{mode:"deleteAction",AMAID:f.lastOptions.params.AMID,
1135
+ AMASCRNSEQ:g,AMAACTNSEQ:a.get("AMAACTNSEQ"),AMAACTN:a.get("AMAACTN"),AMAROW:a.get("AMAROW"),AMACOL:a.get("AMACOL"),AMAVARTYPE:a.get("AMAVARTYPE"),AMAVAR:a.get("AMAVAR")},callback:function(h,j,k){S.data.i(k,function(i,l){S.a.d.hide();if(i==false){if(l.heading=="")l.heading=pui.getLanguageText("runtimeMsg","unable to delete x",[e]);S.b.g(l,function(){f.M=g;f.reload()})}else S.b.s(pui.getLanguageText("runtimeMsg","x deleted",[e]),function(){f.M=g;f.reload()})})}})}})};
1136
+ S.a.c.j.gc=function(c,a){var d=Ext.getCmp("Atrium-macroGroupGrid");Ext.Ajax.request({url:S.b.h("PUI0003024.pgm"),method:"POST",params:{mode:"moveScreen",direction:c,AMSID:d.getStore().lastOptions.params.AMID,AMSSCRNSEQ:a.get("AMSSCRNSEQ"),AMSSCRNID:a.get("AMSSCRNID"),AMSONCE:a.get("AMSONCE")},callback:function(e,f,g){S.data.i(g,function(h,j){if(h==false){if(j.heading=="")j.heading=pui.getLanguageText("runtimeMsg","cannot move screen");S.b.g(j,function(){var i=Number(a.get("AMSSCRNSEQ"));d.getStore().M=
1137
+ c==="UP"?i-1:i+1;d.getStore().reload()})}else{var k=Number(a.get("AMSSCRNSEQ"));d.getStore().M=c==="UP"?k-1:k+1;d.getStore().reload()}})}})};
1138
+ S.a.c.j.pe=function(c){var a=c.getSelectionModel().getSelections();if(a.length>0){var d=a[0].data.AMSSCRNSEQ,e=c.getStore();Ext.Ajax.request({url:S.b.h("PUI0003024.pgm"),method:"POST",params:{mode:"updateMacroScreen",AMSID:e.lastOptions.params.AMID,AMSSCRNSEQ:d,AMSONCE:a[0].data.AMSONCE=="0"?"1":"0"},callback:function(f,g,h){S.data.i(h,function(j,k){S.a.d.hide();if(j==false){if(k.heading==""){var i=pui.getLanguageText("runtimeText","detect once");k.heading=pui.getLanguageText("runtimeMsg","unable to update x",
1139
+ [i])}S.b.g(k,function(){e.reload()})}else{e.M=d;e.reload()}})}})}};S.a.c.j.gb=function(c){return c?pui.getLanguageText("runtimeText","detect always"):pui.getLanguageText("runtimeText","detect once")};S.b.h=function(c){return S.serverURL?S.serverURL+"/profoundui/"+c:"/profoundui/"+c};
1140
+ S.b.g=function(c,a){var d="";if(typeof c=="string")d=c;else{if(c.heading!="")d=c.heading+"<br /><br />";d+=c.text;if(c.text2!=""){var e=c.text2.indexOf("Recovery . . . :");if(e!=-1&&e!=0)c.text2=c.text2.substr(0,e-1)+"<br /><br />"+c.text2.substr(e);d+="<br /><br />"+c.text2}}S.a.d.hide();Ext.MessageBox.Oe=false;Ext.MessageBox.show({title:"Error",msg:d,icon:Ext.MessageBox.ERROR,buttons:Ext.MessageBox.OK,fn:typeof a=="function"?a:Ext.emptyFn})};
1141
+ S.b.s=function(c,a){S.a.d.hide();Ext.MessageBox.show({title:"Profound UI Atrium",msg:c,icon:Ext.MessageBox.INFO,buttons:Ext.MessageBox.OK,fn:typeof a=="function"?a:Ext.emptyFn})};S.b.hb=function(){var c=pui.getCookie("Atrium-"+location.origin);if(c!=null)try{c=Ext.util.JSON.decode(c)}catch(a){c=null}if(c==null||typeof c.sessions!="number")c={nf:0};return c};S.b.rc=function(c){pui.setCookie("Atrium-"+location.origin,Ext.util.JSON.encode(c),null,"/",null,null,"Strict")};
1142
+ S.b.Oc=function(){var c=S.b.hb();c.sessions+=1;S.b.rc(c)};S.b.mc=function(){var c=S.b.hb();c.sessions-=1;if(c.sessions<0)c.sessions=0;S.b.rc(c)};S.b.nb=function(c){return c.match(/^[a-zA-Z$@#][a-zA-Z0-9._$@#]{0,9}$/)};
1143
+ S.b.lc=function(){S.La={};for(var c=document.getElementsByTagName("iframe"),a=0;a<c.length;a++)try{if(c[a]&&c[a].contentWindow&&c[a].contentWindow.pui&&c[a].contentWindow.pui.appJob&&c[a].contentWindow.pui.appJob.user&&c[a].contentWindow.pui.appJob.user.length>0&&c[a].contentWindow.pui.appJob.user!=="QTMHHTP1")S.La[c[a].contentWindow.pui.appJob.user]=true}catch(d){}};S.b.G=function(c,a){var d=S.dimensions[c];if(isNaN(d))d=a;return d};
1144
+ S.b.ef=function(){function c(f){f=document.getElementById(f);if(f instanceof HTMLElement)return f;throw Error("Assertion error");}function a(f){f=c(f);if(f instanceof HTMLInputElement)return f;throw Error("Assertion error");}if(a("current-time").checked)a("timestamp").value=Math.floor(Date.now()/1E3).toString();var d=c("totp-code");try{d.textContent=S.b.Za(S.b.Yb(a("secret-key").value),parseInt(a("epoch").value,10),parseInt(a("time-step").value,10),parseInt(a("timestamp").value,10),parseInt(a("code-length").value,
1145
+ 10))}catch(e){d.textContent=e.message}};S.b.Za=function(c,a,d,e,f,g,h){if(typeof a==="undefined")a=0;if(typeof d==="undefined")d=30;if(typeof e==="undefined")e=null;if(typeof f==="undefined")f=6;if(typeof g==="undefined")g=S.b.Ya;if(typeof h==="undefined")h=64;if(e===null)e=Date.now();a=Math.floor((e-a)/d);d=[];for(e=0;e<8;e++,a=Math.floor(a/256))d.push(a&255);d.reverse();return S.b.Ob(c,d,f,g,h)};
1146
+ S.b.Ob=function(c,a,d,e,f){if(typeof d==="undefined")d=6;if(typeof e==="undefined")e=S.b.Ya;if(typeof f==="undefined")f=64;if(!(d>=1&&d<=9))throw new RangeError("Invalid number of digits");e=S.b.Wc(c,a,e,f);f=e[e.length-1]%16;for(c=a=0;c<4;c++)a|=e[f+c]<<(3-c)*8;a&=2147483647;e=1;for(c=0;c<d;c++)e*=10;a%=e;for(c=a.toString();c.length<d;)c="0"+c;return c};
1147
+ S.b.Wc=function(c,a,d,e){if(e<1)throw new RangeError("Invalid block size");if(c.length>e)c=d(c);for(c=c.slice();c.length<e;)c.push(0);var f=c.map(function(g){return g^54});for(e=0;e<a.length;e++)f.push(a[e]);a=d(f);c=c.map(function(g){return g^92});for(e=0;e<a.length;e++)c.push(a[e]);return d(c)};
1148
+ S.b.Ya=function(c){var a,d,e=[];a=0;for(d=c.length*8;a<8;a++,d>>>=8)e.push(d&255);e.reverse();c=c.slice();for(c.push(128);(c.length+8)%64!=0;)c.push(0);for(a=0;a<e.length;a++)c.push(e[a]);e=[1732584193,4023233417,2562383102,271733878,3285377520];for(a=0;a<c.length;a+=64){var f=[];for(d=0;d<64;d++){d%4==0&&f.push(0);f[Math.floor(d/4)]|=c[a+d]<<(3-d%4)*8}for(d=f.length;d<80;d++){var g=f[d-3]^f[d-8]^f[d-14]^f[d-16];f.push(g<<1|g>>>31)}var h=e[0],j=e[1],k=e[2],i=e[3],l=e[4];f.forEach(function(n,m){var o,
1149
+ p;switch(Math.floor(m/20)){case 0:o=j&k|~j&i;p=1518500249;break;case 1:o=j^k^i;p=1859775393;break;case 2:o=j&k^j&i^k&i;p=2400959708;break;case 3:o=j^k^i;p=3395469782;break;default:throw Error("Assertion error");}o=(h<<5|h>>>27)+o+l+n+p>>>0;l=i;i=k;k=j<<30|j>>>2;j=h;h=o});e[0]=e[0]+h>>>0;e[1]=e[1]+j>>>0;e[2]=e[2]+k>>>0;e[3]=e[3]+i>>>0;e[4]=e[4]+l>>>0}c=[];for(d=0;d<e.length;d++)for(a=3;a>=0;a--)c.push(e[d]>>>a*8&255);return c};
1150
+ S.b.Yb=function(c){for(var a=[],d=0,e=0,f=0;f<c.length;f++)if(c[f]!=" "){var g="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567".indexOf(c[f].toUpperCase());if(g==-1)throw new RangeError("Invalid Base32 string");d=d<<5|g;e+=5;if(e>=8){e-=8;a.push(d>>>e);d&=(1<<e)-1}}return a};S.b.mf=function(){try{S.b.me();S.b.ne();return true}catch(c){alert("Self-check failed: "+c.message);return false}};
1151
+ S.b.me=function(){for(var c=[[0,"284755224"],[1,"094287082"],[2,"137359152"],[3,"726969429"],[4,"640338314"],[5,"868254676"],[6,"918287922"],[7,"082162583"],[8,"673399871"],[9,"645520489"]],a=[49,50,51,52,53,54,55,56,57,48,49,50,51,52,53,54,55,56,57,48],d=0;d<c.length;d++){for(var e=[],f=0;f<8;f++,c[d][0]=Math.floor(c[d][0]/256))e.push(c[d][0]&255);e.reverse();if(S.b.Ob(a,e,9)!=c[d][1])throw Error("Value mismatch");}};
1152
+ S.b.ne=function(){for(var c=[[59,"94287082"],[1111111109,"07081804"],[1111111111,"14050471"],[1234567890,"89005924"],[2E9,"69279037"],[2E10,"65353130"]],a=[49,50,51,52,53,54,55,56,57,48,49,50,51,52,53,54,55,56,57,48],d=0;d<c.length;d++)if(S.b.Za(a,0,30,c[d][0],8)!=c[d][1])throw Error("Value mismatch");};
1153
+ S.b.zb=function(c,a){function d(){for(var l=1;h["var"+l]||h["value"+l];)l++;return l}if(typeof a!=="object")return c;var e=Object.assign({},a),f=c.split("?"),g=f[0],h={};if(f.length>1){f=f[1].split("&");for(var j=0;j<f.length;j++){var k=f[j].split("=");h[k[0]]=decodeURIComponent(k[1])}}var i;for(i in e)if(i.startsWith("var")&&e["value"+i.slice(3)]){f="value"+i.slice(3);j=d();h["var"+j]=e[i];h["value"+j]=e[f];delete e[f]}else i.startsWith("value")||(h[i]=e[i]);e=g;g=true;for(i in h){e+=g?"?":"&";e+=
1154
+ i+"="+encodeURIComponent(h[i]);g=false}return e};S.b.Ud=function(c){return(c=/(\d{4})-(\d{2})-(\d{2})-(\d{2})\.(\d{2})\.(\d{2})\.(\d{6})/.exec(c))?new Date(parseInt(c[1],10),parseInt(c[2],10)-1,parseInt(c[3],10),parseInt(c[4],10),parseInt(c[5],10),parseInt(c[6],10),Math.floor(parseInt(c[7],10)/1E3)):null};S.data.loadData=function(c,a){var d={},e={},f={};if(typeof c.e=="object")e=c.e;if(typeof c.m=="object")f=c.m;S.data.qb(e,function(g,h){if(g==true){d.e=h;if(d.e.ACNTYPE==S.ca&&f.top=="1")f.max_depth="2";if(d.e.ACTIMEOUT==="1")d.e.ACLIMIT=1;S.data.pb(f,function(j,k){if(j==true){d.items=k;a(true,d)}else a(false,k)})}else a(false,h)})};
1155
+ S.data.qb=function(c,a){Ext.Ajax.request({url:S.b.h("PUI0003002.pgm"),params:c,callback:function(d,e,f){S.data.i(f,function(g,h){if(g==false&&h.heading=="")h.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","settings")]);if(h.AUNAME)h.AUNAME=pui.p.decode(h.AUNAME);a(g,h)})}})};
1156
+ S.data.pb=function(c,a){var d={};for(var e in c)d[e]=c[e];if(typeof Storage!="undefined"&&sessionStorage[S.t])d.filter=sessionStorage[S.t];if(S.e.ACNTYPE&&S.e.ACNTYPE==S.ca&&d.top=="1")d.max_depth="2";Ext.Ajax.request({url:S.b.h("PUI0003007.pgm"),params:d,callback:function(f,g,h){S.data.i(h,function(j,k){var i;if(j==true){i={};i.toolbar=k.toolbar;i.u=k.homepages;i.m=k.nav;var l=i,n;for(n=0;n<l.toolbar.length;n++)l.toolbar[n].ANTEXT=pui.p.decode(l.toolbar[n].ANTEXT);for(n=0;n<l.u.length;n++)l.u[n].ANTEXT=
1157
+ pui.p.decode(l.u[n].ANTEXT);for(n=0;n<l.m.length;n++)l.m[n].ANTEXT=pui.p.decode(l.m[n].ANTEXT)}else{i=k;if(i.heading=="")i.heading=pui.getLanguageText("runtimeMsg","unable to load x",[pui.getLanguageText("runtimeText","navigation items")])}a(j,i)})}})};
1158
+ S.data.i=function(c,a){var d=null;d=null;var e=false;if(c.status!=200){d={id:String(c.status),text:"HTTP "+c.status+" - "+c.statusText+".",text2:"",heading:""};a(false,d)}else{try{d=Ext.util.JSON.decode(c.responseText)}catch(f){d={id:"CPF9897",text:pui.getLanguageText("runtimeMsg","upload invalid response"),text2:f.name+": "+f.message+".",heading:""};a(false,d);return}if(typeof d.success!="boolean")e=true;else if(d.success==false)if(typeof d.error!="object")e=true;else if(typeof d.error.id!="string")e=
1159
+ true;else if(typeof d.error.text!="string")e=true;else if(typeof d.error.text2!="string")e=true;else if(typeof d.error.heading!="string")e=true;if(e==true){d={id:"CPF9897",text:pui.getLanguageText("runtimeMsg","upload invalid response"),text2:pui.getLanguageText("runtimeMsg","unrecognized format"),heading:""};a(false,d)}else if(d.success==true)typeof d.data=="object"?a(true,d.data):a(true);else a(false,d.error||d.errors)}};S.action.doAction=function(c,a,d){var e;if(c.attributes)e=c.attributes;else if(c.initialConfig)e=c.initialConfig;S["skip launch check"]===true?S.action.tb(c,a,d):Ext.Ajax.request({url:S.b.h("PUI0003036.pgm"),params:{id:e.id},callback:function(f,g,h){S.data.i(h,function(j,k){if(j)if(k.ANLSTATE==S.Dc)Ext.Msg.alert("Atrium",k.ANLTEXT);else k.ANLSTATE==S.Cc?Ext.MessageBox.confirm("Atrium",k.ANLTEXT,function(i){i=="yes"&&S.action.tb(c,a,d)}):S.action.tb(c,a,d);else Ext.Msg.alert("Atrium: "+k.id,k.text)})}})};
1160
+ S.action.tb=function(c,a,d){var e,f,g,h,j,k,i;if(c.attributes)h=c.attributes;else if(c.initialConfig)h=c.initialConfig;e=h.action;f=h.actionType;j=h.id;if(typeof h.navItem!="undefined")j=h.navItem;g=h.newWindow==true;if(a&&a.ctrlKey)g=!g;a=h.text;if(typeof h.navText!="undefined")a=h.navText;k=h.once;i=h.parm;if(typeof h.parm=="undefined")i=null;var l="";if(S.l.AULANG!=null&&L(S.l.AULANG)!="")l=S.l.AULANG;if(k){k=S.a.n.items.getCount();for(var n,m=0;m<k;m++){n=S.a.n.items.itemAt(m);if(n.initialConfig.pa&&
1161
+ n.initialConfig.pa==j){S.a.n.activate(n);return n}}}if(f==S.Qa)Q(e);else if(f==S.za){if(i=e.match(/^(script:|js:)(.*)/,"i"))try{e=eval(i[2]);if(typeof e!="string"){e!==null&&e!==false&&console.log(pui.getLanguageText("runtimeMsg","invalid script url"));return}}catch(o){console.log(pui.getLanguageText("runtimeMsg","unable eval script url"));console.log(o);return}e=S.b.zb(e,c.attributes.vb);return S.action.L(e,g,a,j,0,d,h.icon)}else if(f==S.aa){e=S.b.h("PUI0003028.pgm")+"?ANITEM="+j;if(S.pjsServer)e=
1162
+ "/profoundui/PUI0003028.pgm?auth="+encodeURIComponent(sessionStorage["atrium-token"])+"&ANITEM="+j;e=S.b.zb(e,c.attributes.vb);if(typeof Storage!="undefined"){if(sessionStorage["atrium-params-workstnid"])e+="&workstnid="+encodeURIComponent(sessionStorage["atrium-params-workstnid"]);if(sessionStorage["atrium-params-suffixid"])e+="&suffixid="+encodeURIComponent(sessionStorage["atrium-params-suffixid"]);if(sessionStorage["atrium-params-duplicateid"])e+="&duplicateid="+encodeURIComponent(sessionStorage["atrium-params-duplicateid"]);
1163
+ if(sessionStorage[S.t])e+="&filter="+encodeURIComponent(sessionStorage[S.t])}return S.action.L(e,g,a,j,0,d,h.icon)}else if(f==S.Pa){e="/profoundui/auth/genie?macro=puilauncher&navid="+j;if(S.profounduiLibrary)e+="&puilib="+S.profounduiLibrary;e=S.b.zb(e,c.attributes.vb);if(typeof Storage!="undefined"){if(sessionStorage["atrium-params-workstnid"])e+="&workstnid="+encodeURIComponent(sessionStorage["atrium-params-workstnid"]);if(sessionStorage["atrium-params-suffixid"])e+="&suffixid="+encodeURIComponent(sessionStorage["atrium-params-suffixid"]);
1164
+ if(sessionStorage["atrium-params-duplicateid"])e+="&duplicateid="+encodeURIComponent(sessionStorage["atrium-params-duplicateid"]);if(sessionStorage[S.t])e+="&filter="+encodeURIComponent(sessionStorage[S.t])}return S.action.L(e,g,a,j,0,d,h.icon)}else if(f==S.Oa){e="/profoundui/auth/start?atrium_item="+j;if(typeof S["rich display url"]!="undefined")e=S["rich display url"]+"?atrium_item="+j;if(i!=null&&i!=""){c="";var p=null;if(String(i).substr(0,3).toLowerCase()=="js:")p=i.substr(3);if(String(i).substr(0,
1165
+ 11).toLowerCase()=="javascript:")p=i.substr(11);if(String(i).substr(0,7).toLowerCase()=="script:")p=i.substr(7);if(p==null||L(p)=="")c=i;else try{c=eval(p)}catch(r){if(!pui.Ac){pui.Ac=true;setTimeout(function(){pui.alert("Expression '"+L(p)+"' contains an error:\n\n"+r.message);pui.Ac=false},1)}}e+="&p1="+encodeURIComponent(c)+"&l1=256"}if(typeof Storage!="undefined"){if(sessionStorage["atrium-params-workstnid"])e+="&workstnid="+encodeURIComponent(sessionStorage["atrium-params-workstnid"]);if(sessionStorage["atrium-params-suffixid"])e+=
1166
+ "&suffixid="+encodeURIComponent(sessionStorage["atrium-params-suffixid"]);if(sessionStorage["atrium-params-duplicateid"])e+="&duplicateid="+encodeURIComponent(sessionStorage["atrium-params-duplicateid"])}if(l!="")e+="&lang="+encodeURIComponent(l);return S.action.L(e,g,a,j,0,d,h.icon)}};
1167
+ S.action.L=function(c,a,d,e,f,g,h){if(S.onlaunch!=null&&typeof S.onlaunch=="function"){var j={url:c,newWindow:a,text:d,itemId:e,firstTab:f,closable:g,icon:h};if(S.onlaunch(j)===false)return;g=j.closable;c=j.url;a=j.newWindow;d=j.text;e=j.itemId;f=j.firstTab;h=j.icon}j=false;for(var k=0;k<S.items.u.length;k++)if(S.items.u[k].ANITEM==e){j=true;break}if(a==true){c=window.open(c,"_blank");S.a.db.push(c);return c}else{if(S.a.n.hidden===true){S.a.n.show();if(S.a.sa.items.getCount()===0){S.a.sa.add(S.a.n);
1168
+ S.a.sa.doLayout()}}a="";if("ontouchstart"in window)a="-webkit-overflow-scrolling:touch;overflow:auto;";k='<iframe class="selector" src="'+c+'" style="width: 100%; height: 100%; border-style: none;"></iframe>';f=f?0:S.a.n.items.getCount();c=S.a.n.insert(f,new Ext.Panel({title:d,closable:g!=null?g:true,pa:e,html:k,atriumAction:c,bodyStyle:a,hideMode:"offsets",icon:h,listeners:{beforeclose:function(i){var l=i.getEl().child("iframe.selector",true),n=l.contentWindow,m=null;try{m=n.pui}catch(o){}if(m!=
1169
+ null&&typeof m==="object"&&typeof m.isServerBusy==="function"&&m.isServerBusy())return false;if(!S.promptCloseTab)return true;if(!(l&&l.src&&l.src.includes("/auto-testing/work-with-test"))&&(S.promptCloseTab===1&&m!=null&&typeof m==="object"||S.promptCloseTab>1)){l=typeof S.closeTabMessage==="string"?S.closeTabMessage:pui.getLanguageText("runtimeMsg","close tab");Ext.MessageBox.show({msg:l,buttons:Ext.MessageBox.YESNO,fn:function(p){p==="yes"&&i.destroy()}});return false}return true},beforedestroy:function(i){i=
1170
+ i.getEl().child("iframe.selector",true).contentWindow;try{i.pui&&i.pui.unload&&i.pui.unload()}catch(l){}}}}));S.a.n.activate(c);if(j){S.a.I=c;S.a.I.addListener("destroy",function(){S.a.I=null})}return c}};S.action.Yc=function(c){for(var a=S.a.n.items.getCount(),d,e,f=0;f<a;f++){d=S.a.n.items.itemAt(f);e=d.getEl().child("iframe.selector",true);if(c==e.contentWindow||c.parent==e.contentWindow){S.a.n.remove(d);break}}};S.api.launchURL=function(c,a,d){if(d==null)d=true;return S.action.L(c,false,a,null,false,d)};S.api.closeTab=function(c,a){if(a!=null)for(var d=S.a.n,e=d.items.getCount(),f=0;f<e;f++){if(d.items.itemAt(f)==a){d.remove(a);break}}else S.action.Yc(c)};
1171
+ S.api.launchItem=function(c,a,d,e){var f,g=null;if(typeof c=="object"){e=c;c=e.itemId;a=e.closable;d=e.callback;g=e.parm;e=e.event}f=e==null?{ctrlKey:false}:{ctrlKey:e.ctrlKey};e="";if(typeof Storage!="undefined"&&sessionStorage[S.t])e=sessionStorage[S.t];Ext.Ajax.request({url:S.b.h("PUI0003029.pgm"),params:{item:c,filter:e},callback:function(h,j,k){S.data.i(k,function(i,l){if(i&&l.ANACTN!=""){var n={};n.attributes={};n.attributes.action=l.ANACTN;n.attributes.actionType=l.ANACTNTYPE;n.attributes.id=
1172
+ l.ANITEM;n.attributes.newWindow=l.ANWINDOW=="1";n.attributes.text=l.ANTEXT;n.attributes.once=l.ANONCE=="1";n.attributes.parm=g||l.ANPARM;S.action.doAction(n,f,a);setTimeout(function(){for(var m,o=S.a.n.items.getCount(),p=0;p<o;p++){var r=l.ANITEM;tabItem=S.a.n.items.itemAt(p);if(tabItem.initialConfig.pa&&tabItem.initialConfig.pa==r)m=S.a.n.items.itemAt(p)}typeof d=="function"&&d(true,m)},500)}else typeof d=="function"&&d(false)})}})};
1173
+ S.api.activateTab=function(c){for(var a=S.a.n,d=a.items.getCount(),e=0;e<d;e++)if(a.items.itemAt(e)==c){a.activate(c);break}};S.api.closeAllTabs=function(c,a){if(a==null)a=true;for(var d=S.api.getCurrentTab(c),e=S.a.n,f,g=e.items.getCount()-1;g>=0;g--){f=e.items.itemAt(g);if(f!=d)if(S.a.I==null||f!=S.a.I||!a)e.remove(f)}};
1174
+ S.api.getCurrentTab=function(c){for(var a=S.a.n,d=a.items.getCount(),e,f,g=0;g<d;g++){e=a.items.itemAt(g);f=e.getEl().child("iframe.selector",true);f=f.contentWindow;if(f==c)return e;for(;f!=null&&f.parent!=f;){f=f.parent;if(f==c)return e}}};S.api.getUser=function(){return S.l.AUPROF};S.api.runPCCommand=Q;S.api.refreshNavPanel=S.a.kc;S.api.reloadNavParent=S.a.Zd;S.api.setMenuFilter=function(c){if(typeof Storage!="undefined")sessionStorage[S.t]=c};
1175
+ S.api.breakMessagesShow=function(c,a){if(!(c==null||c.length<0||a==null||a.length<=0)){if(typeof S["brkmsg handler"]=="function")return S["brkmsg handler"](c,a);if(c.length===0){if(S.B!=null&&typeof S.B==="object"&&S.B.hide){S.B.hide();S.B=null}}else{var d=c[c.length-1],e={title:"",body:""};try{if(typeof S.breakMessageFormat==="function")S.breakMessageFormat(d,e);else{e.title=d.date+" "+d.time+"<br>"+d.jobNum+"/"+d.jobUserName+"/"+d.jobName;e.body=a+": "+d.msg}}catch(f){console.log(f)}S.B=Ext.MessageBox.show({title:e.title,
1176
+ msg:e.body,buttons:Ext.Msg.OK,minWidth:300,fn:function(){S.B=null;if(typeof window.localStorage!=="undefined"&&typeof JSON==="object"){var g;try{g=JSON.parse(localStorage.getItem("brkmsgMessages_"+a));if(g!=null&&typeof g.pop==="function")g.pop();else g=[]}catch(h){console.log(h);g=[]}localStorage.setItem("brkmsgMessages_"+a,JSON.stringify(g));if(g.length>0)S.api.breakMessagesShow(g,a);else{S.b.lc();for(var j in S.La)if(j!==a){try{c=JSON.parse(localStorage.getItem("brkmsgMessages_"+j))}catch(k){console.log(k)}if(c!=
1177
+ null&&c.length>0){S.api.breakMessagesShow(c,j);break}}}}}});e=null}}};
1178
+ S.api.breakMessagesOnStorage=function(c){if(c.key==null||c.key.length<16||c.key.substr(0,14)!=="brkmsgMessages")return false;var a=c.key.substr(15,c.key.length);S.b.lc();if(S.La[a]){var d;try{d=JSON.parse(c.newValue)}catch(e){console.log(e)}if(d!=null&&d.length>0)S.api.breakMessagesShow(d,a);else{c=false;for(var f in S.La)if(f!==a){try{d=JSON.parse(localStorage.getItem("brkmsgMessages_"+f))}catch(g){console.log(g)}if(d!=null&&d.length>0){S.api.breakMessagesShow(d,f);c=true;break}}if(!c&&S.B!=null&&
1179
+ typeof S.B==="object"&&S.B.hide){S.B.hide();S.B=null}}}};S.api.collapseNav=function(){S.a.w.collapse()};S.api.expandNav=function(){S.a.w.expand()};S.api.setTabTitle=function(c,a){var d=c instanceof Ext.Panel?c:S.api.getCurrentTab(c);d&&d.setTitle(a)};S.api.resetInactivityTimeout=function(){S.a.wb()};S.api.getSettings=function(){return JSON.parse(JSON.stringify(S.e))};S.api.attachActivityMonitor=function(c){S.a.Ea(c,true)};