~mikel-martin/opencart/mp

« back to all changes in this revision

Viewing changes to upload/admin/view/language/english/localisation/length_class.php

  • Committer: mikel
  • Date: 2011-08-19 11:23:28 UTC
  • Revision ID: mikel@pcl2-20110819112328-y66d9epwikx9qzzd
Traducción emails de pedido y text_download en template de nuevo pedido

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
// Heading
3
 
$_['heading_title']    = 'Length Class';
4
 
 
5
 
// Text
6
 
$_['text_success']     = 'Success: You have modified length classes!';
7
 
 
8
 
// Column
9
 
$_['column_title']     = 'Length Title';
10
 
$_['column_unit']      = 'Length Unit';
11
 
$_['column_value']     = 'Value';
12
 
$_['column_action']    = 'Action';
13
 
 
14
 
// Entry
15
 
$_['entry_title']      = 'Length Title:';
16
 
$_['entry_unit']       = 'Length Unit:';
17
 
$_['entry_value']      = 'Value:<br /><span class="help">Set to 1.00000 if this is your default length.</span>';
18
 
 
19
 
// Error
20
 
$_['error_permission'] = 'Warning: You do not have permission to modify length classes!';
21
 
$_['error_title']      = 'Length Title must be between 3 and 32 characters!';
22
 
$_['error_unit']       = 'Length Unit must be between 1 and 4 characters!';
23
 
$_['error_default']    = 'Warning: This length class cannot be deleted as it is currently assigned as the default store length class!';
24
 
$_['error_product']    = 'Warning: This length class cannot be deleted as it is currently assigned to %s products!';
25
 
?>
 
 
b'\\ No newline at end of file'