/*
 *  Javascript (actual translations);
 */
 

var i18n = {};

function _(trans_string) {
    var newstr = i18n[trans_string];
    if (!isUndefinedOrNull(newstr)) { return newstr; } 
    else {
       return trans_string;
    }
}




// strings for file: resources/js/DDList.js

// strings for file: resources/js/add_document.js

// strings for file: resources/js/browsehelper.js

// strings for file: resources/js/collectionframe.js

// strings for file: resources/js/conditional_complex_edit.js
i18n['Finish with this column\'s behaviours.'] = 'Finish with this column\'s behaviours.';
i18n['Assuming this field has behaviour "'] = 'Assuming this field has behaviour "';

// strings for file: resources/js/conditional_selection.js

// strings for file: resources/js/conditional_simple_edit.js
i18n['Dependencies saved ('] = 'Dependencies saved (';
i18n['Dependencies for value "'] = 'Dependencies for value "';
i18n['Now editing field "'] = 'Now editing field "';
i18n['Loading Dependencies for value "'] = 'Loading Dependencies for value "';

// strings for file: resources/js/conditional_usage.js
i18n['Undo'] = 'Undo';
i18n['Undo'] = 'Undo';

// strings for file: resources/js/constructed_search.js
i18n['loading...'] = 'loading...';
i18n['Remove'] = 'Remove';
i18n['first select a type of query'] = 'first select a type of query';
i18n['Add'] = 'Add';
i18n['Criteria Group'] = 'Criteria Group';
i18n['Criteria'] = 'Criteria';
i18n['Values'] = 'Values';
i18n['Return items which match'] = 'Return items which match';
i18n['all'] = 'all';
i18n['any'] = 'any';
i18n['of the criteria specified.'] = 'of the criteria specified.';

// strings for file: resources/js/constructed_search_postprocess.js

// strings for file: resources/js/dashboard.js
i18n['Add Dashlet'] = 'Add Dashlet';
i18n['Add Dashlets'] = 'Add Dashlets';
i18n['close'] = 'close';

// strings for file: resources/js/expungeList.js

// strings for file: resources/js/help.js

// strings for file: resources/js/jsonlookup.js

// strings for file: resources/js/kt-utility.js

// strings for file: resources/js/kt3calendar.js

// strings for file: resources/js/loader.js

// strings for file: resources/js/login_loader.js

// strings for file: resources/js/permissions.js
i18n['Role or Group'] = 'Role or Group';

// strings for file: resources/js/reorder.js

// strings for file: resources/js/scheduler.js

// strings for file: resources/js/search2widget.js

// strings for file: resources/js/singleselect.js

// strings for file: resources/js/taillog.js

// strings for file: resources/js/toggleselect.js
