| 1 |
akamu |
1.1 |
<?php |
| 2 |
djmaze |
1.4 |
/********************************************* |
| 3 |
akamu |
1.2 |
Coppermine 1.3.1 for CPG-Dragonfly™ |
| 4 |
djmaze |
1.4 |
******************************************** |
| 5 |
djmaze |
1.4 |
Port Copyright © 2004-2005 CPG Dev Team |
| 6 |
nanocaio |
9.2 |
http://www.dragonflycms.org |
| 7 |
djmaze |
1.4 |
******************************************** |
| 8 |
akamu |
1.2 |
v1.1 (c) by Grégory Demar http://coppermine.sf.net/ |
| 9 |
akamu |
1.2 |
This program is free software; you can redistribute it and/or modify |
| 10 |
akamu |
1.2 |
it under the terms of the GNU General Public License as published by |
| 11 |
akamu |
1.2 |
the Free Software Foundation; either version 2 of the License, or |
| 12 |
akamu |
1.2 |
(at your option) any later version. |
| 13 |
djmaze |
1.4 |
******************************************** |
| 14 |
akamu |
1.3 |
$Source: /cvs/l10n/albanian/coppermine.php,v $ |
| 15 |
nanocaio |
9.3 |
$Revision: 9.2 $ |
| 16 |
nanocaio |
9.3 |
$Author: nanocaiordo $ |
| 17 |
nanocaio |
9.3 |
$Date: 2005/09/29 17:24:01 $ |
| 18 |
akamu |
1.5 |
Encoding test: n-array summation ∑ latin ae w/ acute ǽ |
| 19 |
akamu |
1.5 |
*******************************************************/ |
| 20 |
akamu |
1.2 |
if (!defined('CPG_NUKE')) { exit; } |
| 21 |
akamu |
1.2 |
global $module_name, $lang_usermgr_php, $lang_config_php, $lang_config_data, $lang_byte_units, $lang_day_of_week, $lang_month, $lang_bad_words, $lang_meta_album_names, $lang_config_data; |
| 22 |
akamu |
1.3 |
define('PIC_VIEWS', 'Views');//new in 1.2.2nuke |
| 23 |
akamu |
1.3 |
define('PIC_VOTES', 'Votes');//new in 1.2.2nuke |
| 24 |
akamu |
1.3 |
define('PIC_COMMENTS', 'Comments');//new in 1.2.2nuke |
| 25 |
djmaze |
1.4 |
  |
| 26 |
akamu |
1.1 |
// info about translators and translated language |
| 27 |
akamu |
1.1 |
define('LANG_NAME_ENGLISH', 'Albanian'); |
| 28 |
akamu |
1.1 |
define('LANG_NAME_NATIVE', ''); |
| 29 |
akamu |
1.1 |
define('LANG_COUNTRY_CODE', ''); |
| 30 |
akamu |
1.1 |
define('TRANS_NAME', ''); |
| 31 |
akamu |
1.1 |
define('TRANS_EMAIL', ''); |
| 32 |
akamu |
1.1 |
define('TRANS_WEBSITE', ''); |
| 33 |
akamu |
1.1 |
define('TRANS_DATE', '2000-00-00'); |
| 34 |
akamu |
1.2 |
define('CHARSET', 'utf-8'); |
| 35 |
akamu |
1.1 |
define('TEXT_DIR', 'ltr'); |
| 36 |
akamu |
1.1 |
// left is for port compliancy |
| 37 |
akamu |
1.1 |
define('YES', 'Yes'); |
| 38 |
akamu |
1.1 |
define('NO', 'No'); |
| 39 |
akamu |
1.1 |
// some common strings |
| 40 |
akamu |
1.1 |
define('BACK', 'BACK'); |
| 41 |
akamu |
1.3 |
define('CONTINU', 'CONTINUE'); |
| 42 |
akamu |
1.1 |
define('INFO', 'Information'); |
| 43 |
nanocaio |
9.3 |
//define('_ERROR', 'Error'); //already in main lang file |
| 44 |
akamu |
1.1 |
define('ALBUM_DATE_FMT', '%B %d, %Y'); |
| 45 |
akamu |
1.1 |
define('LASTCOM_DATE_FMT', '%m/%d/%y at %H:%M'); |
| 46 |
akamu |
1.1 |
define('LASTUP_DATE_FMT', '%B %d, %Y'); |
| 47 |
akamu |
1.1 |
define('REGISTER_DATE_FMT', '%B %d, %Y'); |
| 48 |
akamu |
1.1 |
define('LASTHIT_DATE_FMT', '%B %d, %Y at %I:%M %p'); |
| 49 |
akamu |
1.1 |
define('COMMENT_DATE_FMT', '%B %d, %Y at %I:%M %p'); |
| 50 |
akamu |
1.1 |
  |
| 51 |
akamu |
1.1 |
// lang_meta_album_names |
| 52 |
akamu |
1.1 |
define('RANDOM', 'Random pictures'); |
| 53 |
akamu |
1.1 |
define('LASTUP', 'Last additions'); |
| 54 |
akamu |
1.1 |
define('LASTUPBY', 'My Last Additions'); |
| 55 |
akamu |
1.1 |
define('LASTALB', 'Last updated albums'); |
| 56 |
akamu |
1.1 |
define('LASTCOM', 'Last comments'); |
| 57 |
akamu |
1.1 |
define('LASTCOMBY', 'My Last comments'); |
| 58 |
akamu |
1.1 |
define('TOPN', 'Most viewed'); |
| 59 |
akamu |
1.1 |
define('TOPRATED', 'Top rated'); |
| 60 |
akamu |
1.1 |
define('LASTHITS', 'Last viewed'); |
| 61 |
akamu |
1.1 |
define('SEARCH', 'Search results'); |
| 62 |
akamu |
1.1 |
define('FAVPICS', 'Favorite Pictures'); |
| 63 |
akamu |
1.1 |
  |
| 64 |
akamu |
1.1 |
// lang_errors |
| 65 |
akamu |
1.1 |
define('ACCESS_DENIED', 'You don\'t have permission to access this page.'); |
| 66 |
akamu |
1.1 |
define('PERM_DENIED', 'You don\'t have permission to perform this operation.'); |
| 67 |
akamu |
1.1 |
define('PARAM_MISSING', 'Script called without the required parameter(s).'); |
| 68 |
akamu |
1.1 |
define('NON_EXIST_AP', 'The selected album/picture does not exist !'); |
| 69 |
akamu |
1.1 |
define('QUOTA_EXCEEDED', 'Disk quota exceeded<br /><br />You have a space quota of [quota]K, your pictures currently use [space]K, adding this picture would make you exceed your quota.'); |
| 70 |
akamu |
1.1 |
define('GD_FILE_TYPE_ERR', 'When using the GD image library allowed image types are only JPEG and PNG.'); |
| 71 |
akamu |
1.1 |
define('INVALID_IMAGE', 'The image you have uploaded is corrupted or can\'t be handled by the GD library'); |
| 72 |
akamu |
1.1 |
define('RESIZE_FAILED', 'Unable to create thumbnail or reduced size image.'); |
| 73 |
akamu |
1.1 |
define('NO_IMG_TO_DISPLAY', 'No image to display'); |
| 74 |
akamu |
1.1 |
define('NON_EXIST_CAT', 'The selected category does not exist'); |
| 75 |
akamu |
1.1 |
define('ORPHAN_CAT', 'A category has a non-existing parent, runs the category manager to correct the problem.'); |
| 76 |
akamu |
1.1 |
define('DIRECTORY_RO', 'Directory \'%s\' is not writable, pictures can\'t be deleted'); |
| 77 |
akamu |
1.1 |
define('NON_EXIST_COMMENT', 'The selected comment does not exist.'); |
| 78 |
akamu |
1.1 |
define('PIC_IN_INVALID_ALBUM', 'Picture is in a non existant album (%s)!?'); |
| 79 |
akamu |
1.1 |
define('BANNED', 'You are currently banned from using this site.'); |
| 80 |
akamu |
1.1 |
define('NOT_WITH_UDB', 'This function is disabled in Coppermine because it is integrated with forum software. Either what you are trying to do is not supported in this configuration, or the function should be handled by the forum software.'); |
| 81 |
akamu |
1.1 |
define('MEMBERS_ONLY', 'This function is for members only, please join.'); |
| 82 |
akamu |
1.1 |
define('MUSTBE_GOD', 'This function is only for the site admin. You must be logged in as superadmin, god account to access this function'); |
| 83 |
akamu |
1.3 |
define('NO_IMG_TO_APPROVE', 'No images to approve'); |
| 84 |
akamu |
1.1 |
  |
