/public_html/modx/_build/components/demo/';
$_lang['resolver_target_desc'] = 'The absolute path target for where the resolver should put files or actions. Usually you won\'t have to change this. Example:
return MODX_ASSETS_PATH . "snippets/";';
$_lang['resolver_type_desc'] = 'File resolvers make sure to copy all the files in the source directory to the target. PHP Script resolvers execute the source file as PHP.';
$_lang['resolvers'] = 'Resolvers';
$_lang['source'] = 'Sursă';
$_lang['target'] = 'Target';
$_lang['type'] = 'Tip';
$_lang['unique_key'] = 'Unique Key';
$_lang['unique_key_desc'] = 'A unique key identifying how to search for the object. Can be a string or comma-delimited list. Examples:
"name" for modPlugin
"templatename" for modTemplate
Or more complex, "pluginid,evtid" for modPluginEvent';
$_lang['update_object'] = 'Update Object';
$_lang['update_object_desc'] = 'If checked, this will update the object if it is found. If not checked, it will not save the object if it is already found.';
$_lang['use_wizard'] = 'Use the Wizard';
$_lang['use_xml'] = 'Build from an XML file';
$_lang['vehicle'] = 'Vehicle';
$_lang['vehicle_add'] = 'Add Vehicle';
$_lang['vehicle_create'] = 'Create Vehicle';
$_lang['vehicle_remove'] = 'Delete Vehicle';
$_lang['vehicle_remove_confirm'] = 'Are you sure you want to delete this vehicle?';
$_lang['vehicles'] = 'Vehicles';
$_lang['vehicles_add'] = 'Add Vehicles';
$_lang['vehicles_desc'] = 'Vehicles are the objects that are contained in the package. You may add them in here.';
$_lang['version'] = 'Versiune';
$_lang['xml_file_err_upload'] = 'There was an error while trying to upload the XML file.';