﻿// locale text
var tucsz_COLUMN = 'Frameset';
var tucsz_CLOSE = 'Close';
var tucsz_REMOVE = 'Remove';
var tucsz_OPTIONS = 'Options';

var tucsz_PLACEHERE = 'You can place modules here.';

var tucsz_CONFIRM_REMOVE = 'Are you sure to remove this item?\n\nAll sub items within this item will be also removed.';
var tucsz_CONFIRM_RELOAD = 'Are you sure to cancel all changes?\n\nYou have changed:\n';
var tucsz_LAYOUTCHANGED = 'Layout';
var tucsz_STYLECHANGED = 'Style';

var tucsz_COL2_8 = '2 Column, Right Main';
var tucsz_COL8_2 = '2 Column, Left Main';
var tucsz_COL5_5 = '2 Column, Average';
var tucsz_COL2_6_2 = '3 Column, Center Main';
var tucsz_COL3_3_3 = '3 Column, Average';

var tucsz_CHANGEPERM = 'Change Permission';
var tucsz_PERM = new Array();
tucsz_PERM[0] = new Array();
tucsz_PERM[0][0] = 'Book Creator Only';
tucsz_PERM[0][1] = 'Special Friends';
tucsz_PERM[0][2] = 'Friends';
tucsz_PERM[0][4] = 'Logged in Users';
tucsz_PERM[0][5] = 'Everyone';

tucsz_PERM[1] = new Array();
tucsz_PERM[1][0] = 'Group Owner Only';
tucsz_PERM[1][1] = 'Managers';
tucsz_PERM[1][2] = 'Members';
tucsz_PERM[1][4] = 'Logged in Users';
tucsz_PERM[1][5] = 'Everyone';

var tucsz_REPLYTO = 'To |1: ';

var tucsz_REMOVECONFIRM = 'You are going to remove this item, are you sure?';

var tucsz_ADDONCE = 'You can only have one module of this kind.\n\nDo you want to remove this module?';
var tucsz_NEWMODULE = 'You have created a new module. After you save the layout, you will be able to edit this module.'

var tucsz_MENU_EDITLAYOUT = 'Enable layout editing';
var tucsz_MENU_ADDMODULE = 'Add/remove module';
var tucsz_MENU_CHANGESTYLE = 'Change style';
var tucsz_MENU_EDITSTYLE = 'Edit current style';
var tucsz_MENU_EDITPERMISSION = 'Edit permissions';
var tucsz_MENU_STATISTICS = 'Statistics';

var tucsz_NOTLOGGEDIN = 'You haven\'t signed in, or stayed for too long time. Please sign in and retry.';
var tucsz_SERVERERROR = 'Server encountered error. Please try again later. Error Code: ';

var tucsz_INVALIDVAL_NUM = 'You have input an invalid value, a number should be filled in.';
var tucsz_INVALIDVAL_EMPTY = 'A value is required to fill in this field, you can\'t leave it empty.';
var tucsz_INVALIDVAL_LENGTH = 'The string you input is too long, please remove some characters and retry.\n\nThe characters in max is ';

var tucsz_OPTIONSOF = 'Options - ';