| 85 |
akamu |
1.1 |
// lang_main_menu |
| 86 |
akamu |
1.1 |
define('ALB_LIST_TITLE', 'Go to the album list'); |
| 87 |
akamu |
1.1 |
define('ALB_LIST_LNK', 'Album list'); |
| 88 |
akamu |
1.1 |
define('MY_GAL_TITLE', 'Go to my personal gallery'); |
| 89 |
akamu |
1.1 |
define('MY_GAL_LNK', 'My gallery'); |
| 90 |
akamu |
1.1 |
define('MY_PROF_LNK', 'My profile'); |
| 91 |
akamu |
1.1 |
define('MY_PROF_TITLE','Check your disk quota and groups'); |
| 92 |
akamu |
1.1 |
define('ADM_MODE_TITLE', 'Switch to admin mode'); |
| 93 |
nanocaio |
9.3 |
define('ADM_MODE_LNK', 'Admin mode'); |
| 94 |
nanocaio |
9.3 |
define('USR_MODE_TITLE', 'Switch to user mode'); |
| 95 |
nanocaio |
9.3 |
define('USR_MODE_LNK', 'User mode'); |
| 96 |
akamu |
1.1 |
define('UPLOAD_PIC_TITLE', 'Upload a picture into an album'); |
| 97 |
akamu |
1.1 |
define('UPLOAD_PIC_LNK', 'Upload picture'); |
| 98 |
akamu |
1.1 |
define('REGISTER_TITLE', 'Create an account'); |
| 99 |
akamu |
1.1 |
define('REGISTER_LNK', 'Register'); |
| 100 |
akamu |
1.1 |
define('LOGIN_LNK', 'Login'); |
| 101 |
akamu |
1.1 |
define('LOGOUT_LNK', 'Logout'); |
| 102 |
akamu |
1.1 |
define('LASTUP_LNK', 'Last uploads'); |
| 103 |
akamu |
1.1 |
define('LASTUP_TITLE', 'Recently uploaded pictures'); |
| 104 |
akamu |
1.1 |
define('LASTCOM_TITLE', 'Pictures in order of last commented on'); |
| 105 |
nanocaio |
9.3 |
define('LASTCOM_LNK', 'Last comments'); |
| 106 |
akamu |
1.1 |
define('TOPN_TITLE', 'Pictures that have been seen most'); |
| 107 |
akamu |
1.1 |
define('TOPN_LNK', 'Most viewed'); |
| 108 |
akamu |
1.1 |
define('TOPRATED_TITLE', 'Top rated pictures'); |
| 109 |
nanocaio |
9.3 |
define('TOPRATED_LNK', 'Top rated'); |
| 110 |
akamu |
1.3 |
define('SEARCH_TITLE', 'Search Photo Collection'); |
| 111 |
akamu |
1.1 |
define('SEARCH_LNK', 'Search'); |
| 112 |
akamu |
1.3 |
define('FAV_TITLE', 'My Favorites'); |
| 113 |
akamu |
1.1 |
define('FAV_LNK', 'My Favorites'); |
| 114 |
akamu |
1.3 |
define('HELP_TITLE', 'HELP'); |
| 115 |
akamu |
1.3 |
define('HELP_LNK', "<img src=\"modules/$module_name/images/help.gif\" vspace=\"2\" height=\"20\" width=\"20\" align=\"middle\" alt=\"".HELP_TITLE."\" border=\"0\" />"); |
| 116 |
akamu |
1.1 |
  |
| 117 |
akamu |
1.1 |
// lang_gallery_admin_menu |
| 118 |
akamu |
1.1 |
define('UPL_APP_LNK', 'Upload approval'); |
| 119 |
akamu |
1.1 |
define('CONFIG_LNK', 'Config'); |
| 120 |
akamu |
1.1 |
define('ALBUMS_LNK', 'Albums'); |
| 121 |
akamu |
1.1 |
define('CATEGORIES_LNK', 'Categories'); |
| 122 |
akamu |
1.1 |
define('USERS_LNK', 'Users'); |
| 123 |
akamu |
1.1 |
define('GROUPS_LNK', 'Groups'); |
| 124 |
akamu |
1.1 |
define('COMMENTS_LNK', 'Review Comments'); |
| 125 |
akamu |
1.1 |
define('SEARCHNEW_LNK', 'Batch add pictures'); |
| 126 |
akamu |
1.1 |
define('UTIL_LNK', 'Resize pictures'); |
| 127 |
akamu |
1.1 |
define('BAN_LNK', 'Ban Users'); |
| 128 |
akamu |
1.1 |
  |
| 129 |
akamu |
1.1 |
// lang_user_admin_menu |
| 130 |
akamu |
1.1 |
define('ALBMGR_LNK', 'Create / order my albums'); |
| 131 |
akamu |
1.1 |
define('MODIFYALB_LNK', 'Modify my albums'); |
| 132 |
akamu |
1.3 |
//define('MY_PROF_LNK', 'My profile'); |
| 133 |
akamu |
1.1 |
  |
| 134 |
akamu |
1.1 |
// lang_cat_list |
| 135 |
akamu |
1.1 |
define('CATEGORY', 'Category'); |
| 136 |
akamu |
1.1 |
define('ALBUMS', 'Albums'); |
| 137 |
akamu |
1.3 |
//define('PICTURES', 'Pictures'); |
| 138 |
akamu |
1.1 |
  |
| 139 |
akamu |
1.1 |
// lang_album_list |
| 140 |
akamu |
1.1 |
define('ALBUM_ON_PAGE', '%d albums on %d page(s)'); |
| 141 |
akamu |
1.1 |
// lang_thumb_view |
| 142 |
akamu |
1.1 |
define('DATE', 'DATE'); |
| 143 |
akamu |
1.1 |
define('NAME', 'FILE NAME'); |
| 144 |
akamu |
1.1 |
define('TITLE', 'TITLE'); |
| 145 |
akamu |
1.1 |
define('SORT_DA', 'Sort by date ascending'); |
| 146 |
akamu |
1.1 |
define('SORT_DD', 'Sort by date descending'); |
| 147 |
akamu |
1.1 |
define('SORT_NA', 'Sort by name ascending'); |
| 148 |
akamu |
1.1 |
define('SORT_ND', 'Sort by name descending'); |
| 149 |
akamu |
1.1 |
define('SORT_TA', 'Sort by title ascending'); |
| 150 |
akamu |
1.1 |
define('SORT_TD', 'Sort by title descending'); |
| 151 |
akamu |
1.1 |
define('PIC_ON_PAGE', '%d pictures on %d page(s)'); |
| 152 |
akamu |
1.1 |
define('USER_ON_PAGE', '%d users on %d page(s)'); |
| 153 |
akamu |
1.1 |
define('SORT_RA', 'Sort by rating ascending'); |
| 154 |
akamu |
1.1 |
define('SORT_RD', 'Sort by rating descending'); |
| 155 |
akamu |
1.3 |
define('THUMB_RATING', 'RATING'); |
| 156 |
akamu |
1.1 |
define('SORT_TITLE', 'Sort pictures by:'); |
| 157 |
akamu |
1.1 |
  |
| 158 |
akamu |
1.1 |
// lang_img_nav_bar |
| 159 |
akamu |
1.1 |
define('THUMB_TITLE', 'Return to the thumbnail page'); |
| 160 |
akamu |
1.1 |
define('PIC_INFO_TITLE', 'Display/hide picture information'); |
| 161 |
akamu |
1.1 |
define('SLIDESHOW_TITLE', 'Slideshow'); |
| 162 |
akamu |
1.3 |
define('SLIDESHOW_DISABLED', 'Slideshow is disabled'); |
| 163 |
akamu |
1.1 |
define('SLIDESHOW_DISABLED_MSG', 'This function is for members only, please join.'); |
| 164 |
akamu |
1.1 |
define('ECARD_TITLE', 'Send this picture as an e-card'); |
| 165 |
akamu |
1.1 |
define('ECARD_DISABLED', 'e-cards are disabled'); |
| 166 |
akamu |
1.1 |
define('ECARD_DISABLED_MSG', 'You don\'t have permission to send ecards'); |
| 167 |
akamu |
1.1 |
define('PREV_TITLE', 'See previous picture'); |
| 168 |
akamu |
1.1 |
define('NEXT_TITLE', 'See next picture'); |
| 169 |
akamu |
1.1 |
define('PIC_POS', 'PICTURE %s/%s'); |
| 170 |
nanocaio |
9.3 |
define('NO_MORE_IMAGES', 'There are no more images in this gallery'); |
| 171 |
akamu |
1.1 |
define('NO_LESS_IMAGES', 'This is the first image in the gallery'); |
| 172 |
akamu |
1.1 |
  |
| 173 |
akamu |
1.1 |
// lang_rate_pic |
| 174 |
akamu |
1.1 |
define('RATE_THIS_PIC', 'Rate this picture '); |
| 175 |
akamu |
1.1 |
define('NO_VOTES', '(No vote yet)'); |
| 176 |
akamu |
1.1 |
define('RATING', '(current rating : %s / 5 with %s votes)'); |
| 177 |
akamu |
1.1 |
define('RUBBISH', 'Rubbish'); |
| 178 |
akamu |
1.1 |
define('POOR', 'Poor'); |
| 179 |
akamu |
1.1 |
define('FAIR', 'Fair'); |
| 180 |
akamu |
1.1 |
define('GOOD', 'Good'); |
| 181 |
akamu |
1.1 |
define('EXCELLENT', 'Excellent'); |
| 182 |
akamu |
1.1 |
define('GREAT', 'Great'); |
| 183 |
akamu |
1.1 |
  |
| 184 |
akamu |
1.1 |
// lang_cpg_die |
| 185 |
akamu |
1.3 |
//define('INFO', 'Information'); |
| 186 |
akamu |
1.3 |
//define('ERROR', 'Error'); |
| 187 |
akamu |
1.3 |
define('_CRITICAL_ERROR', 'Critical error'); |
| 188 |
akamu |
1.1 |
define('FILE', 'File: '); |
| 189 |
akamu |
1.1 |
define('LINE', 'Line: '); |
| 190 |
akamu |
1.1 |
  |
| 191 |
akamu |
1.1 |
// lang_display_thumbnails |
| 192 |
akamu |
1.1 |
define('FILENAME', 'Filename : '); |
| 193 |
akamu |
1.1 |
define('FILESIZE', 'Filesize : '); |
| 194 |
akamu |
1.1 |
define('DIMENSIONS', 'Dimensions : '); |
| 195 |
akamu |
1.1 |
define('DATE_ADDED', 'Date added : '); |
| 196 |
akamu |
1.1 |
  |
