mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
Localization update:
- German thanks to David Guembel - Japanese thanks to Shoji Seki - Spanish thanks to Miguel Turrubiates SVN:trunk[2447]
This commit is contained in:
@@ -16,71 +16,13 @@
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @author Stephan Rosenke <stephan.rosenke@itomig.de>
|
||||
* @author Stephan Rosenke <stephan.rosenke@itomig.de>
|
||||
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Menu:ProblemManagement' => 'Problem Management',
|
||||
'Menu:ProblemManagement+' => 'Problem Management',
|
||||
'Menu:Problem:Overview' => 'Übersicht',
|
||||
'Menu:Problem:Overview+' => 'Übersicht',
|
||||
'Menu:NewProblem' => 'Neues Problem',
|
||||
'Menu:NewProblem+' => 'Neues Problem',
|
||||
'Menu:SearchProblems' => 'Nach Problemen suchen',
|
||||
'Menu:SearchProblems+' => 'Nach Problemen suchen',
|
||||
'Menu:Problem:Shortcuts' => 'Shortcuts',
|
||||
'Menu:Problem:MyProblems' => 'Meine Probleme',
|
||||
'Menu:Problem:MyProblems+' => 'Meine Probleme',
|
||||
'Menu:Problem:OpenProblems' => 'Alle ungelösten Probleme',
|
||||
'Menu:Problem:OpenProblems+' => 'Alle ungelösten Probleme',
|
||||
'UI-ProblemManagementOverview-ProblemByService' => 'Probleme nach Service',
|
||||
'UI-ProblemManagementOverview-ProblemByService+' => 'Probleme nach Service',
|
||||
'UI-ProblemManagementOverview-ProblemByPriority' => 'Probleme nach Priorität',
|
||||
'UI-ProblemManagementOverview-ProblemByPriority+' => 'Probleme nach Priorität',
|
||||
'UI-ProblemManagementOverview-ProblemUnassigned' => 'Nicht zugewiesene Probleme',
|
||||
'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Nicht zugewiesene Probleme',
|
||||
'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard für das Problem Management',
|
||||
'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard für das Problem Management',
|
||||
|
||||
));
|
||||
//
|
||||
// Class: Problem
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Problem' => 'Problem',
|
||||
'Class:Problem+' => '',
|
||||
@@ -94,18 +36,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Problem/Attribute:status/Value:resolved+' => '',
|
||||
'Class:Problem/Attribute:status/Value:closed' => 'Geschlossen',
|
||||
'Class:Problem/Attribute:status/Value:closed+' => '',
|
||||
'Class:Problem/Attribute:org_id' => 'Kunde',
|
||||
'Class:Problem/Attribute:org_id+' => '',
|
||||
'Class:Problem/Attribute:org_name' => 'Name',
|
||||
'Class:Problem/Attribute:org_name+' => 'Gemeinsamer Name',
|
||||
'Class:Problem/Attribute:service_id' => 'Service',
|
||||
'Class:Problem/Attribute:service_id+' => '',
|
||||
'Class:Problem/Attribute:service_name' => 'Name',
|
||||
'Class:Problem/Attribute:service_name+' => '',
|
||||
'Class:Problem/Attribute:servicesubcategory_id' => 'Service-Kategorie',
|
||||
'Class:Problem/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:Problem/Attribute:servicesubcategory_name' => 'Name',
|
||||
'Class:Problem/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Problem/Attribute:product' => 'Produkt',
|
||||
'Class:Problem/Attribute:product+' => '',
|
||||
'Class:Problem/Attribute:impact' => 'Auswirkung',
|
||||
@@ -124,6 +58,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Problem/Attribute:urgency/Value:2+' => 'Medium',
|
||||
'Class:Problem/Attribute:urgency/Value:3' => 'High',
|
||||
'Class:Problem/Attribute:urgency/Value:3+' => 'High',
|
||||
'Class:Problem/Attribute:urgency/Value:4' => 'Niedrig',
|
||||
'Class:Problem/Attribute:urgency/Value:4+' => '',
|
||||
'Class:Problem/Attribute:priority' => 'Priorität',
|
||||
'Class:Problem/Attribute:priority+' => '',
|
||||
'Class:Problem/Attribute:priority/Value:1' => 'Niedrig',
|
||||
@@ -132,30 +68,18 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Problem/Attribute:priority/Value:2+' => '',
|
||||
'Class:Problem/Attribute:priority/Value:3' => 'Hoch',
|
||||
'Class:Problem/Attribute:priority/Value:3+' => '',
|
||||
'Class:Problem/Attribute:workgroup_id' => 'Arbeitsgruppe',
|
||||
'Class:Problem/Attribute:workgroup_id+' => '',
|
||||
'Class:Problem/Attribute:workgroup_name' => 'Name',
|
||||
'Class:Problem/Attribute:workgroup_name+' => '',
|
||||
'Class:Problem/Attribute:agent_id' => 'Bearbeiter',
|
||||
'Class:Problem/Attribute:agent_id+' => '',
|
||||
'Class:Problem/Attribute:agent_name' => 'Name des Bearbeiter',
|
||||
'Class:Problem/Attribute:agent_name+' => '',
|
||||
'Class:Problem/Attribute:agent_email' => 'Email-Adresse des Bearbeiter',
|
||||
'Class:Problem/Attribute:agent_email+' => '',
|
||||
'Class:Problem/Attribute:priority/Value:4' => 'Niedrig',
|
||||
'Class:Problem/Attribute:priority/Value:4+' => '',
|
||||
'Class:Problem/Attribute:related_change_id' => 'Zusammenhängender Change',
|
||||
'Class:Problem/Attribute:related_change_id+' => '',
|
||||
'Class:Problem/Attribute:related_change_ref' => 'Ref',
|
||||
'Class:Problem/Attribute:related_change_ref+' => '',
|
||||
'Class:Problem/Attribute:close_date' => 'Datum des Schließens',
|
||||
'Class:Problem/Attribute:close_date+' => '',
|
||||
'Class:Problem/Attribute:last_update' => 'Letzte Aktualisierung',
|
||||
'Class:Problem/Attribute:last_update+' => '',
|
||||
'Class:Problem/Attribute:assignment_date' => 'Datum der Zuordnung',
|
||||
'Class:Problem/Attribute:assignment_date+' => '',
|
||||
'Class:Problem/Attribute:resolution_date' => 'Datum der Lösung',
|
||||
'Class:Problem/Attribute:resolution_date+' => '',
|
||||
'Class:Problem/Attribute:knownerrors_list' => 'Bekannte Fehler',
|
||||
'Class:Problem/Attribute:knownerrors_list+' => '',
|
||||
'Class:Problem/Attribute:related_request_list' => 'Verwandte Requests',
|
||||
'Class:Problem/Attribute:related_request_list+' => '',
|
||||
'Class:Problem/Stimulus:ev_assign' => 'Zuweisen',
|
||||
'Class:Problem/Stimulus:ev_assign+' => '',
|
||||
'Class:Problem/Stimulus:ev_reassign' => 'Neu zuweisen',
|
||||
@@ -164,6 +88,32 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Problem/Stimulus:ev_resolve+' => '',
|
||||
'Class:Problem/Stimulus:ev_close' => 'Schließen',
|
||||
'Class:Problem/Stimulus:ev_close+' => '',
|
||||
'Menu:ProblemManagement' => 'Problem Management',
|
||||
'Menu:ProblemManagement+' => 'Problem Management',
|
||||
'Menu:Problem:Overview' => 'Übersicht',
|
||||
'Menu:Problem:Overview+' => 'Übersicht',
|
||||
'Menu:NewProblem' => 'Neues Problem',
|
||||
'Menu:NewProblem+' => 'Neues Problem',
|
||||
'Menu:SearchProblems' => 'Nach Problemen suchen',
|
||||
'Menu:SearchProblems+' => 'Nach Problemen suchen',
|
||||
'Menu:Problem:Shortcuts' => 'Shortcuts',
|
||||
'Menu:Problem:MyProblems' => 'Meine Probleme',
|
||||
'Menu:Problem:MyProblems+' => 'Meine Probleme',
|
||||
'Menu:Problem:OpenProblems' => 'Alle ungelösten Probleme',
|
||||
'Menu:Problem:OpenProblems+' => 'Alle ungelösten Probleme',
|
||||
'UI-ProblemManagementOverview-ProblemByService' => 'Probleme nach Service',
|
||||
'UI-ProblemManagementOverview-ProblemByService+' => 'Probleme nach Service',
|
||||
'UI-ProblemManagementOverview-ProblemByPriority' => 'Probleme nach Priorität',
|
||||
'UI-ProblemManagementOverview-ProblemByPriority+' => 'Probleme nach Priorität',
|
||||
'UI-ProblemManagementOverview-ProblemUnassigned' => 'Nicht zugewiesene Probleme',
|
||||
'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Nicht zugewiesene Probleme',
|
||||
'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard für das Problem Management',
|
||||
'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard für das Problem Management',
|
||||
'Class:Problem/Attribute:service_name' => 'Name',
|
||||
'Class:Problem/Attribute:service_name+' => '',
|
||||
'Class:Problem/Attribute:servicesubcategory_name' => 'Name',
|
||||
'Class:Problem/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Problem/Attribute:related_change_ref' => 'Ref',
|
||||
'Class:Problem/Attribute:related_change_ref+' => '',
|
||||
));
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user