F:\WEBSITES\testbed\zipped\yabb_svn_new\branches\2.5.2\cgi-bin\yabb2\Languages\English\ExtendedProfiles.lng F:\WEBSITES\testbed\zipped\yabb_svn_new\trunk\cgi-bin\yabb2\Languages\English\ExtendedProfiles.lng
############################################################################### ###############################################################################
# ExtendedProfiles.lng                                                        # # ExtendedProfiles.lng                                                        #
############################################################################### ###############################################################################
# YaBB: Yet another Bulletin Board                                            # # YaBB: Yet another Bulletin Board                                            #
# Open-Source Community Software for Webmasters                               # # Open-Source Community Software for Webmasters                               #
# Version:        YaBB 2.5.2                                                  # # Version:        YaBB 2.6.12                                                 #
# Packaged:       October 21, 2012                                            # # Packaged:       January 5, 2016                                             #
# Distributed by: http://www.yabbforum.com                                    # # Distributed by: http://www.yabbforum.com                                    #
# =========================================================================== # # =========================================================================== #
# Copyright (c) 2000-2012 YaBB (www.yabbforum.com) - All Rights Reserved.     # # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by:  The YaBB Development Team                                     # # Software by:  The YaBB Development Team                                     #
#               with assistance from the YaBB community.                      # #               with assistance from the YaBB community.                      #
############################################################################### ###############################################################################
   
$extendedprofileslngver = 'YaBB 2.5.2 $Revision: 1.1 $'; $extendedprofileslngver = 'YaBB 2.6.12 $Revision: 1651 $';
   