| 197 |
akamu |
1.1 |
// lang_get_pic_data |
| 198 |
akamu |
1.1 |
define('N_COMMENTS', '%s comments'); |
| 199 |
akamu |
1.1 |
define('N_VIEWS', '%s views'); |
| 200 |
akamu |
1.1 |
define('N_VOTES', '(%s votes)'); |
| 201 |
akamu |
1.1 |
  |
| 202 |
akamu |
1.3 |
  |
| 203 |
akamu |
1.1 |
// lang_albmgr_php |
| 204 |
akamu |
1.1 |
define('ALB_NEED_NAME', 'Albums need to have a name !'); |
| 205 |
akamu |
1.1 |
define('CONFIRM_MODIFS', 'Are you sure you want to make these modifications ?'); |
| 206 |
akamu |
1.1 |
define('NO_CHANGE', 'You did not make any change !'); |
| 207 |
akamu |
1.1 |
define('NEW_ALBUM', 'New album'); |
| 208 |
akamu |
1.1 |
define('CONFIRM_DELETE1', 'Are you sure you want to delete this album ?'); |
| 209 |
akamu |
1.3 |
define('CONFIRM_DELETE2', 'All pictures and comments that it contains will be lost !'); |
| 210 |
akamu |
1.1 |
define('SELECT_FIRST', 'Select an album first'); |
| 211 |
akamu |
1.1 |
define('ALB_MRG', 'Album Manager'); |
| 212 |
akamu |
1.1 |
define('MY_GALLERY', '* My gallery *'); |
| 213 |
akamu |
1.1 |
define('NO_CATEGORY', '* No category *'); |
| 214 |
akamu |
1.1 |
define('DELETE', 'Delete'); |
| 215 |
akamu |
1.1 |
define('NEW', 'New'); |
| 216 |
akamu |
1.1 |
define('APPLY_MODIFS', 'Apply modifications'); |
| 217 |
akamu |
1.1 |
define('SELECT_CATEGORY', 'Select category'); |
| 218 |
akamu |
1.1 |
  |
| 219 |
akamu |
1.1 |
// lang_catmgr_php |
| 220 |
akamu |
1.1 |
define('MISS_PARAM', 'Parameters required for \'%s\'operation not supplied !'); |
| 221 |
akamu |
1.1 |
define('UNKNOWN_CAT', 'Selected category does not exist in database'); |
| 222 |
akamu |
1.1 |
define('USERGAL_CAT_RO', 'User galleries category can\'t be deleted !'); |
| 223 |
akamu |
1.1 |
define('MANAGE_CAT', 'Manage categories'); |
| 224 |
akamu |
1.3 |
define('CONFIRM_DELETE_CAT', 'Are you sure you want to DELETE this category'); |
| 225 |
akamu |
1.3 |
//define('CATEGORY', 'Category'); |
| 226 |
akamu |
1.1 |
define('OPERATIONS', 'Operations'); |
| 227 |
akamu |
1.1 |
define('MOVE_INTO', 'Move into'); |
| 228 |
akamu |
1.1 |
define('UPDATE_CREATE', 'Update/Create category'); |
| 229 |
akamu |
1.1 |
define('PARENT_CAT', 'Parent category'); |
| 230 |
akamu |
1.1 |
define('CAT_TITLE', 'Category title'); |
| 231 |
akamu |
1.1 |
define('CAT_DESC', 'Category description'); |
| 232 |
akamu |
1.1 |
  |
| 233 |
akamu |
1.1 |
// lang_config_php |
| 234 |
akamu |
1.3 |
define('CONFIG_TITLE', 'Configuration'); |
| 235 |
akamu |
1.1 |
define('RESTORE_CFG', 'Restore factory defaults'); |
| 236 |
akamu |
1.1 |
define('SAVE_CFG', 'Save new configuration'); |
| 237 |
akamu |
1.1 |
define('NOTES', 'Notes'); |
| 238 |
akamu |
1.3 |
//define('INFO', 'Information'); |
| 239 |
akamu |
1.1 |
define('UPD_SUCCESS', 'Coppermine configuration was updated'); |
| 240 |
akamu |
1.1 |
define('RESTORE_SUCCESS', 'Coppermine default configuration restored'); |
| 241 |
akamu |
1.1 |
define('NAME_A', 'Name ascending'); |
| 242 |
akamu |
1.1 |
define('NAME_D', 'Name descending'); |
| 243 |
akamu |
1.1 |
define('TITLE_A', 'Title ascending'); |
| 244 |
akamu |
1.1 |
define('TITLE_D', 'Title descending'); |
| 245 |
akamu |
1.1 |
define('DATE_A', 'Date ascending'); |
| 246 |
akamu |
1.1 |
define('DATE_D', 'Date descending'); |
| 247 |
akamu |
1.1 |
define('RATING_A', 'Rating ascending'); |
| 248 |
akamu |
1.1 |
define('RATING_D', 'Rating descending'); |
| 249 |
akamu |
1.1 |
define('TH_ANY', 'Max Aspect'); |
| 250 |
akamu |
1.1 |
define('TH_HT', 'Height'); |
| 251 |
akamu |
1.1 |
define('TH_WD', 'Width'); |
| 252 |
akamu |
1.1 |
  |
| 253 |
akamu |
1.1 |
  |
| 254 |
akamu |
1.1 |
// lang_db_input_php |
| 255 |
akamu |
1.1 |
define('EMPTY_NAME_OR_COM', 'You need to type your name and a comment'); |
| 256 |
akamu |
1.1 |
define('COM_ADDED', 'Comment added'); |
| 257 |
akamu |
1.1 |
define('ALB_NEED_TITLE', 'You have to provide a title for the album !'); |
| 258 |
akamu |
1.1 |
define('NO_UDP_NEEDED', 'No update needed.'); |
| 259 |
akamu |
1.1 |
define('ALB_UPDATED', 'Album updated'); |
| 260 |
akamu |
1.1 |
define('UNKNOWN_ALBUM', 'Selected album does not exist or you don\'t have permission to upload in this album'); |
| 261 |
akamu |
1.3 |
define('NO_PIC_UPLOADED', 'No picture was uploaded !<br /><br />If you have really selected a picture to upload, check that the server allows file uploads...or that the gif is not animated.'); |
| 262 |
akamu |
1.1 |
define('ERR_MKDIR', 'Failed to create directory %s !'); |
| 263 |
akamu |
1.1 |
define('DEST_DIR_RO', 'Destination directory %s is not writable by the script !'); |
| 264 |
akamu |
1.3 |
define('ERR_MOVE', 'Impossible to move %s from %s to %s !'); |
| 265 |
akamu |
1.1 |
define('ERR_FSIZE_TOO_LARGE', 'The size of picture you have uploaded is too large (maximum allowed is %s x %s) !'); |
| 266 |
akamu |
1.1 |
define('ERR_IMGSIZE_TOO_LARGE', 'The size of the file you have uploaded is too large (maximum allowed is %s KB) !'); |
| 267 |
akamu |
1.1 |
define('ERR_INVALID_IMG', 'The file you have uploaded is not a valid image !'); |
| 268 |
akamu |
1.1 |
define('ALLOWED_IMG_TYPES', 'You can only upload %s images.'); |
| 269 |
akamu |
1.1 |
define('ERR_INSERT_PIC', 'The picture \'%s\' can\'t be inserted in the album '); |
| 270 |
akamu |
1.3 |
define('UPLOAD_SUCCESS', 'Your picture was uploaded successfully<br /><br />'.((is_admin())? '' :'It will be visible after admin approval')); |
| 271 |
akamu |
1.3 |
//define('INFO', 'Information'); |
| 272 |
akamu |
1.1 |
define('ERR_COMMENT_EMPTY', 'Your comment is empty !'); |
| 273 |
akamu |
1.1 |
define('ERR_INVALID_FEXT', 'Only files with the following extensions are accepted : <br /><br />%s.'); |
| 274 |
akamu |
1.1 |
define('NO_FLOOD', 'Sorry but you are already the author of the last comment posted for this picture<br /><br />Edit the comment you have posted if you want to modify it'); |
| 275 |
akamu |
1.1 |
define('REDIRECT_MSG', 'You are being redirected.<br /><br /><br />Click \'CONTINUE\' if the page does not refresh automatically'); |
| 276 |
akamu |
1.1 |
define('UPL_SUCCESS', 'Your picture was successfully added'); |
| 277 |
akamu |
1.1 |
  |
