[ Index ]

PHP Cross Reference of phpwcms V1.5.0 _r431 (28.01.12)

title

Body

[close]

/include/inc_lang/backend/en/ -> lang.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2006 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  
  24  // Language: English, Language Code: en
  25  // please use HTML safe strings ONLY,neccessary to reduce processing time
  26  // normal line break:    '&#13;', JavaScript Linebreak: '\n'
  27  
  28  
  29  $BL['usr_online']                       = 'users online';
  30  
  31  // Login Page
  32  $BL["login_text"]                       = 'Insert your login data';
  33  $BL['login_error']                      = 'Errors during login!';
  34  $BL["login_username"]                   = 'username';
  35  $BL["login_userpass"]                   = 'password';
  36  $BL["login_button"]                     = 'Login';
  37  $BL["login_lang"]                       = 'backend language';
  38  
  39  // phpwcms.php
  40  $BL['be_nav_logout']                    = 'LOGOUT';
  41  $BL['be_nav_articles']                  = 'ARTICLE';
  42  $BL['be_nav_files']                     = 'FILE';
  43  $BL['be_nav_modules']                   = 'MODULES';
  44  $BL['be_nav_messages']                  = 'COMMUNICATION';
  45  $BL['be_nav_chat']                      = 'CHAT';
  46  $BL['be_nav_profile']                   = 'PROFILE';
  47  $BL['be_nav_admin']                     = 'ADMIN';
  48  $BL['be_nav_discuss']                   = 'DISCUSS';
  49  
  50  $BL['be_page_title']                    = 'phpwcms backend (administration)';
  51  
  52  $BL['be_subnav_article_center']         = 'article center';
  53  $BL['be_subnav_article_new']            = 'new article';
  54  $BL['be_subnav_file_center']            = 'file center';
  55  $BL['be_subnav_file_ftptakeover']       = 'ftp takeover';
  56  $BL['be_subnav_mod_artists']            = 'artist, category, genre';
  57  $BL['be_subnav_msg_center']             = 'message center';
  58  $BL['be_subnav_msg_new']                = 'new message';
  59  $BL['be_subnav_msg_newsletter']         = 'newsletter subscriptions';
  60  $BL['be_subnav_chat_main']              = 'chat main page';
  61  $BL['be_subnav_chat_internal']          = 'internal chat';
  62  $BL['be_subnav_profile_login']          = 'login information';
  63  $BL['be_subnav_profile_personal']       = 'personal data';
  64  $BL['be_subnav_admin_pagelayout']       = 'page layout';
  65  $BL['be_subnav_admin_templates']        = 'templates';
  66  $BL['be_subnav_admin_css']              = 'default css';
  67  $BL['be_subnav_admin_sitestructure']    = 'site structure';
  68  $BL['be_subnav_admin_users']            = 'user administration';
  69  $BL['be_subnav_admin_filecat']          = 'file categories';
  70  
  71  
  72  // admin.functions.inc.php
  73  $BL['be_func_struct_articleID']         = 'article ID';
  74  $BL['be_func_struct_preview']           = 'preview';
  75  $BL['be_func_struct_edit']              = 'edit article';
  76  $BL['be_func_struct_sedit']             = 'edit structure level';
  77  $BL['be_func_struct_cut']               = 'cut article';
  78  $BL['be_func_struct_nocut']             = 'disable cut article';
  79  $BL['be_func_struct_svisible']          = 'switch visible/invisible';
  80  $BL['be_func_struct_spublic']           = 'switch public/non public';
  81  $BL['be_func_struct_sort_up']           = 'sort up';
  82  $BL['be_func_struct_sort_down']         = 'sort down';
  83  $BL['be_func_struct_del_article']       = 'delete article';
  84  $BL['be_func_struct_del_jsmsg']         = 'Do you really want \nto delete article?'; // "\n" = JavaScript Linebreak
  85  $BL['be_func_struct_new_article']       = 'create new article in structure level';
  86  $BL['be_func_struct_paste_article']     = 'paste article in structure level';
  87  $BL['be_func_struct_insert_level']      = 'insert structure level in';
  88  $BL['be_func_struct_paste_level']       = 'paste in structure level';
  89  $BL['be_func_struct_cut_level']         = 'cut structure level';
  90  $BL['be_func_struct_no_cut']            = "It's not possible to cut the root level!";
  91  $BL['be_func_struct_no_paste1']         = "It's not possible to paste in here!";
  92  $BL['be_func_struct_no_paste2']         = 'is child in root line of the tree level';
  93  $BL['be_func_struct_no_paste3']         = 'that should paste in here';
  94  $BL['be_func_struct_paste_cancel']      = 'cancel structure level change';
  95  $BL['be_func_struct_del_struct']        = 'delete structure level';
  96  $BL['be_func_struct_del_sjsmsg']        = 'Do you really want \nto delete structure level?'; // "\n" = JavaScript Linebreak
  97  $BL['be_func_struct_open']              = 'open';
  98  $BL['be_func_struct_close']             = 'close';
  99  $BL['be_func_struct_empty']             = 'empty';
 100  
 101  // article.contenttype.inc.php
 102  $BL['be_ctype_plaintext']               = 'plain text';
 103  $BL['be_ctype_html']                    = 'html';
 104  $BL['be_ctype_code']                    = 'code';
 105  $BL['be_ctype_textimage']               = 'text w/image';
 106  $BL['be_ctype_images']                  = 'images';
 107  $BL['be_ctype_bulletlist']              = 'list (table)';
 108  $BL['be_ctype_ullist']                     = 'list';
 109  $BL['be_ctype_link']                    = 'link &amp; email';
 110  $BL['be_ctype_linklist']                = 'link list';
 111  $BL['be_ctype_linkarticle']             = 'teaser/link article';
 112  $BL['be_ctype_multimedia']              = 'multimedia';
 113  $BL['be_ctype_filelist']                = 'file list';
 114  $BL['be_ctype_emailform']               = 'email form generator';
 115  $BL['be_ctype_newsletter']              = 'newsletter';
 116  
 117  // profile.create.inc.php
 118  $BL['be_profile_create_success']        = 'Profile successfully created.';
 119  $BL['be_profile_create_error']          = 'An error occured while creating.';
 120  
 121  // profile.update.inc.php
 122  $BL['be_profile_update_success']        = 'Profile data successful updated.';
 123  $BL['be_profile_update_error']          = 'An error occured while updating.';
 124  
 125  // profile.updateaccount.inc.php
 126  $BL['be_profile_account_err1']          = 'username {VAL} is invalid';
 127  $BL['be_profile_account_err2']          = 'password to short (only {VAL} chars: at least 5 needed)';
 128  $BL['be_profile_account_err3']          = 'password must be identically equal to repeat password';
 129  $BL['be_profile_account_err4']          = 'email {VAL} is invalid';
 130  
 131  // profile.data.tmpl.php
 132  $BL['be_profile_data_title']            = 'your personal data';
 133  $BL['be_profile_data_text']             = 'personal data are optional. This can help other users or site visitors to get to know more about you, your interests and skills. If you select the proper checkbox users can see your profile information in the public area or on article pages (or even not).';
 134  $BL['be_profile_label_title']           = 'title';
 135  $BL['be_profile_label_firstname']       = 'first name';
 136  $BL['be_profile_label_name']            = 'surname';
 137  $BL['be_profile_label_company']         = 'company';
 138  $BL['be_profile_label_street']          = 'street';
 139  $BL['be_profile_label_city']            = 'city';
 140  $BL['be_profile_label_state']           = 'province, state';
 141  $BL['be_profile_label_zip']             = 'zip, postal code';
 142  $BL['be_profile_label_country']         = 'country';
 143  $BL['be_profile_label_phone']           = 'phone';
 144  $BL['be_profile_label_fax']             = 'fax';
 145  $BL['be_profile_label_cellphone']       = 'mobile';
 146  $BL['be_profile_label_signature']       = 'signature';
 147  $BL['be_profile_label_notes']           = 'notes';
 148  $BL['be_profile_label_profession']      = 'profession';
 149  $BL['be_profile_label_newsletter']      = 'newsletter';
 150  $BL['be_profile_text_newsletter']       = 'I want to receive the general phpwcms newsletter.';
 151  $BL['be_profile_label_public']          = 'public';
 152  $BL['be_profile_text_public']           = 'Anybody should be able to see my personal profile.';
 153  $BL['be_profile_label_button']          = 'update personal data';
 154  
 155  // profile.account.tmpl.php
 156  $BL['be_profile_account_title']         = 'your login information';
 157  $BL['be_profile_account_text']          = 'Normally it is not necessary to change your username.<br />You should change your password from time to time to increase security.';
 158  $BL['be_profile_label_err']             = 'please check';
 159  $BL['be_profile_label_username']        = 'username';
 160  $BL['be_profile_label_newpass']         = 'new password';
 161  $BL['be_profile_label_repeatpass']      = 'repeat new pwd';
 162  $BL['be_profile_label_email']           = 'email';
 163  $BL['be_profile_account_button']        = 'update';
 164  $BL['be_profile_label_lang']            = 'language';
 165  
 166  
 167  // files.ftptakeover.tmpl.php
 168  $BL['be_ftptakeover_title']             = 'take over files uploaded via ftp';
 169  $BL['be_ftptakeover_mark']              = 'mark';
 170  $BL['be_ftptakeover_available']         = 'available files';
 171  $BL['be_ftptakeover_size']              = 'size';
 172  $BL['be_ftptakeover_nofile']            = 'there is still no file available &#8211; you have to upload one via ftp';
 173  $BL['be_ftptakeover_all']               = 'ALL';
 174  $BL['be_ftptakeover_directory']         = 'directory';
 175  $BL['be_ftptakeover_rootdir']           = 'root directory';
 176  $BL['be_ftptakeover_needed']            = 'needed!!! (you have to select one)';
 177  $BL['be_ftptakeover_optional']          = 'optional';
 178  $BL['be_ftptakeover_keywords']          = 'keywords';
 179  $BL['be_ftptakeover_additional']        = 'additional';
 180  $BL['be_ftptakeover_longinfo']          = 'long info';
 181  $BL['be_ftptakeover_status']            = 'status';
 182  $BL['be_ftptakeover_active']            = 'active';
 183  $BL['be_ftptakeover_public']            = 'public';
 184  $BL['be_ftptakeover_createthumb']       = 'create thumbnail';
 185  $BL['be_ftptakeover_button']            = 'take over selected files';
 186  
 187  // files.reiter.tmpl.php
 188  $BL['be_ftab_title']                    = 'file center';
 189  $BL['be_ftab_createnew']                = 'create new dir in root';
 190  $BL['be_ftab_paste']                    = 'paste clipboard file into root directory';
 191  $BL['be_ftab_disablethumb']             = 'disable thumbnails in list';
 192  $BL['be_ftab_enablethumb']              = 'enable thumbnails in list';
 193  $BL['be_ftab_private']                  = 'private&nbsp;files';
 194  $BL['be_ftab_public']                   = 'public&nbsp;files';
 195  $BL['be_ftab_search']                   = 'search';
 196  $BL['be_ftab_trash']                    = 'trash&nbsp;can';
 197  $BL['be_ftab_open']                     = 'open all directories';
 198  $BL['be_ftab_close']                    = 'close all open directories';
 199  $BL['be_ftab_upload']                   = 'upload file to root directory';
 200  $BL['be_ftab_filehelp']                 = 'open file help';
 201  
 202  // files.private.newdir.tmpl.php
 203  $BL['be_fpriv_rootdir']                 = 'root directory';
 204  $BL['be_fpriv_title']                   = 'create new directory';
 205  $BL['be_fpriv_inside']                  = 'inside';
 206  $BL['be_fpriv_error']                   = 'error: fill in name for directory';
 207  $BL['be_fpriv_name']                    = 'name';
 208  $BL['be_fpriv_status']                  = 'status';
 209  $BL['be_fpriv_button']                  = 'create new dir';
 210  
 211  // files.private.editdir.tmpl.php
 212  $BL['be_fpriv_edittitle']               = 'edit directory';
 213  $BL['be_fpriv_newname']                 = 'new name';
 214  $BL['be_fpriv_updatebutton']            = 'update directory info';
 215  
 216  // files.private.upload.tmpl.php
 217  $BL['be_fprivup_err1']                  = 'Select a file you wish to upload';
 218  $BL['be_fprivup_err2']                  = 'Size of uploaded file is larger than';
 219  $BL['be_fprivup_err3']                  = 'Error while writing file to storage';
 220  $BL['be_fprivup_err4']                  = 'Error while creating user directory.';
 221  $BL['be_fprivup_err5']                  = 'no thumbnail exists';
 222  $BL['be_fprivup_err6']                  = 'Please dont try again - this is an server error! Contact your <a href="mailto:{VAL}">webmaster</a> as soon as possible!';
 223  $BL['be_fprivup_title']                 = 'upload files';
 224  $BL['be_fprivup_button']                = 'upload files';
 225  $BL['be_fprivup_upload']                = 'upload';
 226  
 227  // files.private.editfile.tmpl.php
 228  $BL['be_fprivedit_title']               = 'edit file information';
 229  $BL['be_fprivedit_filename']            = 'filename';
 230  $BL['be_fprivedit_created']             = 'created';
 231  $BL['be_fprivedit_dateformat']          = 'm-d-Y H:i';
 232  $BL['be_fprivedit_err1']                = 'proof name of file (set back to original)';
 233  $BL['be_fprivedit_clockwise']           = 'rotate thumbnail clockwise [original file +90&deg;]';
 234  $BL['be_fprivedit_cclockwise']          = 'rotate thumbnail counter clockwise [original file -90&deg;]';
 235  $BL['be_fprivedit_button']              = 'update file info';
 236  $BL['be_fprivedit_size']                = 'size';
 237  
 238  // files.private-functions.inc.php
 239  $BL['be_fprivfunc_upload']              = 'upload file to directory';
 240  $BL['be_fprivfunc_makenew']             = 'make new dir inside';
 241  $BL['be_fprivfunc_paste']               = 'paste clipboard file into dir';
 242  $BL['be_fprivfunc_edit']                = 'edit dir';
 243  $BL['be_fprivfunc_cactive']             = 'switch active/inactive';
 244  $BL['be_fprivfunc_cpublic']             = 'switch public/nonpublic';
 245  $BL['be_fprivfunc_deldir']              = 'delete dir';
 246  $BL['be_fprivfunc_jsdeldir']            = 'Do you really want \nto delete directory';
 247  $BL['be_fprivfunc_notempty']            = 'dir {VAL} not empty!';
 248  $BL['be_fprivfunc_opendir']             = 'open directory';
 249  $BL['be_fprivfunc_closedir']            = 'close directory';
 250  $BL['be_fprivfunc_dlfile']              = 'download file';
 251  $BL['be_fprivfunc_clipfile']            = 'clipboard file';
 252  $BL['be_fprivfunc_cutfile']             = 'cut';
 253  $BL['be_fprivfunc_editfile']            = 'edit file info';
 254  $BL['be_fprivfunc_cactivefile']         = 'switch active/inactive';
 255  $BL['be_fprivfunc_cpublicfile']         = 'switch public/nonpublic';
 256  $BL['be_fprivfunc_movetrash']           = 'put into trash';
 257  $BL['be_fprivfunc_jsmovetrash1']        = 'Do you really want to put';
 258  $BL['be_fprivfunc_jsmovetrash2']        = 'into trash can folder?';
 259  
 260  // files.private.additions.inc.php
 261  $BL['be_fprivadd_nofolders']            = 'no private files or folders';
 262  
 263  // files.public.list.tmpl.php
 264  $BL['be_fpublic_user']                  = 'user';
 265  $BL['be_fpublic_nofiles']               = 'no public files or folders';
 266  
 267  // files.private.trash.tmpl.php
 268  $BL['be_ftrash_nofiles']                = 'the trash can is empty';
 269  $BL['be_ftrash_show']                   = 'show private files';
 270  
 271  // files.private-delfilelist.inc.php
 272  $BL['be_ftrash_restore']                = 'Do you want to restore {VAL} \nand put it back to private list?';
 273  $BL['be_ftrash_delete']                 = 'Do you want to delete {VAL}?';
 274  $BL['be_ftrash_undo']                   = 'restore (undo trash)';
 275  $BL['be_ftrash_delfinal']               = 'final deletion';
 276  
 277  // files.search.tmpl.php
 278  $BL['be_fsearch_err1']                  = 'search string is empty.';
 279  $BL['be_fsearch_title']                 = 'search files';
 280  $BL['be_fsearch_infotext']              = 'This is a basic search for file information. It searches for matches in keywords,<br />filename and long file info. No support for wildcards. Separate multiple search<br />words with a blank. Select AND/OR and what files to search for: personal/public.';
 281  $BL['be_fsearch_nonfound']              = 'no files for your search were found. correct your search values!';
 282  $BL['be_fsearch_fillin']                = 'please fill in a search string in the above field.';
 283  $BL['be_fsearch_searchlabel']           = 'search for';
 284  $BL['be_fsearch_startsearch']           = 'start search';
 285  $BL['be_fsearch_and']                   = 'AND';
 286  $BL['be_fsearch_or']                    = 'OR';
 287  $BL['be_fsearch_all']                   = 'all files';
 288  $BL['be_fsearch_personal']              = 'private';
 289  $BL['be_fsearch_public']                = 'public';
 290  
 291  // chat.main.tmpl.php & chat.list.tmpl.php
 292  $BL['be_chat_title']                    = 'internal chat';
 293  $BL['be_chat_info']                     = 'Here you can chat with other phpwcms backend users about everything you want. This medium is for realtime speaking but you can also let a message that everybody can read. If you want to exchange ideas with others use the discussion please (later phpwcms version).';
 294  $BL['be_chat_start']                    = 'click here to start the chat';
 295  $BL['be_chat_lines']                    = 'chat lines';
 296  
 297  // message.center.tmpl.php
 298  $BL['be_msg_title']                     = 'message center';
 299  $BL['be_msg_new']                       = 'new';
 300  $BL['be_msg_old']                       = 'old';
 301  $BL['be_msg_senttop']                   = 'sent';
 302  $BL['be_msg_del']                       = 'deleted';
 303  $BL['be_msg_from']                      = 'from';
 304  $BL['be_msg_subject']                   = 'subject';
 305  $BL['be_msg_date']                      = 'date/time';
 306  $BL['be_msg_close']                     = 'close message';
 307  $BL['be_msg_create']                    = 'create a new message';
 308  $BL['be_msg_reply']                     = 'reply to this message';
 309  $BL['be_msg_move']                      = 'move this message to trash';
 310  $BL['be_msg_unread']                    = 'unread or new messages';
 311  $BL['be_msg_lastread']                  = 'last {VAL} read messages';
 312  $BL['be_msg_lastsent']                  = 'last {VAL} sent messages';
 313  $BL['be_msg_marked']                    = 'messages marked for deletion (trash)';
 314  $BL['be_msg_nomsg']                     = 'no message found inside this folder';
 315  
 316  // message.send.tmpl.php
 317  $BL['be_msg_RE']                        = 'RE';
 318  $BL['be_msg_by']                        = 'sent by';
 319  $BL['be_msg_on']                        = 'on';
 320  $BL['be_msg_msg']                       = 'message';
 321  $BL['be_msg_err1']                      = 'you have forgotten to set a recipient...';
 322  $BL['be_msg_err2']                      = 'fill in the subject field (the recipient can better handle your message)';
 323  $BL['be_msg_err3']                      = 'it makes no sense to send a message without message itself ;-)';
 324  $BL['be_msg_sent']                      = 'new message was sent!';
 325  $BL['be_msg_fwd']                       = 'you will be forwarded to the message center or';
 326  $BL['be_msg_newmsgtitle']               = 'write new message';
 327  $BL['be_msg_err']                       = 'error while sending message';
 328  $BL['be_msg_sendto']                    = 'send message to';
 329  $BL['be_msg_available']                 = 'list of available recipients';
 330  $BL['be_msg_all']                       = 'send message to all selected recipients';
 331  
 332  // message.subscription.tmpl.php
 333  $BL['be_newsletter_title']              = 'newsletter subscriptions';
 334  $BL['be_newsletter_titleedit']          = 'edit newsletter subscription';
 335  $BL['be_newsletter_new']                = 'create new';
 336  $BL['be_newsletter_add']                = 'add&nbsp;newsletter&nbsp;subscription';
 337  $BL['be_newsletter_name']               = 'name';
 338  $BL['be_newsletter_info']               = 'info';
 339  $BL['be_newsletter_button_save']        = 'Save subscription';
 340  $BL['be_newsletter_button_cancel']      = 'Cancel';
 341  
 342  // admin.newuser.tmpl.php
 343  $BL['be_admin_usr_err1']                = 'username is invalid, choose a different one';
 344  $BL['be_admin_usr_err2']                = 'username is empty (required)';
 345  $BL['be_admin_usr_err3']                = 'password is empty (required)';
 346  $BL['be_admin_usr_err4']                = "email isn't valid";
 347  $BL['be_admin_usr_err']                 = 'error';
 348  $BL['be_admin_usr_mailsubject']         = 'welcome to phpwcms backend';
 349  $BL['be_admin_usr_mailbody']            = "WELCOME TO THE PHPWCMS BACKEND\n\n    username: {LOGIN}\n    password: {PASSWORD}\n\n\nYou can login here: {LOGIN_PAGE}\n\nphpwcms admin\n ";
 350  $BL['be_admin_usr_title']               = 'add new user account';
 351  $BL['be_admin_usr_realname']            = 'real name';
 352  $BL['be_admin_usr_setactive']           = 'set user active';
 353  $BL['be_admin_usr_iflogin']             = 'if set the user can login';
 354  $BL['be_admin_usr_isadmin']             = 'user is admin';
 355  $BL['be_admin_usr_ifadmin']             = 'if set the user gets admin rights';
 356  $BL['be_admin_usr_verify']              = 'verification';
 357  $BL['be_admin_usr_sendemail']           = 'send an email to new user with the account information';
 358  $BL['be_admin_usr_button']              = 'send user data';
 359  
 360  // admin.edituser.tmpl.php
 361  $BL['be_admin_usr_etitle']              = 'edit user account';
 362  $BL['be_admin_usr_emailsubject']        = 'phpwcms - account data changed';
 363  $BL['be_admin_usr_emailbody']           = "PHPWCMS USER ACCOUNT INFORMATION CHANGED\n\n    username: {LOGIN}\n    password: {PASSWORD}\n\n\nYou can login here: {LOGIN_PAGE}\n\nphpwcms admin\n ";
 364  $BL['be_admin_usr_passnochange']        = '[NO CHANGE - USE THE KNOWN PASSWORD]';
 365  $BL['be_admin_usr_ebutton']             = 'update user data';
 366  
 367  // admin.listuser.tmpl.php
 368  $BL['be_admin_usr_ltitle']              = 'phpwcms user list';
 369  $BL['be_admin_usr_ldel']                = 'ATTENTION!&#13;This will delete user';
 370  $BL['be_admin_usr_create']              = 'create new user';
 371  $BL['be_admin_usr_editusr']             = 'edit user';
 372  
 373  // admin.structform.tmpl.php
 374  $BL['be_admin_struct_title']            = 'site structure';
 375  $BL['be_admin_struct_child']            = '(child of)';
 376  $BL['be_admin_struct_index']            = 'index (website start)';
 377  $BL['be_admin_struct_cat']              = 'category title';
 378  $BL['be_admin_struct_hide1']            = 'hide';
 379  $BL['be_admin_struct_hide2']            = 'this&nbsp;category&nbsp;in&nbsp;menu';
 380  $BL['be_admin_struct_info']             = 'category infotext';
 381  $BL['be_admin_struct_template']         = 'template';
 382  $BL['be_admin_struct_alias']            = 'alias this category';
 383  $BL['be_admin_struct_visible']          = 'visible';
 384  $BL['be_admin_struct_button']           = 'send category data';
 385  $BL['be_admin_struct_close']            = 'close';
 386  
 387  // admin.filecat.tmpl.php
 388  $BL['be_admin_fcat_title']              = 'file categories';
 389  $BL['be_admin_fcat_err']                = 'category name is empty!';
 390  $BL['be_admin_fcat_name']               = 'category name';
 391  $BL['be_admin_fcat_needed']             = 'needed';
 392  $BL['be_admin_fcat_button1']            = 'update';
 393  $BL['be_admin_fcat_button2']            = 'create';
 394  $BL['be_admin_fcat_delmsg']             = 'Do you really want\nto delete file key?';
 395  $BL['be_admin_fcat_fcat']               = 'file category';
 396  $BL['be_admin_fcat_err1']               = 'file key name is empty!';
 397  $BL['be_admin_fcat_fkeyname']           = 'file key name';
 398  $BL['be_admin_fcat_exit']               = 'exit editing';
 399  $BL['be_admin_fcat_addkey']             = 'add new key';
 400  $BL['be_admin_fcat_editcat']            = 'edit category name';
 401  $BL['be_admin_fcat_delcatmsg']          = 'Do you really want\nto delete file category?';
 402  $BL['be_admin_fcat_delcat']             = 'delete file category';
 403  $BL['be_admin_fcat_delkey']             = 'delete file key name';
 404  $BL['be_admin_fcat_editkey']            = 'edit key';
 405  $BL['be_admin_fcat_addcat']             = 'create new file category';
 406  
 407  // admin.pagelayout.tmpl.php
 408  $BL['be_admin_page_title']              = 'frontend setup: page layout';
 409  $BL['be_admin_page_align']              = 'page align';
 410  $BL['be_admin_page_align_left']         = 'standard align (left) of the whole page content';
 411  $BL['be_admin_page_align_center']       = 'center the whole page content';
 412  $BL['be_admin_page_align_right']        = 'align right of the whole page content';
 413  $BL['be_admin_page_margin']             = 'margin';
 414  $BL['be_admin_page_top']                = 'top';
 415  $BL['be_admin_page_bottom']             = 'bottom';
 416  $BL['be_admin_page_left']               = 'left';
 417  $BL['be_admin_page_right']              = 'right';
 418  $BL['be_admin_page_bg']                 = 'background';
 419  $BL['be_admin_page_color']              = 'color';
 420  $BL['be_admin_page_height']             = 'height';
 421  $BL['be_admin_page_width']              = 'width';
 422  $BL['be_admin_page_main']               = 'main';
 423  $BL['be_admin_page_leftspace']          = 'left space';
 424  $BL['be_admin_page_rightspace']         = 'right space';
 425  $BL['be_admin_page_class']              = 'class';
 426  $BL['be_admin_page_image']              = 'image';
 427  $BL['be_admin_page_text']               = 'text';
 428  $BL['be_admin_page_link']               = 'link';
 429  $BL['be_admin_page_js']                 = 'javascript';
 430  $BL['be_admin_page_visited']            = 'visited';
 431  $BL['be_admin_page_pagetitle']          = 'page&nbsp;title';
 432  $BL['be_admin_page_addtotitle']         = 'add&nbsp;to&nbsp;title';
 433  $BL['be_admin_page_category']           = 'category';
 434  $BL['be_admin_page_articlename']        = 'article&nbsp;name';
 435  $BL['be_admin_page_blocks']             = 'blocks';
 436  $BL['be_admin_page_allblocks']          = 'all blocks';
 437  $BL['be_admin_page_col1']               = '3 column layout';
 438  $BL['be_admin_page_col2']               = '2 column layout (main column right, nav column left)';
 439  $BL['be_admin_page_col3']               = '2 column layout (main column left, nav column right)';
 440  $BL['be_admin_page_col4']               = '1 column layout';
 441  $BL['be_admin_page_header']             = 'header';
 442  $BL['be_admin_page_footer']             = 'footer';
 443  $BL['be_admin_page_topspace']           = 'top&nbsp;space';
 444  $BL['be_admin_page_bottomspace']        = 'bottom&nbsp;space';
 445  $BL['be_admin_page_button']             = 'save page layout';
 446  
 447  // admin.frontendcss.tmpl.php
 448  $BL['be_admin_css_title']               = 'frontend setup: css data';
 449  $BL['be_admin_css_css']                 = 'css';
 450  $BL['be_admin_css_button']              = 'save css data';
 451  
 452  // admin.templates.tmpl.php
 453  $BL['be_admin_tmpl_title']              = 'frontend setup: templates';
 454  $BL['be_admin_tmpl_default']            = 'default';
 455  $BL['be_admin_tmpl_add']                = 'add&nbsp;template';
 456  $BL['be_admin_tmpl_edit']               = 'edit template';
 457  $BL['be_admin_tmpl_new']                = 'create new';
 458  $BL['be_admin_tmpl_css']                = 'css file';
 459  $BL['be_admin_tmpl_head']               = 'html head';
 460  $BL['be_admin_tmpl_js']                 = 'js onload';
 461  $BL['be_admin_tmpl_error']              = 'error';
 462  $BL['be_admin_tmpl_button']             = 'save template';
 463  $BL['be_admin_tmpl_name']               = 'name';
 464  
 465  // article.structlist.tmpl.php
 466  $BL['be_article_title']                 = 'site structure and article list';
 467  
 468  // article.new.tmpl.php
 469  $BL['be_article_err1']                  = 'title for this article is empty';
 470  $BL['be_article_err2']                  = 'begin date given was wrong - set to now';
 471  $BL['be_article_err3']                  = 'end date given was wrong - set to now';
 472  $BL['be_article_title1']                = 'article basis information';
 473  $BL['be_article_cat']                   = 'category';
 474  $BL['be_article_atitle']                = 'article title';
 475  $BL['be_article_asubtitle']             = 'subtitle';
 476  $BL['be_article_abegin']                = 'begins';
 477  $BL['be_article_aend']                  = 'ends';
 478  $BL['be_article_aredirect']             = 'redirect to';
 479  $BL['be_article_akeywords']             = 'keywords';
 480  $BL['be_article_asummary']              = 'summary';
 481  $BL['be_article_abutton']               = 'create new article';
 482  
 483  // article.editcontent.inc.php
 484  $BL['be_article_err4']                  = 'end date given was wrong - set to now + 1 week';
 485  
 486  // article.editsummary.tmpl.php
 487  $BL['be_article_estitle']               = 'edit article basis information';
 488  $BL['be_article_eslastedit']            = 'last edit';
 489  $BL['be_article_esnoupdate']            = 'form not updated';
 490  $BL['be_article_esbutton']              = 'update article data';
 491  
 492  // articlecontent.edit.tmpl.php
 493  $BL['be_article_cnt_title']             = 'article content';
 494  $BL['be_article_cnt_type']              = 'content type';
 495  $BL['be_article_cnt_space']             = 'space';
 496  $BL['be_article_cnt_before']            = 'before';
 497  $BL['be_article_cnt_after']             = 'after';
 498  $BL['be_article_cnt_top']               = 'top';
 499  $BL['be_article_cnt_toplink']           = 'top link';
 500  $BL['be_article_cnt_anchor']            = 'anchor';
 501  $BL['be_article_cnt_ctitle']            = 'content title';
 502  $BL['be_article_cnt_back']              = 'complete article info';
 503  $BL['be_article_cnt_button1']           = 'Update';
 504  $BL['be_article_cnt_button2']           = 'Create';
 505  $BL['be_article_cnt_button3']           = 'Save &amp; close';
 506  
 507  // articlecontent.list.tmpl.php
 508  $BL['be_article_cnt_ltitle']            = 'article information';
 509  $BL['be_article_cnt_ledit']             = 'edit article';
 510  $BL['be_article_cnt_lvisible']          = 'switch visible/invisible';
 511  $BL['be_article_cnt_ldel']              = 'delete this article';
 512  $BL['be_article_cnt_ldeljs']            = 'Delete article?';
 513  $BL['be_article_cnt_redirect']          = 'redirection';
 514  $BL['be_article_cnt_edited']            = 'edited by';
 515  $BL['be_article_cnt_start']             = 'start date';
 516  $BL['be_article_cnt_end']               = 'end date';
 517  $BL['be_article_cnt_add']               = 'add';
 518  $BL['be_article_cnt_addtitle']          = 'add new content part';
 519  $BL['be_article_cnt_up']                = 'move content up';
 520  $BL['be_article_cnt_down']              = 'move content down';
 521  $BL['be_article_cnt_edit']              = 'edit content part';
 522  $BL['be_article_cnt_delpart']           = 'delete this article content part';
 523  $BL['be_article_cnt_delpartjs']         = 'Delete content part?';
 524  $BL['be_article_cnt_center']            = 'article center';
 525  
 526  // content forms
 527  $BL['be_cnt_plaintext']                 = 'plain text';
 528  $BL['be_cnt_htmltext']                  = 'html text';
 529  $BL['be_cnt_image']                     = 'image';
 530  $BL['be_cnt_position']                  = 'position';
 531  $BL['be_cnt_pos0']                      = 'Above, left';
 532  $BL['be_cnt_pos1']                      = 'Above, center';
 533  $BL['be_cnt_pos2']                      = 'Above, right';
 534  $BL['be_cnt_pos3']                      = 'Bottom, left';
 535  $BL['be_cnt_pos4']                      = 'Bottom, center';
 536  $BL['be_cnt_pos5']                      = 'Bottom, right';
 537  $BL['be_cnt_pos6']                      = 'In text, left';
 538  $BL['be_cnt_pos7']                      = 'In text, right';
 539  $BL['be_cnt_pos0i']                     = 'align the image above and left of the text block';
 540  $BL['be_cnt_pos1i']                     = 'align the image above and centered of the text block';
 541  $BL['be_cnt_pos2i']                     = 'align the image above and right of the text block';
 542  $BL['be_cnt_pos3i']                     = 'align the image below and left of the text block';
 543  $BL['be_cnt_pos4i']                     = 'align the image below and centered of the text block';
 544  $BL['be_cnt_pos5i']                     = 'align the image above and right of the text block';
 545  $BL['be_cnt_pos6i']                     = 'align the image left within the text block';
 546  $BL['be_cnt_pos7i']                     = 'align the image right within the text block';
 547  $BL['be_cnt_maxw']                      = 'max.&nbsp;width';
 548  $BL['be_cnt_maxh']                      = 'max.&nbsp;height';
 549  $BL['be_cnt_enlarge']                   = 'click&nbsp;enlarge';
 550  $BL['be_cnt_caption']                   = 'caption';
 551  $BL['be_cnt_subject']                   = 'subject';
 552  $BL['be_cnt_recipient']                 = 'recipient';
 553  $BL['be_cnt_buttontext']                = 'button text';
 554  $BL['be_cnt_sendas']                    = 'send as';
 555  $BL['be_cnt_text']                      = 'text';
 556  $BL['be_cnt_html']                      = 'html';
 557  $BL['be_cnt_formfields']                = 'form fields';
 558  $BL['be_cnt_code']                      = 'code';
 559  $BL['be_cnt_infotext']                  = 'info&nbsp;text';
 560  $BL['be_cnt_subscription']              = 'subscription';
 561  $BL['be_cnt_labelemail']                = 'label&nbsp;email';
 562  $BL['be_cnt_tablealign']                = 'table&nbsp;align';
 563  $BL['be_cnt_labelname']                 = 'label&nbsp;name';
 564  $BL['be_cnt_labelsubsc']                = 'label&nbsp;subscr.';
 565  $BL['be_cnt_allsubsc']                  = 'all&nbsp;subscr.';
 566  $BL['be_cnt_default']                   = 'default';
 567  $BL['be_cnt_left']                      = 'left';
 568  $BL['be_cnt_center']                    = 'center';
 569  $BL['be_cnt_right']                     = 'right';
 570  $BL['be_cnt_buttontext']                = 'button&nbsp;text';
 571  $BL['be_cnt_successtext']               = 'success&nbsp;text';
 572  $BL['be_cnt_regmail']                   = 'regist.email';
 573  $BL['be_cnt_logoffmail']                = 'logoff.email';
 574  $BL['be_cnt_changemail']                = 'change.email';
 575  $BL['be_cnt_openimagebrowser']          = 'open image browser';
 576  $BL['be_cnt_openfilebrowser']           = 'open file browser';
 577  $BL['be_cnt_sortup']                    = 'move up';
 578  $BL['be_cnt_sortdown']                  = 'move down';
 579  $BL['be_cnt_delimage']                  = 'remove selected image';
 580  $BL['be_cnt_delfile']                   = 'remove selected file';
 581  $BL['be_cnt_delmedia']                  = 'remove selected media';
 582  $BL['be_cnt_column']                    = 'column';
 583  $BL['be_cnt_imagespace']                = 'image&nbsp;space';
 584  $BL['be_cnt_directlink']                = 'direct link';
 585  $BL['be_cnt_target']                    = 'target';
 586  $BL['be_cnt_target1']                   = 'in a new window';
 587  $BL['be_cnt_target2']                   = 'in parent frame of the window';
 588  $BL['be_cnt_target3']                   = 'in same window without frames';
 589  $BL['be_cnt_target4']                   = 'in the same frame or window';
 590  $BL['be_cnt_bullet']                    = 'list (table)';
 591  $BL['be_cnt_ullist']                     = 'list';
 592  $BL['be_cnt_ullist_desc']                 = '~ = 1st Level, &nbsp; ~~ = 2nd level, &nbsp; etc.';
 593  $BL['be_cnt_linklist']                  = 'link list';
 594  $BL['be_cnt_plainhtml']                 = 'plain html';
 595  $BL['be_cnt_files']                     = 'files';
 596  $BL['be_cnt_description']               = 'description';
 597  $BL['be_cnt_linkarticle']               = 'link article';
 598  $BL['be_cnt_articles']                  = 'articles';
 599  $BL['be_cnt_movearticleto']             = 'move selected article to link article list';
 600  $BL['be_cnt_removearticleto']           = 'remove selected article from link article list';
 601  $BL['be_cnt_mediatype']                 = 'media type';
 602  $BL['be_cnt_control']                   = 'control';
 603  $BL['be_cnt_showcontrol']               = 'show control bar';
 604  $BL['be_cnt_autoplay']                  = 'autoplay';
 605  $BL['be_cnt_source']                    = 'source';
 606  $BL['be_cnt_internal']                  = 'internal';
 607  $BL['be_cnt_openmediabrowser']          = 'open media browser';
 608  $BL['be_cnt_external']                  = 'external';
 609  $BL['be_cnt_mediapos0']                 = 'left (default)';
 610  $BL['be_cnt_mediapos1']                 = 'center';
 611  $BL['be_cnt_mediapos2']                 = 'right';
 612  $BL['be_cnt_mediapos3']                 = 'block, left';
 613  $BL['be_cnt_mediapos4']                 = 'block, right';
 614  $BL['be_cnt_mediapos0i']                = 'align media above and left of the text block';
 615  $BL['be_cnt_mediapos1i']                = 'align media above and centered of the text block';
 616  $BL['be_cnt_mediapos2i']                = 'align media above and right of the text block';
 617  $BL['be_cnt_mediapos3i']                = 'align media left within the text block';
 618  $BL['be_cnt_mediapos4i']                = 'align media right within the text block';
 619  $BL['be_cnt_setsize']                   = 'set size';
 620  $BL['be_cnt_set1']                      = 'set media size to 160x120px';
 621  $BL['be_cnt_set2']                      = 'set media size to 240x180px';
 622  $BL['be_cnt_set3']                      = 'set media size to 320x240px';
 623  $BL['be_cnt_set4']                      = 'set media size to 480x360px';
 624  $BL['be_cnt_set5']                      = 'clear media width and height';
 625  
 626  // added: 28-12-2003
 627  $BL['be_admin_page_add']                = 'create new pagelayout';
 628  $BL['be_admin_page_name']               = 'layout name';
 629  $BL['be_admin_page_edit']               = 'edit pagelayout';
 630  $BL['be_admin_page_render']             = 'rendering';
 631  $BL['be_admin_page_table']              = 'table';
 632  $BL['be_admin_page_div']                = 'css div';
 633  $BL['be_admin_page_custom']             = 'custom';
 634  $BL['be_admin_page_custominfo']         = 'from template main block';
 635  $BL['be_admin_tmpl_layout']             = 'layout';
 636  $BL['be_admin_tmpl_nolayout']           = 'No page layout available!';
 637  
 638  // added: 31-12-2003
 639  $BL['be_ctype_search']                  = 'search';
 640  $BL['be_cnt_results']                   = 'results';
 641  $BL['be_cnt_results_per_page']          = 'per&nbsp;page (if empty show all)';
 642  $BL['be_cnt_opennewwin']                = 'open new window';
 643  $BL['be_cnt_searchlabeltext']           = 'these are predefined texts and values for the search form and search result page and texts are shown when more than the given count of results per page should be shown.';
 644  $BL['be_cnt_input']                     = 'input';
 645  $BL['be_cnt_style']                     = 'style';
 646  $BL['be_cnt_result']                    = 'result';
 647  $BL['be_cnt_next']                      = 'next';
 648  $BL['be_cnt_previous']                  = 'previous';
 649  $BL['be_cnt_align']                     = 'align';
 650  $BL['be_cnt_searchformtext']            = 'the following texts are listed when the search form is opened or results for given search are (not) available.';
 651  $BL['be_cnt_intro']                     = 'intro';
 652  $BL['be_cnt_noresult']                  = 'no result';
 653  $BL['be_cnt_search_default_type']       = 'default search type';
 654  
 655  // added: 02-01-2004
 656  $BL['be_admin_page_disable']            = 'disable';
 657  
 658  // added: 09-01-2004
 659  $BL['be_article_articleowner']          = 'article owner';
 660  $BL['be_article_adminuser']             = 'admin user';
 661  $BL['be_article_username']              = 'author';
 662  
 663  // added: 10-01-2004
 664  $BL['be_ctype_wysywig']                 = 'WYSIWYG HTML';
 665  
 666  // added, changed: 11-01-2004
 667  $BL['be_admin_struct_regonly']          = 'visible for users logged on only';
 668  $BL['be_admin_struct_status']           = 'frontend menu status';
 669  
 670  // added: 15-02-2004
 671  $BL['be_ctype_articlemenu']                = 'article menu';
 672  $BL['be_cnt_sitelevel']                    = 'site level';
 673  $BL['be_cnt_sitecurrent']                = 'current site level';
 674  
 675  // added: 24-03-2004
 676  $BL['be_subnav_admin_starttext']        = 'backend default text';
 677  $BL['be_ctype_ecard']                    = 'e-card';
 678  $BL['be_ctype_blog']                    = 'blog';
 679  $BL['be_cnt_ecardtext']                 = 'title/e-card';
 680  $BL['be_cnt_ecardtmpl']                 = 'mail tmpl';
 681  $BL['be_cnt_ecard_image']               = 'e-card image';
 682  $BL['be_cnt_ecard_title']               = 'e-card title';
 683  $BL['be_cnt_alignment']                 = 'alignment';
 684  $BL['be_cnt_ecardform']                 = 'form tmpl';
 685  $BL['be_cnt_ecardform_err']             = 'All fields marked * are obligatory';
 686  $BL['be_cnt_ecardform_sender']          = 'Sender';
 687  $BL['be_cnt_ecardform_recipient']       = 'Recipient';
 688  $BL['be_cnt_ecardform_name']            = 'Name';
 689  $BL['be_cnt_ecardform_msgtext']         = 'Your message to recipient';
 690  $BL['be_cnt_ecardform_button']          = 'send e-card';
 691  $BL['be_cnt_ecardsend']                 = 'sent tmpl';
 692  
 693  // added: 28-03-2004
 694  $BL['be_admin_startup_title']           = 'Backend default startup text';
 695  $BL['be_admin_startup_text']            = 'startup text';
 696  $BL['be_admin_startup_button']          = 'save startup text';
 697  
 698  // added: 17-04-2004
 699  $BL['be_ctype_guestbook']                = 'guestbook/comment';
 700  $BL['be_cnt_guestbook_listing']            = 'listing';
 701  $BL['be_cnt_guestbook_listing_all']        = 'list&nbsp;all&nbsp;entries';
 702  $BL['be_cnt_guestbook_list']            = 'list';
 703  $BL['be_cnt_guestbook_perpage']            = 'per&nbsp;page';
 704  $BL['be_cnt_guestbook_form']            = 'form';
 705  $BL['be_cnt_guestbook_signed']            = 'signed';
 706  $BL['be_cnt_guestbook_nav']                = 'nav';
 707  $BL['be_cnt_guestbook_before']            = 'before';
 708  $BL['be_cnt_guestbook_after']            = 'after';
 709  $BL['be_cnt_guestbook_entry']            = 'entry';
 710  $BL['be_cnt_guestbook_edit']            = 'edit';
 711  $BL['be_cnt_ecardform_selector']        = 'selector';
 712  $BL['be_cnt_ecardform_radiobutton']     = 'radio button';
 713  $BL['be_cnt_ecardform_javascript']      = 'JavaScript functionality';
 714  $BL['be_cnt_ecardform_over']            = 'onMouseOver';
 715  $BL['be_cnt_ecardform_click']           = 'onClick';
 716  $BL['be_cnt_ecardform_out']               = 'onMouseOut';
 717  $BL['be_admin_struct_topcount']         = 'top article count';
 718  
 719  // added: 19-04-2004
 720  $BL['be_subnav_msg_newslettersend']     = 'newsletter';
 721  $BL['be_newsletter_addnl']              = 'add newsletter';
 722  $BL['be_newsletter_titleeditnl']        = 'edit newsletter';
 723  $BL['be_newsletter_newnl']              = 'create new';
 724  $BL['be_newsletter_button_savenl']      = 'save newsletter';
 725  $BL['be_newsletter_fromname']           = 'from name';
 726  $BL['be_newsletter_fromemail']          = 'from email';
 727  $BL['be_newsletter_replyto']            = 'reply email';
 728  $BL['be_newsletter_changed']            = 'last change';
 729  $BL['be_newsletter_placeholder']        = 'placeholder';
 730  $BL['be_newsletter_htmlpart']           = 'HTML newletter content';
 731  $BL['be_newsletter_textpart']           = 'TEXT newletter content';
 732  $BL['be_newsletter_allsubscriptions']   = 'all subscriptions';
 733  $BL['be_newsletter_verifypage']         = 'verify link';
 734  $BL['be_newsletter_open']               = 'HTML and TEXT input';
 735  $BL['be_newsletter_open1']              = '(click on image to open)';
 736  $BL['be_newsletter_sendnow']            = 'Send newsletter';
 737  $BL['be_newsletter_attention']          = '<strong style="color:#CC3300;">Attention!</strong> Sending a newsletter to multiple recipients is very hazardous. Recipients should have been verified otherwise you will send potential spam. Think twice before you send the newsletter. Check your newsletter by sending a test.';
 738  $BL['be_newsletter_attention1']         = 'If you have made changes in above newsletter datas please save it first otherwise these changes will not be used.'; 
 739  $BL['be_newsletter_testemail']          = 'test email';
 740  $BL['be_newsletter_sendnlbutton']       = 'send newsletter';
 741  $BL['be_newsletter_sendprocess']        = 'send process';
 742  $BL['be_newsletter_attention2']         = '<strong style="color:#CC3300;">Attention!</strong> Please do not stop the send process. Otherwise it is possible that you will send the newsletter more than twice to a recipient. When sending fails all non achieved recipient are stored in a session array and will be used if you send again immediately.';
 743  $BL['be_newsletter_testerror']          = '<p style="color:#CC3300;">the test email address</p><blockquote>###TEST###</blockquote><p style="color:#CC3300;">is NOT valid!<br />&nbsp;<br />Try again please!</p>';
 744  $BL['be_newsletter_to']                 = 'Recipients';
 745  $BL['be_newsletter_ready']              = 'sending newsletter: DONE';
 746  $BL['be_newsletter_readyfailed']        = 'Failed newsletter sending to';
 747  $BL['be_subnav_msg_subscribers']        = 'newsletter subscribers';
 748  
 749  // added: 20-04-2004
 750  $BL['be_ctype_sitemap']                    = 'sitemap';
 751  $BL['be_cnt_sitemap_catimage']          = 'level icon';
 752  $BL['be_cnt_sitemap_articleimage']      = 'article icon';
 753  $BL['be_cnt_sitemap_display']           = 'display';
 754  $BL['be_cnt_sitemap_structuronly']      = 'structure levels only';
 755  $BL['be_cnt_sitemap_structurarticle']   = 'structure levels + articles';
 756  $BL['be_cnt_sitemap_catclass']          = 'level class';
 757  $BL['be_cnt_sitemap_articleclass']      = 'article class';
 758  $BL['be_cnt_sitemap_count']             = 'counter';
 759  $BL['be_cnt_sitemap_classcount']        = 'add to class name';
 760  $BL['be_cnt_sitemap_noclasscount']      = 'don\'t add to class name';
 761  
 762  // added: 23-04-2004
 763  $BL['be_ctype_bid']                        = 'bid';
 764  $BL['be_cnt_bid_bidtext']               = 'bid text';
 765  $BL['be_cnt_bid_sendtext']              = 'sent text';
 766  $BL['be_cnt_bid_verifiedtext']          = 'verified text';
 767  $BL['be_cnt_bid_errortext']             = 'bid deleted';
 768  $BL['be_cnt_bid_verifyemail']           = 'verify email';
 769  $BL['be_cnt_bid_startbid']              = 'start bid';
 770  
 771  // added: 29-04-2004
 772  $BL['be_cnt_bid_nextbidadd']            = 'increase&nbsp;by';
 773  
 774  // added: 10-05-2004
 775  $BL['be_ctype_pages']                   = 'ext. content';
 776  $BL['be_cnt_pages_select']              = 'select file';
 777  $BL['be_cnt_pages_fromfile']            = 'file from structure';
 778  $BL['be_cnt_pages_manually']            = 'custom path/file or URL';
 779  $BL['be_cnt_pages_cust']                = 'file/URL';
 780  $BL['be_cnt_pages_from']                = 'source';
 781  
 782  // added: 24-05-2004
 783  $BL['be_ctype_reference']               = 'rollover images';
 784  $BL['be_cnt_reference_basis']           = 'alignment';
 785  $BL['be_cnt_reference_horizontal']      = 'horizontal';
 786  $BL['be_cnt_reference_vertical']        = 'vertical';
 787  $BL['be_cnt_reference_aligntext']       = 'small reference images';
 788  $BL['be_cnt_reference_largetext']       = 'large reference image';
 789  $BL['be_cnt_reference_zoom']            = 'zoom';
 790  $BL['be_cnt_reference_middle']          = 'middle';
 791  $BL['be_cnt_reference_border']          = 'border';
 792  $BL['be_cnt_reference_block']           = 'block w x h';
 793  
 794  // added: 31-05-2004
 795  $BL['be_article_rendering']             = 'rendring';
 796  $BL['be_article_nosummary']             = 'hide summary text';
 797  $BL['be_article_forlist']               = 'article listing';
 798  $BL['be_article_forfull']               = 'article detail';
 799  
 800  // added: 08-07-2004
 801  $BL["setup_dir_exists"]                 = '<strong>ATTENTION!</strong> The &quot;SETUP&quot; directory still exists! Delete that directory - it\'s potential security problem.';
 802  
 803  // added: 12-08-2004
 804  $BL['be_cnt_guestbook_banned']          = 'banned words';
 805  $BL['be_cnt_guestbook_flooding']        = 'flooding';
 806  $BL['be_cnt_guestbook_setcookie']       = 'set cookie';
 807  $BL['be_cnt_guestbook_allowed']         = 'allowed again after';
 808  $BL['be_cnt_guestbook_seconds']         = 'seconds';
 809  $BL['be_alias_ID']                      = 'alias ID';
 810  $BL['be_ftrash_delall']                 = "Do you really want to delete \nALL FILES in trash?";
 811  $BL['be_ftrash_delallfiles']            = 'delete all files in trash';
 812  
 813  // added: 16-08-2004
 814  $BL['be_subnav_msg_importsubscribers']  = 'CSV subscribers import';
 815  $BL['be_newsletter_importtitle']        = 'import of newsletter recipients';
 816  $BL['be_newsletter_entriesfound']       = 'entries found';
 817  $BL['be_newsletter_foundinfile']        = 'in file';
 818  $BL['be_newsletter_addresses']          = 'addresses';
 819  $BL['be_newsletter_csverror']           = 'Imported CSV file seems to be incorrect! Check delimeter!';
 820  $BL['be_newsletter_addressesadded']     = 'addresses added';
 821  $BL['be_newsletter_newimport']          = 'import';
 822  $BL['be_newsletter_importerror']        = 'the following datas are invalid:';
 823  $BL['be_newsletter_shouldbe1']          = 'CSV/TXT file should be formatted like this:';
 824  $BL['be_newsletter_shouldbe2']          = 'default = <b>;</b>';
 825  $BL['be_newsletter_sample']             = 'sample';
 826  $BL['be_newsletter_selectCSV']          = 'select CSV file';
 827  $BL['be_newsletter_delimeter']          = 'delimeter';
 828  $BL['be_newsletter_importCSV']          = 'import CSV file';
 829  
 830  // added: 24-08-2004
 831  $BL['be_admin_struct_orderarticle']     = 'ordering of assigned articles';
 832  $BL['be_admin_struct_orderdate']        = 'creation date';
 833  $BL['be_admin_struct_orderchangedate']  = 'change date';
 834  $BL['be_admin_struct_orderstartdate']   = 'start date';
 835  $BL['be_admin_struct_orderdesc']        = 'descending';
 836  $BL['be_admin_struct_orderasc']         = 'ascending';
 837  $BL['be_admin_struct_ordermanual']      = 'manual (arrow up/down)';
 838  $BL['be_cnt_sitemap_startid']           = 'start at';
 839  
 840  // added: 20-10-2004
 841  $BL['be_ctype_map']                     = 'map';
 842  $BL['be_save_btn']                      = 'Save';
 843  $BL['be_cmap_location_error_notitle']   = 'fill in a title for this location.';
 844  $BL['be_cnt_map_add']                   = 'add location';
 845  $BL['be_cnt_map_edit']                  = 'edit location';
 846  $BL['be_cnt_map_title']                 = 'location title';
 847  $BL['be_cnt_map_info']                  = 'entry/info';
 848  $BL['be_cnt_map_list']                  = 'location list';
 849  $BL['be_btn_delete']                    = 'Do you really want to \ndelete this location?';
 850  
 851  // added: 05-11-2004
 852  $BL['be_ctype_phpvar']                  = 'PHP variables';
 853  $BL['be_cnt_vars']                      = 'variables';
 854  
 855  // added: 19-11-2004 -- copy - Fernando Batista http://fernandobatista.web.pt
 856  $BL['be_func_struct_copy']              = 'copy article';
 857  $BL['be_func_struct_nocopy']            = 'disable copy article';
 858  $BL['be_func_struct_copy_level']        = 'copy structure level';
 859  $BL['be_func_struct_no_copy']           = "It's not possible to copy the root level!";
 860  
 861  // added: 27-11-2004
 862  $BL['be_date_minute']                   = 'minute';
 863  $BL['be_date_minutes']                  = 'minutes';
 864  $BL['be_date_hour']                     = 'hour';
 865  $BL['be_date_hours']                    = 'hours';
 866  $BL['be_date_day']                      = 'day';
 867  $BL['be_date_days']                     = 'days';
 868  $BL['be_date_week']                     = 'week';
 869  $BL['be_date_weeks']                    = 'weeks';
 870  $BL['be_date_month']                    = 'month';
 871  $BL['be_date_months']                   = 'months';
 872  $BL['be_off']                           = 'Off';
 873  $BL['be_on']                            = 'On';
 874  $BL['be_cache']                         = 'cache';
 875  $BL['be_cache_timeout']                 = 'timeout';
 876  
 877  // added: 13-12-2004
 878  $BL['be_subnav_admin_groups']            = 'user groups';
 879  $BL['be_admin_group_add']                = 'add group';
 880  $BL['be_admin_group_nogroup']            = 'no user group found';
 881  
 882  // added: 20-12-2004
 883  $BL['be_ctype_forum']                    = 'forum';
 884  $BL['be_subnav_msg_forum']                = 'forums list';
 885  $BL['be_forum_title']                    = 'forum title';
 886  $BL['be_forum_permission']                = 'permissions';
 887  $BL['be_forum_add']                        = 'add forum';
 888  $BL['be_forum_titleedit']                = 'edit forum';
 889  
 890  // added: 15-01-2005
 891  $BL['be_admin_page_customblocks']       = 'custom';
 892  $BL['be_show_content']                  = 'display';
 893  $BL['be_main_content']                  = 'main column';
 894  $BL['be_admin_template_jswarning']      = 'Warning!!! \nCustom blocks may change! \n\nIf you cancel \nreset your pagelayout setting! \n\nChange template?\n\n';
 895  
 896  $BL['be_ctype_rssfeed']                    = 'RSS feed';
 897  $BL['be_cnt_rssfeed_url']                = 'RSS url';
 898  $BL['be_cnt_rssfeed_item']                = 'items';
 899  $BL['be_cnt_rssfeed_max']                = 'max.';
 900  $BL['be_cnt_rssfeed_cut']                = 'hide 1st item';
 901  
 902  $BL['be_ctype_simpleform']                = 'form';
 903  
 904  $BL['be_cnt_onsuccess']                    = 'on success';
 905  $BL['be_cnt_onerror']                    = 'on error';
 906  $BL['be_cnt_onsuccess_redirect']        = 'redirect on success';
 907  $BL['be_cnt_onerror_redirect']            = 'redirect on error';
 908  
 909  $BL['be_cnt_form_class']                = 'form class';
 910  $BL['be_cnt_label_wrap']                = 'label wrap';
 911  $BL['be_cnt_error_class']                = 'error class';
 912  $BL['be_cnt_req_mark']                    = 'required mark';
 913  $BL['be_cnt_mark_as_req']                = 'mark as required';
 914  $BL['be_cnt_mark_as_del']                = 'mark item for deletion';
 915  
 916  
 917  $BL['be_cnt_type']                        = 'type';
 918  $BL['be_cnt_label']                        = 'label';
 919  $BL['be_cnt_needed']                    = 'required';
 920  $BL['be_cnt_delete']                    = 'delete';
 921  $BL['be_cnt_value']                        = 'value';
 922  $BL['be_cnt_error_text']                = 'error text';
 923  $BL['be_cnt_css_style']                    = 'CSS style';
 924  $BL['be_cnt_css_class']                    = 'CSS class';
 925  $BL['be_cnt_send_copy_to']                = 'copy to';
 926  
 927  $BL['be_cnt_field']                        = array("text"=>'text (single-line)', 
 928                                                  "email"=>'email', 
 929                                                  "textarea"=>'text (multi-line)', 
 930                                                  "hidden"=>'hidden', 
 931                                                  "password"=>'password', 
 932                                                  "select"=>'select menu', 
 933                                                  "list"=>'list menu', 
 934                                                  "checkbox"=>'checkbox', 
 935                                                  "radio"=>'radio button', 
 936                                                  "upload"=>'file', 
 937                                                  "submit"=>'send button', 
 938                                                  "reset"=>'reset button', 
 939                                                  "break"=>'break', "breaktext"=>'break text', 
 940                                                  "special"=>'text (spezial)',
 941                                                  "captchaimg"=>'captcha image', 
 942                                                  "captcha"=>'captcha code', 
 943                                                  'newsletter'=>'newsletter',
 944                                                  'selectemail'=>'select email menu', 
 945                                                  'country'=>'select country menu',
 946                                                  'mathspam'=>'math spam protect', 
 947                                                  'summing'=>'summing', 
 948                                                  'subtract'=>'subtract', 
 949                                                  'divide'=>'divide', 'multiply'=>'multiply', 
 950                                                  'calculation'=>'calculation:',
 951                                                  'formtracking_off'=>'disable form tracking', 
 952                                                  'checktofrom'=>'email of recipient must be different from sender',
 953                                                  'recaptcha'=>'reCAPTCHA',
 954                                                  'recaptcha_signapikey'=>'Sign up for a reCAPTCHA API key');
 955  
 956  $BL['be_cnt_access']                    = 'access';
 957  $BL['be_cnt_activated']                    = 'activated';
 958  $BL['be_cnt_available']                    = 'available';
 959  $BL['be_cnt_guests']                    = 'guests';
 960  $BL['be_cnt_admin']                        = 'admin';
 961  $BL['be_cnt_write']                        = 'write';
 962  $BL['be_cnt_read']                        = 'read';
 963  
 964  $BL['be_cnt_no_wysiwyg_editor']            = 'disable WYSIWYG editor';
 965  $BL['be_cnt_cache_update']                = 'reset cache';
 966  $BL['be_cnt_cache_delete']                = 'delete cache';
 967  $BL['be_cnt_cache_delete_msg']            = 'Do you really want to delete cache?  \nThis can affect search too.  \n';
 968  
 969  $BL['be_admin_usr_issection']            = 'login section';
 970  $BL['be_admin_usr_ifsection0']            = 'frontend';
 971  $BL['be_admin_usr_ifsection1']            = 'backend';
 972  $BL['be_admin_usr_ifsection2']            = 'frontend and backend';
 973  
 974  // added: 31-03-2005 -- copy&paste Article Content - Fernando Batista http://fernandobatista.web.pt
 975  $BL['be_func_content_edit']              = 'edit this article content part';
 976  $BL['be_func_content_paste0']            = 'paste in article';
 977  $BL['be_func_content_paste']             = 'paste later article content part';
 978  $BL['be_func_content_cut']               = 'cut this article content part';
 979  $BL['be_func_content_no_cut']            = "It's not possible to cut the article content part!";
 980  $BL['be_func_content_copy']              = 'copy this article content part part';
 981  $BL['be_func_content_no_copy']           = "It's not possible to copy the article content part!";
 982  $BL['be_func_content_paste_cancel']      = 'cancel article content part change';
 983  
 984  $BL['be_cnt_move_deleted'] = 'remove delete files';
 985  $BL['be_cnt_move_deleted_msg'] = 'Do you really want to move all files  \nmarked as deleted into special deletion folder?  \n';
 986  
 987  $BL['be_admin_struct_permit'] = 'authorized to access (let empty for everybody)';
 988  $BL['be_admin_struct_adduser_all']   = 'take over all users';
 989  $BL['be_admin_struct_adduser_this']  = 'take over selected user';
 990  $BL['be_admin_struct_remove_all']    = 'remove all users';
 991  $BL['be_admin_struct_remove_this']   = 'remove selected user';
 992  
 993  
 994  $BL['be_ctype_alias'] = 'contentpart alias';
 995  $BL['be_cnt_setting'] = 'take over';
 996  $BL['be_cnt_spaces'] = 'spaces of contentpart alias';
 997  $BL['be_cnt_toplink'] = 'top link setting of contentpart alias';
 998  $BL['be_cnt_block'] = 'display (block) setting of contentpart alias';
 999  $BL['be_cnt_title'] = 'titles of contentpart alias';
