| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | $translations = array( |
|---|
| 10 | 'LANG_USER' => 'User', |
|---|
| 11 | 'LANG_PASSWORD' => 'Password', |
|---|
| 12 | 'LANG_LOGIN' => 'Login', |
|---|
| 13 | 'LANG_LOGIN_ERROR' => 'Login error, wrong user or password', |
|---|
| 14 | 'LANG_LOGOUT' => 'Logout', |
|---|
| 15 | 'LANG_UNKNOWN_DIR' => 'Can\'t define current directory, please contact us', |
|---|
| 16 | 'LANG_DAYS' => 'M,T,W,T,F,S,S', |
|---|
| 17 | 'LANG_RANGE' => 'Day,Week,Month', |
|---|
| 18 | 'LANG_MONTHS' => '0,January,February,March,April,May,June,July,August,September,October,November,December', |
|---|
| 19 | 'LANG_SITE' => 'Website', |
|---|
| 20 | 'LANG_GROUP' => 'Group', |
|---|
| 21 | 'LANG_BROWSER' => 'Browser', |
|---|
| 22 | 'LANG_ALL' => 'All', |
|---|
| 23 | 'LANG_UNKNOWN' => 'Other/unknown', |
|---|
| 24 | 'LANG_EXAMPLE_URL' => 'Webpage', |
|---|
| 25 | 'LANG_LAYOUT' => 'Group\'s layout', |
|---|
| 26 | 'LANG_LAYOUT_FIXED' => 'Fixed content/menu', |
|---|
| 27 | 'LANG_LAYOUT_LIQUID' => 'Liquid content/menu (automatic adjusting to available space)', |
|---|
| 28 | 'LANG_LAYOUT_NONE' => 'Margin (no content), liquid', |
|---|
| 29 | 'LANG_LAYOUT_0' => 'Liquid content and menu', |
|---|
| 30 | 'LANG_LAYOUT_1' => 'Fixed left menu, liquid content','LANG_LAYOUT_2' => 'Fixed centered content (automatic left and right margins)', |
|---|
| 31 | 'LANG_LAYOUT_3' => 'Fixed content stuck to the left (automatic right margin)', |
|---|
| 32 | 'LANG_LAYOUT_4' => 'Fixed right menu, liquid content', |
|---|
| 33 | 'LANG_LAYOUT_5' => 'Fixed left and right menus, liquid content', |
|---|
| 34 | 'LANG_LAYOUT_6' => 'Fixed content stuck to the right (automatic left margin)', |
|---|
| 35 | 'LANG_LAYOUT_LEFT' => 'Fixed left width (pixels)', |
|---|
| 36 | 'LANG_LAYOUT_CENTER' => 'Fixed central width (pixels)', |
|---|
| 37 | 'LANG_LAYOUT_RIGHT' => 'Fixed right width (pixels)', |
|---|
| 38 | 'LANG_SCREENSIZE' => 'Screen size', |
|---|
| 39 | 'LANG_HEATMAP' => 'Heatmap and its transparency', |
|---|
| 40 | 'LANG_LATEST_CHECK' => 'Upgrade', |
|---|
| 41 | 'LANG_LATEST_KO' => 'Can\'t find dynamically the latest available version, yours is %s, the latest one read directly from Labsmedia\'s website is', |
|---|
| 42 | 'LANG_LATEST_OK' => 'You have the latest available version (%s)', |
|---|
| 43 | 'LANG_LATEST_NO' => 'Your version (%s) isn\'t the latest available one (%s). You can download the latest one on our website:', |
|---|
| 44 | 'LANG_LOG_MY_CLICKS' => 'Log my clicks?', |
|---|
| 45 | 'LANG_JAVASCRIPT_ADMIN_COOKIE' => 'In order to avoid pollution of your statistics,\nyou can choose not to log your own clicks\n\nOK = log my clicks\nCancel = don\'t log my clicks', |
|---|
| 46 | 'LANG_JAVASCRIPT' => 'Javascript code to be pasted on pages you want to study', |
|---|
| 47 | 'LANG_JAVASCRIPT_IMAGE' => 'Show ClickHeat logo on the studied page: ','LANG_JAVASCRIPT_SHORT' => 'Compact code (3 lines only)', |
|---|
| 48 | 'LANG_JAVASCRIPT_QUOTA' => 'Maximum clicks per page and visitor, next clicks won\'t be saved (0 = no limit, 3 is a good choice)', |
|---|
| 49 | 'LANG_JAVASCRIPT_SITE' => 'Website name (allowed characters: A-Z, a-z, 0-9, underscore, hyphen, dot)', |
|---|
| 50 | 'LANG_JAVASCRIPT_GROUP' => 'Group name, to group similar pages for a simpler analysis', |
|---|
| 51 | 'LANG_JAVASCRIPT_GROUP0' => 'use a keyword', |
|---|
| 52 | 'LANG_JAVASCRIPT_GROUP1' => 'allowed characters: A-Z, a-z, 0-9, underscore, hyphen, dot', |
|---|
| 53 | 'LANG_JAVASCRIPT_GROUP2' => 'use webpage\'s title (<a href="http://www.labsmedia.com/clickheat/performance.html" onclick="window.open(this.href, \'external\',return false">not recommended</a>)', |
|---|
| 54 | 'LANG_JAVASCRIPT_GROUP3' => 'use webpage\'s URL (<a href="http://www.labsmedia.com/clickheat/performance.html" onclick="window.open(this.href, \'external\',return false">not recommended</a>)', |
|---|
| 55 | 'LANG_JAVASCRIPT_PASTE' => 'Copy and paste the code below on your pages, just before the end of the page (before </body> tag):', |
|---|
| 56 | 'LANG_JAVASCRIPT_DEBUG' => 'Once the code pasted on your pages, don\'t forget to test if the code works correctly, by calling your page with the parameter <span class="error">debugclickheat</span>. For example for http://www.site.com/index.html call http://www.site.com/index.html<span class="error">?debugclickheat</span>. You should see a message showing the state of Clickheat. If you encounter any problem, feel free to contact us', |
|---|
| 57 | 'LANG_NO_CLICK_BELOW' => 'No clicks recorded beneath this line', |
|---|
| 58 | 'LANG_ERROR_GROUP' => 'Unknown group. _JAVASCRIPT_', |
|---|
| 59 | 'LANG_ERROR_DATA' => 'No logs for the selected period (first think removing filters: browser, screensize). _JAVASCRIPT_', |
|---|
| 60 | 'LANG_ERROR_JAVASCRIPT' => 'Did you correctly installed Javascript code on your webpages?', |
|---|
| 61 | 'LANG_ERROR_FILE' => 'Can\'t open log file', |
|---|
| 62 | 'LANG_ERROR_SCREEN' => 'Non-standard screen size', |
|---|
| 63 | 'LANG_ERROR_LOADING' => 'Generating image, please wait...', |
|---|
| 64 | 'LANG_ERROR_FIXED' => 'All widths are fixed, that is not possible. Please change one of your layout width above.', |
|---|
| 65 | 'LANG_DEFAULT' => 'default', |
|---|
| 66 | 'LANG_CHECKS' => 'Preliminary checks', |
|---|
| 67 | 'LANG_CHECK_WRITABLE' => 'Write permissions in configuration directory', |
|---|
| 68 | 'LANG_CHECK_NOT_WRITABLE' => 'PHP hasn\'t got write permission in the configuration directory', |
|---|
| 69 | 'LANG_CHECK_GD' => 'GD graphic library', |
|---|
| 70 | 'LANG_CHECK_GD_IMG' => 'imagecreatetruecolor() unavailable, can\'t create images (with good quality), check that GD##[34m| is installed', |
|---|
| 71 | 'LANG_CHECK_GD_ALPHA' => 'imagecolorallocatealpha() unavailable, can\'t create transparent images (you can ignore this, but transparency is really recommended)', |
|---|
| 72 | 'LANG_CHECK_GD_PNG' => 'imagepng() unavailable, can\'t create PNG##[34m| images, sorry', |
|---|
| 73 | 'LANG_CHECKS_OK' => 'Next step: configuration', |
|---|
| 74 | 'LANG_CHECKS_KO' => 'One or more tests have failed. Please correct problems and refresh this page.', |
|---|
| 75 | 'LANG_CONFIG' => 'Configuration', |
|---|
| 76 | 'LANG_CONFIG_HEADER_HEATMAP' => 'Heatmap rendering', |
|---|
| 77 | 'LANG_CONFIG_HEADER_DISPLAY' => 'Main display', |
|---|
| 78 | 'LANG_CONFIG_HEADER_SECURITY' => 'Security', |
|---|
| 79 | 'LANG_CONFIG_HEADER_LOGIN' => 'Login parameters', |
|---|
| 80 | 'LANG_CONFIG_LOGPATH' => 'Logfiles\' directory', |
|---|
| 81 | 'LANG_CONFIG_LOGPATH_DIR' => 'Logfiles directory doesn\'t exist. Please create it', |
|---|
| 82 | 'LANG_CONFIG_LOGPATH_KO' => 'Logfiles directory doesn\'t have write permissions, please give it write permission for PHP user', |
|---|
| 83 | 'LANG_CONFIG_CACHEPATH' => 'Temporary files directory', |
|---|
| 84 | 'LANG_CONFIG_CACHEPATH_DIR' => 'Temporary files directory doesn\'t exist. Please create it', |
|---|
| 85 | 'LANG_CONFIG_CACHEPATH_KO' => 'Temporary files directory doesn\'t have write permissions, please give it write permission for PHP user', |
|---|
| 86 | 'LANG_CONFIG_REFERERS' => 'Domain names (separated by commas) allowed to log clicks on this server', |
|---|
| 87 | 'LANG_CONFIG_GROUPS' => 'Group names (separated by commas) allowed to log clicks on this server', |
|---|
| 88 | 'LANG_CONFIG_FILESIZE' => 'Maximum logfile size (in KB) of a group over a day (1000 clicks are about 25KB, 0 = no size limit)', |
|---|
| 89 | 'LANG_CONFIG_CHECK' => 'Check configuration', |
|---|
| 90 | 'LANG_CONFIG_MEMORY' => 'Memory limit (default php.ini value: %dMB, limits: from %d to %dMB, but <a href="http://www.labsmedia.com/clickheat/performance.html" onclick="window.open(this.href, \'external\',return false">be careful with high values</a>)', |
|---|
| 91 | 'LANG_CONFIG_MEMORY_KO' => 'please stay in the specified range', |
|---|
| 92 | 'LANG_CONFIG_STEP' => 'Clicks grouping by X*X pixels\' zones (speed up display of heatmaps)', |
|---|
| 93 | 'LANG_CONFIG_STEP_KO' => 'zones can\'t be under 1x1 pixels', |
|---|
| 94 | 'LANG_CONFIG_DOT' => 'Heatmaps\' dot size (pixels)', |
|---|
| 95 | 'LANG_CONFIG_DOT_KO' => 'dot size can\'t be zero', |
|---|
| 96 | 'LANG_CONFIG_PALETTE' => 'If you see red squares on heatmaps check this box', |
|---|
| 97 | 'LANG_CONFIG_HEATMAP' => 'Show heatmap (rather than clicks\' map)', |
|---|
| 98 | 'LANG_CONFIG_FLASHES' => 'Hide <Flash> objects', |
|---|
| 99 | 'LANG_CONFIG_IFRAMES' => 'Hide <iframe> frames', |
|---|
| 100 | 'LANG_CONFIG_YESTERDAY' => 'Show yesterday statistics at start (rather than today)', |
|---|
| 101 | 'LANG_CONFIG_ALPHA' => 'Transparency level (0 => 100)', |
|---|
| 102 | 'LANG_CONFIG_FLUSH' => 'Automatic flush of statistics older than X days (0 = keep all files, not recommended)', |
|---|
| 103 | 'LANG_CONFIG_START' => 'First day of week', |
|---|
| 104 | 'LANG_CONFIG_START_M' => 'Monday', |
|---|
| 105 | 'LANG_CONFIG_START_S' => 'Sunday', |
|---|
| 106 | 'LANG_CONFIG_ADMIN_LOGIN' => 'Administrator\'s identifier', |
|---|
| 107 | 'LANG_CONFIG_ADMIN_PASS' => 'Administrator\'s password (enter it twice)', |
|---|
| 108 | 'LANG_CONFIG_VIEWER_LOGIN' => 'Visitor\'s identifier (if empty, account is disabled)', |
|---|
| 109 | 'LANG_CONFIG_VIEWER_PASS' => 'Visitor\'s password (enter it twice)', |
|---|
| 110 | 'LANG_CONFIG_LOGIN' => 'identifier must be at least 4 characters', |
|---|
| 111 | 'LANG_CONFIG_PASS' => 'password is empty', |
|---|
| 112 | 'LANG_CONFIG_MATCH' => 'passwords don\'t match', |
|---|
| 113 | 'LANG_CONFIG_SAVE' => 'Save configuration', |
|---|
| 114 | 'LANG_CLEANER_RUNNING' => 'Cleaning in progress...', |
|---|
| 115 | 'LANG_CLEANER_RUN' => 'Cleaning finished: %d files and %d directories have been deleted', |
|---|
| 116 | 'LANG_CANCEL' => 'Cancel', |
|---|
| 117 | 'LANG_UPGRADE' => 'Upgrade', |
|---|
| 118 | 'LANG_UPGRADE_NEXT' => 'Check your configuration, then save it to finish upgrade' |
|---|
| 119 | ); |
|---|
| 120 | ?> |
|---|