| 278 |
akamu |
1.1 |
// lang_delete_php |
| 279 |
akamu |
1.1 |
define('CAPTION', 'Caption'); |
| 280 |
akamu |
1.1 |
define('FS_PIC', 'full size image'); |
| 281 |
akamu |
1.1 |
define('DEL_SUCCESS', 'successfully deleted'); |
| 282 |
akamu |
1.1 |
define('NS_PIC', 'normal size image'); |
| 283 |
akamu |
1.1 |
define('ERR_DEL', 'can\'t be deleted'); |
| 284 |
akamu |
1.1 |
define('THUMB_PIC', 'thumbnail'); |
| 285 |
akamu |
1.3 |
//define('COMMENT', 'comment'); |
| 286 |
akamu |
1.1 |
define('IM_IN_ALB', 'image in album'); |
| 287 |
akamu |
1.1 |
define('ALB_DEL_SUCCESS', 'Album \'%s\' deleted'); |
| 288 |
akamu |
1.1 |
define('ALB_MGR', 'Album Manager'); |
| 289 |
akamu |
1.1 |
define('ERR_INVALID_DATA', 'Invalid data received in \'%s\''); |
| 290 |
akamu |
1.1 |
define('CREATE_ALB', 'Creating album \'%s\''); |
| 291 |
akamu |
1.1 |
define('UPDATE_ALB', 'Updating album \'%s\' with title \'%s\' and index \'%s\''); |
| 292 |
akamu |
1.1 |
define('DEL_PIC', 'Delete picture'); |
| 293 |
akamu |
1.1 |
define('DEL_ALB', 'Delete album'); |
| 294 |
akamu |
1.1 |
define('DEL_USER', 'Delete user'); |
| 295 |
akamu |
1.3 |
//define('ERR_UNKNOWN_USER', 'The selected user does not exist !'); |
| 296 |
akamu |
1.1 |
define('COMMENT_DELETED', 'Comment was succesfully deleted'); |
| 297 |
akamu |
1.1 |
  |
| 298 |
akamu |
1.1 |
// lang_display_image_php |
| 299 |
akamu |
1.3 |
define('PIC_CONFIRM_DEL', 'Are you sure you want to DELETE this picture ? <br />Comments will also be deleted.'); |
| 300 |
akamu |
1.3 |
define('DEL_THIS_PIC', 'DELETE THIS PICTURE'); |
| 301 |
akamu |
1.1 |
define('SIZE', '%s x %s pixels'); |
| 302 |
akamu |
1.1 |
define('VIEWS', '%s times'); |
| 303 |
akamu |
1.1 |
define('SLIDESHOW', 'Slideshow'); |
| 304 |
akamu |
1.1 |
define('STOP_SLIDESHOW', 'STOP SLIDESHOW'); |
| 305 |
akamu |
1.1 |
define('VIEW_FS', 'Click to view full size image'); |
| 306 |
akamu |
1.1 |
define('EDIT_PIC', 'EDIT PICTURE INFO'); |
| 307 |
akamu |
1.1 |
  |
| 308 |
akamu |
1.1 |
// lang_picinfo |
| 309 |
akamu |
1.3 |
define('PIC_INF_TITLE', 'Picture information'); |
| 310 |
akamu |
1.3 |
define('PIC_INF_FILENAME', 'Filename'); |
| 311 |
akamu |
1.3 |
define('ALBUM_NAME', 'Album name'); |
| 312 |
akamu |
1.3 |
define('PIC_INFO_RATING', 'Rating (%s votes)'); |
| 313 |
akamu |
1.1 |
define('KEYWORDS', 'Keywords'); |
| 314 |
akamu |
1.3 |
define('PIC_INF_FILE_SIZE', 'File Size'); |
| 315 |
akamu |
1.3 |
define('PIC_INF_DIMENSIONS', 'Dimensions'); |
| 316 |
akamu |
1.1 |
define('DISPLAYED', 'Displayed'); |
| 317 |
akamu |
1.1 |
define('CAMERA', 'Camera'); |
| 318 |
akamu |
1.3 |
define('DATE_TAKEN', 'Date taken'); |
| 319 |
akamu |
1.1 |
define('APERTURE', 'Aperture'); |
| 320 |
akamu |
1.3 |
define('EXPOSURE_TIME', 'Exposure time'); |
| 321 |
akamu |
1.3 |
define('FOCAL_LENGTH', 'Focal length'); |
| 322 |
akamu |
1.1 |
define('COMMENT', 'Comment'); |
| 323 |
akamu |
1.1 |
define('ADDFAV', 'Add to Favorites Album'); |
| 324 |
akamu |
1.1 |
define('ADDFAVPHRASE', 'Favorites'); |
| 325 |
akamu |
1.1 |
define('REMFAV', 'Remove from Favorites Album'); |
| 326 |
akamu |
1.1 |
define('IPTCTITLE', 'IPTC Title'); |
| 327 |
akamu |
1.1 |
define('IPTCCOPYRIGHT', 'IPTC Copyright'); |
| 328 |
akamu |
1.1 |
define('IPTCKEYWORDS', 'IPTC Keywords'); |
| 329 |
akamu |
1.1 |
define('IPTCCATEGORY', 'IPTC Category'); |
| 330 |
akamu |
1.1 |
define('IPTCSUBCATEGORIES', 'IPTC Sub Categories'); |
| 331 |
akamu |
1.1 |
define('BOOKMARK_PAGE', 'Bookmark Image'); |
| 332 |
akamu |
1.3 |
define('REMOVEFAV', 'Removed from Favorites Album'); |
| 333 |
akamu |
1.3 |
define('ADDEDTOFAV', 'Added to Favorites Album'); |
| 334 |
akamu |
1.1 |
  |
| 335 |
akamu |
1.1 |
// lang_display_comments |
| 336 |
akamu |
1.1 |
define('OK', 'OK'); |
| 337 |
akamu |
1.3 |
define('COM_EDIT_TITLE', 'Edit this comment'); |
| 338 |
akamu |
1.3 |
define('CONFIRM_DELETE_COM', 'Are you sure you want to delete this comment ?'); |
| 339 |
akamu |
1.1 |
define('ADD_YOUR_COMMENT', 'Add your comment'); |
| 340 |
akamu |
1.3 |
define('COM_NAME', 'Name'); |
| 341 |
akamu |
1.3 |
//define('COMMENT', 'Comment'); |
| 342 |
akamu |
1.1 |
define('YOUR_NAME', 'Anon'); |
| 343 |
akamu |
1.1 |
  |
| 344 |
akamu |
1.1 |
// lang_fullsize_popup |
| 345 |
akamu |
1.1 |
define('CLICK_TO_CLOSE', 'Click image to close this window'); |
| 346 |
akamu |
1.1 |
  |
| 347 |
akamu |
1.1 |
// lang_ecard_php |
| 348 |
akamu |
1.3 |
define('E_TITLE', 'Send an e-card'); |
| 349 |
akamu |
1.1 |
define('INVALID_EMAIL', '<b>Warning</b> : invalid email address !'); |
| 350 |
akamu |
1.3 |
define('E_ECARD_TITLE', 'An e-card from %s for you'); |
| 351 |
akamu |
1.1 |
define('VIEW_ECARD', 'If the e-card does not display correctly, click this link'); |
| 352 |
akamu |
1.1 |
define('VIEW_MORE_PICS', 'Click this link to view more pictures !'); |
| 353 |
akamu |
1.1 |
define('SEND_SUCCESS', 'Your ecard was sent'); |
| 354 |
akamu |
1.1 |
define('SEND_FAILED', 'Sorry but the server can\'t send your e-card...'); |
| 355 |
akamu |
1.1 |
define('FROM', 'From'); |
| 356 |
akamu |
1.3 |
define('_YOUR_NAME', 'Your name'); |
| 357 |
akamu |
1.1 |
define('YOUR_EMAIL', 'Your email address'); |
| 358 |
akamu |
1.1 |
define('TO', 'To'); |
| 359 |
akamu |
1.1 |
define('RCPT_NAME', 'Recipient name'); |
| 360 |
akamu |
1.1 |
define('RCPT_EMAIL', 'Recipient email address'); |
| 361 |
akamu |
1.1 |
define('GREETINGS', 'Greetings'); |
| 362 |
akamu |
1.1 |
define('MESSAGE', 'Message'); |
| 363 |
akamu |
1.3 |
define('ECARD_LINK_CORRUPT', 'Sorry but the e-card data has been corrupted by your mail client, please try pasting the link in your browser'); //NEW |
| 364 |
akamu |
1.1 |
  |
| 365 |
akamu |
1.1 |
// lang_editpics_php |
| 366 |
akamu |
1.1 |
define('PIC_INFO', 'Picture info'); |
| 367 |
akamu |
1.1 |
define('ALBUM', 'Album'); |
| 368 |
akamu |
1.3 |
define('EDIT_TITLE', 'Title'); |
| 369 |
akamu |
1.1 |
define('DESC', 'Description'); |
| 370 |
akamu |
1.3 |
//define('KEYWORDS', 'Keywords'); |
| 371 |
akamu |
1.1 |
define('PIC_INFO_STR', '%sx%s - %sKB - %s views - %s votes'); |
| 372 |
akamu |
1.1 |
define('APPROVE', 'Approve picture'); |
| 373 |
akamu |
1.1 |
define('POSTPONE_APP', 'Postpone approval'); |
| 374 |
akamu |
1.3 |
//define('DEL_PIC', 'Delete picture'); |
| 375 |
akamu |
1.1 |
define('READ_EXIF', 'Read EXIF info again'); |
| 376 |
akamu |
1.1 |
define('RESET_VIEW_COUNT', 'Reset view counter'); |
| 377 |
akamu |
1.1 |
define('RESET_VOTES', 'Reset votes'); |
| 378 |
akamu |
1.1 |
define('DEL_COMM', 'Delete comments'); |
| 379 |
akamu |
1.1 |
define('UPL_APPROVAL', 'Upload approval'); |
| 380 |
akamu |
1.1 |
define('EDIT_PICS', 'Edit pictures'); |
| 381 |
akamu |
1.1 |
define('SEE_NEXT', 'See next pictures'); |
| 382 |
akamu |
1.1 |
define('SEE_PREV', 'See previous pictures'); |
| 383 |
akamu |
1.1 |
define('N_PIC', '%s pictures'); |
| 384 |
akamu |
1.1 |
define('N_OF_PIC_TO_DISP', 'Number of picture to display'); |
| 385 |
akamu |
1.1 |
define('APPLY', 'Apply modifications'); |
| 386 |
akamu |
1.1 |
  |
