<? /* Absolut Engine by Daniel Duris (c) 2001-2004 English version by Daniel Duris */ // Default character set for this language version: $charset='iso-8859-1'; // MESSAGES - THESE CAN BE TRANSLATED TO YOUR LANGUAGE IF HAVEN'T BEEN DONE YET $textbasic[0]='Username:'; $textbasic[1]='Password:'; $textbasic[2]='Password confirmation:'; $textbasic[3]='Forename and surname:'; $textbasic[4]='Position:'; $textbasic[5]='Administrator'; $textbasic[6]='Editor-in-chief'; $textbasic[7]='Editor'; $textbasic[8]='Module details'; $textbasic[9]='Description:'; $textbasic[10]='Directory:'; $textbasic[11]='Administrator menu:'; $textbasic[12]='Editor-in-chief menu:'; $textbasic[13]='Editor menu:'; $textbasic[14]='Guest changes file:'; $textbasic[15]='Choose position'; $textbasic[16]='Prioritize article'; $textbasic[17]='Deprioritize article'; $textbasic[18]='To the homepage...'; $textbasic[19]='present'; $textbasic[20]='not present'; $textbasic[21]='Show modules'; $textbasic[22]='Date and time'; $textbasic[23]='Title'; $textbasic[24]='Choose section'; $textbasic[25]='Do you really want to log out?'; $textbasic[26]='Language:'; $textbasic[27]='Email:'; $textbasic[28]='Size'; $textbasic[29]='BACK'; $textbasic[30]='Photo:'; $textbasic[31]='Other information:'; $textbasic[32]='Section'; $textbasic[33]='Author'; $textbasic[34]='Module manager'; $textbasic[35]='Modules found ready for installation:'; $textbasic[36]='Filter settings'; $textbasic[37]='Image number:'; $textbasic[38]='Image'; $textbasic[39]='Choose article'; $textbasic[40]='Article:'; $textbasic[41]='List of related articles:'; $textbasic[42]='List of articles:'; $textbasic[43]='Add related articles to the article'; $textbasic[44]='Show related articles to the article'; $textbasic[45]='Publish article'; $textbasic[46]='Online is: '; $textbasic[47]='nobody at this time.'; $textbasic[48]='Welcome aboard, '; $textbasic[49]='Your position is: '; $textbasic[50]='display all articles'; $textbasic[51]='Modules installed:'; $textbasic[52]='Install'; $textbasic[53]='Are you sure you want to proceed with deletion? This action cannot be undone!'; $textbasic[54]='Filename for clean URL:'; $textbasic[55]='Log out (to finish work)'; $textbasic[56]='Administrator menu'; $textbasic[57]='Add user'; $textbasic[58]='Edit user profile:'; $textbasic[59]='Delete user:'; $textbasic[60]='Edit system settings'; $textbasic[61]='Editor-in-chief menu'; $textbasic[62]='No modules installed.'; $textbasic[63]='Module name'; $textbasic[64]='Editor menu'; $textbasic[65]='Add article'; $textbasic[66]='Discussion manager'; $textbasic[67]='Filter article list by:'; $textbasic[68]='Edit personal profile'; $textbasic[69]='Related articles manager'; $textbasic[70]='Image manager'; $textbasic[71]='Back to main menu'; $textbasic[72]='Section manager'; $textbasic[73]='File manager'; $textbasic[74]='List of image sets:'; $textbasic[75]='Image:'; $textbasic[76]='Image description:'; $textbasic[77]='Image set description:'; $textbasic[78]='List of file sets:'; $textbasic[79]='File:'; $textbasic[80]='File set description:'; $textbasic[81]='List of sections:'; $textbasic[82]='Add new section'; $textbasic[83]='Section name:'; $textbasic[84]='From:'; $textbasic[85]='None'; $textbasic[86]='Put article on hold'; $textbasic[87]='Change sorting'; $textbasic[88]='Table is sorted by this column.'; $textbasic[89]='Version'; $textbasic[90]='Description'; $textbasic[91]='Website:'; $textbasic[92]='Uninstall'; $textbasic[93]='To:'; $textbasic[94]='Module details'; $textbasic[95]='No new modules found.'; $textbasic[96]='Refresh'; $textbasic[97]='All'; $textbasic[98]='Number of articles:'; $textbasic[99]='Clear dates'; $textbasic[100]='Font'; $textbasic[101]='Text type'; $textbasic[102]='Heading'; $textbasic[103]='Submit'; $textbasic[104]='Reset'; $textbasic[105]='Undo changes'; $textbasic[106]='Edit'; $textbasic[107]='Login'; $textbasic[108]='Display'; $textbasic[109]='Send'; $textbasic[110]='Delete'; $textbasic[111]='Browse...'; $textbasic[112]='Preview'; $textbasic[113]='Prioritize'; $textbasic[114]='Deprioritize'; $textbasic[115]='Publish'; $textbasic[116]='Show'; $textbasic[117]='Title:'; $textbasic[118]='Beginning:'; $textbasic[119]='Text:'; $textbasic[120]='Author:'; $textbasic[121]='Date:'; $textbasic[122]='Section:'; $textbasic[123]='Set of images:'; $textbasic[124]='Set of files:'; $textbasic[125]='No images'; $textbasic[126]='Time:'; $textbasic[127]='No files'; $textbasic[128]='Priority:'; $textbasic[129]='Status:'; $textbasic[130]='Normal'; $textbasic[131]='Prioritized'; $textbasic[132]='On hold'; $textbasic[133]='Published'; $textbasic[134]='Bold'; $textbasic[135]='Italic'; $textbasic[136]='Link'; $textbasic[137]='Text:'; $textbasic[138]='URL:'; $textbasic[139]='Bullet'; $textbasic[140]='Normal'; $textbasic[141]='Formatted'; $textbasic[142]='View HTML source'; // Warning descriptions - displayed when something goes wrong: $textwarning[0]='You did not choose article to relate.'; $textwarning[1]='Username and/or password is wrong!<br />Try it <a href="'.TEMPDIR.'index.php">again</a><br />If the problem persists, contact admin at:'; $textwarning[2]='Database is connected: could not read or write data from/to it.<br />If this situation emerges continually, contact admin at:'; $textwarning[3]='Could not connect to the database!!!'; $textwarning[4]='user already exists! You have to choose different username for new user.'; $textwarning[5]='Password field can not be blank.'; $textwarning[6]='Password and password confirmation fields differ.'; $textwarning[7]='You did not choose user position.'; $textwarning[8]='Title must not be empty when clean URLs feature is enabled.'; $textwarning[12]='Access is denied. This section could be accessed only by administrator! If you have the admin access, log in <a href="'.TEMPDIR.'index.php">here</a>.'; $textwarning[13]='Access is denied. This section could be accessed only by editor-in-chief. If you have the editor-in-chief access, log in <a href="'.TEMPDIR.'index.php">here</a>.'; $textwarning[15]='Access is denied. If you have valid username and password, you can log in <a href="'.TEMPDIR.'index.php">here</a>.'; $textwarning[16]='There is no article under this number.'; $textwarning[17]='You did not choose section.'; $textwarning[18]='Username field can not be blank.'; $textwarning[19]='section already exists! You have to choose another name for new section.'; $textwarning[20]='image - size of this image is higher than allowed, no image was inserted or image was not JPEG/GIF/PNG. Maximal image upload size in bytes:'; $textwarning[21]='Description field can not be blank.'; $textwarning[22]='File handling error occurred. File could not be uploaded or deleted.<br />If this situation emerges continually, contact admin at:'; $textwarning[23]='file - size of this file is higher than allowed, no file was inserted or the filetype is forbidden to be uploaded. Maximal file upload size in bytes:'; $textwarning[24]='image format is not supported by your webhosting provider, you have to try other image formats to upload.'; ?>