1###############################################################################
2# ExtendedProfiles.lng                                                        #
3###############################################################################
4# YaBB: Yet another Bulletin Board                                            #
5# Open-Source Community Software for Webmasters                               #
6# Version:        YaBB 2.6.11                                                 #
7# Packaged:       December 2, 2014                                            #
8# Distributed by: http://www.yabbforum.com                                    #
9# =========================================================================== #
10# Copyright (c) 2000-2014 YaBB (www.yabbforum.com) - All Rights Reserved.     #
11# Software by:  The YaBB Development Team                                     #
12#               with assistance from the YaBB community.                      #
13###############################################################################
14
15$extendedprofileslngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%lang_ext = (
18'true' => 'yes',
19'false' => 'no',
20'max_chars1' => 'Max. ',
21'max_chars2' => ', characters remaining: ',
22'field_not_existing1' => 'Field ',
23'field_not_existing2' => ' does not exist',
24'not_allowed_to_modify' => 'You are not allowed to modify this field',
25'invalid_char' => 'Invalid character used',
26'too_long' => 'Value is too long',
27'not_numeric' => 'Value is not numeric',
28'too_small' => 'Value is too small',
29'too_big' => 'Value is too big',
30'option_does_not_exist' => 'Option does not exist',
31'invalid_year' => 'Invalid year format. Please use YYYY',
32'required' => 'This field is required.',
33'cannot_write_file' => 'Can't write file ',
34'Profiles_Controls' => 'Extended Profiles',
35'edit_title' => 'Edit Existing Profile Fields',
36'edit_existing_fields' => 'edit existing fields',
37'reorder fields' => 'reorder fields',
38'reorder_title' => 'Reorder Profile Fields',
39'create_new_title' => 'Create New Profile Field',
40'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.',
41'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.',
42'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.',
43'no_additional_fields_set' => 'no additional fields set',
44'active' => 'Active',
45'field_name' => 'Field Name',
46'field_type' => 'Field Type',
47'actions' => 'Actions',
48'text' => 'Textbox (single line)',
49'text_multi' => 'Textarea (multiple lines)',
50'select' => 'Dropdown List (single selection)',
51'radiobuttons' => 'Radiobuttons',
52'checkbox' => 'Checkbox',
53'date' => 'Date',
54'email' => 'E-mail',
55'url' => 'Url',
56'spacer' => 'Spacer',
57'apply' => 'Apply',
58'options' => 'Options',
59'delete' => 'Delete',
60'create_field' => 'Create Field',
61'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.',
62'reorder' => 'Reorder',
63'fields_reordered' => 'Profile fields have been reordered.',
64'go_back' => 'Go back',
65'to' => 'to',
66'field_created' => 'Profile field has been created.',
67'field_changed' => 'Profile field has been changed.',
68'options_title' => 'Field Options',
69'options_description' => 'Change field settings here. Note that some settings may be type-dependent and only available for some fields.',
70'change_these_settings' => 'change these settings',
71'comment' => 'Comment',
72'comment_description' => 'This will be displayed on the edit profile page under the field name. You can use html here.',
73'Save' => 'Save',
74'required_on_reg' => 'Required On Registration',
75'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.',
76'req0' => 'optional',
77'req1' => 'required',
78'req2' => 'not required but show on registration anyway',
79'visible_in_viewprofile' => 'Visible In ViewProfile',
80'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.',
81'v_users' => 'limit to users',
82'v_groups' => 'limit to groups',
83'visible_in_posts' => 'Visible In Posts',
84'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.',
85'visible_in_posts_popup' => 'Visible In Posts (as pop-up)',
86'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.',
87'p_users' => 'limit to users',
88'p_groups' => 'limit to groups',
89'display_fieldname' => 'display field name',
90'visible_in_memberlist' => 'Visible In Memberlist',
91'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.',
92'm_users' => 'limit to users',
93'm_groups' => 'limit to groups',
94'editable_by_user' => 'Editable By User',
95'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.',
96'limit_len' => 'Limit Length',
97'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.',
98'width' => 'Display Width',
99'width_description' => 'This controls the &#39;width&#39; setting of the input box. Leave empty to use the browser&#39;s default value.',
100'is_numeric' => 'Value Must Be Numeric',
101'is_numeric_description' => 'Use this to force people to enter a numeric value',
102'default' => 'Default Value',
103'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.',
104'ubbc' => 'Allow UBBC',
105'ubbc_description' => 'Enables UBBC code for this field. <b>Warning:</b> this means full access to all tags.',
106'rows' => 'Rows',
107'rows_description' => 'This controls the &#39;rows&#39; setting of the textarea box. Leave empty to use the browser&#39;s default value.',
108'cols' => 'Cols',
109'cols_description' => 'This controls the &#39;cols&#39; setting of the textarea box. Leave empty to use the browser&#39;s default value.',
110's_options' => 'Options',
111'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.',
112'visible_in_editprofile' => 'Visible In EditProfile',
113'visible_in_editprofile_description' => 'Should the spacer be visible in editprofile?',
114'hr_or_br' => 'Spacer Type',
115'hr_or_br_description' => 'Select if the spacer should be displayed as &lt;hr&gt; or &lt;br&gt;',
116'hr' => '&lt;hr&gt;',
117'br' => '&lt;br&gt;',
118'change_these_settings' => 'change these settings',
119'page_admin' => 'Only admin can edit, show on &#39;Admin Edits&#39; page',
120'page_edit' => 'User can edit it, show on &#39;Edit Profile&#39; page',
121'page_contact' => 'User can edit it, show on &#39;Contact Information&#39; page',
122'page_options' => 'User can edit it, show on &#39;Options&#39; page',
123'page_im' => 'User can edit it, show on &#39;IM Preferences&#39; page',
124'converter_title' => 'Convert Old Extended Profile Fields',
125'convlock' => 'Extended Profile Converter',
126'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.~,
127'converter_description' => 'Here you can convert your old Extended Profiles into YaBB 2.6.11. 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.',
128'converter_button' => 'Convert Now',
129'cannot_open_file' => 'Can&#39;t open file ',
130'invalid_extension' => 'Your image has a forbidden extension.',
131'image' => 'Image',
132'image_width' => 'Width',
133'image_width_description' => 'Set a value if you want to limit the image width to a specific value. Leave blank to disable limit.',
134'image_height' => 'Height',
135'image_height_description' => 'Set a value if you want to limit the image height to a specific value. Leave blank to disable limit.',
136'allowed_extensions' => 'Allowed Extensions',
137'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.',
138'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).',
139'converter_missing_fields' => 'File extended_profiles_fields.txt does not exist in the folder you specified',
140'converter_missing_order' => 'File extended_profiles_order.txt does not exist in the folder you specified',
141'converter_succeeded' => 'Converter succeeded.',
142'path_old_members_folder' => 'Path to your old &#39;Members&#39; folder',
143'path_old_variables_folder' => 'Path to your old &#39;Variables&#39; folder',
144'radiounselect' => 'None selected',
145'radiounselect_description' => 'Check this if you do not want the first radio button to be selected by default.',
146);
147
1481;