| 387 |
akamu |
1.1 |
// lang_groupmgr_php |
| 388 |
akamu |
1.1 |
define('GROUP_NAME', 'Group name'); |
| 389 |
akamu |
1.1 |
define('DISK_QUOTA', 'Disk quota'); |
| 390 |
akamu |
1.1 |
define('CAN_RATE', 'Can rate pictures'); |
| 391 |
akamu |
1.1 |
define('CAN_SEND_ECARDS', 'Can send ecards'); |
| 392 |
akamu |
1.1 |
define('CAN_POST_COM', 'Can post comments'); |
| 393 |
akamu |
1.1 |
define('CAN_UPLOAD', 'Can upload pictures'); |
| 394 |
akamu |
1.1 |
define('CAN_HAVE_GALLERY', 'Can have a personal gallery'); |
| 395 |
akamu |
1.3 |
//define('APPLY', 'Apply modifications'); |
| 396 |
akamu |
1.1 |
define('CREATE_NEW_GROUP', 'Create new group'); |
| 397 |
akamu |
1.1 |
define('DEL_GROUPS', 'Delete selected group(s)'); |
| 398 |
akamu |
1.3 |
define('CONFIRM_DEL', 'Warning, when you delete a group, users that belong to this group will be transfered to the \'Registered\' group !'."\n\n".'Do you want to proceed ?'); |
| 399 |
akamu |
1.3 |
define('GROUP_TITLE', 'Manage user groups'); |
| 400 |
akamu |
1.1 |
define('APPROVAL_1', 'Pub. Upl. approval (1)'); |
| 401 |
akamu |
1.1 |
define('APPROVAL_2', 'Priv. Upl. approval (2)'); |
| 402 |
akamu |
1.1 |
define('NOTE1', '<b>(1)</b> Uploads in a public album need admin approval'); |
| 403 |
akamu |
1.1 |
define('NOTE2', '<b>(2)</b> Uploads in an album that belong to the user need admin approval'); |
| 404 |
akamu |
1.3 |
//define('NOTES', 'Notes'); |
| 405 |
akamu |
1.1 |
  |
| 406 |
akamu |
1.1 |
// lang_index_php |
| 407 |
akamu |
1.1 |
define('WELCOME', 'Welcome !'); |
| 408 |
akamu |
1.1 |
  |
| 409 |
akamu |
1.1 |
// lang_album_admin_menu |
| 410 |
akamu |
1.3 |
define('CONFIRM_DELETE_ALB', 'Are you sure you want to DELETE this album ? <br />All pictures and comments will also be deleted.'); |
| 411 |
akamu |
1.3 |
//define('DELETE', 'DELETE'); |
| 412 |
akamu |
1.1 |
define('MODIFY', 'PROPERTIES'); |
| 413 |
akamu |
1.3 |
//define('EDIT_PICS', 'EDIT PICS'); |
| 414 |
akamu |
1.1 |
  |
| 415 |
akamu |
1.1 |
// lang_list_categories |
| 416 |
akamu |
1.3 |
define('HOME', _HOME); |
| 417 |
akamu |
1.1 |
define('STAT1', '<b>[pictures]</b> pictures in <b>[albums]</b> albums and <b>[cat]</b> categories with <b>[comments]</b> comments viewed <b>[views]</b> times'); |
| 418 |
akamu |
1.1 |
define('STAT2', '<b>[pictures]</b> pictures in <b>[albums]</b> albums viewed <b>[views]</b> times'); |
| 419 |
akamu |
1.1 |
define('XX_S_GALLERY', '%s\'s Gallery'); |
| 420 |
akamu |
1.1 |
define('STAT3', '<b>[pictures]</b> pictures in <b>[albums]</b> albums with <b>[comments]</b> comments viewed <b>[views]</b> times'); |
| 421 |
akamu |
1.1 |
  |
| 422 |
akamu |
1.1 |
// lang_list_users |
| 423 |
akamu |
1.1 |
define('USER_LIST', 'User list'); |
| 424 |
akamu |
1.1 |
define('NO_USER_GAL', 'There are no user galleries'); |
| 425 |
akamu |
1.1 |
define('N_ALBUMS', '%s album(s)'); |
| 426 |
akamu |
1.1 |
define('N_PICS', '%s picture(s)'); |
| 427 |
akamu |
1.1 |
  |
| 428 |
akamu |
1.1 |
// lang_list_albums |
| 429 |
akamu |
1.1 |
define('N_PICTURES', '%s pictures'); |
| 430 |
akamu |
1.1 |
define('LAST_ADDED', ', last one added on %s'); |
| 431 |
akamu |
1.1 |
  |
| 432 |
akamu |
1.1 |
// lang_modifyalb_php |
| 433 |
akamu |
1.1 |
define('UPD_ALB_N', 'Update album %s'); |
| 434 |
akamu |
1.1 |
define('GENERAL_SETTINGS', 'General settings'); |
| 435 |
akamu |
1.1 |
define('ALB_TITLE', 'Album title'); |
| 436 |
akamu |
1.1 |
define('ALB_CAT', 'Album category'); |
| 437 |
akamu |
1.1 |
define('ALB_DESC', 'Album description'); |
| 438 |
akamu |
1.1 |
define('ALB_THUMB', 'Album thumbnail'); |
| 439 |
akamu |
1.1 |
define('ALB_PERM', 'Permissions for this album'); |
| 440 |
akamu |
1.1 |
define('CAN_VIEW', 'Album can be viewed by'); |
| 441 |
akamu |
1.3 |
define('MOD_CAN_UPLOAD', 'Visitors can upload pictures'); |
| 442 |
akamu |
1.1 |
define('CAN_POST_COMMENTS', 'Visitors can post comments'); |
| 443 |
akamu |
1.3 |
define('MOD_CAN_RATE', 'Visitors can rate pictures'); |
| 444 |
akamu |
1.1 |
define('USER_GAL', 'User Gallery'); |
| 445 |
akamu |
1.1 |
define('NO_CAT', '* No category *'); |
| 446 |
akamu |
1.1 |
define('ALB_EMPTY', 'Album is empty'); |
| 447 |
akamu |
1.1 |
define('LAST_UPLOADED', 'Last uploaded'); |
| 448 |
akamu |
1.1 |
define('PUBLIC_ALB', 'Everybody (public album)'); |
| 449 |
akamu |
1.1 |
define('ME_ONLY', 'Me only'); |
| 450 |
akamu |
1.1 |
define('OWNER_ONLY', 'Album owner (%s) only'); |
| 451 |
akamu |
1.1 |
define('GROUPP_ONLY', 'Members of the \'%s\' group'); |
| 452 |
akamu |
1.3 |
define('ERR_NO_ALB_TO_MODIFY', 'There is no album you may modify. Create an allbum first!'); |
| 453 |
akamu |
1.1 |
define('UPDATE', 'Update album'); |
| 454 |
akamu |
1.1 |
  |
| 455 |
akamu |
1.1 |
// lang_rate_pic_php |
| 456 |
akamu |
1.1 |
define('ALREADY_RATED', 'Sorry but you have already rated this picture'); |
| 457 |
akamu |
1.1 |
define('RATE_OK', 'Your vote was accepted'); |
| 458 |
akamu |
1.1 |
  |
| 459 |
akamu |
1.1 |
// lang_register_php |
| 460 |
akamu |
1.1 |
define('USERNAME', 'Username'); |
| 461 |
akamu |
1.1 |
define('GROUP', 'Group'); |
| 462 |
akamu |
1.1 |
define('DISK_USAGE', 'Disk usage'); |
| 463 |
akamu |
1.3 |
define('X_S_PROFILE', '%s\'s profile'); |
| 464 |
akamu |
1.1 |
  |
| 465 |
akamu |
1.1 |
// lang_reviewcom_php |
| 466 |
akamu |
1.3 |
define('REVIEW_TITLE', 'Review comments'); |
| 467 |
akamu |
1.3 |
define('NO_COMMENT', 'There are no comments to review'); |
| 468 |
akamu |
1.1 |
define('N_COMM_DEL', '%s comment(s) deleted'); |
| 469 |
akamu |
1.1 |
define('N_COMM_DISP', 'Number of comments to display'); |
| 470 |
akamu |
1.3 |
define('R_SEE_PREV', 'See previous'); |
| 471 |
akamu |
1.3 |
define('R_SEE_NEXT', 'See next'); |
| 472 |
akamu |
1.3 |
define('R_DEL_COMM', 'Delete selected comments'); |
| 473 |
akamu |
1.1 |
  |
| 474 |
akamu |
1.1 |
// lang_search_php |
| 475 |
akamu |
1.3 |
define('S_SEARCH', 'Search the image collection'); |
| 476 |
akamu |
1.1 |
  |
