pcp naar het nederlands vertalen

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

pcp naar het nederlands vertalen

Bericht door chris » 07 mar 2004, 18:05

als je een keer zin hebt:

Code: Selecteer alles

<?php
/***************************************************************************
 *						lang_extend_lang_extend.php [English]
 *						-------------------------------------
 *	begin				: 29/09/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 1.0.1 - 16/10/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_lang_extend'] = 'Extension for languages packs';
	$lang['Lang_extend__custom'] = 'Custom language pack';
	$lang['Lang_extend__phpBB'] = 'phpBB language pack';

	$lang['Languages'] = 'Languages';
	$lang['Lang_management'] = 'Management';
	$lang['Lang_extend'] = 'Lang extend management';
	$lang['Lang_extend_explain'] = 'Here you can add or modify languages key entries';
	$lang['Lang_extend_pack'] = 'Language Pack';
	$lang['Lang_extend_pack_explain'] = 'This is the name of the pack, usualy the name of the MOD refering to';

	$lang['Lang_extend_entry'] = 'Language key entry';
	$lang['Lang_extend_entries'] = 'Language key entries';
	$lang['Lang_extend_level_admin'] = 'Admin';
	$lang['Lang_extend_level_normal'] = 'Normal';

	$lang['Lang_extend_add_entry'] = 'Add a new lang key entry';

	$lang['Lang_extend_key_main'] = 'Language main key entry';
	$lang['Lang_extend_key_main_explain'] = 'This is the main key entry, usualy the only one';
	$lang['Lang_extend_key_sub'] = 'Secondary key entry';
	$lang['Lang_extend_key_sub_explain'] = 'This second level key entry is usualy not used';
	$lang['Lang_extend_level'] = 'Level of the lang key entry';
	$lang['Lang_extend_level_explain'] = 'Admin level can only be used in the admin configuration panel. Normal level can be used everywhere.';

	$lang['Lang_extend_missing_value'] = 'You have to provide at least the English value';
	$lang['Lang_extend_key_missing'] = 'Main entry key is missing';
	$lang['Lang_extend_duplicate_entry'] = 'This entry already exists (see pack %)';

	$lang['Lang_extend_update_done'] = 'The entry has been successfully updated.<br /><br />Click %sHere%s to return to the entry.<br /><br />Click %sHere%s to return to entries list';
	$lang['Lang_extend_delete_done'] = 'The entry has been successfully deleted.<br />Note that only customized key entries are deleted, not the basic key entries if exist.<br /><br />Click %sHere%s to return to entries list';

	$lang['Lang_extend_search'] = 'Search in language key entries';
	$lang['Lang_extend_search_words'] = 'Words to find';
	$lang['Lang_extend_search_words_explain'] = 'Separate words with a space';
	$lang['Lang_extend_search_all'] = 'All words';
	$lang['Lang_extend_search_one'] = 'One of those';
	$lang['Lang_extend_search_in'] = 'Search in';
	$lang['Lang_extend_search_in_explain'] = 'Precise where to search';
	$lang['Lang_extend_search_in_key'] = 'keys';
	$lang['Lang_extend_search_in_value'] = 'values';
	$lang['Lang_extend_search_in_both'] = 'both';
	$lang['Lang_extend_search_all_lang'] = 'All languages installed';

	$lang['Lang_extend_search_no_words'] = 'No words to search provided.<br /><br />Click %sHere%s to return to the pack list.';
	$lang['Lang_extend_search_results'] = 'Search results';
	$lang['Lang_extend_value'] = 'Value';
	$lang['Lang_extend_level_leg'] = 'Level';

	$lang['Lang_extend_added_modified'] = '*';
	$lang['Lang_extend_modified'] = 'Modified';
	$lang['Lang_extend_added'] = 'Added';
}

?>

Code: Selecteer alles

<?php
/***************************************************************************
 *						lang_extend_mods_settings.php [English]
 *						---------------------------------------
 *	begin				: 28/09/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 1.1.9 - 18/10/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_mods_settings'] = 'Mods settings language pack';
	$lang['Configuration_extend']	= 'Configuration +';
	$lang['Override_user_choices']	= 'Override user choices';
}
$lang['Click_return_preferences'] = 'Click %sHere%s to return to preferences';

?>

Code: Selecteer alles

<?php
/***************************************************************************
 *						lang_extend_pcp_management.php [English]
 *						---------------------------------------
 *	begin				: 08/10/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 0.0.4 - 24/10/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_pcp_management'] = 'Profile Control Panel Management';

	// menu
	$lang['PCP_management'] = 'P.C.P.';
	$lang['PCP_00_tableslinked'] = 'Tables linked';
	$lang['PCP_01_valueslist'] = 'Values lists';
	$lang['PCP_02_classesfields'] = 'Classes';
	$lang['PCP_03_userfields'] = 'Fields definition';
	$lang['PCP_04_usermaps'] = 'Maps definition';

	// objects
	$lang['PCP_tableslinked'] = 'Tables linked';
	$lang['PCP_tableslinked_explain'] = 'Tables used by the Profile Control Panel for values list and buddy/member lists.';

	$lang['PCP_valueslist'] = 'Values lists';
	$lang['PCP_valueslist_explain'] = 'List of values used by the Profile Control Panel.';

	$lang['PCP_classesfields'] = 'Classes';
	$lang['PCP_classesfields_explain'] = 'Here you can edit or delete the classes fields.';

	$lang['PCP_userfields'] = 'Fields definition';
	$lang['PCP_userfields_explain'] = 'Here you can manage the fields used by the Profile Control Panel.';

	$lang['PCP_usermaps'] = 'Maps definition';
	$lang['PCP_usermaps_explain'] = 'Here you can manage the fields maps used in various places.';

	// fields
	$lang['PCP_field_name'] = 'Field name';
	$lang['PCP_field_name_explain'] = 'Set here the name of the field used in php scripts.';
	$lang['PCP_field_name_short'] = 'Field';
	$lang['PCP_field_desc'] = 'Description';
	$lang['PCP_field_image'] = 'Image';
	$lang['PCP_field_class'] = 'Class';
	$lang['PCP_field_type'] = 'Type';
	$lang['PCP_field_get_mode'] = 'Get mode';
	$lang['PCP_field_functions'] = 'Functions';
	$lang['PCP_field_maps_usage'] = 'Used in maps';

	$lang['PCP_field_sql_actions'] = 'SQL actions';
	$lang['PCP_field_add'] = 'Add a new field';

	// fields edit
	$lang['PCP_userfields_edit'] = 'Fields edition';
	$lang['PCP_userfields_edit_explain'] = 'Here you can edit or delete a field.';

	$lang['PCP_field_definition_part'] = 'Base definition';
	$lang['PCP_field_output_part'] = 'Output';
	$lang['PCP_field_input_part'] = 'Input';
	$lang['PCP_field_buddylist_part'] = 'Buddy/member list';

	$lang['PCP_field_lang_key'] = 'Legend of the field';
	$lang['PCP_field_lang_key_explain'] = 'This is the legend that will be use to display the field. You can use a text or a $lang[] key entry (see <i>your_language</i>/lang_main.php).';
	$lang['PCP_field_lang_key_short'] = 'Legend';
	$lang['PCP_field_explain'] = 'Explanation of the field';
	$lang['PCP_field_explain_explain'] = 'This is an explanation of the field that will be use to display. You can use a text or a $lang[] key entry (see <i>your_language</i>/lang_main.php).';
	$lang['PCP_field_image_explain'] = 'You can set here a direct URI or a $image[] key entry (see <i>your_template</i>/<i>your_template</i>.cfg).';
	$lang['PCP_field_title'] = 'Image title';
	$lang['PCP_field_title_explain'] = 'Text displayed in the bubble under the mouse cursor. You can use a text or a $lang[] key entry (see <i>your_language</i>/lang_main.php).';
	$lang['PCP_field_class_explain'] = 'Determines on which condition the content of the field is displayed. Use generic for a non-conditioned field.';
	$lang['PCP_field_type_explain'] = 'Set here the nature of the field.';

	$lang['PCP_field_sql_def'] = 'SQL definition';
	$lang['PCP_field_sql_def_explain'] = 'SQL definition of the field while used in buddy/member list.';

	$lang['PCP_field_get_mode_explain'] = 'Set here the way the field will be inputed. If you are using custom functions for get and check, leave this field blanks.';
	$lang['PCP_field_values_list'] = 'Values list';
	$lang['PCP_field_values_list_explain'] = 'Set here the name of the values list. A values list is required while using a LIST_* get mode.';
	$lang['PCP_field_default'] = 'Default value';
	$lang['PCP_field_default_explain'] = 'Initial value of the field.';
	$lang['PCP_field_auth'] = 'Auth level';
	$lang['PCP_field_auth_explain'] = 'Set here the minimal auth level required to access this field.';
	$lang['PCP_field_get_func'] = 'Get function';
	$lang['PCP_field_get_func_explain'] = 'Set here the name of the custom function used to input the value of the field.';
	$lang['PCP_field_chk_func'] = 'Check function';
	$lang['PCP_field_chk_func_explain'] = 'Set here the name of the custom function used to check the validity of the field after input.';
	$lang['PCP_field_dsp_func'] = 'Display function';
	$lang['PCP_field_dsp_func_explain'] = 'Set here the name of the custom function used to display the value of the field.';
	$lang['PCP_field_link'] = 'Link';
	$lang['PCP_field_link_explain'] = 'This will allows to make a link on the text and on the image. You can use the [cst.*], [view.*] and [user.*] to fill the parameters of the program called. ie :<br /><a href="./profile.[php]?mode=viewprofile&[cst.POST_USERS_URL]=[view.user_id]" class="gen">%s</a>';

	$lang['PCP_field_leg'] = 'Display the legend';
	$lang['PCP_field_leg_explain'] = 'Set this to yes to display the legend of the field.';
	$lang['PCP_field_leg_short'] = 'Leg';
	$lang['PCP_field_txt'] = 'Display the text value';
	$lang['PCP_field_txt_explain'] = 'Set this to yes to display the text value of the field.';
	$lang['PCP_field_txt_short'] = 'Txt';
	$lang['PCP_field_img'] = 'Display the image value';
	$lang['PCP_field_img_explain'] = 'Set this to yes to display the image value of the field.';
	$lang['PCP_field_img_short'] = 'Img';
	$lang['PCP_field_use_link'] = 'Use the link';
	$lang['PCP_field_use_link_explain'] = 'Set this to yes to add the link to the text value and/or to the image.';
	$lang['PCP_field_use_link_short'] = 'Lnk';
	$lang['PCP_field_crlf'] = 'Text to next line';
	$lang['PCP_field_crlf_explain'] = 'Set this to yes to write the text under the image.';
	$lang['PCP_field_style'] = 'Span display';
	$lang['PCP_field_style_explain'] = 'HTML expression designed to have a better presentation of the result. A <i>sprintf(style, result)</i> will be performed, so you have to use %s to designat the spot the result will use.<br />Example: <i>%s&lt/i> will set the result in italic.';
	$lang['PCP_field_input_id'] = 'Config name field';
	$lang['PCP_field_input_id_explain'] = 'This will be the value name in an input context, also used as a config value name for the config table.';
	$lang['PCP_field_user_only'] = 'Not a config value';
	$lang['PCP_field_user_only_explain'] = 'Set this to yes will prevent a config value to be created and/or updated. You can use it to designat a users table field or a system field.';
	$lang['PCP_field_system'] = 'System field';
	$lang['PCP_field_system_explain'] = 'Set this to yes will force the field to be displayed for input, even if it is not config field nor a users table field. It will require a get and a check functions. Use it for links or buttons, or other special fields, like coming from other tables.';
	$lang['PCP_field_ind'] = 'Option address';
	$lang['PCP_field_ind_explain'] = 'For buddy/members lists : this is the address of the field in the user options field.';
	$lang['PCP_field_dft'] = 'Checked by default';
	$lang['PCP_field_dft_explain'] = 'For buddy/members lists : default choice for the field in the buddy/members list.';
	$lang['PCP_field_rqd'] = 'Force the selection';
	$lang['PCP_field_rqd_explain'] = 'For buddy/members lists : this will force the selection of the field in the buddy/members list.';
	$lang['PCP_field_hidden'] = 'Add the field as hidden';
	$lang['PCP_field_hidden_explain'] = 'For buddy/members lists : this will result in adding the field to the sql request without displaying it in the buddy/members list.';

	$lang['PCP_system_values'] = 'System values available';

	$lang['PCP_userfields_field_pick_up'] = 'Pick up a field';
	$lang['PCP_userfields_lang_key_pick_up'] = 'Pick up a lang key';

	// fields delete
	$lang['PCP_userfields_delete'] = 'Delete a field';

	// SQL actions
	$lang['PCP_SQL_create_field'] = 'Click %sHere%s to create field in the users table.<br /><br />';
	$lang['PCP_SQL_modify_field'] = 'Click %sHere%s to modify field in the users table.<br /><br />';
	$lang['PCP_SQL_delete_field'] = 'Delete the field from the users table ?';

	$lang['PCP_SQL_create_field_title'] = 'Create a field in the users table';
	$lang['PCP_SQL_edit_field_title'] = 'Modify a field in the users table';
	
	$lang['PCP_SQL_field_name'] = 'Field name';
	$lang['PCP_SQL_field_name_explain'] = 'Name of the table column.';
	$lang['PCP_SQL_field_type'] = 'Type';
	$lang['PCP_SQL_field_type_explain'] = 'Type of the table column';
	$lang['PCP_SQL_field_length'] = 'Length';
	$lang['PCP_SQL_field_length_explain'] = 'Length of the table column.';
	$lang['PCP_SQL_field_unsigned'] = 'Unsigned';
	$lang['PCP_SQL_field_unsigned_explain'] = 'For numeric field only.';
	$lang['PCP_SQL_null'] = 'Null allowed';
	$lang['PCP_SQL_default'] = 'Default value';
	$lang['PCP_SQL_null_value'] = 'NULL';

	// tables linked
	$lang['PCP_tableslinked_name_short'] = 'Names';
	$lang['PCP_tableslinked_name'] = 'Table linked name';
	$lang['PCP_tableslinked_name_explain'] = 'This name will identify the table definition in the various SQL definition of the PCP fields, surrounded by [].<br />(ie: users table will be identify by [USERS])';
	$lang['PCP_tableslinked_id_short'] = 'Id';
	$lang['PCP_tableslinked_id'] = 'SQL id';
	$lang['PCP_tableslinked_id_explain'] = 'SQL identifier, used by the SQL requests.<br />(ie : "u" is the usual used SQL id for users table)';
	$lang['PCP_tableslinked_join'] = 'SQL join';
	$lang['PCP_tableslinked_join_explain'] = 'FROM statement used in SQL requests.<hr />&raquo;&nbsp;Use [cst.<i>table constant</i>] to get back the real table name.<br />(ie : [cst.USERS_TABLE] for phpbb_users).<hr />&raquo;&nbsp;Use [<i>Tables linked name</i>] to identify the SQL id.<br />(ie: [USERS].username)<hr />Example: [cst.USERS_TABLE] AS [USERS]';
	$lang['PCP_tableslinked_where'] = 'SQL where';
	$lang['PCP_tableslinked_where_explain'] = 'WHERE statement used in SQL requests.<br />Use [<i>Tables linked name</i>] to identify the SQL id.<br />(ie: [USERS].username <> \'\')';
	$lang['PCP_tableslinked_order'] = 'SQL order by';
	$lang['PCP_tableslinked_order_explain'] = 'ORDER BY statement used in SQL requests.<br />Use [<i>Tables linked name</i>] to identify the SQL id.<br />(ie: [USERS].username)';
	$lang['PCP_tableslinked_sql_desc'] = 'SQL statements';

	$lang['PCP_tableslinked_add'] = 'Add a new table linked';

	// tables linked edit
	$lang['PCP_tableslinked_linked_edit'] = 'Edit a table linked';
	$lang['PCP_tableslinked_linked_edit_explain'] = 'Here you can edit or delete a table linked.';

	// values list
	$lang['PCP_valueslist_name'] = 'Name';
	$lang['PCP_valueslist_name_explain'] = 'This name will identify the values list in the various SQL definition of the PCP fields, surrounded by [].';
	$lang['PCP_valueslist_func'] = 'Function';
	$lang['PCP_valueslist_func_explain'] = 'Set here the name of the custom function used to build the list of values.';
	$lang['PCP_valueslist_table'] = 'Table';
	$lang['PCP_valueslist_table_explain'] = 'Table linked name used to build a list of values for this field.';
	$lang['PCP_valueslist_values'] = 'Values';

	$lang['PCP_valueslist_item_val'] = 'Value';
	$lang['PCP_valueslist_item_txt'] = 'Text';
	$lang['PCP_valueslist_item_img'] = 'Image';

	$lang['PCP_valueslist_add'] = 'Add a new values list';

	// values list edit
	$lang['PCP_valueslist_edit'] = 'Edit a values list';
	$lang['PCP_valueslist_edit_explain'] = 'Here you can edit or delete a values list.';
	$lang['PCP_valueslist_keyfield'] = 'Key field';
	$lang['PCP_valueslist_keyfield_explain'] = 'This fied contains the value of each choice.';
	$lang['PCP_valueslist_txtfield'] = 'Text field';
	$lang['PCP_valueslist_txtfield_explain'] = 'This field contains the text to display.';
	$lang['PCP_valueslist_imgfield'] = 'Image field';
	$lang['PCP_valueslist_imgfield_explain'] = 'This field contains the image to display.';

	$lang['PCP_valueslist_add_item'] = 'Add a new value';
	$lang['PCP_valueslist_del_item'] = 'Delete selection';

	// classes fields
	$lang['PCP_classesfields_name'] = 'Classes name';
	$lang['PCP_classesfields_name_explain'] = 'This name will identify the classes of a field.';
	$lang['PCP_classesfields_config'] = 'Config field';
	$lang['PCP_classesfields_config_explain'] = 'Set here the field managed by the board administrators in order to allow or not the use of the fields of this class to all the users.';
	$lang['PCP_classesfields_admin'] = 'Admin field';
	$lang['PCP_classesfields_admin_explain'] = 'Set here the field managed by the users administrators in order to allow or not the use of the fields of this class to a particular user.';
	$lang['PCP_classesfields_user'] = 'User field';
	$lang['PCP_classesfields_user_explain'] = 'Set here the user preferences field used to display or not the information of this class.';
	$lang['PCP_classesfields_sql_def'] = 'SQL definition';
	$lang['PCP_classesfields_sql_def_explain'] = 'This the sql definition for this class used in the buddy/members list.';

	$lang['PCP_classesfields_add'] = 'Add a new class';

	// classes fields edit
	$lang['PCP_classesfields_edit'] = 'Edit a class';
	$lang['PCP_classesfields_edit_explain'] = 'Here you can edit or delete a field class.';

	// usermaps
	$lang['PCP_usermaps_root'] = 'Root';

	$lang['PCP_usermaps_name'] = 'Map name';
	$lang['PCP_usermaps_name_explain'] = 'This name will identify the map used.';
	$lang['PCP_usermaps_split'] = 'New column';
	$lang['PCP_usermaps_split_explain'] = 'split the display in a new column.';
	$lang['PCP_usermaps_sub'] = 'Sub-maps';
	$lang['PCP_usermaps_add'] = 'Add a new map';
	$lang['PCP_usermaps_custom'] = 'Program used';
	$lang['PCP_usermaps_custom_explain'] = 'Set here if you want to use a standard panel program to display this map.';
	$lang['PCP_custom_none'] = 'Dedicated program';
	$lang['PCP_custom_input'] = 'Standard input program';
	$lang['PCP_custom_output'] = 'Standard output program';

	$lang['PCP_usermaps_fields'] = 'Fields';

	// usermaps edit
	$lang['PCP_usermaps_edit'] = 'Edit a map';
	$lang['PCP_usermaps_edit_explain'] = 'Here you can edit or delete a map.';
	$lang['PCP_usermaps_title'] = 'Map title';
	$lang['PCP_usermaps_title_explain'] = 'The map title is used in some displays. You can set here either a title, or a set of field in order to build the title with.';
	$lang['PCP_usermaps_parent'] = 'Mother map';
	$lang['PCP_usermaps_parent_explain'] = 'Set here to which map this map is attached.';

	$lang['PCP_usermaps_add_titlefield'] = 'Add a new title field';
	$lang['PCP_usermaps_add_field'] = 'Add a new field';

	// usermaps field edit
	$lang['PCP_usermaps_title_edit'] = 'Edit a title field';
	$lang['PCP_usermaps_title_edit_explain'] = 'Here you can edit or delete a field used in the map title.';
	$lang['PCP_usermaps_field_edit'] = 'Edit a field';
	$lang['PCP_usermaps_field_edit_explain'] = 'Here you can edit or delete a field used in the map.';

	// error msgs
	$lang['PCP_err_field_already_exists'] = 'This field already exists.';
	$lang['PCP_err_field_name_not_valid'] = 'The field name is not a valid one.';
	$lang['PCP_err_field_lang_key_missing'] = 'Lang key is missing.';
	$lang['PCP_err_field_class_unknown'] = 'Unknown class.';
	$lang['PCP_err_field_type_unknown'] = 'Unknown type.';
	$lang['PCP_err_field_get_mode_unknown'] = 'Unknown get mode.';
	$lang['PCP_err_field_values_list_unknown'] = 'Unknown values list.';
	$lang['PCP_err_field_auth_unknown'] = 'Unknown auth level.';

	$lang['PCP_err_field_values_list_missing'] = 'A list of values has to be provided if you use a LIST_* get mode.';
	$lang['PCP_err_field_values_list_presents'] = 'You can\'t use a values list if you don\'t use a LIST_* get mode.';
	$lang['PCP_err_field_get_mode_presents'] = 'You can\'t set a get mode while using get and check functions.';
	$lang['PCP_err_field_dsp_func_not_valid'] = 'The display function has not a valid name.';
	$lang['PCP_err_field_dsp_func_unknown'] = 'The display function is unknown.';
	$lang['PCP_err_field_get_func_not_valid'] = 'The get function has not a valid name.';
	$lang['PCP_err_field_chk_func_not_valid'] = 'The check function has not a valid name.';
	$lang['PCP_err_field_get_chk_func_missing'] = 'You have to provide both check and get functions.';

	$lang['PCP_err_sql_delete_not_allow'] = 'You can\'t remove this field from the users table.';
	$lang['PCP_err_sql_edit_not_allow'] = 'You can\'t create or modify this field in the users table.';
	$lang['PCP_err_sql_decimal_not_allow'] = 'You can\'t set decimals without using a decimal type.';
	$lang['PCP_err_sql_decimal_too_high'] = 'Number of decimal can\'t be greater or equal to field length.';
	$lang['PCP_err_sql_length_missing'] = 'The field length is missing.';
	$lang['PCP_err_sql_unsigned_not_allow'] = 'Unsigned is only allowed with numeric types.';
	$lang['PCP_err_sql_default_null_not_allow'] = 'Default value can\'t be null if the field doesn\'t accept null values.';
	$lang['PCP_err_sql_failed'] = 'This SQL request failed :';

	$lang['PCP_err_tableslinked_already_exists'] = 'The table linked name already exists.';
	$lang['PCP_err_tableslinked_name_not_valid'] = 'The table linked name is not a valid one.';
	$lang['PCP_err_tableslinked_sql_id_not_valid'] = 'The table linked id is not a valid one.';
	$lang['PCP_err_tableslinked_sql_join_missing'] = 'The table linked join is empty.';

	$lang['PCP_err_valueslist_already_exists'] = 'The values list name already exists.';
	$lang['PCP_err_valueslist_name_not_valid'] = 'The values list name is not a valid one.';
	$lang['PCP_err_valueslist_func_not_valid'] = 'The values list function name is not a valid one.';
	$lang['PCP_err_valueslist_no_data'] = 'Nothing in the values list.';

	$lang['PCP_err_classesfields_already_exists'] = 'The classes name already exists.';
	$lang['PCP_err_classesfields_name_not_valid'] = 'The classes name is not valid one.';
	$lang['PCP_err_classesfields_config_field_not_valid'] = 'The config field is not a valide one.';
	$lang['PCP_err_classesfields_admin_not_valid'] = 'The admin field is not a valid one.';
	$lang['PCP_err_classesfields_user_not_valid'] = 'The user field is not a valid one.';

	$lang['PCP_err_usermaps_already_exists'] = 'The map already exists.';
	$lang['PCP_err_usermaps_name_not_valid'] = 'The map name is not a valid one.';
	$lang['PCP_err_usermaps_not_empty'] = 'There are some maps still attached to the one you want to delete. Please attached them elsewhere first.';
	$lang['PCP_err_usermaps_field_already_in_map'] = 'This field is already existing in the map.';

	// global message, return path
	$lang['PCP_field_created'] = 'The field definition has been created.<br /><br />%sClick %sHere%s to return to the fields list.';
	$lang['PCP_field_modified'] = 'The field definition has been modified.<br /><br />%sClick %sHere%s to return to the fields list.';
	$lang['PCP_field_delete'] = 'Are you sure you want to delete <b>%s</b> definition ?';
	$lang['PCP_field_deleted'] = 'The field definition has been deleted.<br /><br />Click %sHere%s to return to the field list.';

	$lang['PCP_sql_field_created'] = 'The field has been succesfully created in the users table.<br /><br />Click %sHere%s to return to the fields list.';
	$lang['PCP_sql_field_modified'] = 'The field has been succesfully updated in the users table.<br /><br />Click %sHere%s to return to the fields list.';
	$lang['PCP_sql_field_deleted'] = 'The field has been succesfully deleted from the users table.<br /><br />Click %sHere%s to return to the fields list.';
	$lang['PCP_sql_field_deleted_short'] = 'The field has been succesfully deleted from the users table.';

	$lang['PCP_tableslinked_created'] = 'The table linked definition has been created.<br /><br />Click %sHere%s to return to the tables linked list.';
	$lang['PCP_tableslinked_modified'] = 'The table linked definition has been modified.<br /><br />Click %sHere%s to return to the tables linked list.';
	$lang['PCP_tableslinked_deleted'] = 'The table linked definition has been deleted.<br /><br />Click %sHere%s to return to the tables linked list.';

	$lang['PCP_valueslist_created'] = 'The values list definition has been created.<br /><br />Click %sHere%s to return to the values list.';
	$lang['PCP_valueslist_modified'] = 'The values list definition has been modified.<br /><br />Click %sHere%s to return to the values list.';
	$lang['PCP_valueslist_deleted'] = 'The values list definition has been deleted.<br /><br />Click %sHere%s to return to the values list.';

	$lang['PCP_classesfields_created'] = 'The class definition has been created.<br /><br />Click %sHere%s to return to the classes list.';
	$lang['PCP_classesfields_modified'] = 'The class definition has been modified.<br /><br />Click %sHere%s to return to the classes list.';
	$lang['PCP_classesfields_deleted'] = 'The class definition has been deleted.<br /><br />Click %sHere%s to return to the classes list.';

	$lang['PCP_usermaps_created'] = 'The map definition has been created.<br /><br />Click %sHere%s to return to the maps list.';
	$lang['PCP_usermaps_modified'] = 'The map definition has been modified.<br /><br />Click %sHere%s to return to the maps list.';
	$lang['PCP_usermaps_deleted'] = 'The map definition has been deleted.<br /><br />Click %sHere%s to return to the maps list.';

	// generic
	$lang['PCP_config_values'] = 'Config values';
	$lang['PCP_view_user_values'] = 'User viewed fields';
	$lang['PCP_user_values'] = 'User acting fields';

	$lang['Refresh'] = 'Refresh';
	$lang['Create'] = 'Create';
	$lang['Suggest'] = 'Suggest';
	$lang['More'] = 'More...';

	$lang['Auth_GUEST'] = 'Everybody';
	$lang['Auth_USER'] = 'Registered user';
	$lang['Auth_ADMIN'] = 'Users Administrator';
	$lang['Auth_BOARD_ADMIN'] = 'Board administrator';

	$lang['Up'] = '^';
	$lang['Down'] = 'v';

	$lang['Linefeed'] = '---';
}

?>

Code: Selecteer alles

<?php
/***************************************************************************
 *						lang_extend_profile_control_panel.php [English]
 *						-----------------------------------------------
 *	begin				: 28/09/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 1.0.2 - 28/09/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_profile_control_panel'] = 'Profile Control Panel language pack';
}

// who's online
$lang['Admin_founder_online_color']			= '%sBoard Founder%s';
$lang['User_online_color']					= '%sUser%s';

// topic or privmsg display
$lang['Add_to_friend_list']					= 'Add to your friend list';
$lang['Remove_from_friend_list']			= 'Remove from your friend list';
$lang['Add_to_ignore_list']					= 'Add to your ignore list';
$lang['Remove_from_ignore_list']			= 'Remove from your ignore list';
$lang['Happy_birthday']						= 'Happy Birthday !';
$lang['Ignore_choosed']						= 'You have choosen to ignore this user';
$lang['Online']								= 'Online';
$lang['Offline']							= 'Offline';
$lang['Hidden']								= 'Hidden';
$lang['Gender']								= 'Gender';
$lang['Male']								= 'Male';
$lang['Female']								= 'Female';
$lang['No_gender_specify']					= 'Unknown';
$lang['Age']								= 'Age';
$lang['Do_not_allow_pm']					= 'This user doesn\'t accept private messages';

// main entry (profile.php)
$lang['Click_return_profilcp']				= 'Click %sHere%s to return to the profile';

// birthday popup (profile_birthday.php)
$lang['Birthday']							= 'Birthday';
$lang['birthday_msg']						= 'Hi %s, <br /><br /><br /> %s is glad to wish you an Happy Birthday !';

// home panel (profilcp_home.php)
$lang['profilcp_index_shortcut']			= 'Home';
$lang['profilcp_index_pagetitle']			= 'Private Profile home';

// home panel : mini buddy list (functions_profile.php)
$lang['Friend_list']						= 'Friend list';
$lang['Friend_list_of']						= 'Friend of';
$lang['Ignore_list']						= 'Ignore list';
$lang['Ignore_list_of']						= 'Ignored by';
$lang['Nobody']								= 'Nobody';
$lang['Always_visible']						= 'Always visible to this user';
$lang['Not_always_visible']					= 'This user won\'t see you online when you\'ll be in hidden mode';

// home panel : watched topics (functions_profile.php)
$lang['Stop_watching_selected_topics']		= 'Stop watching the selected topics';
$lang['New_subscribed_topic']				= 'Subscribed Topics';
$lang['Submit_period']						= 'See topics since';

// buddy list (profilcp_buddy.php)
$lang['profilcp_buddy_shortcut']			= 'Buddy list';
$lang['profilcp_buddy_pagetitle']			= 'Buddy list';
$lang['profilcp_buddy_friend_shortcut']		= 'Friend list';
$lang['profilcp_buddy_friend_pagetitle']	= 'Edit your Friend list';
$lang['profilcp_buddy_ignore_shortcut']		= 'Ignore list';
$lang['profilcp_buddy_ignore_pagetitle']	= 'Edit your Ignore list';
$lang['profilcp_buddy_list_shortcut']		= 'All the members';
$lang['profilcp_buddy_list_pagetitle']		= 'Member list';
$lang['Click_return_privmsg']				= 'Click %sHere%s to return to the private message';
$lang['profilcp_buddy_could_not_add_user']	= 'The user you selected does not exist.';
$lang['profilcp_buddy_could_not_anon_user']	= 'You cannot make Anonymous a buddy member.';
$lang['profilcp_buddy_add_yourself']		= 'You can\'t add yourself to your buddy lists';
$lang['profilcp_buddy_already']				= 'User is already in the buddy list';
$lang['profilcp_buddy_ignore']				= 'Addition impossible : this user ignores you';
$lang['profilcp_buddy_you_admin']			= 'Being an admin or moderator, you can\'t ignore people';
$lang['profilcp_buddy_admin']				= 'You can\'t ignore admins or moderators';
$lang['User_fields']						= 'User fields list';
$lang['Friend']								= 'Friend';
$lang['Comp_LE']							= 'is less than';
$lang['Comp_EQ']							= 'is equal to';
$lang['Comp_NE']							= 'is different from';
$lang['Comp_GE']							= 'is greater than';
$lang['Comp_IN']							= 'includes';
$lang['Comp_NI']							= 'doesn\'t include';
$lang['Sort_none']							= 'Unsorted';
$lang['date_entry']							= 'YYYYMMDD';

// update profile (profilcp_profil.php)
$lang['profilcp_profil_shortcut']			= 'Profile';
$lang['profilcp_profil_pagetitle']			= 'Profile Edition';
$lang['profilcp_prefer_shortcut']			= 'Your profile';
$lang['profilcp_prefer_pagetitle']			= 'Your profile preferences';
$lang['profilcp_signature_shortcut']		= 'Signature';
$lang['profilcp_signature_pagetitle']		= 'Signature';
$lang['profilcp_avatar_shortcut']			= 'Avatar';
$lang['profilcp_avatar_pagetitle']			= 'Avatar';

// update profile : preferences - functions (mod_profile_control_panel.php)
$lang['Other']								= 'Other...';
$lang['Friend_only']						= 'Only friends';

// update profile : public informations : web info (mod_profile_control_public_web.php)
$lang['profilcp_profil_base_shortcut']		= 'Public information';
$lang['Web_info']							= 'Web informations';

// update profile : public informations : real info (mod_profile_control_public_real.php)
$lang['Real_info']							= 'Personal informations';
$lang['Realname']							= 'Real name';
$lang['Date_error']							= 'day %d, month %d, year %d is not a valid date';

// update profile : public informations : messengers info (mod_profile_control_public_messengers.php)
$lang['Messangers']							= 'Messengers';

// update profile : public informations : contact info (mod_profile_control_public_contact.php)
$lang['Home_phone']							= 'Home phone';
$lang['Home_fax']							= 'Home fax';
$lang['Work_phone']							= 'Work phone';
$lang['Work_fax']							= 'Work fax';
$lang['Cellular']							= 'Cellular';
$lang['Pager']								= 'Pager';

// update profile : preferences - preferences panel ("Your profile")
$lang['Profile_control_panel']				= 'Profile Settings';

// update profile : preferences - i18n panel (mod_profile_control_panel_international.php)
$lang['Profile_control_panel_i18n']			= 'Internationalization';
$lang['summer_time']						= 'Are you in a daylight saving zone ?';

// update profile : preferences - notification panel (mod_profile_control_panel_notification.php)
$lang['Profile_control_panel_notification']	= 'Notification';

// update profile : preferences - posting panel (mod_profile_control_panel_posting.php)
$lang['Profile_control_panel_posting']		= 'Posting';

// update profile : preferences - privacy panel (mod_profile_control_panel_privacy.php)
$lang['Profile_control_panel_privacy']		= 'Privacy';
$lang['View_user']							= 'Show me online';
$lang['Public_view_pm']						= 'Accept private message';
$lang['Public_view_website']				= 'Display my web informations';
$lang['Public_view_messengers']				= 'Display my messengers references';
$lang['Public_view_real_info']				= 'Display my personnal informations';

// update profile : preferences - reading panel (mod_profile_control_panel_reading.php)
$lang['Profile_control_panel_reading']		= 'Reading';
$lang['Public_view_avatar']					= 'Display avatars';
$lang['Public_view_sig']					= 'Display signatures';
$lang['Public_view_img']					= 'Display images';

// update profile : preferences - profile preferences
$lang['profile_prefer']						= 'Profile options';

// update profile : preferences - system panel (mod_profile_control_panel_system.php)
$lang['Profile_control_panel_system']		= 'System';
$lang['summer_time_set']					= 'Is it summer time ? (add +1 hour to local time)';
$lang['Forum_rules']						= 'Forum rules topic id';

// update profile : preferences - admin part (mod_profile_control_panel_admin.php)
$lang['profilcp_admin_shortcut']			= 'Administration';
$lang['User_deleted']						= 'User was successfully deleted.';
$lang['User_special']						= 'Special admin-only fields';
$lang['User_special_explain']				= 'These fields are not able to be modified by the users.  Here you can set their status and other options that are not given to users.';
$lang['User_status']						= 'User is active';
$lang['User_allow_email']					= 'Can send emails';
$lang['User_allow_pm']						= 'Can send Private Messages';
$lang['User_allow_website']					= 'Can show his web info';
$lang['User_allow_messanger']				= 'Can share his messengers adresses';
$lang['User_allow_real']					= 'Can show his personal informations';
$lang['User_allowavatar']					= 'Can display avatar';
$lang['User_allow_sig']						= 'Can display his signature';
$lang['Rank_title']							= 'Rank Title';
$lang['User_delete']						= 'Delete this user';
$lang['User_delete_explain']				= 'Click here to delete this user; this cannot be undone.';
$lang['No_assigned_rank']					= 'No special rank assigned';
$lang['User_self_delete']					= 'You can delete your account being a board administrator';

// update profile : signature (profilcp_profile_signature.php)
$lang['profilcp_sig_preview']				= 'Signature preview';

// display profile (profilcp_public.php)
$lang['profilcp_public_shortcut']			= 'Public';
$lang['profilcp_public_pagetitle']			= 'Public display';
$lang['profilcp_public_base_shortcut']		= 'Base info';
$lang['profilcp_public_base_pagetitle']		= 'Profile base informations';
$lang['profilcp_public_groups_shortcut']	= 'Groups';
$lang['profilcp_public_groups_pagetitle']	= 'Groups this user belong to';

// update profile : preferences - home panel (mod_profile_control_panel_home.php)
$lang['Profile_control_panel_home']			= 'Profile Home panel';
$lang['Profile_control_panel_home_buddy']	= 'Buddy lists';
$lang['Buddy_friend_display']				= 'Display my friend list on home panel';
$lang['Buddy_ignore_display']				= 'Display my ignore list on home panel';
$lang['Buddy_friend_of_display']			= 'Display "Friend of" list on home panel';
$lang['Buddy_ignored_by_display']			= 'Display "Ignored by" list on home panel';

$lang['Profile_control_panel_home_privmsg']	= 'Private messages';
$lang['Privmsgs_per_page']					= 'Number of private messages displayed per page on home panel';

$lang['Profile_control_panel_home_wtopics']	= 'Watched topics';
$lang['Watched_topics_per_page']			= 'Number of topics watched displayed per page on home panel';

// display profile : base info (profilcp_public_base.php)
$lang['Unavailable']						= 'Unavailable';
$lang['Last_visit']							= 'Last visit time';
$lang['User_posts']							= 'User posts';
$lang['User_post_stats']					= '%s posts, %.2f%% of total, %.2f posts per day';
$lang['Most_active_topic']					= 'Most active topic';
$lang['Most_active_topic_stat']				= '%s posts, %.2f%% of the topic, %.2f%% of the forum';
$lang['Most_active_forum']					= 'Most active forum';
$lang['Most_active_forum_stat']				= '%s posts, %.2f%% of the forum, %.2f%% of total';

// register (profilcp_register.php)
$lang['profilcp_register_shortcut']			= 'Registering';
$lang['profilcp_register_pagetitle']		= 'Registration informations';
$lang['profilcp_email_title']				= 'Email address';
$lang['profilcp_email_confirm']				= 'Confirm your Email address';
$lang['anti_robotic']						= 'Control picture';
$lang['anti_robotic_explain']				= 'This control is designed to prevent the flooding by the register robots';
$lang['profilcp_password_explain']			= 'You must confirm your current password if you wish to change it';
$lang['Agree_rules']						= 'By checking this box, you declare having taken knowledge of the terms, and agree with them';
$lang['profilcp_username_missing']			= 'Username missing';
$lang['profilcp_email_not_matching']		= 'Emails doesn\'t match';
$lang['Robot_flood_control']				= 'The control image doesn\'t match what you\'ve typed in';
$lang['Disagree_rules']						= 'You have declared you disagree with the rules used on this board, so you won\'t be able to register.';

?>

Gebruikersavatar
MeDieViL
Berichten: 1685
Lid geworden op: 14 mei 2003, 15:28
Locatie: België,Antwerpen
Contacteer:

Bericht door MeDieViL » 07 mar 2004, 18:09

er zaten volgens mij al dutch files bij :lol:

Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

Bericht door chris » 07 mar 2004, 18:09

nee, alleen franse jammer genoeg

Gebruikersavatar
MeDieViL
Berichten: 1685
Lid geworden op: 14 mei 2003, 15:28
Locatie: België,Antwerpen
Contacteer:

Bericht door MeDieViL » 07 mar 2004, 18:14

het forum van mijn school forum.ksjoma.be heeft hem nochtans wel int nederlands, je kan er misshien ff informeren

Gebruikersavatar
chris
Berichten: 356
Lid geworden op: 19 sep 2003, 13:26

Bericht door chris » 07 mar 2004, 23:40

heb ff gekeken, dat is een oude versie van pcp

Gebruikersavatar
WebSiteNet
Berichten: 6524
Lid geworden op: 20 okt 2003, 16:56
Locatie: Wieringerwerf
Contacteer:

Bericht door WebSiteNet » 08 mar 2004, 19:28

Ik heb er al een vertaald op mijn pc staan. De rest niet

Code: Selecteer alles

<?php
/***************************************************************************
 *						lang_extend_profile_control_panel.php [Dutch]
 *						-----------------------------------------------
 *	begin				: 28/09/2003
 *	copyright			: 
 *	email				: 
 *
 *	version				: 1.0.2 - 28/09/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

$lang['Lang_extend_profile_control_panel'] = 'Profile Control Panneel taal pakket';

// admin part
if ( $lang_extend_admin )
{
}

$lang['Upload_Avatar_file'] = 'Upload een avatar van je pc';

// who's online
$lang['Admin_founder_online_color']			= '%sWebmaster%s';
$lang['User_online_color']					= '%sGebruiker%s';

// topic or privmsg display
$lang['Add_to_friend_list']					= 'Voeg toe aan je vrienden lijst';
$lang['Remove_from_friend_list']			= 'Verwijder van je vrienden lijst';
$lang['Add_to_ignore_list']					= 'Voeg toe aan je geblokeerden lijst';
$lang['Remove_from_ignore_list']			= 'Verwijder van je geblokeerden lijst';
$lang['Happy_birthday']						= 'Gefeliciteerd!';
$lang['Ignore_choosed']						= 'Je hebt gekozen om deze gebruiker te blokeren.';
$lang['Online']								= 'Online';
$lang['Offline']							= 'Offline';
$lang['Hidden']								= 'Verborgen';
$lang['Gender']								= 'Geslacht';
$lang['Male']								= 'Man';
$lang['Female']								= 'Vrouw';
$lang['No_gender_specify']					= 'Niet bekend';
$lang['Age']								= 'Leeftijd';
$lang['Do_not_allow_pm']					= 'Deze gebruiker accepteerd geen privé berichten.';

// main entry (profile.php)
$lang['Click_return_profilcp']				= 'Klik %sHier%s om terug te keren naar je profiel';

// birthday popup (profile_birthday.php)
$lang['Birthday']							= 'Verjaardag';
$lang['birthday_msg']						= 'Hallo %s, <br /><br /><br /> %s wenst je een gelukkige verjaardag.!';

// home panel (profilcp_home.php)
$lang['profilcp_index_shortcut']			= 'Home';
$lang['profilcp_index_pagetitle']			= 'Privé profiel begin pagina';

// home panel : mini buddy list (functions_profile.php)
$lang['Friend_list']						= 'Vrienden lijst';
$lang['Friend_list_of']						= 'Vriend van';
$lang['Ignore_list']						= 'Geblokeerden lijst';
$lang['Ignore_list_of']						= 'Geblokeerd door';
$lang['Nobody']								= 'Niemand';
$lang['Always_visible']						= 'Altijd zichtbaar voor deze gebruiker';
$lang['Not_always_visible']					= 'Deze gebruiker zal je niet online zien als je verborgen bent.';

// home panel : watched topics (functions_profile.php)
$lang['Stop_watching_selected_topics']		= 'Stop abonement op de geselecteerde topics';
$lang['New_subscribed_topic']				= 'Ge aboneerde onderwerpen';
$lang['Submit_period']						= 'Zie onderwerpen sinds';

// buddy list (profilcp_buddy.php)
$lang['profilcp_buddy_shortcut']			= 'Vrienden lijst';
$lang['profilcp_buddy_pagetitle']			= 'Vrienden lijst';
$lang['profilcp_buddy_friend_shortcut']		= 'Vrienden lijst';
$lang['profilcp_buddy_friend_pagetitle']	= 'Bewerk je vrienden lijst';
$lang['profilcp_buddy_ignore_shortcut']		= 'geblokeerden lijst';
$lang['profilcp_buddy_ignore_pagetitle']	= 'Bewerk je geblokeerden lijst';
$lang['profilcp_buddy_list_shortcut']		= 'Alle leden';
$lang['profilcp_buddy_list_pagetitle']		= 'leden lijst';
$lang['Click_return_privmsg']				= 'Klik %sHier%s Om terug te keren naar het privé bericht';
$lang['profilcp_buddy_could_not_add_user']	= 'De geselecteerde gebruiker bestaat niet';
$lang['profilcp_buddy_could_not_anon_user']	= 'Je kan een gast niet tot je vriend maken.';
$lang['profilcp_buddy_add_yourself']		= 'Je kan jezelf niet toevoegen in je vrienden lijst';
$lang['profilcp_buddy_already']				= 'Gebuiker staat al in je vrienden lijst';
$lang['profilcp_buddy_ignore']				= 'Toevoegen onmogelijk :Deze gebruiker heeft je geblokeerd';
$lang['profilcp_buddy_you_admin']			= 'Als je een admin of moderator bent kan je geen leden blokeren.';
$lang['profilcp_buddy_admin']				= 'Je kan geen admins of moderators blokeren.';
$lang['User_fields']						= 'Gebruikers velden lijst';
$lang['Friend']								= 'Vriend';
$lang['Comp_LE']							= 'is minder dan';
$lang['Comp_EQ']							= 'is gelijk aan';
$lang['Comp_NE']							= 'is niet gelijk aan';
$lang['Comp_GE']							= 'is groter dan';
$lang['Comp_IN']							= 'bevat';
$lang['Comp_NI']							= 'bevat niet';
$lang['Sort_none']							= 'Ongesorteerd';
$lang['date_entry']							= 'DDMMYYYY';

// update profile (profilcp_profil.php)
$lang['profilcp_profil_shortcut']			= 'Profiel';
$lang['profilcp_profil_pagetitle']			= 'Profiel bewerken';
$lang['profilcp_prefer_shortcut']			= 'Jouw profiel';
$lang['profilcp_prefer_pagetitle']			= 'Jouw instellingen';
$lang['profilcp_signature_shortcut']		= 'Handtekening';
$lang['profilcp_signature_pagetitle']		= 'Handtekening';
$lang['profilcp_avatar_shortcut']			= 'Avatar';
$lang['profilcp_avatar_pagetitle']			= 'Avatar';

// update profile : preferences - functions (mod_profile_control_panel.php)
$lang['Other']								= 'Andere...';
$lang['Friend_only']						= 'Alleen vrienden';

// update profile : public informations : web info (mod_profile_control_public_web.php)
$lang['profilcp_profil_base_shortcut']		= 'Publieke informatie';
$lang['Web_info']							= 'Web informatie';

// update profile : public informations : real info (mod_profile_control_public_real.php)
$lang['Real_info']							= 'Persoonlijke informatie';
$lang['Realname']							= 'Echte naam';
$lang['Date_error']							= 'dag %d, maand %d, jaar %d is niet een geldige datum';

// update profile : public informations : messengers info (mod_profile_control_public_messengers.php)
$lang['Messangers']							= 'Messengers';

// update profile : public informations : contact info (mod_profile_control_public_contact.php)
$lang['Home_phone']							= 'Thuis telefoon';
$lang['Home_fax']							= 'Thuis fax';
$lang['Work_phone']							= 'Werk telefoon';
$lang['Work_fax']							= 'Werk fax';
$lang['Cellular']							= 'Mobiel nr.';
$lang['Pager']								= 'Pieper';

// update profile : preferences - preferences panel ("Your profile")
$lang['Profile_control_panel']				= 'Profiel Instellingen';

// update profile : preferences - i18n panel (mod_profile_control_panel_international.php)
$lang['Profile_control_panel_i18n']			= 'Plaatsbepaling';
$lang['summer_time']						= 'Ben je in een zone met zomertijd?';

// update profile : preferences - notification panel (mod_profile_control_panel_notification.php)
$lang['Profile_control_panel_notification']	= 'Notificatie';

// update profile : preferences - posting panel (mod_profile_control_panel_posting.php)
$lang['Profile_control_panel_posting']		= 'bericht plaatsen';

// update profile : preferences - privacy panel (mod_profile_control_panel_privacy.php)
$lang['Profile_control_panel_privacy']		= 'Privacy';
$lang['View_user']							= 'Laat me online zien';
$lang['Public_view_pm']						= 'Sta privé berichten toe';
$lang['Public_view_website']				= 'Laat mijn web informatie zien';
$lang['Public_view_messengers']				= 'Laat mijn messengers in informatie zien';
$lang['Public_view_real_info']				= 'Laat mijn persoonlijke informatie zien';

// update profile : preferences - reading panel (mod_profile_control_panel_reading.php)
$lang['Profile_control_panel_reading']		= 'Berichten lezen';
$lang['Public_view_avatar']					= 'Laad avatars zien';
$lang['Public_view_sig']					= 'Laat signatures zien';
$lang['Public_view_img']					= 'Laat plaatjes zien';

// update profile : preferences - profile preferences
$lang['profile_prefer']						= 'Profiel opties';

// update profile : preferences - system panel (mod_profile_control_panel_system.php)
$lang['Profile_control_panel_system']		= 'Systeem';
$lang['summer_time_set']					= 'Is het zomertijd ? (add +1 hour to local time)';
$lang['Forum_rules']						= 'Forum regels onderwerp id';

// update profile : preferences - admin part (mod_profile_control_panel_admin.php)
$lang['profilcp_admin_shortcut']			= 'Administratie';
$lang['User_deleted']						= 'Gebruiker is succesvol verwijderd';
$lang['User_special']						= 'Speciale alleen admin velden';
$lang['User_special_explain']				= 'Deze velden kunnen niet bewerkert worden door gebruikers.  Hier kan je hen status enn wat andere dingen regelen.';
$lang['User_status']						= 'Gebruiker is actief';
$lang['User_allow_email']					= 'Gebruiker kan emails verzenden';
$lang['User_allow_pm']						= 'Gebruiker kan privé berichten verzenden';
$lang['User_allow_website']					= 'Gebruiker kan zijn web informatie laten zien';
$lang['User_allow_messanger']				= 'Gebruiker kan zijn messengers laten zien.';
$lang['User_allow_real']					= 'Gebruiker kan zijn persoonlijke informatie laten zien';
$lang['User_allowavatar']					= 'Gebruiker kan zijn avatar laten zien';
$lang['User_allow_sig']						= 'Gebruiker kan zijn hand tekening laten zien';
$lang['Rank_title']							= 'Rank Titel';
$lang['User_delete']						= 'verwijder deze gebruiker';
$lang['User_delete_explain']				= 'Klik hier om deze gebruiker te verwijderen. Dit kan niet ongedaan gemaakt worden.';
$lang['No_assigned_rank']					= 'Geen speciale rank toegewezen';
$lang['User_self_delete']					= 'Je kan je account verwijderen als je een adminstrator bent.';

// update profile : signature (profilcp_profile_signature.php)
$lang['profilcp_sig_preview']				= 'Handtekening voorbeeld';

// display profile (profilcp_public.php)
$lang['profilcp_public_shortcut']			= 'Openbaar profiel';
$lang['profilcp_public_pagetitle']			= 'Openbaar profiel';
$lang['profilcp_public_base_shortcut']		= 'Basis info';
$lang['profilcp_public_base_pagetitle']		= 'Profiel basis informatie';
$lang['profilcp_public_groups_shortcut']	= 'Gebruikersgroepen';
$lang['profilcp_public_groups_pagetitle']	= 'Gebruikersgroepen waar deze gebruiker in zit';

// update profile : preferences - home panel (mod_profile_control_panel_home.php)
$lang['Profile_control_panel_home']			= 'Profiel Home panneel';
$lang['Profile_control_panel_home_buddy']	= 'Vrienden lijst';
$lang['Buddy_friend_display']				= 'Laat mijn vrienden lijst op het home panneel zien';
$lang['Buddy_ignore_display']				= 'Laat mijn geblokeerden lijst op het home panneel zien';
$lang['Buddy_friend_of_display']			= 'Laat "Vriend van" lijst zien op het home panneel';
$lang['Buddy_ignored_by_display']			= 'Laat "Vriend van" lijst zien op het home panneel';

$lang['Profile_control_panel_home_privmsg']	= 'Privé berichten';
$lang['Privmsgs_per_page']					= 'Aantal privé berichten dat per pagina op het home panneel staat.';

$lang['Profile_control_panel_home_wtopics']	= 'Geaboneerde onderwerpen';
$lang['Watched_topics_per_page']			= 'Aantal geaboneerde onderwerpen dat per pagina op het home panneel staat.';

// display profile : base info (profilcp_public_base.php)
$lang['Unavailable']						= 'Niet beschikbaar';
$lang['Last_visit']							= 'tijd van laatste bezoek';
$lang['User_posts']							= 'Berichten';
$lang['User_post_stats']					= '%s berichten, %.2f%% van het totaal, %.2f berichten per dag.';
$lang['Most_active_topic']					= 'Meest actieve onderwerp';
$lang['Most_active_topic_stat']				= '%s berichten, %.2f%% van de topic, %.2f%% van het forum';
$lang['Most_active_forum']					= 'Meesst actieve forum';
$lang['Most_active_forum_stat']				= '%s berichten, %.2f%% van het forum, %.2f%% van het totaal';

// register (profilcp_register.php)
$lang['profilcp_register_shortcut']			= 'Registratie';
$lang['profilcp_register_pagetitle']		= 'Registratie informatie';
$lang['profilcp_email_title']				= 'Email adres';
$lang['profilcp_email_confirm']				= 'Email adres [ beveiliging ]';
$lang['anti_robotic']						= 'Controle plaatje';
$lang['anti_robotic_explain']				= 'Dit plaatje is onworpen om automatische registratie met robots te voorkomen';
$lang['profilcp_password_explain']			= 'Je moet je password opnieuw intypen als je het wil wijzigen';
$lang['Agree_rules']						= 'Met het aanvinken van deze box, ga je overeen met de regels';
$lang['profilcp_username_missing']			= 'Gebruikersnaam mist';
$lang['profilcp_email_not_matching']		= 'Email adressen zijn niet gelijk';
$lang['Robot_flood_control']				= 'Het controle plaatje is niet gelijk aan wat je intypte';
$lang['Disagree_rules']						= 'Je gaat niet overeen mert de regels van dit forum. Je kan je dus niet registreren.';
?>
Laatst gewijzigd door WebSiteNet op 04 apr 2006, 16:38, 1 keer totaal gewijzigd.

Mandrake Linux
Berichten: 521
Lid geworden op: 29 jan 2004, 22:41
Contacteer:

Bericht door Mandrake Linux » 01 jul 2004, 17:12

heeel
erg bedankt
heb je die andere nu mischiens ?

Gebruikersavatar
Protoman
Berichten: 766
Lid geworden op: 06 mar 2004, 07:19
Locatie: Hoofddorp

Bericht door Protoman » 01 jul 2004, 18:46

ahum je zou het zelf ook kunnen vertalen :bier:
Enjoy :wink:
Afbeelding

Verdi
Berichten: 4
Lid geworden op: 17 jan 2005, 14:00

Bericht door Verdi » 17 jan 2005, 14:30

Hartelijk dank WebSiteNet, je hebt me veel kostbare tijd bespaard :thumb:

Helaas heb ik geen tijd om het hele admin deel te vertalen en is het voor de gebruikers van het forum ook niet vereist, ze zien het toch niet. Voor de schoonheid zou ik het toch wel en NL willen hebben. Mocht iemand (Chris?) deze moeite hebben genomen dan maak ik daar graag gebruik van.

Zelf heb ik de agenda module al vertaald, wie die hebben wil, mail me dan post ik ze in een nieuwe topic (als niet iemand me al voor is).

arkois
Berichten: 13
Lid geworden op: 01 mar 2005, 21:05
Locatie: Utrecht
Contacteer:

Bericht door arkois » 03 mar 2005, 20:47

Ik wil niet lullig overkomen maar de spelling klopt lang niet altijd..

Een voorbeeld is 'geblokeerd'.

http://www.nederlandsewoorden.nl/nw.pl? ... geblokeerd

Dit woord schrijf je met dubbel K.

http://www.nederlandsewoorden.nl/nw.pl? ... eblokkeerd

Ik ben bezig met het vertalen, ik ga ook gelijk de admin vertalen.
Wanneer dit allemaal klaar is laat ik het even weten.

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 03 mar 2005, 20:54

En jij maakt zeker nooit fouten :roll:

Er sluipt wel eens een voutje in, en dan hoef je niet meteen meteen met de Van Dale op de proppen te komen :-)
... Maar ik modereer (nog) niet.

arkois
Berichten: 13
Lid geworden op: 01 mar 2005, 21:05
Locatie: Utrecht
Contacteer:

Bericht door arkois » 09 mar 2005, 09:26

Dat was ook niet wat ik bedoelde..
Maar vooral aan het einde zitten er wel redelijk wat slechte spelling..
Ik weet ook wel hoe dat het komt..
Aan het einde word je wel een keertje gek van het vertalen..
Dat had ik ook dus volgende dag maar weer verder ;)

dieter
Berichten: 417
Lid geworden op: 21 dec 2003, 10:58
Locatie: Gent
Contacteer:

Bericht door dieter » 10 mar 2005, 20:30

Code: Selecteer alles

<?php
/***************************************************************************
 *						lang_extend_mods_settings.php [Dutch]
 *						---------------------------------------
 *	begin				: 28/09/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 1.1.9 - 18/10/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_mods_settings'] = 'Mods instellingen talen pakket';
	$lang['Configuration_extend']	= 'Configuratie +';
	$lang['Override_user_choices']	= 'Overschrijf voorkeuren van gebruikers';
}
$lang['Click_return_preferences'] = 'Klik %sHier%s om terug te gaan naar de Voorkeuren';

?>

Code: Selecteer alles

<?php
/***************************************************************************
 *						lang_extend_lang_extend.php [dutch]
 *						-------------------------------------
 *	begin				: 29/09/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 1.0.1 - 16/10/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_lang_extend'] = 'Extensie voor taal pakketten';
	$lang['Lang_extend__custom'] = 'Op dit moment gebruikte taal pakket';
	$lang['Lang_extend__phpBB'] = 'phpBB taal pakket';

	$lang['Languages'] = 'Talen';
	$lang['Lang_management'] = 'Management';
	$lang['Lang_extend'] = 'Taal extend management';
	$lang['Lang_extend_explain'] = 'Her kunt u Taal sleutel invoeren toevoegen of onderhouden';
	$lang['Lang_extend_pack'] = 'Taal Pakket';
	$lang['Lang_extend_pack_explain'] = 'Dit is de naam van de pkket, gebruikelijk de naam van de MOD referte aan';

	$lang['Lang_extend_entry'] = 'Taal sleutel invoer';
	$lang['Lang_extend_entries'] = 'Taal sleutel invoeren';
	$lang['Lang_extend_level_admin'] = 'Admin';
	$lang['Lang_extend_level_normal'] = 'Normaal';

	$lang['Lang_extend_add_entry'] = 'Voeg een nieuwe taal sleutel invoer in';

	$lang['Lang_extend_key_main'] = 'Taal hoofd sleutel invoer';
	$lang['Lang_extend_key_main_explain'] = 'Dit is de hoofdpagina van de sleutel invoer, gebruikelijk alleen dit';
	$lang['Lang_extend_key_sub'] = 'Tweede sleutel invoer';
	$lang['Lang_extend_key_sub_explain'] = 'Dit tweede level sleutel invoering is normaal niet gebruikt';
	$lang['Lang_extend_level'] = 'Level van de taal invoer';
	$lang['Lang_extend_level_explain'] = 'Admin level kan alleen gebruikt worden in de admin configuratie paneel. Normale level kan overal gebruikt worden.';

	$lang['Lang_extend_missing_value'] = 'U moet de waarde minimaal van de nederalndse waarde voorzien';
	$lang['Lang_extend_key_missing'] = 'Hoofd invoer sleutel vermist';
	$lang['Lang_extend_duplicate_entry'] = 'Deze invoering bestaat al (zie pakket %)';

	$lang['Lang_extend_update_done'] = 'The entry has been successfully updated.<br /><br />Click %sHere%s to return to the entry.<br /><br />Klik %sHier%s om terug te keren naar de invoer lijst';
	$lang['Lang_extend_delete_done'] = 'De invoering is succesvol verwijderd.<br />Noot dat alleen gecostumeerde invoeringen verwijderd zijn, niet dasis invoeringen als ze bestaan<br /><br />Klik %sHier%s om terug te keren naar de invoer lijst';

	$lang['Lang_extend_search'] = 'Zoek in taal sleutelwoorden';
	$lang['Lang_extend_search_words'] = 'Woorden om te vinden';
	$lang['Lang_extend_search_words_explain'] = 'Scheid de woorden met een spatie';
	$lang['Lang_extend_search_all'] = 'Alle woorden';
	$lang['Lang_extend_search_one'] = 'En van deze';
	$lang['Lang_extend_search_in'] = 'Zoek in';
	$lang['Lang_extend_search_in_explain'] = 'waar moet er precies in gezocht worden';
	$lang['Lang_extend_search_in_key'] = 'sleutel';
	$lang['Lang_extend_search_in_value'] = 'waarde';
	$lang['Lang_extend_search_in_both'] = 'bijde';
	$lang['Lang_extend_search_all_lang'] = 'Alle talen geinstalleerde';

	$lang['Lang_extend_search_no_words'] = 'Geen woorden voorzien.<br /><br />Klik %sHier%s om terug te keren naar het pakket lijst.';
	$lang['Lang_extend_search_results'] = 'Zoek resultaten';
	$lang['Lang_extend_value'] = 'waarde';
	$lang['Lang_extend_level_leg'] = 'Level';

	$lang['Lang_extend_added_modified'] = '*';
	$lang['Lang_extend_modified'] = 'onderhoud';
	$lang['Lang_extend_added'] = 'toegevoegd';
}

?>
Deze zaten ook in m'n pc.
aub :wink:
Soms denk je dat iemand er niet is,
terwijl hij er niet weg is,
Dieter

Gebruikersavatar
waltdisneydvd
Berichten: 197
Lid geworden op: 30 jul 2005, 08:21
Locatie: Duiven
Contacteer:

Bericht door waltdisneydvd » 04 okt 2005, 16:45

Bedankt voor de vertalingen, ik had vandaag tijd vrij gemaakt om alles te vertalen, besloot eerst maar de zoekfunctie te gebruiken, dank U :bier:

Gesloten