Custom Profile Fields

Potrebujete preložiť mód, či hack? Pomôžeme vám

Moderátor: Moderátori

Custom Profile Fields

Poslaťod domin » Ned Sep 02, 2007 5:53 pm

Velmy by som bol Vdačný kedy mi to nekto prelozil, alebo ak
viete kde je to prelozene ta odkaz na stiahnutie.
VOPRED ĎAKUJEM


Je to dost dlhe, ale kto by bol taky dobry - lang_admin.php:

Kód: Vybrať všetko
//
// 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
//




a este take kradsie - lang_main.php:


Kód: Vybrať všetko
//
// 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
//
domin
Pokročilý
Pokročilý
 
Príspevky: 127
Registrovaný: Str Jún 06, 2007 2:55 pm

Poslaťod drndos » Pon Sep 03, 2007 8:42 am

zuachvilu už bude pozri phpbbhacks.sk zachvilu to tam nahodim len upravim gramatiku
drndos
Moderátor
Moderátor
 
Príspevky: 2555
Registrovaný: Ned Máj 06, 2007 4:32 pm

Poslaťod drndos » Str Sep 05, 2007 7:24 pm

už to tam je :)
drndos
Moderátor
Moderátor
 
Príspevky: 2555
Registrovaný: Ned Máj 06, 2007 4:32 pm

Poslaťod korey_666 » Ned Feb 10, 2008 2:27 pm

mate ten preklad lebo na phpbbhacks.sk nieje
Ja som Satan!!! Mňa si do huby neberte!!!
korey_666
Profesionál
Profesionál
 
Príspevky: 315
Registrovaný: Štv Okt 04, 2007 12:51 pm

Poslaťod drndos » Ned Feb 10, 2008 2:32 pm

aj tak ti to neradím inštalovať skús iný je ich tam na phpbbhacks.com viac potom požiadaj o preklad...
drndos
Moderátor
Moderátor
 
Príspevky: 2555
Registrovaný: Ned Máj 06, 2007 4:32 pm

Poslaťod korey_666 » Ned Feb 10, 2008 2:40 pm

:wink: praveze tento co mam ja je iny je inak stavany ale od toho isteho autora a lang je rovnaky ... :wink: hod pls ten lang

// ak nebude dobry mam zalohu hodim s5 :)
Ja som Satan!!! Mňa si do huby neberte!!!
korey_666
Profesionál
Profesionál
 
Príspevky: 315
Registrovaný: Štv Okt 04, 2007 12:51 pm


Späť na Potrebujem preložiť (phpBB 2)

Kto je on-line

Užívatelia prezerajúci fórum: Žiadny registrovaný užívateľ nie je prítomný a 0 hostia


vladstudio
TOPlist TOPlist
cron

Valid XHTML 1.0 Strict [Valid Atom 1.0]


* Štúrovo ubytovanie *