| 477 |
akamu |
1.1 |
// lang_search_new_php |
| 478 |
akamu |
1.1 |
define('PAGE_TITLE', 'Search new pictures'); |
| 479 |
akamu |
1.1 |
define('SELECT_DIR', 'Select directory'); |
| 480 |
akamu |
1.1 |
define('SELECT_DIR_MSG', 'This function allows you to add a batch of picture that your have uploaded on your server by FTP.<br /><br />Select the directory where you have uploaded your pictures'); |
| 481 |
akamu |
1.1 |
define('NO_PIC_TO_ADD', 'There is no picture to add'); |
| 482 |
akamu |
1.1 |
define('NEED_ONE_ALBUM', 'You need at least one album to use this function'); |
| 483 |
akamu |
1.1 |
define('WARNING', 'Warning'); |
| 484 |
akamu |
1.1 |
define('CHANGE_PERM', 'the script can\'t write in this directory, you need to change its mode to 755 or 777 before trying to add the pictures !'); |
| 485 |
akamu |
1.1 |
define('TARGET_ALBUM', '<b>Put pictures of "</b>%s<b>" into </b>%s'); |
| 486 |
akamu |
1.1 |
define('FOLDER', 'Folder'); |
| 487 |
akamu |
1.1 |
define('IMAGE', 'Image'); |
| 488 |
akamu |
1.3 |
//define('ALBUM', 'Album'); |
| 489 |
akamu |
1.1 |
define('RESULT', 'Result'); |
| 490 |
akamu |
1.1 |
define('DIR_RO', 'Not writable. '); |
| 491 |
akamu |
1.1 |
define('DIR_CANT_READ', 'Not readable. '); |
| 492 |
akamu |
1.1 |
define('INSERT', 'Adding new pictures to the gallery'); |
| 493 |
akamu |
1.1 |
define('LIST_NEW_PIC', 'List of new pictures'); |
| 494 |
akamu |
1.1 |
define('INSERT_SELECTED', 'Insert selected pictures'); |
| 495 |
akamu |
1.1 |
define('NO_PIC_FOUND', 'No new picture was found'); |
| 496 |
akamu |
1.1 |
define('BE_PATIENT', 'Please be patient, the script needs time to add the pictures'); |
| 497 |
akamu |
1.3 |
define('SN_NOTES', '<ul><li><b>OK</b> : means that the picture was succesfully added<li><b>DP</b> : means that the picture is a duplicate and is already in the database<li><b>PB</b> : means that the picture could not be added, check your configuration and the permission of directories where the pictures are located<li>If the OK, DP, PB \'signs\' does not appear click on the broken picture to see any error message produced by PHP<li>If your browser timeout, hit the reload button</ul>'); |
| 498 |
akamu |
1.1 |
define('SELECT_ALBUM', 'Select album'); |
| 499 |
akamu |
1.1 |
define('NO_ALBUM', 'No album name was selected, click back and select an album to put your pictures in'); |
| 500 |
akamu |
1.1 |
  |
| 501 |
akamu |
1.1 |
// lang_upload_php |
| 502 |
akamu |
1.3 |
define('UP_TITLE', 'Upload picture'); |
| 503 |
akamu |
1.1 |
define('MAX_FSIZE', 'Maximum allowed file size is %s KB'); |
| 504 |
akamu |
1.3 |
//define('ALBUM', 'Album'); |
| 505 |
akamu |
1.1 |
define('PICTURE', 'Picture'); |
| 506 |
akamu |
1.1 |
define('PIC_TITLE', 'Picture title'); |
| 507 |
akamu |
1.1 |
define('DESCRIPTION', 'Picture description'); |
| 508 |
akamu |
1.3 |
define('UP_KEYWORDS', 'Keywords (separate with spaces)'); |
| 509 |
akamu |
1.3 |
define('ERR_NO_ALB_UPLOADABLES', 'Sorry there is no album where you are allowed to upload pictures. Please create an album first!'); |
| 510 |
akamu |
1.1 |
  |
| 511 |
akamu |
1.1 |
// lang_usermgr_php |
| 512 |
akamu |
1.3 |
define('U_TITLE', 'Manage users'); |
| 513 |
akamu |
1.3 |
//define('NAME_A', 'Name ascending'); |
| 514 |
akamu |
1.3 |
//define('NAME_D', 'Name descending'); |
| 515 |
akamu |
1.1 |
define('GROUP_A', 'Group ascending'); |
| 516 |
akamu |
1.1 |
define('GROUP_D', 'Group descending'); |
| 517 |
akamu |
1.1 |
define('REG_A', 'Reg date ascending'); |
| 518 |
akamu |
1.1 |
define('REG_D', 'Reg date descending'); |
| 519 |
akamu |
1.1 |
define('PIC_A', 'Pic count ascending'); |
| 520 |
akamu |
1.1 |
define('PIC_D', 'Pic count descending'); |
| 521 |
akamu |
1.1 |
define('DISKU_A', 'Disk usage ascending'); |
| 522 |
akamu |
1.1 |
define('DISKU_D', 'Disk usage descending'); |
| 523 |
akamu |
1.1 |
define('SORT_BY', 'Sort users by'); |
| 524 |
akamu |
1.1 |
define('ERR_NO_USERS', 'User table is empty !'); |
| 525 |
akamu |
1.1 |
define('ERR_EDIT_SELF', 'You can\'t edit your own profile, use the \'My profile\' link for that'); |
| 526 |
akamu |
1.1 |
define('EDIT', 'EDIT'); |
| 527 |
akamu |
1.3 |
//define('DELETE', 'DELETE'); |
| 528 |
akamu |
1.3 |
define('U_NAME', 'User name'); |
| 529 |
akamu |
1.3 |
//define('GROUP', 'Group'); |
| 530 |
akamu |
1.1 |
define('INACTIVE', 'Inactive'); |
| 531 |
akamu |
1.3 |
//define('OPERATIONS', 'Operations'); |
| 532 |
akamu |
1.1 |
define('PICTURES', 'Pictures'); |
| 533 |
akamu |
1.1 |
define('DISK_SPACE', 'Space used / Quota'); |
| 534 |
akamu |
1.1 |
define('REGISTERED_ON', 'Registered on'); |
| 535 |
akamu |
1.1 |
define('U_USER_ON_P_PAGES', '%d users on %d page(s)'); |
| 536 |
akamu |
1.3 |
define('USER_CONFIRM_DEL', 'Are you sure you want to DELETE this user ? <br />All his pictures and albums will also be deleted.'); |
| 537 |
akamu |
1.1 |
define('MAIL', 'MAIL'); |
| 538 |
akamu |
1.1 |
define('ERR_UNKNOWN_USER', 'Selected user does not exist !'); |
| 539 |
akamu |
1.1 |
define('MODIFY_USER', 'Modify user'); |
| 540 |
akamu |
1.3 |
//define('NOTES', 'Notes'); |
| 541 |
akamu |
1.1 |
define('NOTE_LIST', '<li>If you don\'t want to change the current password, leave the \"password\" field blank'); |
| 542 |
akamu |
1.1 |
define('PASSWORD', 'Password'); |
| 543 |
akamu |
1.1 |
define('USER_ACTIVE_CP', 'User is active'); |
| 544 |
akamu |
1.1 |
define('USER_GROUP_CP', 'User group'); |
| 545 |
akamu |
1.1 |
define('USER_EMAIL', 'User email'); |
| 546 |
akamu |
1.1 |
define('USER_WEB_SITE', 'User web site'); |
| 547 |
akamu |
1.1 |
define('CREATE_NEW_USER', 'Create new user'); |
| 548 |
akamu |
1.1 |
define('USER_FROM', 'User location'); |
| 549 |
akamu |
1.1 |
define('USER_INTERESTS', 'User interests'); |
| 550 |
akamu |
1.1 |
define('USER_OCC', 'User occupation'); |
| 551 |
akamu |
1.1 |
  |