1000  
1001  $BL['be_file_replace'] = 'Replace eponymous files';
1002  
1003  $BL['be_alias_articleID'] = 'alias ID';
1004  $BL['be_alias_useAll'] = "use this article&#8217;s header data";
1005  $BL['be_article_morelink'] = '[more&#8230;] link';
1006  $BL['be_admin_tmpl_copy']               = 'copy template'; 
1007  
1008  $BL['be_ctype_filelist1']                = 'file list pro';
1009  $BL['be_cnt_fpro_usecaption']            = 'use file center &quot;'.$BL['be_ftptakeover_longinfo'].'&quot;';
1010  
1011  $BL['be_admin_keywords']                = 'Keywords';
1012  $BL['be_admin_keywords_key']            = 'KEYWORD';
1013  $BL['be_admin_keywords_err']            = 'Insert a unique KEYWORD name';
1014  $BL['be_admin_keyword_edit']            = 'edit KEYWORD';
1015  $BL['be_admin_keyword_del']                = 'delete KEYWORD';
1016  $BL['be_admin_keyword_delmsg']            = 'Do you really want\nto delete KEYWORD?';
1017  $BL['be_admin_keyword_add']                = 'add KEYWORD';
1018  
1019  $BL['be_cnt_transparent'] = 'Flash transparent';
1020  
1021  
1022  // added: 02-04-2006
1023  $BL['be_admin_struct_orderkilldate']   = 'kill date';
1024  $BL['be_func_switch_contentpart'] = 'Do you really want to switch content part? \n\nBe very careful doing so! \nImportant settings might be overwritten! \n';
1025  $BL["phpwcms_code_snippets_dir_exists"] = '<strong>ATTENTION!</strong> The &quot;CODE-SNIPPETS&quot; directory still exists! Delete directory <strong>phpwcms_code_snippets</strong> - this is a potential security problem.';
1026  
1027  $BL['be_ctype_poll'] = 'poll';
1028  $BL['be_cnt_pos8']                      = 'table, left';
1029  $BL['be_cnt_pos9']                      = 'table, right';
1030  $BL['be_cnt_pos8i']                     = 'align image left in table';
1031  $BL['be_cnt_pos9i']                     = 'align image right in table';
1032  
1033  
1034  $BL['be_WYSIWYG']                        = 'WYSIWYG editor';
1035  $BL['be_WYSIWYG_disabled']                = 'WYSIWYG editor disabled';
1036  $BL['be_admin_struct_acat_hiddenactive'] = 'visible when active';
1037  
1038  $BL['be_login_jsinfo']                    = 'Please enable JavaScript which is neccessary in the backend!';
1039  
1040  $BL['be_admin_struct_maxlist']            = 'max. articles in list mode';
1041  
1042  $BL['be_admin_optgroup_label']            = array(1 => 'text', 2 => 'image', 3 => 'form', 4 => 'admin', 5 => 'special');
1043  $BL['be_cnt_articlemenu_maxchar']        = 'max. Chars';
1044  
1045  $BL['be_cnt_sysadmin_system']            = 'system';
1046  
1047  // version check - taken from phpBB ;-)
1048  $BL['Version_up_to_date']                = 'Your installation is up to date, no updates are available for this version of phpwcms.';
1049  $BL['Version_not_up_to_date']            = 'Your installation does <b>not</b> seem to be up to date. Updates are available for this version of phpwcms, please visit <a href="http://www.phpwcms.de/versioncheck/forum/" target="_blank">http://www.phpwcms.de/forum</a> to obtain the latest version.';
1050  $BL['Latest_version_info']                = 'The latest official version is <b>phpwcms %s</b>.';
1051  $BL['Current_version_info']                = 'You are running <b>phpwcms %s</b>.';
1052  $BL['Connect_socket_error']                = 'Unable to open connection to phpwcms Server, reported error is:<br />%s';
1053  $BL['Socket_functions_disabled']        = 'Unable to use socket functions.';
1054  $BL['Mailing_list_subscribe_reminder']    = 'For the latest information on updates to phpwcms, why not subscribe to our <a href="http://lists.phpwcms.de/mailman/listinfo/phpwcms-releaseinfo" target="_blank">mailing list</a>.';
1055  $BL['Version_information']                 = 'phpwcms Version Information';
1056  
1057  $BL['be_cnt_search_highlight']            = 'highlight';
1058  $BL['be_cnt_results_wordlimit']            = 'max. words for summary';
1059  $BL['be_cnt_page_of_pages']                = 'search navi';
1060  $BL['be_cnt_page_of_pages_descr']        = '{PREV:Back} page #/##, result ###-####, {NAVI:123}, {NAVI:1-3}, {NEXT:Next}';
1061  $BL['be_cnt_search_show_top']            = 'top';
1062  $BL['be_cnt_search_show_bottom']        = 'bottom';
1063  $BL['be_cnt_search_show_next']            = 'next (also if no link)';
1064  $BL['be_cnt_search_show_prev']            = 'previous (also if no link)';
1065  $BL['be_cnt_search_show_forall']        = 'show always';
1066  $BL['be_cnt_search_startlevel']            = 'search start';
1067  $BL['be_cnt_results_minchar']            = 'minimum number of chars of search input';
1068  $BL['be_cnt_search_hidesummary']        = 'hide search teaser text';
1069  $BL['be_cnt_search_searchnot']            = 'no search for';
1070  
1071  $BL['be_cnt_pagination']                = 'paginate content parts';
1072  $BL['be_article_pagination']            = 'paginate articles';
1073  $BL['be_article_per_page']                = 'articles per page';
1074  $BL['be_pagination']                    = 'pagination';
1075  
1076  
1077  $BL['be_ctype_recipe']                    = 'recipe';
1078  $BL['be_ctype_faq']                        = 'faq';
1079  $BL['be_cnt_additional']                = 'addition';
1080  $BL['be_cnt_question']                    = 'question';
1081  $BL['be_cnt_answer']                    = 'answer';
1082  $BL['be_cnt_same_as_summary']            = 'use article image data';
1083  $BL['be_cnt_sorting']                    = 'sorting';
1084  $BL['be_cnt_imgupload']                    = 'image&nbsp;upload';
1085  $BL['be_cnt_filesize']                    = 'filesize';
1086  $BL['be_cnt_captchalength']                = 'captcha code length';
1087  $BL['be_cnt_chars']                        = 'chars';
1088  $BL['be_cnt_download']                    = 'download';
1089  $BL['be_cnt_download_direct']            = 'direct';
1090  $BL['be_cnt_database']                    = 'database';
1091  $BL['be_cnt_formsave_in_db']            = 'save form results';
1092  
1093  $BL['be_cnt_email_notify']                = 'notify by email';
1094  $BL['be_cnt_notify_by_email']            = 'by email to';
1095  $BL['be_cnt_last_edited']                = 'last change';
1096  
1097  $BL['be_cnt_export_selection']            = 'export selection';
1098  $BL['be_cnt_delete_duplicates']            = 'delete duplicates';
1099  $BL['be_cnt_new_recipient']                = 'add recipient';
1100  
1101  
1102  $BL['be_cnt_newsletter_prepare']        = 'newsletter active';
1103  $BL['be_cnt_newsletter_prepare1']        = 'all recipients will be taken over to sending queue';
1104  $BL['be_cnt_newsletter_prepare2']        = 'sending queue will be updated&#8230;';
1105  
1106  $BL['be_cnt_export']                    = 'export';
1107  $BL['be_cnt_formsave_profile']            = 'save user profile data';
1108  $BL['be_profile_label_add']                = 'addition';
1109  $BL['be_profile_label_website']            = 'url';
1110  $BL['be_profile_label_gender']            = 'gender';
1111  $BL['be_profile_label_birthday']        = 'birthday';
1112  
1113  $BL['be_cnt_store_in']                    = 'save to field';
1114  $BL['be_aboutlink_title']                = 'information about phpwcms and license';
1115  
1116  $BL['be_shortdate']                      = 'n/j/y';
1117  $BL['be_shortdatetime']                  = 'n/j/y G:i';
1118  $BL['be_longdatetime']                  = 'm/d/Y H:i:s';
1119  
1120  $BL['be_confirm_sending']                = 'confirm sending';
1121  $BL['be_confirm_text']                    = 'Yes, send newsletter to all recipients!';
1122  
1123  $BL['be_cnt_queued']                    = 'queuing';
1124  $BL['be_last_sending']                    = 'last sending';
1125  $BL['be_last_edited']                    = 'last edited';
1126  $BL['be_total']                            = 'total';
1127  
1128  $BL['be_settings']                        = 'settings';
1129  $BL['be_ctype']                            = 'contentpart';
1130  $BL['be_selection']                        = 'selection';
1131  
1132  $BL['be_ctype_module']                    = 'plug-in';
1133  $BL['be_cnt_lightbox']                    = 'lightbox';
1134  $BL['be_cnt_behavior']                    = 'behavior';
1135  $BL['be_cnt_imglist_nocaption']            = 'hide caption for thumbnails';
1136  
1137  $BL['be_ctype_felogin']                    = 'frontend login';
1138  $BL['be_cookie_runtime']                = 'cookie expire';
1139  $BL['be_locale']                        = 'locale';
1140  $BL['be_date_format']                    = 'date format';
1141  
1142  $BL['be_check_login_against']            = 'validate login against';
1143  $BL['be_userprofile_db']                = 'user profile database';
1144  $BL['be_backenduser_db']                = 'backend user database';
1145  
1146  $BL['be_gb_post_login']                    = 'post for users logged in only';
1147  $BL['be_gb_show_login']                    = 'show for users logged in only';
1148  $BL['be_gb_urlcheck']                    = 'enable remote URL validation';
1149  $BL['be_order']                            = 'order';
1150  
1151  $BL['be_unique_teaser_entry']            = 'show teaser/link article only once per page';
1152  $BL['be_allowed_tags']                    = 'allowed tags';
1153  $BL['be_fe_login_url']                    = 'FE login url';
1154  $BL['be_ctype_imagesdiv']                = 'images &lt;div&gt;';
1155  $BL['be_cnt_imagecenter']                = 'center horizontal/vertical';
1156  $BL['be_cnt_imagenocenter']                = 'do not center';
1157  $BL['be_cnt_imagecenterh']                = 'center horizontal';
1158  $BL['be_cnt_imagecenterv']                = 'center vertical';
1159  $BL['be_check_against_category_alias']    = 'link single article inside structure level with structure level';
1160  
1161  $BL['be_overwrite_default']                = 'Will overwrite default settings of config file';
1162  $BL['be_cnt_sortvalue']                    = 'sort&nbsp;value';
1163  $BL['be_dialog_warn_nosave']            = 'If you continue no change will be saved!\nAre you sure you want to continue?';
1164  $BL['be_cnt_paginate_subsection']        = 'subsection';
1165  $BL['be_cnt_subsection_tite']            = 'subsection title';
1166  $BL['be_cnt_subsection_warning']        = 'Numbering subsections (paginate content parts) is available for\nmain column (CONTENT) only!';
1167  
1168  $BL['be_no_search']                        = 'no search';
1169  $BL['be_priorize']                        = 'prioritization';
1170  $BL['be_change_articleID']                = 'change article ID';
1171  $BL['be_title_wrap']                    = 'wrap article title';
1172  
1173  $BL['be_no_rss']                        = 'RSS';
1174  $BL['be_article_urlalias']                = 'article alias';
1175  
1176  $BL['be_image_crop']                    = 'crop thumbnail';
1177  $BL['be_image_cropit']                    = 'crop image';
1178  $BL['be_image_align']                    = 'image alignment';
1179  
1180  $BL['be_ctype_flashplayer']                = 'HTML5/Flash media player';
1181  $BL['be_flashplayer_caption']           = 'caption';
1182  $BL['be_flashplayer_thumbnail']            = 'thumbnail';
1183  $BL['be_flashplayer_selectsize']        = 'Select player size';
1184  $BL['be_flash_media']                    = 'Flash';
1185  $BL['be_html5_media']                    = 'HTML5';
1186  $BL['be_html5_h264']                    = 'H.264';
1187  $BL['be_html5_webm']                    = 'WebM';
1188  $BL['be_html5_ogg']                        = 'Ogg';
1189  $BL['be_media_format']                    = 'format';
1190  $BL['be_media_watermark']                = 'watermark';
1191  $BL['be_skin']                            = 'skin';
1192  $BL['be_foreground_color']                = 'foreground color';
1193  $BL['be_background_color']                = 'background color';
1194  $BL['be_highlight_color']                = 'highlight color';
1195  
1196  $BL['be_check_feuser_profile']            = 'frontend user profile';
1197  $BL['be_check_feuser_registration']        = 'registration';
1198  $BL['be_check_feuser_manage']            = 'managed by user';
1199  $BL['be_hide_active_articlelink']        = 'hide active article in article menu';
1200  
1201  $BL['be_module_search']                    = 'search also';
1202  
1203  $BL['be_ctype_imagesspecial']            = 'images special';
1204  $BL['be_image_WxHpx']                    = 'W x H px';
1205  $BL['be_fx_1']                            = 'effect 1';
1206  $BL['be_fx_2']                            = 'effect 2';
1207  $BL['be_fx_3']                            = 'effect 3';
1208  $BL['be_image_zoom']                    = 'zoomed view';
1209  $BL['be_image_delete_js']                = 'Do you want to delete selected image entry?';
1210  
1211  $BL['be_news']                            = 'News';
1212  $BL['be_news_create']                    = 'Create news entry';
1213  $BL['be_tags']                            = 'tags';
1214  $BL['be_title']                            = 'title';
1215  $BL['be_delete_dataset']                = 'Delete selected dataset?';
1216  $BL['be_action_notvalid']                = 'Your last selected action was dropped because it was not valid!';
1217  $BL['be_action_deleted']                = 'The selected dataset having ID {ID} was deleted.';
1218  $BL['be_action_status']                    = 'The status of the selected dataset having ID {ID} was changed.';
1219  $BL['be_data_select_failed']            = 'Accessing the selected data has failed. Please proof your selection.';
1220  $BL['be_alias']                            = 'alias';
1221  $BL['be_url_value']                        = 'URL title';
1222  $BL['default_date_format']                = 'DD/MM/YYYY';
1223  $BL['default_date']                        = 'd/m/Y'; // do not use something diffrent than "d, m, Y" here
1224  $BL['default_date_delimiter']            = '/';
1225  $BL['default_time_format']                = 'HH:MM';
1226  $BL['default_time']                        = 'H:i';  // do not use something diffrent than "H, i" here
1227  $BL['be_place']                            = 'place';
1228  $BL['be_teasertext']                    = 'teaser text';
1229  $BL['be_published']                        = 'publish';
1230  $BL['be_show_archived']                    = 'available after end date (archive)';
1231  $BL['be_save_copy']                        = 'save entry as duplicate';
1232  $BL['be_read_more_link']                = 'more URL/ID';
1233  $BL['be_news_name_mandatory']            = "Fill in a news title. It's mandatory!";
1234  $BL['be_successfully_saved']            = 'All data were saved successfully!';
1235  $BL['be_successfully_updated']            = 'All data were updated successfully!';
1236  $BL['be_error_while_save']                = 'Storing data failed.';
1237  $BL['be_copyright']                        = 'copyright';
1238  $BL['be_file_multiple_upload']            = 'multiple file upload';
1239  $BL['be_files_browse']                    = 'Browse files';
1240  $BL['be_files_upload']                    = 'Upload selected files';
1241  $BL['be_archive']                        = 'archive';
1242  $BL['be_off']                            = 'off';
1243  $BL['be_on']                            = 'on';
1244  $BL['be_random']                        = 'random';
1245  $BL['be_sorted']                        = 'sorted';
1246  $BL['be_granted_download']                = 'secured frontend download only';
1247  $BL['be_granted_feuser']                = 'for logged-in frontend users only';
1248  
1249  $BL['be_ctype_tabs']                    = 'tabs';
1250  $BL['be_tab_add']                        = 'add tab';
1251  $BL['be_tab_name']                        = 'tab';
1252  $BL['be_headline']                        = 'headline';
1253  $BL['be_tab_delete_js']                    = 'Do you want to delete the selected tab?';
1254  
1255  $BL['be_pagniate_count']                = 'items per page';
1256  $BL['be_limit_to']                        = 'limit to';
1257  $BL['be_archived_items']                = 'archived items';
1258  $BL['be_include']                        = 'include';
1259  $BL['be_exclude']                        = 'exclude';
1260  $BL['be_solely']                        = 'solely';
1261  $BL['be_fsearch_not']                    = 'NOT';
1262  $BL['be_date_year']                        = 'year';
1263  $BL['be_archive_link']                    = 'archive link';
1264  $BL['be_use_prio']                        = 'apply priorization';
1265  $BL['be_skip_first_items']                = 'skip top items';
1266  $BL['be_news_detail_link']                = 'news article';
1267  
1268  $BL['be_gallerydownload']                = 'allow download in gallery';
1269  $BL['be_gallery_root']                    = 'gallery root directory';
1270  $BL['be_gallery_directory']                = 'gallery subdirectory';
1271  $BL['be_gallery']                        = 'gallery';
1272  
1273  $BL['be_sort_date']                        = 'sort date';
1274  
1275  $BL['group_superuser']                    = 'superuser';
1276  $BL['group_admin']                        = 'administrator';
1277  $BL['group_editor']                        = 'editor';
1278  $BL['group_newsletter']                    = 'newsletter editor';
1279  $BL['group_client']                        = 'client';
1280  $BL['group_guest']                        = 'guest';
1281  
1282  $BL['php_function']                        = 'php function';
1283  $BL['article_menu_title']                = 'menu title';
1284  
1285  $BL['content_type']                        = 'content-type';
1286  $BL['automatic']                        = 'automatic';
1287  
1288  $BL['random_image']                        = 'select images randomly';
1289  $BL['limit_image_from_list']            = 'Images max.';
1290  
1291  $BL['alt_image']                        = 'alt. image';
1292  $BL['alt_text']                            = 'alt. text';
1293  $BL['over']                                = 'over';
1294  $BL['js_lib']                            = 'JS Library';
1295  $BL['js_lib_alwaysload']                = 'always load';
1296  $BL['frontendjs_load']                    = 'load frontend.js (more for historical reasons)';
1297  $BL['googleapi_load']                    = 'use Google Ajax Lib';
1298  
1299  $BL['fancyupload_clear_list']            = 'Clear List';
1300  $BL['fancyupload_file_uploaded']        = 'File was uploaded';
1301  $BL['fancyupload_file_error']            = 'An error occured';
1302  $BL['fancyupload_adblock_error']        = 'To enable the embedded uploader, unblock it in your browser and refresh (see Adblock).';
1303  $BL['fancyupload_flashblock_error']        = 'To enable the embedded uploader, enable the blocked Flash movie (see Flashblock).';
1304  $BL['fancyupload_required_error']        = 'A required file was not found, please be patient and we fix this.';
1305  $BL['fancyupload_flash_error']            = 'To enable the embedded uploader, install the latest Adobe Flash plugin.';
1306  
1307  $BL['be_cnt_function_validate']            = 'PHP validation';
1308  $BL['be_structform_selected_cp']        = 'Limit selection of usable content parts';
1309  
1310  $BL['source_image_not_found']            = 'Source image error: The image %s seems not to exist';
1311  
1312  ?>


Generated: Sun Jan 29 16:31:14 2012 Cross-referenced by PHPXref 0.7.1