update locales

This commit is contained in:
Alexandre Delaunay
2016-06-02 14:55:42 +02:00
parent 13c55fcde1
commit a272064d6f
36 changed files with 3173 additions and 191 deletions

View File

@ -220,14 +220,14 @@ class PluginExampleExample extends CommonDBTM {
case 'ComputerDisk' :
case 'Supplier' :
return array(1 => __("Test PLugin", 'example'),
2 => __("Test PLugin 2", 'example'));
return array(1 => __("Test Plugin", 'example'),
2 => __("Test Plugin 2", 'example'));
case 'Computer' :
case 'Central' :
case 'Preference':
case 'Notification':
return array(1 => __("Test PLugin", 'example'));
return array(1 => __("Test Plugin", 'example'));
}
}