| 552 |
akamu |
1.1 |
// lang_util_php |
| 553 |
akamu |
1.3 |
define('UTIL_TITLE', 'Resize pictures'); |
| 554 |
akamu |
1.1 |
define('WHAT_IT_DOES', 'What it does'); |
| 555 |
akamu |
1.1 |
define('WHAT_UPDATE_TITLES', 'Updates titles from filename'); |
| 556 |
akamu |
1.1 |
define('WHAT_DELETE_TITLE', 'Deletes titles'); |
| 557 |
akamu |
1.1 |
define('WHAT_REBUILD', 'Rebuilds thumbnails and resized photos'); |
| 558 |
akamu |
1.1 |
define('WHAT_DELETE_ORIGINALS', 'Deletes original sized photos replacing them with the resized version'); |
| 559 |
akamu |
1.3 |
define('U_FILE', 'File'); |
| 560 |
akamu |
1.1 |
define('TITLE_SET_TO', 'title set to'); |
| 561 |
akamu |
1.1 |
define('SUBMIT_FORM', 'submit'); |
| 562 |
akamu |
1.1 |
define('UPDATED_SUCCESFULLY', 'updated succesfully'); |
| 563 |
akamu |
1.1 |
define('ERROR_CREATE', 'ERROR creating'); |
| 564 |
akamu |
1.3 |
define('CONTIN', 'Process more images'); |
| 565 |
akamu |
1.1 |
define('MAIN_SUCCESS', 'The file %s was successfully used as main picture'); |
| 566 |
akamu |
1.1 |
define('ERROR_RENAME', 'Error renaming %s to %s'); |
| 567 |
akamu |
1.1 |
define('ERROR_NOT_FOUND', 'The file %s was not found'); |
| 568 |
akamu |
1.3 |
define('U_BACK', 'back to main'); |
| 569 |
akamu |
1.1 |
define('THUMBS_WAIT', 'Updating thumbnails and/or resized images, please wait...'); |
| 570 |
akamu |
1.1 |
define('THUMBS_CONTINUE_WAIT', 'Continuing to update thumbnails and/or resized images...'); |
| 571 |
akamu |
1.1 |
define('TITLES_WAIT', 'Updating titles, please wait...'); |
| 572 |
akamu |
1.1 |
define('DELETE_WAIT', 'Deleting titles, please wait...'); |
| 573 |
akamu |
1.1 |
define('REPLACE_WAIT', 'Deleting originals and replacing them with resized images, please wait..'); |
| 574 |
akamu |
1.1 |
define('INSTRUCTION', 'Quick instructions'); |
| 575 |
akamu |
1.1 |
define('INSTRUCTION_ACTION', 'Select action'); |
| 576 |
akamu |
1.1 |
define('INSTRUCTION_PARAMETER', 'Set parameters'); |
| 577 |
akamu |
1.1 |
define('INSTRUCTION_ALBUM', 'Select album'); |
| 578 |
akamu |
1.1 |
define('INSTRUCTION_PRESS', 'Press %s'); |
| 579 |
akamu |
1.3 |
define('U_UPDATE', 'Update thumbs and/or resized photos'); |
| 580 |
akamu |
1.1 |
define('UPDATE_WHAT', 'What should be updated'); |
| 581 |
akamu |
1.1 |
define('UPDATE_THUMB', 'Only thumbnails'); |
| 582 |
akamu |
1.1 |
define('UPDATE_PIC', 'Only resized pictures'); |
| 583 |
akamu |
1.1 |
define('UPDATE_BOTH', 'Both thumbnails and resized pictures'); |
| 584 |
akamu |
1.1 |
define('UPDATE_NUMBER', 'Number of processed images per click'); |
| 585 |
akamu |
1.1 |
define('UPDATE_OPTION', '(Try setting this option lower if you experience timeout problems)'); |
| 586 |
akamu |
1.1 |
define('FILENAME_TITLE', 'Filename ⇒ Picture title'); |
| 587 |
akamu |
1.1 |
define('FILENAME_HOW', 'How should the filename be modified'); |
| 588 |
akamu |
1.1 |
define('FILENAME_REMOVE', 'Remove the .jpg ending and replace _ (underscore) with spaces'); |
| 589 |
akamu |
1.1 |
define('FILENAME_EURO', 'Change 2003_11_23_13_20_20.jpg to 23/11/2003 13:20'); |
| 590 |
akamu |
1.1 |
define('FILENAME_US', 'Change 2003_11_23_13_20_20.jpg to 11/23/2003 13:20'); |
| 591 |
akamu |
1.1 |
define('FILENAME_TIME', 'Change 2003_11_23_13_20_20.jpg to 13:20'); |
| 592 |
akamu |
1.3 |
define('UT_DELETE', 'Delete picture titles or original size photos'); |
| 593 |
akamu |
1.1 |
define('DELETE_TITLE', 'Delete picture titles'); |
| 594 |
akamu |
1.1 |
define('DELETE_ORIGINAL', 'Delete original size photos'); |
| 595 |
akamu |
1.1 |
define('DELETE_REPLACE', 'Deletes the original images replacing them with the sized versions'); |
| 596 |
akamu |
1.3 |
//define('SELECT_ALBUM', 'Select album'); |
| 597 |
akamu |
1.1 |
  |
