mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
update locales
This commit is contained in:
@ -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'));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user