%lang_ext = ( %lang_ext = (
'true' => 'yes', 'true' => 'yes',
'false' => 'no', 'false' => 'no',
'max_chars1' => 'Max. ', 'max_chars1' => 'Max. ',
'max_chars2' => ', characters remaining: ', 'max_chars2' => ', characters remaining: ',
'field_not_existing1' => 'Field ', 'field_not_existing1' => 'Field ',
'field_not_existing2' => ' does not exist', 'field_not_existing2' => ' does not exist',
'not_allowed_to_modify' => 'You are not allowed to modify this field', 'not_allowed_to_modify' => 'You are not allowed to modify this field',
'invalid_char' => 'Invalid character used', 'invalid_char' => 'Invalid character used',
'too_long' => 'Value is too long', 'too_long' => 'Value is too long',
'not_numeric' => 'Value is not numeric', 'not_numeric' => 'Value is not numeric',
'too_small' => 'Value is too small', 'too_small' => 'Value is too small',
'too_big' => 'Value is too big', 'too_big' => 'Value is too big',
'option_does_not_exist' => 'Option does not exist', 'option_does_not_exist' => 'Option does not exist',
'invalid_year' => 'Invalid year format. Please use YYYY', 'invalid_year' => 'Invalid year format. Please use YYYY',
'required' => 'This field is required!',  'required' => 'This field is required.', 
'cannot_write_file' => 'Can\'t write file ', 'cannot_write_file' => 'Can't write file ',
'Profiles_Controls' => 'Extended Profiles', 'Profiles_Controls' => 'Extended Profiles',
'edit_title' => 'Edit Existing Profile Fields', 'edit_title' => 'Edit Existing Profile Fields',
'edit_existing_fields' => 'edit existing fields', 'edit_existing_fields' => 'edit existing fields',
'reorder fields' => 'reorder fields', 'reorder fields' => 'reorder fields',
'reorder_title' => 'Reorder Profile Fields', 'reorder_title' => 'Reorder Profile Fields',
'create_new_title' => 'Create New Profile Field', 'create_new_title' => 'Create New Profile Field',
'admin_description' => 'Welcome to the Extended Profiles Administration Controls. Here you can add, modify, remove and reorder additional profile fields for your members. But before you start, you should know a couple of things:<br /><br />Before you start adding fields wildly, make sure to think about what fields you really want/need. Try to avoid late and big changes because your members may have to modify their profiles according to these changes every time they are made. Also note that as more fields you add, as bigger your profiles will be.<br /><br />Finally make sure your board is in <b>maintenance mode</b> before adding or deleting fields to avoid users who change their profile while changes are made.', 'admin_description' => 'Welcome to the Extended Profiles Administration Controls. Here you can add, modify, remove and reorder additional profile fields for your members. But before you start, you should know a couple of things:<br /><br />Before you start adding fields wildly, make sure to think about what fields you really want/need. Try to avoid late and big changes because your members may have to modify their profiles according to these changes every time they are made. Also note that as more fields you add, as bigger your profiles will be.<br /><br />Finally make sure your board is in <b>maintenance mode</b> before adding or deleting fields to avoid users who change their profile while changes are made.',
'create_new_description' => 'Here you can create new profile fields. Before you create a field, be sure which type you want. Although it is possible to change the type afterwards, it is not recommended. After you created a new field, make sure to goto the options screen for more advanced settings. The field name can be chosen freely, there are no limitations. You can even use html.<br /><br />Using the \'Create Profile\' button may take some time since it has to go through all profile files.', 'create_new_description' => 'Here you can create new profile fields. Before you create a field, be sure which type you want. Although it is possible to change the type afterwards, it is not recommended. After you created a new field, make sure to goto the options screen for more advanced settings. The field name can be chosen freely, there are no limitations. You can even use html.<br /><br />Using the &#39;Create Profile&#39; button may take some time since it has to go through all profile files.',
'edit_description' => 'Apply modifications to existing profile fields here. You can change the active state and the name without much concern. But <b>before you modify the field type</b>, you should know the following: <br /><br />Changing the fieldtype from radiobuttons to dropdown lists and the other way around is no problem. However if you for example turn a radiobutton field to textbox, you should concern this modification does not affect the data which users may already have entered in their profiles. So if a user has chosen the first option and you turn it into a textbox, he will have a 0 in this field until he changes his profile.<br />To clear whatever the user had in this field, you should rather delete the whole field and than add a new one. That\'s the only way to clear a specific field\'s content.<br />Also make sure to change the options of this field since different types may have different options available.<br /><br />Using the \'Delete\' button may take some time since it has to go through all profile files.', 'edit_description' => 'Apply modifications to existing profile fields here. You can change the active state and the name without much concern. But <b>before you modify the field type</b>, you should know the following: <br /><br />Changing the fieldtype from radiobuttons to dropdown lists and the other way around is no problem. However if you for example turn a radiobutton field to textbox, you should concern this modification does not affect the data which users may already have entered in their profiles. So if a user has chosen the first option and you turn it into a textbox, he will have a 0 in this field until he changes his profile.<br />To clear whatever the user had in this field, you should rather delete the whole field and than add a new one. That&#39;s the only way to clear a specific field&#39;s content.<br />Also make sure to change the options of this field since different types may have different options available.<br /><br />Using the &#39;Delete&#39; button may take some time since it has to go through all profile files.',
'no_additional_fields_set' => 'no additional fields set', 'no_additional_fields_set' => 'no additional fields set',
'active' => 'Active', 'active' => 'Active',
'field_name' => 'Field Name', 'field_name' => 'Field Name',
'field_type' => 'Field Type', 'field_type' => 'Field Type',
'actions' => 'Actions', 'actions' => 'Actions',
'text' => 'Textbox (single line)', 'text' => 'Textbox (single line)',
'text_multi' => 'Textarea (multiple lines)', 'text_multi' => 'Textarea (multiple lines)',
'select' => 'Dropdown List (single selection)', 'select' => 'Dropdown List (single selection)',
'radiobuttons' => 'Radiobuttons', 'radiobuttons' => 'Radiobuttons',
'checkbox' => 'Checkbox', 'checkbox' => 'Checkbox',
'date' => 'Date', 'date' => 'Date',
'email' => 'E-mail', 'email' => 'E-mail',
'url' => 'Url', 'url' => 'Url',
'spacer' => 'Spacer', 'spacer' => 'Spacer',
'apply' => 'Apply', 'apply' => 'Apply',
'options' => 'Options', 'options' => 'Options',
'delete' => 'Delete', 'delete' => 'Delete',
'create_field' => 'Create Field', 'create_field' => 'Create Field',
'reorder_description' => 'Reorder the fields by copy &amp; paste the fieldnames in the box on the left. When you\'re done, hit the \'Reorder\' button below.', 'reorder_description' => 'Reorder the fields by copy &amp; paste the fieldnames in the box on the left. When you&#39;re done, hit the &#39;Reorder&#39; button below.',
'reorder' => 'Reorder', 'reorder' => 'Reorder',
'fields_reordered' => 'Profile fields have been reordered.', 'fields_reordered' => 'Profile fields have been reordered.',
'go_back' => 'Go back', 'go_back' => 'Go back',
'to' => 'to', 'to' => 'to',
'field_created' => 'Profile field has been created.', 'field_created' => 'Profile field has been created.',
'field_changed' => 'Profile field has been changed.', 'field_changed' => 'Profile field has been changed.',
'options_title' => 'Field Options', 'options_title' => 'Field Options',
'options_description' => 'Change field settings here. Note that some settings may be type-dependent and only available for some fields.', 'options_description' => 'Change field settings here. Note that some settings may be type-dependent and only available for some fields.',
'change_these_settings' => 'change these settings', 'change_these_settings' => 'change these settings',
'comment' => 'Comment', 'comment' => 'Comment',
'comment_description' => 'This will be displayed on the edit profile page under the field name. You can use html here.', 'comment_description' => 'This will be displayed on the edit profile page under the field name. You can use html here.',
'Save' => 'Save', 'Save' => 'Save',
'required_on_reg' => 'Required On Registration', 'required_on_reg' => 'Required On Registration',
'required_on_reg_description' => 'If you make this field required, it will be shown on registration page. If set to \'optional\', it will only be displayed on edit profile page.', 'required_on_reg_description' => 'If you make this field required, it will be shown on registration page. If set to &#39;optional&#39;, it will only be displayed on edit profile page.',
'req0' => 'optional', 'req0' => 'optional',
'req1' => 'required', 'req1' => 'required',
'req2' => 'not required but show on registration anyway', 'req2' => 'not required but show on registration anyway',
'visible_in_viewprofile' => 'Visible In ViewProfile', 'visible_in_viewprofile' => 'Visible In ViewProfile',
'visible_in_viewprofile_description' => 'Check if you want this field to be displayed on the viewprofile page. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.', 'visible_in_viewprofile_description' => 'Check if you want this field to be displayed on the view-profile page. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.',
'v_users' => 'limit to users', 'v_users' => 'limit to users',
'v_groups' => 'limit to groups', 'v_groups' => 'limit to groups',
'visible_in_posts' => 'Visible In Posts', 'visible_in_posts' => 'Visible In Posts',
'visible_in_posts_description' => 'Check if you want this field to be displayed in post view, right under the author information. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.', 'visible_in_posts_description' => 'Check if you want this field to be displayed in post view, right under the author information. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.',
'visible_in_posts_popup' => 'Visible In Posts (as popup)',  'visible_in_posts_popup' => 'Visible In Posts (as pop-up)', 
'visible_in_posts_popup_description' => 'Check if you want this field to be displayed in post view as a popup window, right under the authors name. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.', 'visible_in_posts_popup_description' => 'Check if you want this field to be displayed in post view as a pop-up window, right under the authors name. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.',
'p_users' => 'limit to users', 'p_users' => 'limit to users',
'p_groups' => 'limit to groups', 'p_groups' => 'limit to groups',
'display_fieldname' => 'display fieldname',  'display_fieldname' => 'display field name', 
'visible_in_memberlist' => 'Visible In Memberlist', 'visible_in_memberlist' => 'Visible In Memberlist',
'visible_in_memberlist_description' => 'Check if you want this field to be displayed in the memberlist. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.', 'visible_in_memberlist_description' => 'Check if you want this field to be displayed in the member-list. You can limit it to certain users and/or groups by entering names in the fields on the right. Separate by comma if you have multiple. Example: username1,username2. Leave the fields empty if you want the information to be visible for all.',
'm_users' => 'limit to users', 'm_users' => 'limit to users',
'm_groups' => 'limit to groups', 'm_groups' => 'limit to groups',
'editable_by_user' => 'Editable By User', 'editable_by_user' => 'Editable By User',
'editable_by_user_description' => 'Here you can choose if only admin should be able to change this setting. In that case, it will become invisible for the user in editprofile. You can also choose on what profile page to display this setting.', 'editable_by_user_description' => 'Here you can choose if only admin should be able to change this setting. In that case, it will become invisible for the user in editprofile. You can also choose on what profile page to display this setting.',
'limit_len' => 'Limit Length', 'limit_len' => 'Limit Length',
'limit_len_description' => 'Limits the maximum amount of characters. Set to 0 or leave empty to disable the limit. <b>Warning</b>: It is recommended to set a limit. Anything else can cause VERY big profile files.', 'limit_len_description' => 'Limits the maximum amount of characters. Set to 0 or leave empty to disable the limit. <b>Warning</b>: It is recommended to set a limit. Anything else can cause VERY big profile files.',
'width' => 'Display Width', 'width' => 'Display Width',
'width_description' => 'This controls the \'width\' setting of the input box. Leave empty to use the browser\'s default value.', 'width_description' => 'This controls the &#39;width&#39; setting of the input box. Leave empty to use the browser&#39;s default value.',
'is_numeric' => 'Value Must Be Numeric', 'is_numeric' => 'Value Must Be Numeric',
'is_numeric_description' => 'Use this to force people to enter a numeric value', 'is_numeric_description' => 'Use this to force people to enter a numeric value',
'default' => 'Default Value', 'default' => 'Default Value',
'default_description' => 'This value will be set if the user didn\'t fill out this field. Leave empty to disable default values for this field.', 'default_description' => 'This value will be set if the user did not fill out this field. Leave empty to disable default values for this field.',
'ubbc' => 'Allow UBBC', 'ubbc' => 'Allow UBBC',
'ubbc_description' => 'Enables UBBC code for this field. <b>Warning:</b> this means full access to all tags!',  'ubbc_description' => 'Enables UBBC code for this field. <b>Warning:</b> this means full access to all tags.', 
'rows' => 'Rows', 'rows' => 'Rows',
'rows_description' => 'This controls the \'rows\' setting of the textarea box. Leave empty to use the browser\'s default value.', 'rows_description' => 'This controls the &#39;rows&#39; setting of the textarea box. Leave empty to use the browser&#39;s default value.',
'cols' => 'Cols', 'cols' => 'Cols',
'cols_description' => 'This controls the \'cols\' setting of the textarea box. Leave empty to use the browser\'s default value.', 'cols_description' => 'This controls the &#39;cols&#39; setting of the textarea box. Leave empty to use the browser&#39;s default value.',
's_options' => 'Options', 's_options' => 'Options',
's_options_description' => 'These will be the selectable options. Write one option per line. The first options will be default. You can use html here.', 's_options_description' => 'These will be the selectable options. Write one option per line. The first options will be default. You can use html here.',
'visible_in_editprofile' => 'Visible In EditProfile', 'visible_in_editprofile' => 'Visible In EditProfile',
'visible_in_editprofile_description' => 'Should the spacer be visible in editprofile?', 'visible_in_editprofile_description' => 'Should the spacer be visible in editprofile?',
'hr_or_br' => 'Spacer Type', 'hr_or_br' => 'Spacer Type',
'hr_or_br_description' => 'Select if the spacer should be displayed as &lt;hr&gt; or &lt;br&gt;', 'hr_or_br_description' => 'Select if the spacer should be displayed as &lt;hr&gt; or &lt;br&gt;',
'hr' => '&lt;hr&gt;', 'hr' => '&lt;hr&gt;',
'br' => '&lt;br&gt;', 'br' => '&lt;br&gt;',
'change_these_settings' => 'change these settings', 'change_these_settings' => 'change these settings',
'page_admin' => 'Only admin can edit, show on \'Admin Edits\' page', 'page_admin' => 'Only admin can edit, show on &#39;Admin Edits&#39; page',
'page_edit' => 'User can edit it, show on \'Edit Profile\' page', 'page_edit' => 'User can edit it, show on &#39;Edit Profile&#39; page',
'page_contact' => 'User can edit it, show on \'Contact Information\' page', 'page_contact' => 'User can edit it, show on &#39;Contact Information&#39; page',
'page_options' => 'User can edit it, show on \'Options\' page', 'page_options' => 'User can edit it, show on &#39;Options&#39; page',
'page_im' => 'User can edit it, show on \'IM Preferences\' page', 'page_im' => 'User can edit it, show on &#39;IM Preferences&#39; page',
'converter_title' => 'Convert Old Extended Profile Fields', 'converter_title' => 'Convert Old Extended Profile Fields',
'converter_description' => 'Here you can convert your old Extended Profiles into YaBB 2.4. Before you convert, make sure that you have your old \'Members\' and \'Variables\' folders on this server. Fill in the paths into the boxes below. Then press the convert button. <b>NOTE:</b> only start converting when your normal member data is converted already. This converter will convert the old .ext files to the new Y2 format and it will copy the old <i>extended_profiles_fields.txt</i> and <i>extended_profiles_order.txt</i> files into your new Variables folder.',  'convlock' => 'Extended Profile Converter', 
  'convlock_desc' => qq~The Extended Profiles Converter has already been run. Attempting to run it again may cause damage to your files.<br /><br />To run the Extended Profiles Converter again, remove the file "$vardir/Extended.lock," then re-visit this page.~,
  'converter_description' => 'Here you can convert your old Extended Profiles into YaBB 2.6.12. Before you convert, make sure that you still have your old &#39;Members&#39; and &#39;Variables&#39; in the proper Convert/ folders. Fill in the paths into the boxes below. Then press the convert button. <b>NOTE:</b> only start converting after your normal member data has already been converted. This converter will convert the old .ext files to the new Y2 format and it will move the information the old <i>extended_profiles_fields.txt</i> and <i>extended_profiles_order.txt</i> files into Settings.pm.',
'converter_button' => 'Convert Now', 'converter_button' => 'Convert Now',
'cannot_open_file' => 'Can\'t open file ', 'cannot_open_file' => 'Can&#39;t open file ',
'invalid_extension' => 'Your image has a forbidden extension.', 'invalid_extension' => 'Your image has a forbidden extension.',
'image' => 'Image', 'image' => 'Image',
'image_width' => 'Width', 'image_width' => 'Width',
'image_width_description' => 'Set a value if you want to limit the image width to a specific value. Leave blank to disable limit.', 'image_width_description' => 'Set a value if you want to limit the image width to a specific value. Leave blank to disable limit.',
'image_height' => 'Height', 'image_height' => 'Height',
'image_height_description' => 'Set a value if you want to limit the image height to a specific value. Leave blank to disable limit.', 'image_height_description' => 'Set a value if you want to limit the image height to a specific value. Leave blank to disable limit.',
'allowed_extensions' => 'Allowed Extensions', 'allowed_extensions' => 'Allowed Extensions',
'allowed_extensions_description' => 'Limit this field to specific file extensions by entering a list of extensions separated by spaces. E.g. \'jpg jpeg gif png bmp\'. Leave blank to disable limit.', 'allowed_extensions_description' => 'Limit this field to specific file extensions by entering a list of extensions separated by spaces. E.g. &#39;jpg jpeg gif png bmp&#39;. Leave blank to disable limit.',
'converter_missing_vars' => 'Can\'t open the old Variables folder you specified. Please make sure that your input is correct and that the permissions are set properly (777 for the folder and 666 for all its files).', 'converter_missing_vars' => 'Cannot open the Convert/Variables folder you specified. Please make sure that your input is correct and that the permissions are set properly (755 for the folder and 644 for all its files).',
'converter_missing_fields' => 'File extended_profiles_fields.txt does not exist in the folder you specified', 'converter_missing_fields' => 'File extended_profiles_fields.txt does not exist in the folder you specified',
'converter_missing_order' => 'File extended_profiles_order.txt does not exist in the folder you specified', 'converter_missing_order' => 'File extended_profiles_order.txt does not exist in the folder you specified',
'converter_notcreated_fields' => 'Couldn\'t create new extended_profiles_fields.txt, please check permissions (777) on your Variables folder.',  'converter_succeeded' => 'Converter succeeded.', 
'converter_notcreated_order' => 'Couldn\'t create new extended_profiles_order.txt, please check permissions (777) on your Variables folder.',  'path_old_members_folder' => 'Path to your old &#39;Members&#39; folder', 
'converter_succeeded' => 'Converter succeeded!',  'path_old_variables_folder' => 'Path to your old &#39;Variables&#39; folder', 
'path_old_members_folder' => 'Path to your old \'Members\' folder',  
'path_old_variables_folder' => 'Path to your old \'Variables\' folder',  
'radiounselect' => 'None selected', 'radiounselect' => 'None selected',
'radiounselect_description' => 'Check this if you do not want the first radio button to be selected by default.', 'radiounselect_description' => 'Check this if you do not want the first radio button to be selected by default.',
); );
   
1; 1;