| 598 |
akamu |
1.1 |
// lang_pagetitle_php |
| 599 |
akamu |
1.1 |
define('VIEWING', 'Viewing Photo'); |
| 600 |
akamu |
1.1 |
define('USR', '\'s Photo Gallery'); |
| 601 |
akamu |
1.1 |
define('PHOTOGALLERY', 'Photo Gallery'); |
| 602 |
akamu |
1.2 |
$lang_usermgr_php = array( |
| 603 |
akamu |
1.2 |
'name_a' => 'Name ascending', |
| 604 |
akamu |
1.2 |
'name_d' => 'Name descending', |
| 605 |
akamu |
1.2 |
'group_a' => 'Group ascending', |
| 606 |
akamu |
1.2 |
'group_d' => 'Group descending', |
| 607 |
akamu |
1.2 |
'reg_a' => 'Reg date ascending', |
| 608 |
akamu |
1.2 |
'reg_d' => 'Reg date descending', |
| 609 |
akamu |
1.2 |
'pic_a' => 'Pic count ascending', |
| 610 |
akamu |
1.2 |
'pic_d' => 'Pic count descending', |
| 611 |
akamu |
1.2 |
'disku_a' => 'Disk usage ascending', |
| 612 |
akamu |
1.2 |
'disku_d' => 'Disk usage descending', |
| 613 |
akamu |
1.2 |
); |
| 614 |
akamu |
1.2 |
$lang_byte_units = array('Bytes', 'KB', 'MB'); |
| 615 |
akamu |
1.3 |
// Day of weeks and months |
| 616 |
akamu |
1.2 |
$lang_day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); |
| 617 |
akamu |
1.2 |
$lang_month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); |
| 618 |
akamu |
1.2 |
$lang_meta_album_names = array( |
| 619 |
akamu |
1.2 |
'random' => 'Random pictures', |
| 620 |
akamu |
1.2 |
'lastup' => 'Last additions', |
| 621 |
akamu |
1.2 |
'lastupby' => 'My Last additions', // new 1.2.2 |
| 622 |
akamu |
1.2 |
'lastalb' => 'Last updated albums', |
| 623 |
akamu |
1.2 |
'lastcom' => 'Last comments', |
| 624 |
akamu |
1.2 |
'lastcomby' => 'My Last comments', // new 1.2.2 |
| 625 |
akamu |
1.2 |
'topn' => 'Most viewed', |
| 626 |
akamu |
1.2 |
'toprated' => 'Top rated', |
| 627 |
akamu |
1.2 |
'lasthits' => 'Last viewed', |
| 628 |
akamu |
1.2 |
'search' => 'Search results', |
| 629 |
akamu |
1.2 |
'favpics' => 'Favorite Pictures' // changed in cpg1.2.0nuke |
| 630 |
akamu |
1.2 |
); |
| 631 |
akamu |
1.2 |
// ------------------------------------------------------------------------- // |
| 632 |
akamu |
1.2 |
// File config.php |
| 633 |
akamu |
1.2 |
// ------------------------------------------------------------------------- // |
| 634 |
akamu |
1.2 |
$lang_config_php = array( |
| 635 |
akamu |
1.2 |
'title' => 'Configuration', |
| 636 |
akamu |
1.2 |
'restore_cfg' => 'Restore factory defaults', |
| 637 |
akamu |
1.2 |
'save_cfg' => 'Save new configuration', |
| 638 |
akamu |
1.2 |
'notes' => 'Notes', |
| 639 |
akamu |
1.2 |
'info' => 'Information', |
| 640 |
akamu |
1.2 |
'upd_success' => 'Coppermine configuration was updated', |
| 641 |
akamu |
1.2 |
'restore_success' => 'Coppermine default configuration restored', |
| 642 |
akamu |
1.2 |
'name_a' => 'Name ascending', |
| 643 |
akamu |
1.2 |
'name_d' => 'Name descending', |
| 644 |
akamu |
1.2 |
'title_a' => 'Title ascending', |
| 645 |
akamu |
1.2 |
'title_d' => 'Title descending', |
| 646 |
akamu |
1.2 |
'date_a' => 'Date ascending', |
| 647 |
akamu |
1.2 |
'date_d' => 'Date descending', |
| 648 |
akamu |
1.2 |
'rating_a' => 'Rating ascending', // new in cpg1.2.0nuke |
| 649 |
akamu |
1.2 |
'rating_d' => 'Rating descending', // new in cpg1.2.0nuke |
| 650 |
akamu |
1.2 |
'th_any' => 'Max Aspect', |
| 651 |
akamu |
1.2 |
'th_ht' => 'Height', |
| 652 |
akamu |
1.2 |
'th_wd' => 'Width', |
| 653 |
akamu |
1.2 |
); |
| 654 |
akamu |
1.2 |
// start left side interpretation |
| 655 |
akamu |
1.2 |
$lang_config_data = array( |
| 656 |
nanocaio |
9.3 |
// 'General settings', |
| 657 |
akamu |
1.2 |
'General settings', |
| 658 |
akamu |
1.2 |
array('Gallery name', 'gallery_name', 0), |
| 659 |
akamu |
1.2 |
array('Gallery description', 'gallery_description', 0), |
| 660 |
akamu |
1.2 |
array('Gallery administrator email', 'gallery_admin_email', 0), |
| 661 |
akamu |
1.2 |
array('Address to nuke folder ie http://www.mysite.tld/html/', 'ecards_more_pic_target', 0), // new in cpg1.2.0nuke |
| 662 |
akamu |
1.2 |
array('Theme', 'theme', 6), |
| 663 |
akamu |
1.2 |
array('Page Specific Titles instead of >Coppermine', 'nice_titles', 1), |
| 664 |
akamu |
1.3 |
//'Album list view', |
| 665 |
akamu |
1.2 |
'Album list view', |
| 666 |
akamu |
1.2 |
array('Width of the main table (pixels or %)', 'main_table_width', 0), |
| 667 |
akamu |
1.2 |
array('Number of levels of sub-categories to display', 'subcat_level', 0), |
| 668 |
akamu |
1.2 |
array('Number of albums to display', 'albums_per_page', 0), |
| 669 |
akamu |
1.2 |
array('Number of columns for the album list', 'album_list_cols', 0), |
| 670 |
akamu |
1.2 |
array('Size of thumbnails in pixels', 'alb_list_thumb_size', 0), |
| 671 |
akamu |
1.2 |
array('The content of the main page', 'main_page_layout', 0), |
| 672 |
akamu |
1.2 |
array('Show first level album thumbnails in categories', 'first_level', 1), |
| 673 |
akamu |
1.3 |
//'Thumbnail view', |
| 674 |
akamu |
1.2 |
'Thumbnail view', |
| 675 |
akamu |
1.2 |
array('Number of columns on thumbnail page', 'thumbcols', 0), |
| 676 |
akamu |
1.2 |
array('Number of rows on thumbnail page', 'thumbrows', 0), |
| 677 |
akamu |
1.2 |
array('Maximum number of tabs to display', 'max_tabs', 0), |
| 678 |
akamu |
1.2 |
array('Display picture caption (in addition to title) below the thumbnail', 'caption_in_thumbview', 1), |
| 679 |
akamu |
1.2 |
array('Display number of comments below the thumbnail', 'display_comment_count', 1), |
| 680 |
akamu |
1.2 |
array('Default sort order for pictures', 'default_sort_order', 3), |
| 681 |
akamu |
1.2 |
array('Minimum number of votes for a picture to appear in the \'top-rated\' list', 'min_votes_for_rating', 0), |
| 682 |
akamu |
1.2 |
array('Alts and title tags of thumbnail show title and keyword instead of picinfo', 'seo_alts', 1), // new in cpg1.2.0nuke |
| 683 |
akamu |
1.3 |
//'Display Image & Comment settings', |
| 684 |
akamu |
1.2 |
'Display Image & Comment settings', |
| 685 |
akamu |
1.2 |
array('Width of the table for picture display (pixels or %)', 'picture_table_width', 0), |
| 686 |
akamu |
1.2 |
array('Picture information are visible by default', 'display_pic_info', 1), |
| 687 |
akamu |
1.2 |
array('Filter bad words in comments', 'filter_bad_words', 1), |
| 688 |
akamu |
1.2 |
array('Allow smiles in comments', 'enable_smilies', 1), |
| 689 |
akamu |
1.2 |
array('Allow several consecutive comments on one pic from the same user', 'disable_flood_protection', 1), // new in cpg1.2.0nuke |
| 690 |
akamu |
1.2 |
array('Email site admin upon comment submission' , 'comment_email_notification', 1), // new in cpg1.2.0nuke |
| 691 |
akamu |
1.2 |
array('Max length for an image description', 'max_img_desc_length', 0), |
| 692 |
akamu |
1.2 |
array('Max number of characters in a word', 'max_com_wlength', 0), |
| 693 |
akamu |
1.2 |
array('Max number of lines in a comment', 'max_com_lines', 0), |
| 694 |
akamu |
1.2 |
array('Maximum length of a comment', 'max_com_size', 0), |
| 695 |
akamu |
1.2 |
array('Show film strip', 'display_film_strip', 1), |
| 696 |
akamu |
1.2 |
array('Number of items in film strip', 'max_film_strip_items', 0), |
| 697 |
akamu |
1.2 |
array('Allow viewing of full size pic by anonymous', 'allow_anon_fullsize', 1), // new in cpg1.2.0nuke |
| 698 |
akamu |
1.2 |
array('Number of days between being able to vote on the same image','keep_votes_time',0), // new in cpg1.2.2c nuke |
| 699 |
akamu |
1.2 |
array('Show fullsize picture in slideshow','fullsize_slideshow',1), |
| 700 |
akamu |
1.2 |
array('Show blocks on the right of displayimage if right blocks are on at module level?', 'right_blocks', 1), // new 1.2.2 |
| 701 |
akamu |
1.3 |
// 'Pictures and thumbnails settings', |
| 702 |
akamu |
1.2 |
'Pictures and thumbnails settings', |
| 703 |
akamu |
1.2 |
array('Quality for JPEG files', 'jpeg_qual', 0), |
| 704 |
akamu |
1.2 |
array('Place watermark on image', 'watermark', 1), |
| 705 |
akamu |
1.2 |
array('Max dimension of a thumbnail <b>*</b>', 'thumb_width', 0), |
| 706 |
akamu |
1.2 |
array('Use dimension ( width or height or Max aspect for thumbnail )<b>*</b>', 'thumb_use', 7), |
| 707 |
akamu |
1.2 |
array('Create intermediate pictures', 'make_intermediate', 1), |
| 708 |
akamu |
1.2 |
array('Max width or height of an intermediate picture <b>*</b>', 'picture_width', 0), |
| 709 |
akamu |
1.2 |
array('Max size for uploaded pictures (KB)', 'max_upl_size', 0), |
| 710 |
akamu |
1.2 |
array('Max width or height for uploaded pictures (pixels)', 'max_upl_width_height', 0), |
| 711 |
akamu |
1.2 |
array('Allow multiple Files to be upload with same file name', 'samename', 1), |
| 712 |
akamu |
1.3 |
//'User settings', |
| 713 |
akamu |
1.2 |
'User settings', |
| 714 |
nanocaio |
9.3 |
array('Allow new user registrations', 'allow_user_registration', 1), |
| 715 |
djmaze |
1.4 |
/* |
| 716 |
akamu |
1.2 |
array('User registration requires email verification', 'reg_requires_valid_email', 1), |
| 717 |
djmaze |
1.4 |
array('Allow two users to have the same email address', 'allow_duplicate_emails_addr', 1), |
| 718 |
djmaze |
1.4 |
*/ |
| 719 |
akamu |
1.2 |
array('Users can can have private albums', 'allow_private_albums', 1), |
| 720 |
akamu |
1.2 |
array('Show Users avatar instead of private album picture', 'avatar_private_album', 1), |
| 721 |
akamu |
1.3 |
//'Custom fields for image description (leave blank if unused)', |
| 722 |
akamu |
1.2 |
'Custom fields for image description (leave blank if unused)', |
| 723 |
akamu |
1.2 |
array('Field 1 name', 'user_field1_name', 0), |
| 724 |
akamu |
1.2 |
array('Field 2 name', 'user_field2_name', 0), |
| 725 |
akamu |
1.2 |
array('Field 3 name', 'user_field3_name', 0), |
| 726 |
akamu |
1.2 |
array('Field 4 name', 'user_field4_name', 0), |
| 727 |
akamu |
1.3 |
// 'Pictures and thumbnails advanced settings', |
| 728 |
akamu |
1.2 |
'Pictures and thumbnails advanced settings', |
| 729 |
akamu |
1.2 |
array('Show private album Icon to unlogged user', 'show_private', 1), |
| 730 |
akamu |
1.2 |
array('Characters forbidden in filenames', 'forbiden_fname_char', 0), |
| 731 |
akamu |
1.2 |
array('Accepted file extensions for uploaded pictures', 'allowed_file_extensions', 0), |
| 732 |
akamu |
1.2 |
array('Method for resizing images', 'thumb_method', 2), |
| 733 |
akamu |
1.2 |
array('Path to ImageMagick / netpbm \'convert\' utility (example /usr/bin/X11/)', 'impath', 0), |
| 734 |
akamu |
1.2 |
array('Allowed image types (only valid for ImageMagick)', 'allowed_img_types', 0), |
| 735 |
akamu |
1.2 |
array('Command line options for ImageMagick', 'im_options', 0), |
| 736 |
akamu |
1.2 |
array('Read EXIF data in JPEG files', 'read_exif_data', 1), |
| 737 |
akamu |
1.2 |
array('Read IPTC data in JPEG files', 'read_iptc_data', 1), // new in cpg1.2.0nuke |
| 738 |
akamu |
1.2 |
array('The album directory <b>*</b>', 'fullpath', 0), |
| 739 |
akamu |
1.2 |
array('The directory for user pictures <b>*</b>', 'userpics', 0), |
| 740 |
akamu |
1.2 |
array('The prefix for intermediate pictures <b>*</b>', 'normal_pfx', 0), |
| 741 |
akamu |
1.2 |
array('The prefix for thumbnails <b>*</b>', 'thumb_pfx', 0), |
| 742 |
nanocaio |
9.3 |
array('Picinfo display filename', 'picinfo_display_filename', 1), |
| 743 |
nanocaio |
9.3 |
array('Picinfo display album name', 'picinfo_display_album_name', 1), |
| 744 |
nanocaio |
9.3 |
array('Picinfo display_file_size', 'picinfo_display_file_size', 1), |
| 745 |
nanocaio |
9.3 |
array('Picinfo display_dimensions', 'picinfo_display_dimensions', 1), |
| 746 |
nanocaio |
9.3 |
array('Picinfo display_count_displayed', 'picinfo_display_count_displayed', 1), |
| 747 |
nanocaio |
9.3 |
array('Picinfo display_URL', 'picinfo_display_URL', 1), |
| 748 |
nanocaio |
9.3 |
array('Picinfo display URL as bookmark link', 'picinfo_display_URL_bookmark', 1), |
| 749 |
nanocaio |
9.3 |
array('Picinfo display fav album link', 'picinfo_display_favorites', 1), |
| 750 |
akamu |
1.3 |
// 'Cookies & Charset settings', |
| 751 |
akamu |
1.2 |
'Cookies & Charset settings', |
| 752 |
akamu |
1.2 |
array('Name of the cookie used by the script', 'cookie_name', 0), |
| 753 |
akamu |
1.2 |
array('Path of the cookie used by the script', 'cookie_path', 0), |
| 754 |
nanocaio |
9.3 |
// 'Miscellaneous settings', |
| 755 |
akamu |
1.2 |
'Miscellaneous settings', |
| 756 |
akamu |
1.2 |
array('Enable debug mode', 'debug_mode', 1), |
| 757 |
akamu |
1.2 |
'<br /><div align="center">(*) Fields marked with * must not be changed if you already have pictures in your gallery</div><br />' |
| 758 |
akamu |
1.2 |
); |
| 759 |
akamu |
1.2 |
// end left side interpretation |