[İSTEK] Custom Profile Fields 1.2.0

Türkçe tercüme istekleri.

[İSTEK] Custom Profile Fields 1.2.0

İleti rapdinle 19.05.2007, 17:05

Mod ismi: Custom Profile Fields
Mod sürümü: 1.2.0
Mod yazarı: aboyd (Tony Boyd)
Mod sitesi: http://www.outshine.com/
Mod indirilme linki: http://www.phpbbhacks.com/download/6664

lang_admin.php deki düzenlemeler

Kod: Tümünü seç
//
// Custom Profile Fields MOD
//
$lang['custom_field_notice_admin'] = 'These items have been created by you or another administrator. For more information, check the items under the Profile Fields heading in the navbar. Items marked with a * are required fields. Items marked with a † are only being displayed to admins.';

$lang['field_deleted'] = 'The specified field has been deleted';
$lang['double_check_delete'] = 'Are you sure you want to delete profile field "%s" from the database permenantly?';

$lang['here'] = 'Here';
$lang['new_field_link'] = '<a href="'.append_sid("$filename?mode=add&pfid=x").'">%s</a>';
$lang['edit_field_link'] = '<a href="'.append_sid("$filename?mode=edit&pfid=x").'">%s</a>';
$lang['index_link'] = '<a href="'.append_sid("admin_profile_fields.$phpEx?mode=edit&pfid=x").'">%s</a>';
$lang['field_exists'] = 'This field already exists.<br /><br />You can try creating a ' . sprintf($lang['new_field_link'],'new') . ' profile field,<br /><br />or try ' . sprintf($lang['edit_field_link'],'editing') . ' the one you already have.';
$lang['click_here_here'] = 'Click ' . sprintf($lang['new_field_link'],$lang['here']) . ' to add another profile field,<br /><br />or click ' . sprintf($lang['index_link'],$lang['here']) . ' to return to the Admin Index.';
$lang['field_success'] = 'Field successfully submitted!<br /><br />' . $lang['click_here_here'];
$lang['Custom_Profile'] = 'Profile Fields';
$lang['profile_field_created'] = 'Profile Field Created';
$lang['profile_field_updated'] = 'Profile Field Updated';
$lang['cpf_settings_updated'] = 'Settings Updated';
$lang['cpf_settings_success'] = 'Fields successfully updated!';

$lang['add_field_title'] = 'Add Custom Profile Fields';
$lang['edit_field_title'] = 'Edit Custom Profile Fields';
$lang['add_field_explain'] = 'Here you can create new fields for your users to set in their profiles.';
$lang['edit_field_explain'] = 'Here you can edit fields you have already created for your users to set in their profiles.';

$lang['add_field_general'] = 'General Settings';
$lang['add_field_admin'] = 'Administrator Settings';
$lang['add_field_view'] = 'Viewing Settings';
$lang['add_field_text_field'] = 'Text Field Settings';
$lang['add_field_text_area'] = 'Text Area Settings';
$lang['add_field_radio_button'] = 'Radio Button Settings';
$lang['add_field_checkbox'] = 'Checkbox Settings';

$lang['default_value'] = 'Default Value';
$lang['default_value_explain'] = 'This is the default for this field. If a new user does not change this value, this is the value they will have. If this is a required field, this is the value that all existing users will be set to.';
$lang['default_value_radio_explain'] = 'Enter a name identical to one written in the available values field.';
$lang['default_value_checkbox_explain'] = 'Enter values that will default to checked. These values must match values in the available values field';
$lang['max_length'] = 'Maximum Length';
$lang['max_length_explain'] = 'This is the maximum length for this field.';
$lang['max_length_value'] = ' This must be a number between %d and %d.';
$lang['available_values'] = 'Available Values';
$lang['available_values_explain'] = 'Put each value on its own line';

$lang['add_field_view_disclaimer'] = 'All of these settings will be treated as "no" if users are not allowed to view this field';

$lang['add_field_name'] = 'Field Name';
$lang['add_field_name_explain'] = 'Enter the name you want to associate with this field.';
$lang['add_field_description'] = 'Field Description';
$lang['add_field_description_explain'] = 'Enter a description you wish to associate with this field. It will be displayed in small text below the field name, just like this text is.';
$lang['add_field_type'] = 'Field Type';
$lang['add_field_type_explain'] = 'Select the type of profile field you want to add. Examples of each field type are shown to the far right.';
$lang['edit_field_type_explain'] = 'Select the type of profile field you want to change this field to. Examples of each field type are shown to the far right.';
$lang['add_field_required'] = 'Set as Required';
$lang['add_field_required_explain'] = 'If the field is set to "Required", any user that registers later <strong>must</strong> fill it in, and all existing users will have it filled with a default value.';
$lang['add_field_user_can_view'] = 'Allow Users to View';
$lang['add_field_user_can_view_explain'] = 'If this is set to "yes", the user is allowed to view and edit this field. If it is set to "no", only Administrators may veiw or edit this value. Also, if this is set to "yes", this field cannot be required.';
$lang['view_in_profile'] = 'Viewable in User Profile';
$lang['profile_locations_explain'] = 'These options are for if this field is to be viewed in the user\'s profile.';
$lang['contacts_column'] = 'Contacts Column';
$lang['about_column'] = 'About Column';
$lang['view_in_memberlist'] = 'Viewable in Memeberlist';
$lang['view_in_topic'] = 'Viewable in Topic';
$lang['topic_locations_explain'] = 'These options are for if this field is to be viewed in a post.';
$lang['author_column'] = 'Author Section';
$lang['above'] = 'Above ';
$lang['below'] = 'Below ';

$lang['textarea'] = 'Textarea';
$lang['textarea_example'] = "This is an example\n   of a Textarea.";
$lang['text_field'] = 'Text Field';
$lang['text_field_example'] = 'This is an example of a Text Field';
$lang['radio'] = 'Radio Button';
$lang['radio_example'] = 'This is an example of two Radio Buttons';
$lang['checkbox'] = 'Checkbox';
$lang['checkbox_example'] = 'This is an example of two Checkboxes';
$lang['linkify'] = 'Linkify';
$lang['linkify_explain'] = 'Should the system attempt to make links out of any URLs that are entered into this field?  This only works with text and textarea fields.';
$lang['cpf_settings_title'] = 'Custom Profile Fields Settings';
$lang['cpf_settings_explain'] = 'These variables will affect all your custom fields.';
$lang['collapse_fields'] = 'Collapse Fields';
$lang['collapse_fields_explain'] = 'Hide empty fields when displaying the profile?';

$lang['profile_field_list'] = 'Your Custom Profile Fields';
$lang['profile_field_list_explain'] = 'These are all of the custom profiles you have created for your board, with links to edit or delete them.';
$lang['profile_field_id'] = 'ID #';
$lang['profile_field_name'] = 'Field Name';
$lang['profile_field_action'] = 'Action';
$lang['no_profile_fields_exist'] = 'No Custom Profile Fields Exist.';

$lang['enter_a_name'] = 'You <strong>must</strong> enter a field name<br /><br />Press back and try again';
//
// END Custom Profile Fields MOD
//





lang_main.php deki düzenlemeler


Kod: Tümünü seç
//
// Custom Profile Fields MOD
//
$lang['custom_field_notice'] = 'These items have been created by an administrator. They may or may not be publicly viewable. Items marked with a * are required fields.';
$lang['and'] = ' and ';
//
// END Custom Profile Fields MOD
//



yardım ederseniz sevinirim arkadaşlar

şimdiden teşekkürler...
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

İstekler



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron