mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/master' into develop
# Conflicts: # README.md
This commit is contained in:
@@ -52,16 +52,16 @@ iTop also offers mass import tools and web services to integrate with your IT
|
|||||||
## Last releases
|
## Last releases
|
||||||
|
|
||||||
### Versions 2.6.*
|
### Versions 2.6.*
|
||||||
- 2.6.0 published on January 9, 2019
|
- 2.6.0 published on January 9, 2019
|
||||||
- [Changes since the previous version][58]
|
- [Changes since the previous version][58]
|
||||||
- [New features][59]
|
- [New features][59]
|
||||||
- [Migration notes][60]
|
- [Migration notes][60]
|
||||||
- [Download iTop 2.6.0][61]
|
- [Download iTop 2.6.1][61]
|
||||||
|
|
||||||
[58]: https://www.itophub.io/wiki/page?id=2_6_0:release:change_log
|
[58]: https://www.itophub.io/wiki/page?id=2_6_0:release:change_log
|
||||||
[59]: https://www.itophub.io/wiki/page?id=2_6_0:release:2_6_whats_new
|
[59]: https://www.itophub.io/wiki/page?id=2_6_0:release:2_6_whats_new
|
||||||
[60]: https://www.itophub.io/wiki/page?id=2_6_0:install:250_to_260_migration_notes
|
[60]: https://www.itophub.io/wiki/page?id=2_6_0:install:250_to_260_migration_notes
|
||||||
[61]: https://sourceforge.net/projects/itop/files/itop/2.6.0
|
[61]: https://sourceforge.net/projects/itop/files/itop/2.6.1
|
||||||
|
|
||||||
|
|
||||||
### Versions 2.5.*
|
### Versions 2.5.*
|
||||||
|
|||||||
38
datamodels/2.x/authent-external/sk.dict.authent-external.php
Normal file
38
datamodels/2.x/authent-external/sk.dict.authent-external.php
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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>+
|
||||||
|
//
|
||||||
|
// Class: UserExternal
|
||||||
|
//
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:UserExternal' => 'Externý užívateľ',
|
||||||
|
'Class:UserExternal+' => '',
|
||||||
|
));
|
||||||
38
datamodels/2.x/authent-ldap/sk.dict.authent-ldap.php
Normal file
38
datamodels/2.x/authent-ldap/sk.dict.authent-ldap.php
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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>+
|
||||||
|
//
|
||||||
|
// Class: UserLDAP
|
||||||
|
//
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:UserLDAP' => 'LDAP užívateľ',
|
||||||
|
'Class:UserLDAP+' => '',
|
||||||
|
));
|
||||||
40
datamodels/2.x/authent-local/sk.dict.authent-local.php
Normal file
40
datamodels/2.x/authent-local/sk.dict.authent-local.php
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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>+
|
||||||
|
//
|
||||||
|
// Class: UserLocal
|
||||||
|
//
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:UserLocal' => 'iTop užívateľ',
|
||||||
|
'Class:UserLocal+' => '',
|
||||||
|
'Class:UserLocal/Attribute:password' => 'Heslo',
|
||||||
|
'Class:UserLocal/Attribute:password+' => '',
|
||||||
|
));
|
||||||
59
datamodels/2.x/itop-attachments/sk.dict.itop-attachments.php
Normal file
59
datamodels/2.x/itop-attachments/sk.dict.itop-attachments.php
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Attachments:TabTitle_Count' => 'Prílohy (%1$d)',
|
||||||
|
'Attachments:EmptyTabTitle' => 'Prílohy',
|
||||||
|
'Attachments:FieldsetTitle' => 'Prílohy',
|
||||||
|
'Attachments:DeleteBtn' => 'Odstrániť',
|
||||||
|
'Attachments:History_File_Added' => 'Príloha %1$s pridaná.',
|
||||||
|
'Attachments:History_File_Removed' => 'Príloha %1$s odstránená.',
|
||||||
|
'Attachments:AddAttachment' => 'Pridaj prílohu: ',
|
||||||
|
'Attachments:UploadNotAllowedOnThisSystem' => 'Nahrávanie súboru NIE JE povolené na tomto systéme.',
|
||||||
|
'Attachment:Max_Go' => '(Maximálna Veľkosť súboru : %1$s Go)',
|
||||||
|
'Attachment:Max_Mo' => '(Maximálna Veľkosť súboru : %1$s Mo)',
|
||||||
|
'Attachment:Max_Ko' => '(Maximálna Veľkosť súboru : %1$s Ko)',
|
||||||
|
'Attachments:NoAttachment' => 'Bez prílohy. ',
|
||||||
|
'Attachments:PreviewNotAvailable' => 'Preview not available for this type of attachment.~~',
|
||||||
|
'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Attachment
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Attachment' => 'Attachment~~',
|
||||||
|
'Class:Attachment+' => '~~',
|
||||||
|
'Class:Attachment/Attribute:expire' => 'Expire~~',
|
||||||
|
'Class:Attachment/Attribute:expire+' => '~~',
|
||||||
|
'Class:Attachment/Attribute:temp_id' => 'Temporary id~~',
|
||||||
|
'Class:Attachment/Attribute:temp_id+' => '~~',
|
||||||
|
'Class:Attachment/Attribute:item_class' => 'Item class~~',
|
||||||
|
'Class:Attachment/Attribute:item_class+' => '~~',
|
||||||
|
'Class:Attachment/Attribute:item_id' => 'Item~~',
|
||||||
|
'Class:Attachment/Attribute:item_id+' => '~~',
|
||||||
|
'Class:Attachment/Attribute:item_org_id' => 'Item organization~~',
|
||||||
|
'Class:Attachment/Attribute:item_org_id+' => '~~',
|
||||||
|
'Class:Attachment/Attribute:contents' => 'Contents~~',
|
||||||
|
'Class:Attachment/Attribute:contents+' => '~~',
|
||||||
|
));
|
||||||
59
datamodels/2.x/itop-backup/sk.dict.itop-backup.php
Normal file
59
datamodels/2.x/itop-backup/sk.dict.itop-backup.php
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
|
||||||
|
'bkp-backup-running' => 'A backup is running. Please wait...~~',
|
||||||
|
'bkp-restore-running' => 'A restore is running. Please wait...~~',
|
||||||
|
|
||||||
|
'Menu:BackupStatus' => 'Scheduled Backups~~',
|
||||||
|
'bkp-status-title' => 'Scheduled Backups~~',
|
||||||
|
'bkp-status-checks' => 'Settings and checks~~',
|
||||||
|
'bkp-mysqldump-ok' => 'mysqldump is present: %1$s~~',
|
||||||
|
'bkp-mysqldump-notfound' => 'mysqldump could not be found: %1$s - Please make sure it is installed and in the path, or edit the configuration file to tune mysql_bindir.~~',
|
||||||
|
'bkp-mysqldump-issue' => 'mysqldump could not be executed (retcode=%1$d): Please make sure it is installed and in the path, or edit the configuration file to tune mysql_bindir~~',
|
||||||
|
'bkp-missing-dir' => 'The target directory %1$s could not be found~~',
|
||||||
|
'bkp-free-disk-space' => '<b>%1$s free</b> in %2$s~~',
|
||||||
|
'bkp-dir-not-writeable' => '%1$s is not writeable~~',
|
||||||
|
'bkp-wrong-format-spec' => 'The current specification to format the file names is wrong (%1$s). A default specification will apply: %2$s~~',
|
||||||
|
'bkp-name-sample' => 'Backup files are named depending on DB identifiers, date and time. Example: %1$s~~',
|
||||||
|
'bkp-week-days' => 'Backups will occur <b>every %1$s at %2$s</b>~~',
|
||||||
|
'bkp-retention' => 'At most <b>%1$d backup files will be kept</b> in the target directory.~~',
|
||||||
|
'bkp-next-to-delete' => 'Will be deleted when the next backup occurs (see the setting "retention_count")~~',
|
||||||
|
'bkp-table-file' => 'File~~',
|
||||||
|
'bkp-table-file+' => 'Only files having the extension .zip are considered as being backup files~~',
|
||||||
|
'bkp-table-size' => 'Size~~',
|
||||||
|
'bkp-table-size+' => '~~',
|
||||||
|
'bkp-table-actions' => 'Actions~~',
|
||||||
|
'bkp-table-actions+' => '~~',
|
||||||
|
'bkp-status-backups-auto' => 'Scheduled backups~~',
|
||||||
|
'bkp-status-backups-manual' => 'Manual backups~~',
|
||||||
|
'bkp-status-backups-none' => 'No backup yet~~',
|
||||||
|
'bkp-next-backup' => 'The next backup will occur on <b>%1$s</b> (%2$s) at %3$s~~',
|
||||||
|
'bkp-button-backup-now' => 'Backup now!~~',
|
||||||
|
'bkp-button-restore-now' => 'Restore!~~',
|
||||||
|
'bkp-confirm-backup' => 'Please confirm that you do request the backup to occur right now.~~',
|
||||||
|
'bkp-confirm-restore' => 'Please confirm that you do want to restore the backup %1$s.~~',
|
||||||
|
'bkp-wait-backup' => 'Please wait for the backup to complete...~~',
|
||||||
|
'bkp-wait-restore' => 'Please wait for the restore to complete...~~',
|
||||||
|
'bkp-success-restore' => 'Restore successfully completed.~~',
|
||||||
|
));
|
||||||
@@ -0,0 +1,293 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:ChangeManagement' => 'Manažment zmien',
|
||||||
|
'Menu:Change:Overview' => 'Prehľad',
|
||||||
|
'Menu:Change:Overview+' => '',
|
||||||
|
'Menu:NewChange' => 'Nová zmena',
|
||||||
|
'Menu:NewChange+' => '',
|
||||||
|
'Menu:SearchChanges' => 'Vyhľadať zmeny',
|
||||||
|
'Menu:SearchChanges+' => '',
|
||||||
|
'Menu:Change:Shortcuts' => 'Skratky',
|
||||||
|
'Menu:Change:Shortcuts+' => '',
|
||||||
|
'Menu:WaitingAcceptance' => 'Zmeny očakávajúce prijatie',
|
||||||
|
'Menu:WaitingAcceptance+' => '',
|
||||||
|
'Menu:WaitingApproval' => 'Zmeny očakávajúce schválenie',
|
||||||
|
'Menu:WaitingApproval+' => '',
|
||||||
|
'Menu:Changes' => 'Otvorené zmeny',
|
||||||
|
'Menu:Changes+' => '',
|
||||||
|
'Menu:MyChanges' => 'Zmeny pridelené mne',
|
||||||
|
'Menu:MyChanges+' => '',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Zmeny podľa kategórie za posledných 7 dní',
|
||||||
|
'UI-ChangeManagementOverview-Last-7-days' => 'Počet zmien za posledných 7 dní',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Zmeny podľa domény za posledných 7 dní',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Zmeny podľa stavu za posledných 7 dní',
|
||||||
|
'Tickets:Related:OpenChanges' => 'Open changes~~',
|
||||||
|
'Tickets:Related:RecentChanges' => 'Recent changes (72h)~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// 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>+
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Change
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Change' => 'Zmena',
|
||||||
|
'Class:Change+' => '',
|
||||||
|
'Class:Change/Attribute:status' => 'Stav',
|
||||||
|
'Class:Change/Attribute:status+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:new' => 'Nová',
|
||||||
|
'Class:Change/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:validated' => 'Validated~~',
|
||||||
|
'Class:Change/Attribute:status/Value:validated+' => '~~',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected' => 'Zamietnutá',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned' => 'Pridelená',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:plannedscheduled' => 'Planned and scheduled~~',
|
||||||
|
'Class:Change/Attribute:status/Value:plannedscheduled+' => '~~',
|
||||||
|
'Class:Change/Attribute:status/Value:approved' => 'Schválená',
|
||||||
|
'Class:Change/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:notapproved' => 'Not approved~~',
|
||||||
|
'Class:Change/Attribute:status/Value:notapproved+' => '~~',
|
||||||
|
'Class:Change/Attribute:status/Value:implemented' => 'Implemented~~',
|
||||||
|
'Class:Change/Attribute:status/Value:implemented+' => '~~',
|
||||||
|
'Class:Change/Attribute:status/Value:monitored' => 'Monitored~~',
|
||||||
|
'Class:Change/Attribute:status/Value:monitored+' => '~~',
|
||||||
|
'Class:Change/Attribute:status/Value:closed' => 'Zatvorená',
|
||||||
|
'Class:Change/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:Change/Attribute:reason' => 'Reject reason~~',
|
||||||
|
'Class:Change/Attribute:reason+' => '~~',
|
||||||
|
'Class:Change/Attribute:requestor_id' => 'Requestor~~',
|
||||||
|
'Class:Change/Attribute:requestor_id+' => '~~',
|
||||||
|
'Class:Change/Attribute:requestor_email' => 'Requestor email~~',
|
||||||
|
'Class:Change/Attribute:requestor_email+' => '~~',
|
||||||
|
'Class:Change/Attribute:creation_date' => 'Dátum vytvorenia',
|
||||||
|
'Class:Change/Attribute:creation_date+' => '',
|
||||||
|
'Class:Change/Attribute:impact' => 'Impact~~',
|
||||||
|
'Class:Change/Attribute:impact+' => '~~',
|
||||||
|
'Class:Change/Attribute:supervisor_group_id' => 'Supervisor team~~',
|
||||||
|
'Class:Change/Attribute:supervisor_group_id+' => '~~',
|
||||||
|
'Class:Change/Attribute:supervisor_group_name' => 'Supervisor team name~~',
|
||||||
|
'Class:Change/Attribute:supervisor_group_name+' => '~~',
|
||||||
|
'Class:Change/Attribute:supervisor_id' => 'Supervisor~~',
|
||||||
|
'Class:Change/Attribute:supervisor_id+' => '~~',
|
||||||
|
'Class:Change/Attribute:supervisor_email' => 'Supervisor email~~',
|
||||||
|
'Class:Change/Attribute:supervisor_email+' => '~~',
|
||||||
|
'Class:Change/Attribute:manager_group_id' => 'Manager team~~',
|
||||||
|
'Class:Change/Attribute:manager_group_id+' => '~~',
|
||||||
|
'Class:Change/Attribute:manager_group_name' => 'Manager team name~~',
|
||||||
|
'Class:Change/Attribute:manager_group_name+' => '~~',
|
||||||
|
'Class:Change/Attribute:manager_id' => 'Manager~~',
|
||||||
|
'Class:Change/Attribute:manager_id+' => '~~',
|
||||||
|
'Class:Change/Attribute:manager_email' => 'Manager email~~',
|
||||||
|
'Class:Change/Attribute:manager_email+' => '~~',
|
||||||
|
'Class:Change/Attribute:outage' => 'Outage~~',
|
||||||
|
'Class:Change/Attribute:outage+' => '~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:no' => 'No~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:no+' => '~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes' => 'Yes~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes+' => '~~',
|
||||||
|
'Class:Change/Attribute:fallback' => 'Fallback plan~~',
|
||||||
|
'Class:Change/Attribute:fallback+' => '~~',
|
||||||
|
'Class:Change/Attribute:parent_id' => 'Nadradená zmena',
|
||||||
|
'Class:Change/Attribute:parent_id+' => '',
|
||||||
|
'Class:Change/Attribute:parent_name' => 'Referencia na rodičovskú zmenu',
|
||||||
|
'Class:Change/Attribute:parent_name+' => '',
|
||||||
|
'Class:Change/Attribute:related_request_list' => 'Súvisiace požiadavky',
|
||||||
|
'Class:Change/Attribute:related_request_list+' => '',
|
||||||
|
'Class:Change/Attribute:related_problems_list' => 'Súvisiace problémy',
|
||||||
|
'Class:Change/Attribute:related_problems_list+' => '',
|
||||||
|
'Class:Change/Attribute:related_incident_list' => 'Súvisiace incidenty',
|
||||||
|
'Class:Change/Attribute:related_incident_list+' => '',
|
||||||
|
'Class:Change/Attribute:child_changes_list' => 'Podriadené zmeny',
|
||||||
|
'Class:Change/Attribute:child_changes_list+' => '',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname' => 'Priateľské meno rodičovskej zmeny',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname+' => '',
|
||||||
|
'Class:Change/Attribute:parent_id_finalclass_recall' => 'Change type~~',
|
||||||
|
'Class:Change/Attribute:parent_id_finalclass_recall+' => '~~',
|
||||||
|
'Class:Change/Stimulus:ev_validate' => 'Validate~~',
|
||||||
|
'Class:Change/Stimulus:ev_validate+' => '~~',
|
||||||
|
'Class:Change/Stimulus:ev_reject' => 'Zamietnúť',
|
||||||
|
'Class:Change/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_assign' => 'Prideiť',
|
||||||
|
'Class:Change/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_reopen' => 'Znova otvoriť',
|
||||||
|
'Class:Change/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_plan' => 'Naplánuj',
|
||||||
|
'Class:Change/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_approve' => 'Schváliť',
|
||||||
|
'Class:Change/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_replan' => 'Replan~~',
|
||||||
|
'Class:Change/Stimulus:ev_replan+' => '~~',
|
||||||
|
'Class:Change/Stimulus:ev_notapprove' => 'Reject~~',
|
||||||
|
'Class:Change/Stimulus:ev_notapprove+' => '~~',
|
||||||
|
'Class:Change/Stimulus:ev_implement' => 'Implement~~',
|
||||||
|
'Class:Change/Stimulus:ev_implement+' => '~~',
|
||||||
|
'Class:Change/Stimulus:ev_monitor' => 'Monitor~~',
|
||||||
|
'Class:Change/Stimulus:ev_monitor+' => '~~',
|
||||||
|
'Class:Change/Stimulus:ev_finish' => 'Zatvoriť',
|
||||||
|
'Class:Change/Stimulus:ev_finish+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: RoutineChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:RoutineChange' => 'Routine Change~~',
|
||||||
|
'Class:RoutineChange+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_validate' => 'Validate~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_validate+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reject' => 'Reject~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reject+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_assign' => 'Assign~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_assign+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reopen' => 'Reopen~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_reopen+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_plan' => 'Plan~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_plan+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_approve' => 'Approve~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_approve+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_replan' => 'Replan~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_replan+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_notapprove' => 'Do Not Approve~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_notapprove+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_implement' => 'Implement~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_implement+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_monitor' => 'Monitor~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_monitor+' => '~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_finish' => 'Finish~~',
|
||||||
|
'Class:RoutineChange/Stimulus:ev_finish+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ApprovedChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ApprovedChange' => 'Approved Changes~~',
|
||||||
|
'Class:ApprovedChange+' => '~~',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_date' => 'Approval Date~~',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_date+' => '~~',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_comment' => 'Approval comment~~',
|
||||||
|
'Class:ApprovedChange/Attribute:approval_comment+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_validate' => 'Validate~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_validate+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reject' => 'Reject~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reject+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_assign' => 'Assign~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_assign+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reopen' => 'Reopen~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_reopen+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_plan' => 'Plan~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_plan+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_approve' => 'Approve~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_approve+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_replan' => 'Replan~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_replan+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_notapprove' => 'Reject approval~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_notapprove+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_implement' => 'Implement~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_implement+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_monitor' => 'Monitor~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_monitor+' => '~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_finish' => 'Finish~~',
|
||||||
|
'Class:ApprovedChange/Stimulus:ev_finish+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: NormalChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:NormalChange' => 'Normal Change~~',
|
||||||
|
'Class:NormalChange+' => '~~',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_date' => 'Acceptance date~~',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_date+' => '~~',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_comment' => 'Acceptance comment~~',
|
||||||
|
'Class:NormalChange/Attribute:acceptance_comment+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_validate' => 'Validate~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_validate+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reject' => 'Reject~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reject+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_assign' => 'Assign~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_assign+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reopen' => 'Reopen~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_reopen+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_plan' => 'Plan~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_plan+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_approve' => 'Approve~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_approve+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_replan' => 'Replan~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_replan+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_notapprove' => 'Reject approval~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_notapprove+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_implement' => 'Implement~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_implement+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_monitor' => 'Monitor~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_monitor+' => '~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_finish' => 'Finish~~',
|
||||||
|
'Class:NormalChange/Stimulus:ev_finish+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: EmergencyChange
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:EmergencyChange' => 'Emergency Change~~',
|
||||||
|
'Class:EmergencyChange+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_validate' => 'Validate~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_validate+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reject' => 'Reject~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reject+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_assign' => 'Assign~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_assign+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reopen' => 'Reopen~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_reopen+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_plan' => 'Plan~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_plan+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_approve' => 'Approve~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_approve+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_replan' => 'Replan~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_replan+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_notapprove' => 'Reject approval~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_notapprove+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_implement' => 'Implement~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_implement+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_monitor' => 'Monitor~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_monitor+' => '~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_finish' => 'Finish~~',
|
||||||
|
'Class:EmergencyChange/Stimulus:ev_finish+' => '~~',
|
||||||
|
));
|
||||||
139
datamodels/2.x/itop-change-mgmt/sk.dict.itop-change-mgmt.php
Normal file
139
datamodels/2.x/itop-change-mgmt/sk.dict.itop-change-mgmt.php
Normal file
@@ -0,0 +1,139 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:ChangeManagement' => 'Manažment zmien',
|
||||||
|
'Menu:Change:Overview' => 'Prehľad',
|
||||||
|
'Menu:Change:Overview+' => '',
|
||||||
|
'Menu:NewChange' => 'Nová zmena',
|
||||||
|
'Menu:NewChange+' => '',
|
||||||
|
'Menu:SearchChanges' => 'Vyhľadať zmeny',
|
||||||
|
'Menu:SearchChanges+' => '',
|
||||||
|
'Menu:Change:Shortcuts' => 'Skratky',
|
||||||
|
'Menu:Change:Shortcuts+' => '',
|
||||||
|
'Menu:WaitingAcceptance' => 'Zmeny očakávajúce prijatie',
|
||||||
|
'Menu:WaitingAcceptance+' => '',
|
||||||
|
'Menu:WaitingApproval' => 'Zmeny očakávajúce schválenie',
|
||||||
|
'Menu:WaitingApproval+' => '',
|
||||||
|
'Menu:Changes' => 'Otvorené zmeny',
|
||||||
|
'Menu:Changes+' => '',
|
||||||
|
'Menu:MyChanges' => 'Zmeny pridelené mne',
|
||||||
|
'Menu:MyChanges+' => '',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Zmeny podľa kategórie za posledných 7 dní',
|
||||||
|
'UI-ChangeManagementOverview-Last-7-days' => 'Počet zmien za posledných 7 dní',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Zmeny podľa domény za posledných 7 dní',
|
||||||
|
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Zmeny podľa stavu za posledných 7 dní',
|
||||||
|
'Tickets:Related:OpenChanges' => 'Open changes~~',
|
||||||
|
'Tickets:Related:RecentChanges' => 'Recent changes (72h)~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// 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>+
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Change
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Change' => 'Zmena',
|
||||||
|
'Class:Change+' => '',
|
||||||
|
'Class:Change/Attribute:status' => 'Stav',
|
||||||
|
'Class:Change/Attribute:status+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:new' => 'Nová',
|
||||||
|
'Class:Change/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned' => 'Pridelená',
|
||||||
|
'Class:Change/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:planned' => 'Plánovaná',
|
||||||
|
'Class:Change/Attribute:status/Value:planned+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected' => 'Zamietnutá',
|
||||||
|
'Class:Change/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:approved' => 'Schválená',
|
||||||
|
'Class:Change/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:Change/Attribute:status/Value:closed' => 'Zatvorená',
|
||||||
|
'Class:Change/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:Change/Attribute:category' => 'Kategória',
|
||||||
|
'Class:Change/Attribute:category+' => '',
|
||||||
|
'Class:Change/Attribute:category/Value:application' => 'Aplikácia',
|
||||||
|
'Class:Change/Attribute:category/Value:application+' => '',
|
||||||
|
'Class:Change/Attribute:category/Value:hardware' => 'Hardvér',
|
||||||
|
'Class:Change/Attribute:category/Value:hardware+' => '',
|
||||||
|
'Class:Change/Attribute:category/Value:network' => 'Sieť',
|
||||||
|
'Class:Change/Attribute:category/Value:network+' => '',
|
||||||
|
'Class:Change/Attribute:category/Value:other' => 'Iné',
|
||||||
|
'Class:Change/Attribute:category/Value:other+' => '',
|
||||||
|
'Class:Change/Attribute:category/Value:software' => 'Softvér',
|
||||||
|
'Class:Change/Attribute:category/Value:software+' => '',
|
||||||
|
'Class:Change/Attribute:category/Value:system' => 'Systém',
|
||||||
|
'Class:Change/Attribute:category/Value:system+' => '',
|
||||||
|
'Class:Change/Attribute:reject_reason' => 'Dôvod zamietnutia',
|
||||||
|
'Class:Change/Attribute:reject_reason+' => '',
|
||||||
|
'Class:Change/Attribute:changemanager_id' => 'Change manager~~',
|
||||||
|
'Class:Change/Attribute:changemanager_id+' => '',
|
||||||
|
'Class:Change/Attribute:changemanager_email' => 'Email manažéra zmien',
|
||||||
|
'Class:Change/Attribute:changemanager_email+' => '',
|
||||||
|
'Class:Change/Attribute:parent_id' => 'Nadradená zmena',
|
||||||
|
'Class:Change/Attribute:parent_id+' => '',
|
||||||
|
'Class:Change/Attribute:parent_name' => 'Referencia na rodičovskú zmenu',
|
||||||
|
'Class:Change/Attribute:parent_name+' => '',
|
||||||
|
'Class:Change/Attribute:creation_date' => 'Dátum vytvorenia',
|
||||||
|
'Class:Change/Attribute:creation_date+' => '',
|
||||||
|
'Class:Change/Attribute:approval_date' => 'Dátum schválenia',
|
||||||
|
'Class:Change/Attribute:approval_date+' => '',
|
||||||
|
'Class:Change/Attribute:fallback_plan' => 'Návratový plán',
|
||||||
|
'Class:Change/Attribute:fallback_plan+' => '',
|
||||||
|
'Class:Change/Attribute:related_request_list' => 'Súvisiace požiadavky',
|
||||||
|
'Class:Change/Attribute:related_request_list+' => '',
|
||||||
|
'Class:Change/Attribute:related_incident_list' => 'Súvisiace incidenty',
|
||||||
|
'Class:Change/Attribute:related_incident_list+' => '',
|
||||||
|
'Class:Change/Attribute:related_problems_list' => 'Súvisiace problémy',
|
||||||
|
'Class:Change/Attribute:related_problems_list+' => '',
|
||||||
|
'Class:Change/Attribute:child_changes_list' => 'Podriadené zmeny',
|
||||||
|
'Class:Change/Attribute:child_changes_list+' => '',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname' => 'Priateľské meno rodičovskej zmeny',
|
||||||
|
'Class:Change/Attribute:parent_id_friendlyname+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_assign' => 'Prideiť',
|
||||||
|
'Class:Change/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_plan' => 'Naplánuj',
|
||||||
|
'Class:Change/Stimulus:ev_plan+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_reject' => 'Zamietnúť',
|
||||||
|
'Class:Change/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_reopen' => 'Znova otvoriť',
|
||||||
|
'Class:Change/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_approve' => 'Schváliť',
|
||||||
|
'Class:Change/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:Change/Stimulus:ev_finish' => 'Zatvoriť',
|
||||||
|
'Class:Change/Stimulus:ev_finish+' => '',
|
||||||
|
'Class:Change/Attribute:outage' => 'Outage~~',
|
||||||
|
'Class:Change/Attribute:outage+' => '~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:no' => 'No~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:no+' => '~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes' => 'Yes~~',
|
||||||
|
'Class:Change/Attribute:outage/Value:yes+' => '~~',
|
||||||
|
));
|
||||||
1906
datamodels/2.x/itop-config-mgmt/sk.dict.itop-config-mgmt.php
Normal file
1906
datamodels/2.x/itop-config-mgmt/sk.dict.itop-config-mgmt.php
Normal file
File diff suppressed because it is too large
Load Diff
38
datamodels/2.x/itop-config/sk.dict.itop-config.php
Normal file
38
datamodels/2.x/itop-config/sk.dict.itop-config.php
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
|
||||||
|
'Menu:ConfigEditor' => 'Configuration~~',
|
||||||
|
'config-edit-title' => 'Configuration File Editor~~',
|
||||||
|
'config-edit-intro' => 'Be very cautious when editing the configuration file.~~',
|
||||||
|
'config-apply' => 'Apply~~',
|
||||||
|
'config-apply-title' => 'Apply (Ctrl+S)~~',
|
||||||
|
'config-cancel' => 'Reset~~',
|
||||||
|
'config-saved' => 'Successfully recorded.~~',
|
||||||
|
'config-confirm-cancel' => 'Your changes will be lost.~~',
|
||||||
|
'config-no-change' => 'No change: the file has been left unchanged.~~',
|
||||||
|
'config-reverted' => 'The configuration has been reverted.~~',
|
||||||
|
'config-parse-error' => 'Line %2$d: %1$s.<br/>The file has NOT been updated.~~',
|
||||||
|
'config-current-line' => 'Editing line: %1$s~~',
|
||||||
|
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
|
||||||
|
));
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,85 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
'Menu:iTopHub' => 'iTop Hub~~',
|
||||||
|
'Menu:iTopHub:Register' => 'Connect to iTop Hub~~',
|
||||||
|
'Menu:iTopHub:Register+' => 'Go to iTop Hub to update your iTop instance~~',
|
||||||
|
'Menu:iTopHub:Register:Description' => '<p>Get access to your community platform iTop Hub!</br>Find all the content and information you need, manage your instances through personalized tools & install more extensions.</br><br/>By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.</p>~~',
|
||||||
|
'Menu:iTopHub:MyExtensions' => 'Deployed extensions~~',
|
||||||
|
'Menu:iTopHub:MyExtensions+' => 'See the list of extensions deployed on this instance of iTop~~',
|
||||||
|
'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~',
|
||||||
|
'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~',
|
||||||
|
'Menu:iTopHub:BrowseExtensions:Description' => '<p>Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !</br>Find the ones that will help you customize and adapt iTop to your processes.</br><br/>By connecting to the Hub from this page, you will push information about this iTop instance into the Hub.</p>~~',
|
||||||
|
'iTopHub:GoBtn' => 'Go To iTop Hub~~',
|
||||||
|
'iTopHub:CloseBtn' => 'Close~~',
|
||||||
|
'iTopHub:GoBtn:Tooltip' => 'Jump to www.itophub.io~~',
|
||||||
|
'iTopHub:OpenInNewWindow' => 'Open iTop Hub in a new window~~',
|
||||||
|
'iTopHub:AutoSubmit' => 'Don\'t ask me again. Next time, go to iTop Hub automatically.~~',
|
||||||
|
'UI:About:RemoteExtensionSource' => 'iTop Hub~~',
|
||||||
|
'iTopHub:Explanation' => 'By clicking this button you will be redirected to iTop Hub.~~',
|
||||||
|
|
||||||
|
'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.~~',
|
||||||
|
'iTopHub:FailedToCheckFreeDiskSpace' => 'Failed to check free disk space.~~',
|
||||||
|
'iTopHub:BackupOk' => 'Backup Ok.~~',
|
||||||
|
'iTopHub:BackupFailed' => 'Backup failed!~~',
|
||||||
|
'iTopHub:Landing:Status' => 'Deployment status~~',
|
||||||
|
'iTopHub:Landing:Install' => 'Deploying extensions...~~',
|
||||||
|
'iTopHub:CompiledOK' => 'Compilation successful.~~',
|
||||||
|
'iTopHub:ConfigurationSafelyReverted' => 'Error detected during deployment!<br/>iTop configuration has NOT been modified.~~',
|
||||||
|
'iTopHub:FailAuthent' => 'Authentication failed for this action.~~',
|
||||||
|
|
||||||
|
'iTopHub:InstalledExtensions' => 'Extensions deployed on this instance~~',
|
||||||
|
'iTopHub:ExtensionCategory:Manual' => 'Extensions deployed manually~~',
|
||||||
|
'iTopHub:ExtensionCategory:Manual+' => 'The following extensions have been deployed by copying them manually in the %1$s directory of iTop:~~',
|
||||||
|
'iTopHub:ExtensionCategory:Remote' => 'Extensions deployed from iTop Hub~~',
|
||||||
|
'iTopHub:ExtensionCategory:Remote+' => 'The following extensions have been deployed from iTop Hub:~~',
|
||||||
|
'iTopHub:NoExtensionInThisCategory' => 'There is no extension in this category.<br/><br/>Browse iTop Hub to find the extensions that will help you customize and adapt iTop to your processes.~~',
|
||||||
|
'iTopHub:ExtensionNotInstalled' => 'Not installed~~',
|
||||||
|
'iTopHub:GetMoreExtensions' => 'Get extensions from iTop Hub...~~',
|
||||||
|
|
||||||
|
'iTopHub:LandingWelcome' => 'Congratulations! The following extensions were downloaded from iTop Hub and deployed into your iTop.~~',
|
||||||
|
'iTopHub:GoBackToITopBtn' => 'Go Back to iTop~~',
|
||||||
|
'iTopHub:Uncompressing' => 'Uncompressing extensions...~~',
|
||||||
|
'iTopHub:InstallationWelcome' => 'Installation of the extensions downloaded from iTop Hub~~',
|
||||||
|
'iTopHub:DBBackupLabel' => 'Instance backup~~',
|
||||||
|
'iTopHub:DBBackupSentence' => 'Do a backup of the database and iTop configuration before updating~~',
|
||||||
|
'iTopHub:DeployBtn' => 'Deploy !~~',
|
||||||
|
'iTopHub:DatabaseBackupProgress' => 'Instance backup...~~',
|
||||||
|
|
||||||
|
'iTopHub:InstallationEffect:Install' => 'Version: %1$s will be installed.~~',
|
||||||
|
'iTopHub:InstallationEffect:NoChange' => 'Version: %1$s already installed. Nothing will change.~~',
|
||||||
|
'iTopHub:InstallationEffect:Upgrade' => 'Will be <b>upgraded</b> from version %1$s to version %2$s.~~',
|
||||||
|
'iTopHub:InstallationEffect:Downgrade' => 'Will be <b>DOWNGRADED</b> from version %1$s to version %2$s.~~',
|
||||||
|
'iTopHub:InstallationProgress:DatabaseBackup' => 'iTop Instance backup...~~',
|
||||||
|
'iTopHub:InstallationProgress:ExtensionsInstallation' => 'Installation of the extensions~~',
|
||||||
|
'iTopHub:InstallationEffect:MissingDependencies' => 'This extension cannot be installed because of unmet dependencies.~~',
|
||||||
|
'iTopHub:InstallationEffect:MissingDependencies_Details' => 'The extension requires the module(s): %1$s~~',
|
||||||
|
'iTopHub:InstallationProgress:InstallationSuccessful' => 'Installation successful!~~',
|
||||||
|
|
||||||
|
'iTopHub:InstallationStatus:Installed_Version' => '%1$s version: %2$s.~~',
|
||||||
|
'iTopHub:InstallationStatus:Installed' => 'Installed~~',
|
||||||
|
'iTopHub:InstallationStatus:Version_NotInstalled' => 'Version %1$s <b>NOT</b> installed.~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,251 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:IncidentManagement' => 'Incident Management~~',
|
||||||
|
'Menu:IncidentManagement+' => 'Incident Management~~',
|
||||||
|
'Menu:Incident:Overview' => 'Overview~~',
|
||||||
|
'Menu:Incident:Overview+' => 'Overview~~',
|
||||||
|
'Menu:NewIncident' => 'New incident~~',
|
||||||
|
'Menu:NewIncident+' => 'Create a new incident ticket~~',
|
||||||
|
'Menu:SearchIncidents' => 'Search for incidents~~',
|
||||||
|
'Menu:SearchIncidents+' => 'Search for incident tickets~~',
|
||||||
|
'Menu:Incident:Shortcuts' => 'Shortcuts~~',
|
||||||
|
'Menu:Incident:Shortcuts+' => '~~',
|
||||||
|
'Menu:Incident:MyIncidents' => 'Incidents assigned to me~~',
|
||||||
|
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)~~',
|
||||||
|
'Menu:Incident:EscalatedIncidents' => 'Escalated incidents~~',
|
||||||
|
'Menu:Incident:EscalatedIncidents+' => 'Escalated incidents~~',
|
||||||
|
'Menu:Incident:OpenIncidents' => 'All open incidents~~',
|
||||||
|
'Menu:Incident:OpenIncidents+' => 'All open incidents~~',
|
||||||
|
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Last 14 days incident per priority~~',
|
||||||
|
'UI-IncidentManagementOverview-Last-14-days' => 'Last 14 days number of incidents~~',
|
||||||
|
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status~~',
|
||||||
|
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent~~',
|
||||||
|
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// 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>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Incident
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Incident' => 'Incident~~',
|
||||||
|
'Class:Incident+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status' => 'Status~~',
|
||||||
|
'Class:Incident/Attribute:status+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:new' => 'New~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:new+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Escalated TTO~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_tto+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:assigned' => 'Assigned~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:assigned+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Escalated TTR~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:pending' => 'Pending~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:pending+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:resolved' => 'Resolved~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:resolved+' => '~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:closed' => 'Closed~~',
|
||||||
|
'Class:Incident/Attribute:status/Value:closed+' => '~~',
|
||||||
|
'Class:Incident/Attribute:impact' => 'Impact~~',
|
||||||
|
'Class:Incident/Attribute:impact+' => '~~',
|
||||||
|
'Class:Incident/Attribute:impact/Value:1' => 'A department~~',
|
||||||
|
'Class:Incident/Attribute:impact/Value:1+' => '~~',
|
||||||
|
'Class:Incident/Attribute:impact/Value:2' => 'A service~~',
|
||||||
|
'Class:Incident/Attribute:impact/Value:2+' => '~~',
|
||||||
|
'Class:Incident/Attribute:impact/Value:3' => 'A person~~',
|
||||||
|
'Class:Incident/Attribute:impact/Value:3+' => '~~',
|
||||||
|
'Class:Incident/Attribute:priority' => 'Priority~~',
|
||||||
|
'Class:Incident/Attribute:priority+' => '~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:1' => 'critical~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:1+' => 'critical~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:2' => 'high~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:2+' => 'high~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:3' => 'medium~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:3+' => 'medium~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:4' => 'low~~',
|
||||||
|
'Class:Incident/Attribute:priority/Value:4+' => 'low~~',
|
||||||
|
'Class:Incident/Attribute:urgency' => 'Urgency~~',
|
||||||
|
'Class:Incident/Attribute:urgency+' => '~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:1' => 'critical~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:1+' => 'critical~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:2' => 'high~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:2+' => 'high~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:3' => 'medium~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:3+' => 'medium~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:4' => 'low~~',
|
||||||
|
'Class:Incident/Attribute:urgency/Value:4+' => 'low~~',
|
||||||
|
'Class:Incident/Attribute:origin' => 'Origin~~',
|
||||||
|
'Class:Incident/Attribute:origin+' => '~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:mail' => 'email~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:mail+' => 'email~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:monitoring' => 'monitoring~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:monitoring+' => 'monitoring~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:phone' => 'phone~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:phone+' => 'phone~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:portal' => 'portal~~',
|
||||||
|
'Class:Incident/Attribute:origin/Value:portal+' => 'portal~~',
|
||||||
|
'Class:Incident/Attribute:service_id' => 'Service~~',
|
||||||
|
'Class:Incident/Attribute:service_id+' => '~~',
|
||||||
|
'Class:Incident/Attribute:service_name' => 'Service name~~',
|
||||||
|
'Class:Incident/Attribute:service_name+' => '~~',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_id' => 'Service subcategory~~',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_id+' => '~~',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_name' => 'Service subcategory name~~',
|
||||||
|
'Class:Incident/Attribute:servicesubcategory_name+' => '~~',
|
||||||
|
'Class:Incident/Attribute:escalation_flag' => 'Hot Flag~~',
|
||||||
|
'Class:Incident/Attribute:escalation_flag+' => '~~',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:no' => 'No~~',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:no+' => 'No~~',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Yes~~',
|
||||||
|
'Class:Incident/Attribute:escalation_flag/Value:yes+' => 'Yes~~',
|
||||||
|
'Class:Incident/Attribute:escalation_reason' => 'Hot reason~~',
|
||||||
|
'Class:Incident/Attribute:escalation_reason+' => '~~',
|
||||||
|
'Class:Incident/Attribute:assignment_date' => 'Assignment date~~',
|
||||||
|
'Class:Incident/Attribute:assignment_date+' => '~~',
|
||||||
|
'Class:Incident/Attribute:resolution_date' => 'Resolution date~~',
|
||||||
|
'Class:Incident/Attribute:resolution_date+' => '~~',
|
||||||
|
'Class:Incident/Attribute:last_pending_date' => 'Last pending date~~',
|
||||||
|
'Class:Incident/Attribute:last_pending_date+' => '~~',
|
||||||
|
'Class:Incident/Attribute:cumulatedpending' => 'Cumulated pending~~',
|
||||||
|
'Class:Incident/Attribute:cumulatedpending+' => '~~',
|
||||||
|
'Class:Incident/Attribute:tto' => 'tto~~',
|
||||||
|
'Class:Incident/Attribute:tto+' => '~~',
|
||||||
|
'Class:Incident/Attribute:ttr' => 'ttr~~',
|
||||||
|
'Class:Incident/Attribute:ttr+' => '~~',
|
||||||
|
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
|
||||||
|
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
|
||||||
|
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed~~',
|
||||||
|
'Class:Incident/Attribute:sla_tto_passed+' => '~~',
|
||||||
|
'Class:Incident/Attribute:sla_tto_over' => 'SLA tto over~~',
|
||||||
|
'Class:Incident/Attribute:sla_tto_over+' => '~~',
|
||||||
|
'Class:Incident/Attribute:ttr_escalation_deadline' => 'TTR Deadline~~',
|
||||||
|
'Class:Incident/Attribute:ttr_escalation_deadline+' => '~~',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_passed' => 'SLA ttr passed~~',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_passed+' => '~~',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_over' => 'SLA ttr over~~',
|
||||||
|
'Class:Incident/Attribute:sla_ttr_over+' => '~~',
|
||||||
|
'Class:Incident/Attribute:time_spent' => 'Resolution delay~~',
|
||||||
|
'Class:Incident/Attribute:time_spent+' => '~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code' => 'Resolution code~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code+' => '~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'assistance~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:assistance+' => 'assistance~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'bug fixed~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => 'bug fixed~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'hardware repair~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => 'hardware repair~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:other' => 'other~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:other+' => 'other~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'software patch~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:software patch+' => 'software patch~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:system update' => 'system update~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:system update+' => 'system update~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:training' => 'training~~',
|
||||||
|
'Class:Incident/Attribute:resolution_code/Value:training+' => 'training~~',
|
||||||
|
'Class:Incident/Attribute:solution' => 'Solution~~',
|
||||||
|
'Class:Incident/Attribute:solution+' => '~~',
|
||||||
|
'Class:Incident/Attribute:pending_reason' => 'Pending reason~~',
|
||||||
|
'Class:Incident/Attribute:pending_reason+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id' => 'Parent incident~~',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_incident_ref' => 'Parent incident ref~~',
|
||||||
|
'Class:Incident/Attribute:parent_incident_ref+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_change_id' => 'Parent change~~',
|
||||||
|
'Class:Incident/Attribute:parent_change_id+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_change_ref' => 'Parent change ref~~',
|
||||||
|
'Class:Incident/Attribute:parent_change_ref+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||||
|
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||||
|
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||||
|
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||||
|
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||||
|
'Class:Incident/Attribute:child_incidents_list' => 'Child incidents~~',
|
||||||
|
'Class:Incident/Attribute:child_incidents_list+' => 'All the child incidents related to this incident~~',
|
||||||
|
'Class:Incident/Attribute:public_log' => 'Public log~~',
|
||||||
|
'Class:Incident/Attribute:public_log+' => '~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction' => 'User satisfaction~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction+' => '~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Very satisfied~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:1+' => 'Very satisfied~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Fairly statisfied~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:2+' => 'Fairly statisfied~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Rather Dissatified~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:3+' => 'Rather Dissatified~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied~~',
|
||||||
|
'Class:Incident/Attribute:user_satisfaction/Value:4+' => 'Very Dissatisfied~~',
|
||||||
|
'Class:Incident/Attribute:user_comment' => 'User comment~~',
|
||||||
|
'Class:Incident/Attribute:user_comment+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'parent_incident_id_friendlyname~~',
|
||||||
|
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_assign' => 'Assign~~',
|
||||||
|
'Class:Incident/Stimulus:ev_assign+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_reassign' => 'Re-assign~~',
|
||||||
|
'Class:Incident/Stimulus:ev_reassign+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_pending' => 'Pending~~',
|
||||||
|
'Class:Incident/Stimulus:ev_pending+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_timeout' => 'Timeout~~',
|
||||||
|
'Class:Incident/Stimulus:ev_timeout+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatic resolve~~',
|
||||||
|
'Class:Incident/Stimulus:ev_autoresolve+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_autoclose' => 'Automatic close~~',
|
||||||
|
'Class:Incident/Stimulus:ev_autoclose+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_resolve' => 'Mark as resolved~~',
|
||||||
|
'Class:Incident/Stimulus:ev_resolve+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_close' => 'Close this request~~',
|
||||||
|
'Class:Incident/Stimulus:ev_close+' => '~~',
|
||||||
|
'Class:Incident/Stimulus:ev_reopen' => 'Re-open~~',
|
||||||
|
'Class:Incident/Stimulus:ev_reopen+' => '~~',
|
||||||
|
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself~~',
|
||||||
|
|
||||||
|
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||||
|
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||||
|
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Incident
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||||
|
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||||
|
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||||
|
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||||
|
));
|
||||||
@@ -0,0 +1,185 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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>+
|
||||||
|
//
|
||||||
|
// Class: KnownError
|
||||||
|
//
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:KnownError' => 'Known Error~~',
|
||||||
|
'Class:KnownError+' => 'Error documented for a known issue~~',
|
||||||
|
'Class:KnownError/Attribute:name' => 'Name~~',
|
||||||
|
'Class:KnownError/Attribute:name+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:org_id' => 'Customer~~',
|
||||||
|
'Class:KnownError/Attribute:org_id+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:cust_name' => 'Customer Name~~',
|
||||||
|
'Class:KnownError/Attribute:cust_name+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:problem_id' => 'Related Problem~~',
|
||||||
|
'Class:KnownError/Attribute:problem_id+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:problem_ref' => 'Related Problem Ref~~',
|
||||||
|
'Class:KnownError/Attribute:problem_ref+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:symptom' => 'Symptom~~',
|
||||||
|
'Class:KnownError/Attribute:symptom+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:root_cause' => 'Root Cause~~',
|
||||||
|
'Class:KnownError/Attribute:root_cause+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:workaround' => 'Work around~~',
|
||||||
|
'Class:KnownError/Attribute:workaround+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:solution' => 'Solution~~',
|
||||||
|
'Class:KnownError/Attribute:solution+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:error_code' => 'Error Code~~',
|
||||||
|
'Class:KnownError/Attribute:error_code+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:domain' => 'Domain~~',
|
||||||
|
'Class:KnownError/Attribute:domain+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Application' => 'Application~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Desktop~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Network' => 'Network~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Network+' => 'Network~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Server' => 'Server~~',
|
||||||
|
'Class:KnownError/Attribute:domain/Value:Server+' => 'Server~~',
|
||||||
|
'Class:KnownError/Attribute:vendor' => 'Vendor~~',
|
||||||
|
'Class:KnownError/Attribute:vendor+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:model' => 'Model~~',
|
||||||
|
'Class:KnownError/Attribute:model+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:version' => 'Version~~',
|
||||||
|
'Class:KnownError/Attribute:version+' => '~~',
|
||||||
|
'Class:KnownError/Attribute:ci_list' => 'CIs~~',
|
||||||
|
'Class:KnownError/Attribute:ci_list+' => 'All the configuration items that are related to this known error~~',
|
||||||
|
'Class:KnownError/Attribute:document_list' => 'Documents~~',
|
||||||
|
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkErrorToFunctionalCI
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkErrorToFunctionalCI' => 'Link Error / FunctionalCI~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI+' => 'Infra related to a known error~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id' => 'CI~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id+' => '~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name' => 'CI name~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name+' => '~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_id' => 'Error~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_id+' => '~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_name' => 'Error name~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:error_name+' => '~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:reason' => 'Reason~~',
|
||||||
|
'Class:lnkErrorToFunctionalCI/Attribute:reason+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDocumentToError
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkDocumentToError' => 'Link Documents / Errors~~',
|
||||||
|
'Class:lnkDocumentToError+' => 'A link between a document and a known error~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_id' => 'Document~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_id+' => '~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_name' => 'Document Name~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:document_name+' => '~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_id' => 'Error~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_id+' => '~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_name' => 'Error name~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:error_name+' => '~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:link_type' => 'link_type~~',
|
||||||
|
'Class:lnkDocumentToError/Attribute:link_type+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: FAQ
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:FAQ' => 'FAQ~~',
|
||||||
|
'Class:FAQ+' => 'Frequently asked questions~~',
|
||||||
|
'Class:FAQ/Attribute:title' => 'Title~~',
|
||||||
|
'Class:FAQ/Attribute:title+' => '~~',
|
||||||
|
'Class:FAQ/Attribute:summary' => 'Summary~~',
|
||||||
|
'Class:FAQ/Attribute:summary+' => '~~',
|
||||||
|
'Class:FAQ/Attribute:description' => 'Description~~',
|
||||||
|
'Class:FAQ/Attribute:description+' => '~~',
|
||||||
|
'Class:FAQ/Attribute:category_id' => 'Category~~',
|
||||||
|
'Class:FAQ/Attribute:category_id+' => '~~',
|
||||||
|
'Class:FAQ/Attribute:category_name' => 'Category name~~',
|
||||||
|
'Class:FAQ/Attribute:category_name+' => '~~',
|
||||||
|
'Class:FAQ/Attribute:error_code' => 'Error code~~',
|
||||||
|
'Class:FAQ/Attribute:error_code+' => '~~',
|
||||||
|
'Class:FAQ/Attribute:key_words' => 'Key words~~',
|
||||||
|
'Class:FAQ/Attribute:key_words+' => '~~',
|
||||||
|
'Class:FAQ/Attribute:domains' => 'Domains~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: FAQCategory
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:FAQCategory' => 'FAQ Category~~',
|
||||||
|
'Class:FAQCategory+' => 'Category for FAQ~~',
|
||||||
|
'Class:FAQCategory/Attribute:name' => 'Name~~',
|
||||||
|
'Class:FAQCategory/Attribute:name+' => '~~',
|
||||||
|
'Class:FAQCategory/Attribute:faq_list' => 'FAQs~~',
|
||||||
|
'Class:FAQCategory/Attribute:faq_list+' => 'All the frequently asked questions related to this category~~',
|
||||||
|
));
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:ProblemManagement' => 'Problem Management~~',
|
||||||
|
'Menu:ProblemManagement+' => 'Problem Management~~',
|
||||||
|
'Menu:Problem:Shortcuts' => 'Shortcuts~~',
|
||||||
|
'Menu:NewError' => 'New known error~~',
|
||||||
|
'Menu:NewError+' => 'Creation of a new known error~~',
|
||||||
|
'Menu:SearchError' => 'Search for known errors~~',
|
||||||
|
'Menu:SearchError+' => 'Search for known errors~~',
|
||||||
|
'Menu:Problem:KnownErrors' => 'All known errors~~',
|
||||||
|
'Menu:Problem:KnownErrors+' => 'All known errors~~',
|
||||||
|
'Menu:FAQCategory' => 'FAQ categories~~',
|
||||||
|
'Menu:FAQCategory+' => 'All FAQ categories~~',
|
||||||
|
'Menu:FAQ' => 'FAQs~~',
|
||||||
|
'Menu:FAQ+' => 'All FAQs~~',
|
||||||
|
|
||||||
|
'Brick:Portal:FAQ:Menu' => 'FAQ~~',
|
||||||
|
'Brick:Portal:FAQ:Title' => 'Frequently Asked Questions~~',
|
||||||
|
'Brick:Portal:FAQ:Title+' => '<p>In a hurry?</p><p>Check out the list of most common questions and (maybe) find the expected answer right away.</p>~~',
|
||||||
|
));
|
||||||
146
datamodels/2.x/itop-portal-base/sk.dict.itop-portal-base.php
Normal file
146
datamodels/2.x/itop-portal-base/sk.dict.itop-portal-base.php
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// Portal
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Page:DefaultTitle' => '%1$s User portal~~',
|
||||||
|
'Page:PleaseWait' => 'Please wait...~~',
|
||||||
|
'Page:Home' => 'Home~~',
|
||||||
|
'Page:GoPortalHome' => 'Home page~~',
|
||||||
|
'Page:GoPreviousPage' => 'Previous page~~',
|
||||||
|
'Page:ReloadPage' => 'Reload page~~',
|
||||||
|
'Portal:Button:Submit' => 'Submit~~',
|
||||||
|
'Portal:Button:Apply' => 'Update~~',
|
||||||
|
'Portal:Button:Cancel' => 'Cancel~~',
|
||||||
|
'Portal:Button:Close' => 'Close~~',
|
||||||
|
'Portal:Button:Add' => 'Add~~',
|
||||||
|
'Portal:Button:Remove' => 'Remove~~',
|
||||||
|
'Portal:Button:Delete' => 'Delete~~',
|
||||||
|
'Portal:EnvironmentBanner:Title' => 'You are currently in <strong>%1$s</strong> mode~~',
|
||||||
|
'Portal:EnvironmentBanner:GoToProduction' => 'Go back to PRODUCTION mode~~',
|
||||||
|
'Error:HTTP:400' => 'Bad request~~',
|
||||||
|
'Error:HTTP:401' => 'Authentication~~',
|
||||||
|
'Error:HTTP:404' => 'Page not found~~',
|
||||||
|
'Error:HTTP:500' => 'Oops! An error has occured.~~',
|
||||||
|
'Error:HTTP:GetHelp' => 'Please contact your %1$s administrator if the problem keeps happening.~~',
|
||||||
|
'Error:XHR:Fail' => 'Could not load data, please contact your %1$s administrator~~',
|
||||||
|
'Portal:ErrorUserLoggedOut' => 'You are logged out and need to log in again in order to continue.~~',
|
||||||
|
'Portal:Datatables:Language:Processing' => 'Please wait...~~',
|
||||||
|
'Portal:Datatables:Language:Search' => 'Filter:~~',
|
||||||
|
'Portal:Datatables:Language:LengthMenu' => 'Display _MENU_ items per page~~',
|
||||||
|
'Portal:Datatables:Language:ZeroRecords' => 'No result~~',
|
||||||
|
'Portal:Datatables:Language:Info' => 'Page _PAGE_ of _PAGES_~~',
|
||||||
|
'Portal:Datatables:Language:InfoEmpty' => 'No information~~',
|
||||||
|
'Portal:Datatables:Language:InfoFiltered' => 'filtered out of _MAX_ items~~',
|
||||||
|
'Portal:Datatables:Language:EmptyTable' => 'No data available in this table~~',
|
||||||
|
'Portal:Datatables:Language:DisplayLength:All' => 'All~~',
|
||||||
|
'Portal:Datatables:Language:Paginate:First' => 'First~~',
|
||||||
|
'Portal:Datatables:Language:Paginate:Previous' => 'Previous~~',
|
||||||
|
'Portal:Datatables:Language:Paginate:Next' => 'Next~~',
|
||||||
|
'Portal:Datatables:Language:Paginate:Last' => 'Last~~',
|
||||||
|
'Portal:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort~~',
|
||||||
|
'Portal:Datatables:Language:Sort:Descending' => 'enable for a descending sort~~',
|
||||||
|
'Portal:Autocomplete:NoResult' => 'No data~~',
|
||||||
|
'Portal:Attachments:DropZone:Message' => 'Drop your files to add them as attachments~~',
|
||||||
|
'Portal:File:None' => 'No file~~',
|
||||||
|
'Portal:File:DisplayInfo' => '<a href="%2$s" class="file_download_link">%1$s</a>~~',
|
||||||
|
'Portal:File:DisplayInfo+' => '%1$s (%2$s) <a href="%3$s" class="file_open_link" target="_blank">Open</a> / <a href="%4$s" class="file_download_link">Download</a>~~',
|
||||||
|
'Portal:Calendar-FirstDayOfWeek' => 'en-us~~', //work with moment.js locales
|
||||||
|
));
|
||||||
|
|
||||||
|
// UserProfile brick
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Brick:Portal:UserProfile:Name' => 'User profile~~',
|
||||||
|
'Brick:Portal:UserProfile:Navigation:Dropdown:MyProfil' => 'My profile~~',
|
||||||
|
'Brick:Portal:UserProfile:Navigation:Dropdown:Logout' => 'Logoff~~',
|
||||||
|
'Brick:Portal:UserProfile:Password:Title' => 'Password~~',
|
||||||
|
'Brick:Portal:UserProfile:Password:ChoosePassword' => 'Choose password~~',
|
||||||
|
'Brick:Portal:UserProfile:Password:ConfirmPassword' => 'Confirm password~~',
|
||||||
|
'Brick:Portal:UserProfile:Password:CantChangeContactAdministrator' => 'To change your password, please contact your %1$s administrator~~',
|
||||||
|
'Brick:Portal:UserProfile:Password:CantChangeForUnknownReason' => 'Can\'t change password, please contact your %1$s administrator~~',
|
||||||
|
'Brick:Portal:UserProfile:PersonalInformations:Title' => 'Personal informations~~',
|
||||||
|
'Brick:Portal:UserProfile:Photo:Title' => 'Photo~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// AggregatePageBrick
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Brick:Portal:AggregatePage:DefaultTitle' => 'Dashboard~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// BrowseBrick brick
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
|
||||||
|
'Brick:Portal:Browse:Mode:List' => 'List~~',
|
||||||
|
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
|
||||||
|
'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
|
||||||
|
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
|
||||||
|
'Brick:Portal:Browse:Action:View' => 'Details~~',
|
||||||
|
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
|
||||||
|
'Brick:Portal:Browse:Action:Create' => 'Create~~',
|
||||||
|
'Brick:Portal:Browse:Action:CreateObjectFromThis' => 'New %1$s~~',
|
||||||
|
'Brick:Portal:Browse:Tree:ExpandAll' => 'Expand all~~',
|
||||||
|
'Brick:Portal:Browse:Tree:CollapseAll' => 'Collapse all~~',
|
||||||
|
'Brick:Portal:Browse:Filter:NoData' => 'No item~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// ManageBrick brick
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Brick:Portal:Manage:Name' => 'Manage items~~',
|
||||||
|
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
|
||||||
|
'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
|
||||||
|
'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
|
||||||
|
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
|
||||||
|
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
|
||||||
|
'Brick:Portal:Manage:Others' => 'Others~~',
|
||||||
|
'Brick:Portal:Manage:All' => 'All~~',
|
||||||
|
'Brick:Portal:Manage:Group' => 'Group~~',
|
||||||
|
'Brick:Portal:Manage:fct:count' => 'Total~~',
|
||||||
|
'Brick:Portal:Manage:fct:sum' => 'Sum~~',
|
||||||
|
'Brick:Portal:Manage:fct:avg' => 'Average~~',
|
||||||
|
'Brick:Portal:Manage:fct:min' => 'Min~~',
|
||||||
|
'Brick:Portal:Manage:fct:max' => 'Max~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// ObjectBrick brick
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Brick:Portal:Object:Name' => 'Object~~',
|
||||||
|
'Brick:Portal:Object:Form:Create:Title' => 'New %1$s~~',
|
||||||
|
'Brick:Portal:Object:Form:Edit:Title' => 'Updating %2$s (%1$s)~~',
|
||||||
|
'Brick:Portal:Object:Form:View:Title' => '%1$s : %2$s~~',
|
||||||
|
'Brick:Portal:Object:Form:Stimulus:Title' => 'Please, fill the following informations:~~',
|
||||||
|
'Brick:Portal:Object:Form:Message:Saved' => 'Saved~~',
|
||||||
|
'Brick:Portal:Object:Search:Regular:Title' => 'Select %1$s (%2$s)~~',
|
||||||
|
'Brick:Portal:Object:Search:Hierarchy:Title' => 'Select %1$s (%2$s)~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// CreateBrick brick
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Brick:Portal:Create:Name' => 'Quick creation~~',
|
||||||
|
'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// Filter brick
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
|
||||||
|
'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
|
||||||
|
'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
|
||||||
|
));
|
||||||
146
datamodels/2.x/itop-problem-mgmt/sk.dict.itop-problem-mgmt.php
Normal file
146
datamodels/2.x/itop-problem-mgmt/sk.dict.itop-problem-mgmt.php
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:ProblemManagement' => 'Problem Management~~',
|
||||||
|
'Menu:ProblemManagement+' => 'Problem Management~~',
|
||||||
|
'Menu:Problem:Overview' => 'Overview~~',
|
||||||
|
'Menu:Problem:Overview+' => 'Overview~~',
|
||||||
|
'Menu:NewProblem' => 'New problem~~',
|
||||||
|
'Menu:NewProblem+' => 'New problem~~',
|
||||||
|
'Menu:SearchProblems' => 'Search for problems~~',
|
||||||
|
'Menu:SearchProblems+' => 'Search for problems~~',
|
||||||
|
'Menu:Problem:Shortcuts' => 'Shortcuts~~',
|
||||||
|
'Menu:Problem:MyProblems' => 'My problems~~',
|
||||||
|
'Menu:Problem:MyProblems+' => 'My problems~~',
|
||||||
|
'Menu:Problem:OpenProblems' => 'All open problems~~',
|
||||||
|
'Menu:Problem:OpenProblems+' => 'All open problems~~',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByService' => 'Problems by service~~',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByService+' => 'Problems by service~~',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByPriority' => 'Problems by priority~~',
|
||||||
|
'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problems by priority~~',
|
||||||
|
'UI-ProblemManagementOverview-ProblemUnassigned' => 'Unassigned problems~~',
|
||||||
|
'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Unassigned problems~~',
|
||||||
|
'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard for Problem Management~~',
|
||||||
|
'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard for Problem Management~~',
|
||||||
|
|
||||||
|
));
|
||||||
|
//
|
||||||
|
// Class: Problem
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Problem' => 'Problem~~',
|
||||||
|
'Class:Problem+' => '~~',
|
||||||
|
'Class:Problem/Attribute:status' => 'Status~~',
|
||||||
|
'Class:Problem/Attribute:status+' => '~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:new' => 'New~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:new+' => '~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:assigned' => 'Assigned~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:assigned+' => '~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:resolved' => 'Resolved~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:resolved+' => '~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:closed' => 'Closed~~',
|
||||||
|
'Class:Problem/Attribute:status/Value:closed+' => '~~',
|
||||||
|
'Class:Problem/Attribute:service_id' => 'Service~~',
|
||||||
|
'Class:Problem/Attribute:service_id+' => '~~',
|
||||||
|
'Class:Problem/Attribute:service_name' => 'Service name~~',
|
||||||
|
'Class:Problem/Attribute:service_name+' => '~~',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_id' => 'Service subcategory~~',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_id+' => '~~',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_name' => 'Service subcategory~~',
|
||||||
|
'Class:Problem/Attribute:servicesubcategory_name+' => '~~',
|
||||||
|
'Class:Problem/Attribute:product' => 'Product~~',
|
||||||
|
'Class:Problem/Attribute:product+' => '~~',
|
||||||
|
'Class:Problem/Attribute:impact' => 'Impact~~',
|
||||||
|
'Class:Problem/Attribute:impact+' => '~~',
|
||||||
|
'Class:Problem/Attribute:impact/Value:1' => 'A Department~~',
|
||||||
|
'Class:Problem/Attribute:impact/Value:1+' => '~~',
|
||||||
|
'Class:Problem/Attribute:impact/Value:2' => 'A Service~~',
|
||||||
|
'Class:Problem/Attribute:impact/Value:2+' => '~~',
|
||||||
|
'Class:Problem/Attribute:impact/Value:3' => 'A person~~',
|
||||||
|
'Class:Problem/Attribute:impact/Value:3+' => '~~',
|
||||||
|
'Class:Problem/Attribute:urgency' => 'Urgency~~',
|
||||||
|
'Class:Problem/Attribute:urgency+' => '~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:1' => 'critical~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:1+' => 'critical~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:2' => 'high~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:2+' => 'high~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:3' => 'medium~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:3+' => 'medium~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:4' => 'low~~',
|
||||||
|
'Class:Problem/Attribute:urgency/Value:4+' => 'low~~',
|
||||||
|
'Class:Problem/Attribute:priority' => 'Priority~~',
|
||||||
|
'Class:Problem/Attribute:priority+' => '~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:1' => 'Critical~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:1+' => 'Critical~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:2' => 'High~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:2+' => 'High~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:3' => 'Medium~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:3+' => 'Medium~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:4' => 'Low~~',
|
||||||
|
'Class:Problem/Attribute:priority/Value:4+' => 'Low~~',
|
||||||
|
'Class:Problem/Attribute:related_change_id' => 'Related Change~~',
|
||||||
|
'Class:Problem/Attribute:related_change_id+' => '~~',
|
||||||
|
'Class:Problem/Attribute:related_change_ref' => 'Related Change ref~~',
|
||||||
|
'Class:Problem/Attribute:related_change_ref+' => '~~',
|
||||||
|
'Class:Problem/Attribute:assignment_date' => 'Assignment Date~~',
|
||||||
|
'Class:Problem/Attribute:assignment_date+' => '~~',
|
||||||
|
'Class:Problem/Attribute:resolution_date' => 'Resolution Date~~',
|
||||||
|
'Class:Problem/Attribute:resolution_date+' => '~~',
|
||||||
|
'Class:Problem/Attribute:knownerrors_list' => 'Known Errors~~',
|
||||||
|
'Class:Problem/Attribute:knownerrors_list+' => 'All the known errors that are linked to this problem~~',
|
||||||
|
'Class:Problem/Attribute:related_request_list' => 'Related requests~~',
|
||||||
|
'Class:Problem/Attribute:related_request_list+' => 'All the requests that are related to this problem~~',
|
||||||
|
'Class:Problem/Attribute:related_incident_list' => 'Related incidents~~',
|
||||||
|
'Class:Problem/Attribute:related_incident_list+' => 'All the incidents that are related to this problem~~',
|
||||||
|
'Class:Problem/Stimulus:ev_assign' => 'Assign~~',
|
||||||
|
'Class:Problem/Stimulus:ev_assign+' => '~~',
|
||||||
|
'Class:Problem/Stimulus:ev_reassign' => 'Reassign~~',
|
||||||
|
'Class:Problem/Stimulus:ev_reassign+' => '~~',
|
||||||
|
'Class:Problem/Stimulus:ev_resolve' => 'Resolve~~',
|
||||||
|
'Class:Problem/Stimulus:ev_resolve+' => '~~',
|
||||||
|
'Class:Problem/Stimulus:ev_close' => 'Close~~',
|
||||||
|
'Class:Problem/Stimulus:ev_close+' => '~~',
|
||||||
|
));
|
||||||
@@ -0,0 +1,272 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:RequestManagement' => 'Helpdesk',
|
||||||
|
'Menu:RequestManagement+' => '',
|
||||||
|
'Menu:RequestManagementProvider' => 'Poskytovateľ Helpdesku',
|
||||||
|
'Menu:RequestManagementProvider+' => '',
|
||||||
|
'Menu:UserRequest:Provider' => 'Otvorené požiadavky prenesené na poskytovateľa',
|
||||||
|
'Menu:UserRequest:Provider+' => '',
|
||||||
|
'Menu:UserRequest:Overview' => 'Prehľad',
|
||||||
|
'Menu:UserRequest:Overview+' => '',
|
||||||
|
'Menu:NewUserRequest' => 'Nové požiadavky užívateľa',
|
||||||
|
'Menu:NewUserRequest+' => '',
|
||||||
|
'Menu:SearchUserRequests' => 'Vyhľadať užívateľské požiadavky',
|
||||||
|
'Menu:SearchUserRequests+' => '',
|
||||||
|
'Menu:UserRequest:Shortcuts' => 'Skratky',
|
||||||
|
'Menu:UserRequest:Shortcuts+' => '',
|
||||||
|
'Menu:UserRequest:MyRequests' => 'požiadavky pridelené mne',
|
||||||
|
'Menu:UserRequest:MyRequests+' => '',
|
||||||
|
'Menu:UserRequest:MySupportRequests' => 'Moje hovory podpory',
|
||||||
|
'Menu:UserRequest:MySupportRequests+' => '',
|
||||||
|
'Menu:UserRequest:EscalatedRequests' => 'Eskalované požiadavky',
|
||||||
|
'Menu:UserRequest:EscalatedRequests+' => '',
|
||||||
|
'Menu:UserRequest:OpenRequests' => 'Všetky otvorené požiadavky',
|
||||||
|
'Menu:UserRequest:OpenRequests+' => '',
|
||||||
|
'UI:WelcomeMenu:MyAssignedCalls' => 'požiadavky pridelené mne',
|
||||||
|
'UI-RequestManagementOverview-RequestByType-last-14-days' => 'požiadavky za posledných 14 dní (po typoch)',
|
||||||
|
'UI-RequestManagementOverview-Last-14-days' => 'požiadavky posledných 14 dní (po dňoch)',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Otvorené požiadavky podľa stavu',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByAgent' => 'Otvorené požiadavky podľa agenta',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByType' => 'Otvorené požiadavky podľa typu',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Otvorené požiadavky podľa organizácie',
|
||||||
|
'Class:UserRequest:KnownErrorList' => 'Známe chyby',
|
||||||
|
));
|
||||||
|
|
||||||
|
// 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>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: UserRequest
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:UserRequest' => 'Požiadavka užívateľa',
|
||||||
|
'Class:UserRequest+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status' => 'Stav',
|
||||||
|
'Class:UserRequest/Attribute:status+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new' => 'Nová',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto' => 'Eskalované TTO',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned' => 'Pridelené',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr' => 'Eskalované TTR',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval' => 'Čaká sa na schválenie',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved' => 'Schválená',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected' => 'Zamietnutá',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending' => 'Pozdržaná',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved' => 'Vyriešená',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed' => 'Zatvorená',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type' => 'Typ požiadavky',
|
||||||
|
'Class:UserRequest/Attribute:request_type+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request' => 'Požiadavka',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact' => 'Dopad',
|
||||||
|
'Class:UserRequest/Attribute:impact+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1' => 'Oddelenie',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2' => 'Služba',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3' => 'Osoba',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority' => 'Priorita',
|
||||||
|
'Class:UserRequest/Attribute:priority+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1' => 'Kritická',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2' => 'Vysoká',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3' => 'Stredná',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4' => 'Nízka',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency' => 'Naliehavosť',
|
||||||
|
'Class:UserRequest/Attribute:urgency+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1' => 'Kritická',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2' => 'Vysoká',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3' => 'Stredná',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4' => 'Nízka',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin' => 'Pôvod',
|
||||||
|
'Class:UserRequest/Attribute:origin+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail' => 'Mail',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring' => 'Dohľad',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone' => 'Telefón',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal' => 'Portál',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal+' => '',
|
||||||
|
'Class:UserRequest/Attribute:approver_id' => 'Schvalovateľ',
|
||||||
|
'Class:UserRequest/Attribute:approver_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:approver_email' => 'Email schvalovateľa',
|
||||||
|
'Class:UserRequest/Attribute:approver_email+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:UserRequest/Attribute:service_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:UserRequest/Attribute:service_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id' => 'Subkategórie služieb',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name' => 'Názov subkategórie služieb',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag' => 'Eskalačný príznak',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no' => 'Nie',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes' => 'Áno',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason' => 'Dôvod eskalácie',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date' => 'Dátum pridelenia',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date' => 'Dátum vyriešenia',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulatívne pozdržané',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:tto' => 'TTO',
|
||||||
|
'Class:UserRequest/Attribute:tto+' => '',
|
||||||
|
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||||
|
'Class:UserRequest/Attribute:ttr+' => '',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Dátum eskalácie TTO',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dodržané',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over' => 'SLA TTO prekročené',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline' => 'Dátum eskalácie TTR',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed' => 'SLA TTR dodržané',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over' => 'SLA TTR prekročené',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:time_spent' => 'Oneskorenie vyriešenia',
|
||||||
|
'Class:UserRequest/Attribute:time_spent+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code' => 'Kód riešenia',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance' => 'Asistencia',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => 'Chyba opravená',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair' => 'Oprava hardvéru',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other' => 'Iné',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch' => 'Softvérová záplata',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update' => 'Aktualizácia systému',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training' => 'Školenie',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training+' => '',
|
||||||
|
'Class:UserRequest/Attribute:solution' => 'Riešenie',
|
||||||
|
'Class:UserRequest/Attribute:solution+' => '',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason' => 'Dôvod pozdržania',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id' => 'Nadradená Požiadavka',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_id' => 'Parent incident~~',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_id+' => '~~',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref' => 'Požiadavka o odporúčanie',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id' => 'Rodičovský problém',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref' => 'Referencia na problém',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id' => 'Nadradená Zmena',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref' => 'Referencia na zmenu',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref~~',
|
||||||
|
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list' => 'Podriadené požiadavky',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list+' => '',
|
||||||
|
'Class:UserRequest/Attribute:public_log' => 'Verejný záznam',
|
||||||
|
'Class:UserRequest/Attribute:public_log+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction' => 'Spokojnosť užívateľa',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Veľmi spokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Pomerne spokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Skôr nespokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Veľmi nespokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_comment' => 'Komentár užívateľa',
|
||||||
|
'Class:UserRequest/Attribute:user_comment+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'Priateľské meno ID požiadavky rodiča',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign' => 'Prideiť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign' => 'Znovu Prideiť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve' => 'Schváliť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject' => 'Zamietnúť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending' => 'Pozdržať',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout' => 'Vypršanie času',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve' => 'Automatické vyriešenie',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose' => 'Automatické zatvorenie',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve' => 'Vyriešiť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close' => 'Zatvoriť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen' => 'Znova otvoriť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Počkať na schválenie',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Error:CannotAssignParentRequestIdToSelf' => 'Cannot assign the Parent request to the request itself~~',
|
||||||
|
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Organization:Overview:UserRequests' => 'User Requests from this organization~~',
|
||||||
|
'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~',
|
||||||
|
'Organization:Overview:Tickets' => 'Tickets for this organization~~',
|
||||||
|
));
|
||||||
300
datamodels/2.x/itop-request-mgmt/sk.dict.itop-request-mgmt.php
Normal file
300
datamodels/2.x/itop-request-mgmt/sk.dict.itop-request-mgmt.php
Normal file
@@ -0,0 +1,300 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:RequestManagement' => 'Helpdesk',
|
||||||
|
'Menu:RequestManagement+' => '',
|
||||||
|
'Menu:RequestManagementProvider' => 'Poskytovateľ Helpdesku',
|
||||||
|
'Menu:RequestManagementProvider+' => '',
|
||||||
|
'Menu:UserRequest:Provider' => 'Otvorené požiadavky prenesené na poskytovateľa',
|
||||||
|
'Menu:UserRequest:Provider+' => '',
|
||||||
|
'Menu:UserRequest:Overview' => 'Prehľad',
|
||||||
|
'Menu:UserRequest:Overview+' => '',
|
||||||
|
'Menu:NewUserRequest' => 'Nové požiadavky užívateľa',
|
||||||
|
'Menu:NewUserRequest+' => '',
|
||||||
|
'Menu:SearchUserRequests' => 'Vyhľadať užívateľské požiadavky',
|
||||||
|
'Menu:SearchUserRequests+' => '',
|
||||||
|
'Menu:UserRequest:Shortcuts' => 'Skratky',
|
||||||
|
'Menu:UserRequest:Shortcuts+' => '',
|
||||||
|
'Menu:UserRequest:MyRequests' => 'požiadavky pridelené mne',
|
||||||
|
'Menu:UserRequest:MyRequests+' => '',
|
||||||
|
'Menu:UserRequest:MySupportRequests' => 'Moje hovory podpory',
|
||||||
|
'Menu:UserRequest:MySupportRequests+' => '',
|
||||||
|
'Menu:UserRequest:EscalatedRequests' => 'Eskalované požiadavky',
|
||||||
|
'Menu:UserRequest:EscalatedRequests+' => '',
|
||||||
|
'Menu:UserRequest:OpenRequests' => 'Všetky otvorené požiadavky',
|
||||||
|
'Menu:UserRequest:OpenRequests+' => '',
|
||||||
|
'UI:WelcomeMenu:MyAssignedCalls' => 'požiadavky pridelené mne',
|
||||||
|
'UI-RequestManagementOverview-RequestByType-last-14-days' => 'požiadavky za posledných 14 dní (po typoch)',
|
||||||
|
'UI-RequestManagementOverview-Last-14-days' => 'požiadavky posledných 14 dní (po dňoch)',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Otvorené požiadavky podľa stavu',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByAgent' => 'Otvorené požiadavky podľa agenta',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByType' => 'Otvorené požiadavky podľa typu',
|
||||||
|
'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Otvorené požiadavky podľa organizácie',
|
||||||
|
'Class:UserRequest:KnownErrorList' => 'Známe chyby',
|
||||||
|
'Menu:UserRequest:MyWorkOrders' => 'Pracovné príkazy pridelené mne',
|
||||||
|
'Menu:UserRequest:MyWorkOrders+' => '',
|
||||||
|
'Class:Problem:KnownProblemList' => 'Známe problémy',
|
||||||
|
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
// 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>+
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: UserRequest
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:UserRequest' => 'Požiadavka užívateľa',
|
||||||
|
'Class:UserRequest+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status' => 'Stav',
|
||||||
|
'Class:UserRequest/Attribute:status+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new' => 'Nová',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:new+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto' => 'Eskalované TTO',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_tto+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned' => 'Pridelené',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:assigned+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr' => 'Eskalované TTR',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:escalated_ttr+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval' => 'Čaká sa na schválenie',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:waiting_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved' => 'Schválená',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:approved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected' => 'Zamietnutá',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:rejected+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending' => 'Pozdržaná',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:pending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved' => 'Vyriešená',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:resolved+' => '',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed' => 'Zatvorená',
|
||||||
|
'Class:UserRequest/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type' => 'Typ požiadavky',
|
||||||
|
'Class:UserRequest/Attribute:request_type+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:incident' => 'Incident',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:incident+' => '',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request' => 'Požiadavka',
|
||||||
|
'Class:UserRequest/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact' => 'Dopad',
|
||||||
|
'Class:UserRequest/Attribute:impact+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1' => 'Oddelenie',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2' => 'Služba',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3' => 'Osoba',
|
||||||
|
'Class:UserRequest/Attribute:impact/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority' => 'Priorita',
|
||||||
|
'Class:UserRequest/Attribute:priority+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1' => 'Kritická',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2' => 'Vysoká',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3' => 'Stredná',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4' => 'Nízka',
|
||||||
|
'Class:UserRequest/Attribute:priority/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency' => 'Naliehavosť',
|
||||||
|
'Class:UserRequest/Attribute:urgency+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1' => 'Kritická',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2' => 'Vysoká',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3' => 'Stredná',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4' => 'Nízka',
|
||||||
|
'Class:UserRequest/Attribute:urgency/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin' => 'Pôvod',
|
||||||
|
'Class:UserRequest/Attribute:origin+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail' => 'Mail',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:mail+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring' => 'Dohľad',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:monitoring+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone' => 'Telefón',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:phone+' => '',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal' => 'Portál',
|
||||||
|
'Class:UserRequest/Attribute:origin/Value:portal+' => '',
|
||||||
|
'Class:UserRequest/Attribute:approver_id' => 'Schvalovateľ',
|
||||||
|
'Class:UserRequest/Attribute:approver_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:approver_email' => 'Email schvalovateľa',
|
||||||
|
'Class:UserRequest/Attribute:approver_email+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:UserRequest/Attribute:service_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:UserRequest/Attribute:service_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id' => 'Subkategórie služieb',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name' => 'Názov subkategórie služieb',
|
||||||
|
'Class:UserRequest/Attribute:servicesubcategory_name+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag' => 'Eskalačný príznak',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no' => 'Nie',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:no+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes' => 'Áno',
|
||||||
|
'Class:UserRequest/Attribute:escalation_flag/Value:yes+' => '',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason' => 'Dôvod eskalácie',
|
||||||
|
'Class:UserRequest/Attribute:escalation_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date' => 'Dátum pridelenia',
|
||||||
|
'Class:UserRequest/Attribute:assignment_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date' => 'Dátum vyriešenia',
|
||||||
|
'Class:UserRequest/Attribute:resolution_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date' => 'Posledný dátum pozdržania',
|
||||||
|
'Class:UserRequest/Attribute:last_pending_date+' => '',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending' => 'Kumulatívne pozdržané',
|
||||||
|
'Class:UserRequest/Attribute:cumulatedpending+' => '',
|
||||||
|
'Class:UserRequest/Attribute:tto' => 'TTO',
|
||||||
|
'Class:UserRequest/Attribute:tto+' => '',
|
||||||
|
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||||
|
'Class:UserRequest/Attribute:ttr+' => '',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Dátum eskalácie TTO',
|
||||||
|
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dodržané',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over' => 'SLA TTO prekročené',
|
||||||
|
'Class:UserRequest/Attribute:sla_tto_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline' => 'Dátum eskalácie TTR',
|
||||||
|
'Class:UserRequest/Attribute:ttr_escalation_deadline+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed' => 'SLA TTR dodržané',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_passed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over' => 'SLA TTR prekročené',
|
||||||
|
'Class:UserRequest/Attribute:sla_ttr_over+' => '',
|
||||||
|
'Class:UserRequest/Attribute:time_spent' => 'Oneskorenie vyriešenia',
|
||||||
|
'Class:UserRequest/Attribute:time_spent+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code' => 'Kód riešenia',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance' => 'Asistencia',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:assistance+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => 'Chyba opravená',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair' => 'Oprava hardvéru',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other' => 'Iné',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:other+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch' => 'Softvérová záplata',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:software patch+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update' => 'Aktualizácia systému',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:system update+' => '',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training' => 'Školenie',
|
||||||
|
'Class:UserRequest/Attribute:resolution_code/Value:training+' => '',
|
||||||
|
'Class:UserRequest/Attribute:solution' => 'Riešenie',
|
||||||
|
'Class:UserRequest/Attribute:solution+' => '',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason' => 'Dôvod pozdržania',
|
||||||
|
'Class:UserRequest/Attribute:pending_reason+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id' => 'Nadradená Požiadavka',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref' => 'Požiadavka o odporúčanie',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id' => 'Rodičovský problém',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref' => 'Referencia na problém',
|
||||||
|
'Class:UserRequest/Attribute:parent_problem_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id' => 'Nadradená Zmena',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_id+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref' => 'Referencia na zmenu',
|
||||||
|
'Class:UserRequest/Attribute:parent_change_ref+' => '',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list' => 'Podriadené požiadavky',
|
||||||
|
'Class:UserRequest/Attribute:related_request_list+' => '',
|
||||||
|
'Class:UserRequest/Attribute:public_log' => 'Verejný záznam',
|
||||||
|
'Class:UserRequest/Attribute:public_log+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction' => 'Spokojnosť užívateľa',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Veľmi spokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Pomerne spokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Skôr nespokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Veľmi nespokojný',
|
||||||
|
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '',
|
||||||
|
'Class:UserRequest/Attribute:user_comment' => 'Komentár užívateľa',
|
||||||
|
'Class:UserRequest/Attribute:user_comment+' => '',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname' => 'Priateľské meno ID požiadavky rodiča',
|
||||||
|
'Class:UserRequest/Attribute:parent_request_id_friendlyname+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign' => 'Prideiť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_assign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign' => 'Znovu Prideiť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reassign+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve' => 'Schváliť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_approve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject' => 'Zamietnúť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reject+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending' => 'Pozdržať',
|
||||||
|
'Class:UserRequest/Stimulus:ev_pending+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout' => 'Vypršanie času',
|
||||||
|
'Class:UserRequest/Stimulus:ev_timeout+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve' => 'Automatické vyriešenie',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoresolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose' => 'Automatické zatvorenie',
|
||||||
|
'Class:UserRequest/Stimulus:ev_autoclose+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve' => 'Vyriešiť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_resolve+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close' => 'Zatvoriť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_close+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen' => 'Znova otvoriť',
|
||||||
|
'Class:UserRequest/Stimulus:ev_reopen+' => '',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Počkať na schválenie',
|
||||||
|
'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '',
|
||||||
|
'Class:UserRequest/Error:CannotAssignParentRequestIdToSelf' => 'Cannot assign the Parent request to the request itself~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Portal:TitleDetailsFor_Request' => 'Detaily pre požiadavky',
|
||||||
|
'Portal:ButtonUpdate' => 'Aktualizácia',
|
||||||
|
'Portal:ButtonClose' => 'Zatvoriť',
|
||||||
|
'Portal:ButtonReopen' => 'Znova otvoriť',
|
||||||
|
'Portal:ShowServices' => 'Katalóg služieb',
|
||||||
|
'Portal:SelectRequestType' => 'Zvoľ typ požiadavky',
|
||||||
|
'Portal:SelectServiceElementFrom_Service' => 'Zvoľ služby prvku pre %1$s',
|
||||||
|
'Portal:ListServices' => 'Zoznam služieb',
|
||||||
|
'Portal:TitleDetailsFor_Service' => 'Detaily pre službu',
|
||||||
|
'Portal:Button:CreateRequestFromService' => 'Vytvor Požiadavka pre túto službu',
|
||||||
|
'Portal:ListOpenRequests' => 'Vypíš otvorené požiadavky',
|
||||||
|
'Portal:UserRequest:MoreInfo' => 'Viac informácií',
|
||||||
|
'Portal:Details-Service-Element' => 'Prvky služieb',
|
||||||
|
'Portal:NoClosedTicket' => 'Žiadne zatvorené požiadavky',
|
||||||
|
'Portal:NoService' => '',
|
||||||
|
'Portal:ListOpenProblems' => 'Prebiehajúce problémy',
|
||||||
|
'Portal:ShowProblem' => 'Problémy',
|
||||||
|
'Portal:ShowFaqs' => 'Často kladené otázky',
|
||||||
|
'Portal:NoOpenProblem' => 'Žiadny otvorený problém',
|
||||||
|
'Portal:SelectLanguage' => 'Zmeň svoj jazyk',
|
||||||
|
'Portal:LanguageChangedTo_Lang' => 'Jazyk zmenený na',
|
||||||
|
'Portal:ChooseYourFavoriteLanguage' => 'Vyberte si svoj obľúbený jazyk',
|
||||||
|
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||||
|
'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Organization:Overview:UserRequests' => 'User Requests from this organization~~',
|
||||||
|
'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~',
|
||||||
|
'Organization:Overview:Tickets' => 'Tickets for this organization~~',
|
||||||
|
));
|
||||||
@@ -33,31 +33,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||||
'Menu:ServiceManagement' => 'Správa služeb',
|
'Menu:ServiceManagement' => 'Správa služeb',
|
||||||
'Menu:ServiceManagement+' => 'Přehled správy služeb',
|
'Menu:ServiceManagement+' => 'Přehled správy služeb',
|
||||||
'Menu:Service:Overview' => 'Přehled',
|
'Menu:Service:Overview' => 'Přehled',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Smlouvy podle úrovně služeb',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Smlouvy podle úrovně služeb',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Smlouvy podle stavu',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Smlouvy podle stavu',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Smlouvy končící během 30 dní',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Smlouvy končící během 30 dní',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Smlouvy s poskytovateli',
|
|
||||||
'Menu:ProviderContract+' => 'Smlouvy s poskytovateli',
|
|
||||||
'Menu:CustomerContract' => 'Smlouvy se zákazníky',
|
|
||||||
'Menu:CustomerContract+' => 'Smlouvy se zákazníky',
|
|
||||||
'Menu:ServiceSubcategory' => 'Podkategorie služeb',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Podkategorie služeb',
|
|
||||||
'Menu:Service' => 'Služby',
|
|
||||||
'Menu:Service+' => 'Služby',
|
|
||||||
'Menu:ServiceElement' => 'Prvky služby',
|
|
||||||
'Menu:ServiceElement+' => 'Prvky služby',
|
|
||||||
'Menu:SLA' => 'SLA - dohody o úrovních služeb',
|
|
||||||
'Menu:SLA+' => 'Dohody o úrovních služeb',
|
|
||||||
'Menu:SLT' => 'SLT - cíle úrovní služeb',
|
|
||||||
'Menu:SLT+' => 'Cíle úrovní služeb',
|
|
||||||
'Menu:DeliveryModel' => 'Modely poskytování služeb',
|
|
||||||
'Menu:DeliveryModel+' => 'Modely poskytování služeb',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Smlouvy s poskytovateli',
|
||||||
|
'Menu:ProviderContract+' => 'Smlouvy s poskytovateli',
|
||||||
|
'Menu:CustomerContract' => 'Smlouvy se zákazníky',
|
||||||
|
'Menu:CustomerContract+' => 'Smlouvy se zákazníky',
|
||||||
|
'Menu:ServiceSubcategory' => 'Podkategorie služeb',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Podkategorie služeb',
|
||||||
|
'Menu:Service' => 'Služby',
|
||||||
|
'Menu:Service+' => 'Služby',
|
||||||
|
'Menu:ServiceElement' => 'Prvky služby',
|
||||||
|
'Menu:ServiceElement+' => 'Prvky služby',
|
||||||
|
'Menu:SLA' => 'SLA - dohody o úrovních služeb',
|
||||||
|
'Menu:SLA+' => 'Dohody o úrovních služeb',
|
||||||
|
'Menu:SLT' => 'SLT - cíle úrovní služeb',
|
||||||
|
'Menu:SLT+' => 'Cíle úrovní služeb',
|
||||||
|
'Menu:DeliveryModel' => 'Modely poskytování služeb',
|
||||||
|
'Menu:DeliveryModel+' => 'Modely poskytování služeb',
|
||||||
|
'Menu:ServiceFamily' => 'Balíčky (kategorie) služeb',
|
||||||
|
'Menu:ServiceFamily+' => 'Balíčky (kategorie) služeb',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -259,6 +260,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => 'Popis',
|
'Class:Service/Attribute:description' => 'Popis',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Balíček služeb',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Název rodiny služeb',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => 'Dokumenty',
|
'Class:Service/Attribute:documents_list' => 'Dokumenty',
|
||||||
'Class:Service/Attribute:documents_list+' => 'Všechny dokumenty spojené s touto službou',
|
'Class:Service/Attribute:documents_list+' => 'Všechny dokumenty spojené s touto službou',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Kontakty',
|
'Class:Service/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
|||||||
@@ -21,31 +21,32 @@
|
|||||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||||
*/
|
*/
|
||||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||||
'Menu:ServiceManagement' => 'Service-Management',
|
'Menu:ServiceManagement' => 'Service-Management',
|
||||||
'Menu:ServiceManagement+' => '',
|
'Menu:ServiceManagement+' => '',
|
||||||
'Menu:Service:Overview' => 'Oversigt',
|
'Menu:Service:Overview' => 'Oversigt',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Kontrakter efter Service Level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Kontrakter efter Service Level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Kontrakter efter Status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Kontrakter efter Status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Kontrakter som udløber om mindre end 30 dage',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Kontrakter som udløber om mindre end 30 dage',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Leverandørkontrakter',
|
|
||||||
'Menu:ProviderContract+' => '',
|
|
||||||
'Menu:CustomerContract' => 'Kundekontrakter',
|
|
||||||
'Menu:CustomerContract+' => '',
|
|
||||||
'Menu:ServiceSubcategory' => 'Ydelses underkategori',
|
|
||||||
'Menu:ServiceSubcategory+' => '',
|
|
||||||
'Menu:Service' => 'Ydelser',
|
|
||||||
'Menu:Service+' => '',
|
|
||||||
'Menu:ServiceElement' => 'Ydelses elementer',
|
|
||||||
'Menu:ServiceElement+' => '',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => '',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => '',
|
|
||||||
'Menu:DeliveryModel' => 'Leveringsmodel',
|
|
||||||
'Menu:DeliveryModel+' => '',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Leverandørkontrakter',
|
||||||
|
'Menu:ProviderContract+' => '',
|
||||||
|
'Menu:CustomerContract' => 'Kundekontrakter',
|
||||||
|
'Menu:CustomerContract+' => '',
|
||||||
|
'Menu:ServiceSubcategory' => 'Ydelses underkategori',
|
||||||
|
'Menu:ServiceSubcategory+' => '',
|
||||||
|
'Menu:Service' => 'Ydelser',
|
||||||
|
'Menu:Service+' => '',
|
||||||
|
'Menu:ServiceElement' => 'Ydelses elementer',
|
||||||
|
'Menu:ServiceElement+' => '',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => '',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => '',
|
||||||
|
'Menu:DeliveryModel' => 'Leveringsmodel',
|
||||||
|
'Menu:DeliveryModel+' => '',
|
||||||
|
'Menu:ServiceFamily' => 'Ydelses familie(r)',
|
||||||
|
'Menu:ServiceFamily+' => '',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -247,6 +248,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => 'Beskrivelse',
|
'Class:Service/Attribute:description' => 'Beskrivelse',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service familie',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Ydelses familie navn',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => 'Dokument',
|
'Class:Service/Attribute:documents_list' => 'Dokument',
|
||||||
'Class:Service/Attribute:documents_list+' => '',
|
'Class:Service/Attribute:documents_list+' => '',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Kontakt',
|
'Class:Service/Attribute:contacts_list' => 'Kontakt',
|
||||||
|
|||||||
@@ -23,31 +23,32 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||||
'Menu:ServiceManagement' => 'Service-Management',
|
'Menu:ServiceManagement' => 'Service-Management',
|
||||||
'Menu:ServiceManagement+' => '',
|
'Menu:ServiceManagement+' => '',
|
||||||
'Menu:Service:Overview' => 'Übersicht',
|
'Menu:Service:Overview' => 'Übersicht',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Verträge nach Service-Level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Verträge nach Service-Level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Verträge nach Status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Verträge nach Status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Verträge, die in weniger als 30 Tagen auslaufen',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Verträge, die in weniger als 30 Tagen auslaufen',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Provider-Verträge',
|
|
||||||
'Menu:ProviderContract+' => '',
|
|
||||||
'Menu:CustomerContract' => 'Kunden-Verträge',
|
|
||||||
'Menu:CustomerContract+' => '',
|
|
||||||
'Menu:ServiceSubcategory' => 'Service-Unterkategorie',
|
|
||||||
'Menu:ServiceSubcategory+' => '',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => '',
|
|
||||||
'Menu:ServiceElement' => 'Sevice-Elemente',
|
|
||||||
'Menu:ServiceElement+' => '',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => '',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => '',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery-Modelle',
|
|
||||||
'Menu:DeliveryModel+' => '',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider-Verträge',
|
||||||
|
'Menu:ProviderContract+' => '',
|
||||||
|
'Menu:CustomerContract' => 'Kunden-Verträge',
|
||||||
|
'Menu:CustomerContract+' => '',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service-Unterkategorie',
|
||||||
|
'Menu:ServiceSubcategory+' => '',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => '',
|
||||||
|
'Menu:ServiceElement' => 'Sevice-Elemente',
|
||||||
|
'Menu:ServiceElement+' => '',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => '',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => '',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery-Modelle',
|
||||||
|
'Menu:DeliveryModel+' => '',
|
||||||
|
'Menu:ServiceFamily' => 'Service-Familien',
|
||||||
|
'Menu:ServiceFamily+' => '',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -249,6 +250,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => 'Beschreibung',
|
'Class:Service/Attribute:description' => 'Beschreibung',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service-Familie',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Service-Familien-Name',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => 'Dokumente',
|
'Class:Service/Attribute:documents_list' => 'Dokumente',
|
||||||
'Class:Service/Attribute:documents_list+' => '',
|
'Class:Service/Attribute:documents_list+' => '',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Kontakte',
|
'Class:Service/Attribute:contacts_list' => 'Kontakte',
|
||||||
|
|||||||
@@ -33,31 +33,32 @@
|
|||||||
|
|
||||||
|
|
||||||
Dict::Add('EN US', 'English', 'English', array(
|
Dict::Add('EN US', 'English', 'English', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management',
|
'Menu:ServiceManagement' => 'Service Management',
|
||||||
'Menu:ServiceManagement+' => 'Service Management Overview',
|
'Menu:ServiceManagement+' => 'Service Management Overview',
|
||||||
'Menu:Service:Overview' => 'Overview',
|
'Menu:Service:Overview' => 'Overview',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Provider contracts',
|
|
||||||
'Menu:ProviderContract+' => 'Provider contracts',
|
|
||||||
'Menu:CustomerContract' => 'Customer contracts',
|
|
||||||
'Menu:CustomerContract+' => 'Customer contracts',
|
|
||||||
'Menu:ServiceSubcategory' => 'Service subcategories',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Service subcategories',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => 'Services',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider contracts',
|
||||||
|
'Menu:ProviderContract+' => 'Provider contracts',
|
||||||
|
'Menu:CustomerContract' => 'Customer contracts',
|
||||||
|
'Menu:CustomerContract+' => 'Customer contracts',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service subcategories',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service subcategories',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models',
|
||||||
|
'Menu:ServiceFamily' => 'Service families',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -259,6 +260,10 @@ Dict::Add('EN US', 'English', 'English', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => 'Description',
|
'Class:Service/Attribute:description' => 'Description',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service Family',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Service Family Name',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documents',
|
'Class:Service/Attribute:documents_list' => 'Documents',
|
||||||
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service',
|
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contacts',
|
'Class:Service/Attribute:contacts_list' => 'Contacts',
|
||||||
|
|||||||
@@ -32,31 +32,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||||
'Menu:ServiceManagement' => 'Administración de Servicios',
|
'Menu:ServiceManagement' => 'Administración de Servicios',
|
||||||
'Menu:ServiceManagement+' => 'Administración de Servicios',
|
'Menu:ServiceManagement+' => 'Administración de Servicios',
|
||||||
'Menu:Service:Overview' => 'Resumen de Servicios',
|
'Menu:Service:Overview' => 'Resumen de Servicios',
|
||||||
'Menu:Service:Overview+' => 'Resumen de Servicios',
|
'Menu:Service:Overview+' => 'Resumen de Servicios',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por Nivel de Servicio',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por Nivel de Servicio',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por Estatus',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por Estatus',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos Finalizando en menos de 30 días',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos Finalizando en menos de 30 días',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Contratos con Proveedores',
|
|
||||||
'Menu:ProviderContract+' => 'Contratos con Proveedores',
|
|
||||||
'Menu:CustomerContract' => 'Acuerdos con Clientes',
|
|
||||||
'Menu:CustomerContract+' => 'Acuerdos con Clientes',
|
|
||||||
'Menu:ServiceSubcategory' => 'Subcategorías de Servicio',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Subcategorías de Servicio',
|
|
||||||
'Menu:Service' => 'Servicios',
|
|
||||||
'Menu:Service+' => 'Servicios',
|
|
||||||
'Menu:ServiceElement' => 'Elementos del Servicio',
|
|
||||||
'Menu:ServiceElement+' => 'Elementos del Servicio',
|
|
||||||
'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio',
|
|
||||||
'Menu:SLA+' => 'Acuerdos de Nivel de Servicio',
|
|
||||||
'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio',
|
|
||||||
'Menu:SLT+' => 'Objetivos de Nivel de Servicio',
|
|
||||||
'Menu:DeliveryModel' => 'Modelos de Entrega',
|
|
||||||
'Menu:DeliveryModel+' => 'Modelos de Entrega',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Contratos con Proveedores',
|
||||||
|
'Menu:ProviderContract+' => 'Contratos con Proveedores',
|
||||||
|
'Menu:CustomerContract' => 'Acuerdos con Clientes',
|
||||||
|
'Menu:CustomerContract+' => 'Acuerdos con Clientes',
|
||||||
|
'Menu:ServiceSubcategory' => 'Subcategorías de Servicio',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Subcategorías de Servicio',
|
||||||
|
'Menu:Service' => 'Servicios',
|
||||||
|
'Menu:Service+' => 'Servicios',
|
||||||
|
'Menu:ServiceElement' => 'Elementos del Servicio',
|
||||||
|
'Menu:ServiceElement+' => 'Elementos del Servicio',
|
||||||
|
'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio',
|
||||||
|
'Menu:SLA+' => 'Acuerdos de Nivel de Servicio',
|
||||||
|
'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio',
|
||||||
|
'Menu:SLT+' => 'Objetivos de Nivel de Servicio',
|
||||||
|
'Menu:DeliveryModel' => 'Modelos de Entrega',
|
||||||
|
'Menu:DeliveryModel+' => 'Modelos de Entrega',
|
||||||
|
'Menu:ServiceFamily' => 'Familias de Servicio',
|
||||||
|
'Menu:ServiceFamily+' => 'Familias de Servicio',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -258,6 +259,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => 'Proveedor',
|
'Class:Service/Attribute:organization_name+' => 'Proveedor',
|
||||||
'Class:Service/Attribute:description' => 'Descripción',
|
'Class:Service/Attribute:description' => 'Descripción',
|
||||||
'Class:Service/Attribute:description+' => 'Descripción',
|
'Class:Service/Attribute:description+' => 'Descripción',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Familia de Servicios',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => 'Familia de Servicios',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Familia de Servicios',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => 'Familia de Servicios',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documentos',
|
'Class:Service/Attribute:documents_list' => 'Documentos',
|
||||||
'Class:Service/Attribute:documents_list+' => 'Documentos',
|
'Class:Service/Attribute:documents_list+' => 'Documentos',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contactos',
|
'Class:Service/Attribute:contacts_list' => 'Contactos',
|
||||||
|
|||||||
@@ -23,31 +23,32 @@
|
|||||||
// Class: ContractType
|
// Class: ContractType
|
||||||
//
|
//
|
||||||
Dict::Add('FR FR', 'French', 'Français', array(
|
Dict::Add('FR FR', 'French', 'Français', array(
|
||||||
'Menu:ServiceManagement' => 'Gestion des services',
|
'Menu:ServiceManagement' => 'Gestion des services',
|
||||||
'Menu:ServiceManagement+' => '',
|
'Menu:ServiceManagement+' => '',
|
||||||
'Menu:Service:Overview' => 'Vue d\'ensemble',
|
'Menu:Service:Overview' => 'Vue d\'ensemble',
|
||||||
'Menu:Service:Overview+' => 'Vue d\'ensemble de la Gestion des Services',
|
'Menu:Service:Overview+' => 'Vue d\'ensemble de la Gestion des Services',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats, par niveau de service',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats, par niveau de service',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats, par état',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats, par état',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins d\'un mois',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins d\'un mois',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Contrats fournisseurs',
|
|
||||||
'Menu:ProviderContract+' => 'Contrats fournisseurs',
|
|
||||||
'Menu:CustomerContract' => 'Contrats clients',
|
|
||||||
'Menu:CustomerContract+' => 'Contrats clients',
|
|
||||||
'Menu:ServiceSubcategory' => 'Sous catégories de service',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Sous catégories de service',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => 'Services',
|
|
||||||
'Menu:ServiceElement' => 'Eléments de service',
|
|
||||||
'Menu:ServiceElement+' => 'Eléments de service',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Accords de niveau de service (SLA)',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Objectifs de niveau de service (SLT)',
|
|
||||||
'Menu:DeliveryModel' => 'Modèles de support',
|
|
||||||
'Menu:DeliveryModel+' => 'Modèles de support',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Contrats fournisseurs',
|
||||||
|
'Menu:ProviderContract+' => 'Contrats fournisseurs',
|
||||||
|
'Menu:CustomerContract' => 'Contrats clients',
|
||||||
|
'Menu:CustomerContract+' => 'Contrats clients',
|
||||||
|
'Menu:ServiceSubcategory' => 'Sous catégories de service',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Sous catégories de service',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Eléments de service',
|
||||||
|
'Menu:ServiceElement+' => 'Eléments de service',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Accords de niveau de service (SLA)',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Objectifs de niveau de service (SLT)',
|
||||||
|
'Menu:DeliveryModel' => 'Modèles de support',
|
||||||
|
'Menu:DeliveryModel+' => 'Modèles de support',
|
||||||
|
'Menu:ServiceFamily' => 'Familles de service',
|
||||||
|
'Menu:ServiceFamily+' => 'Familles de service',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -249,6 +250,10 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => 'Description',
|
'Class:Service/Attribute:description' => 'Description',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Famille de service',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Nom Famille de service',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documents',
|
'Class:Service/Attribute:documents_list' => 'Documents',
|
||||||
'Class:Service/Attribute:documents_list+' => '',
|
'Class:Service/Attribute:documents_list+' => '',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contacts',
|
'Class:Service/Attribute:contacts_list' => 'Contacts',
|
||||||
|
|||||||
@@ -30,31 +30,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management~~',
|
'Menu:ServiceManagement' => 'Service Management~~',
|
||||||
'Menu:ServiceManagement+' => 'Service Management Overview~~',
|
'Menu:ServiceManagement+' => 'Service Management Overview~~',
|
||||||
'Menu:Service:Overview' => 'Overview~~',
|
'Menu:Service:Overview' => 'Overview~~',
|
||||||
'Menu:Service:Overview+' => '~~',
|
'Menu:Service:Overview+' => '~~',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Provider contracts~~',
|
|
||||||
'Menu:ProviderContract+' => 'Provider contracts~~',
|
|
||||||
'Menu:CustomerContract' => 'Customer contracts~~',
|
|
||||||
'Menu:CustomerContract+' => 'Customer contracts~~',
|
|
||||||
'Menu:ServiceSubcategory' => 'Service subcategories~~',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
|
|
||||||
'Menu:Service' => 'Services~~',
|
|
||||||
'Menu:Service+' => 'Services~~',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements~~',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements~~',
|
|
||||||
'Menu:SLA' => 'SLAs~~',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements~~',
|
|
||||||
'Menu:SLT' => 'SLTs~~',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets~~',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models~~',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models~~',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider contracts~~',
|
||||||
|
'Menu:ProviderContract+' => 'Provider contracts~~',
|
||||||
|
'Menu:CustomerContract' => 'Customer contracts~~',
|
||||||
|
'Menu:CustomerContract+' => 'Customer contracts~~',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service subcategories~~',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
|
||||||
|
'Menu:Service' => 'Services~~',
|
||||||
|
'Menu:Service+' => 'Services~~',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements~~',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements~~',
|
||||||
|
'Menu:SLA' => 'SLAs~~',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements~~',
|
||||||
|
'Menu:SLT' => 'SLTs~~',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets~~',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models~~',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models~~',
|
||||||
|
'Menu:ServiceFamily' => 'Service families~~',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families~~',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -256,6 +257,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '~~',
|
'Class:Service/Attribute:organization_name+' => '~~',
|
||||||
'Class:Service/Attribute:description' => 'Description~~',
|
'Class:Service/Attribute:description' => 'Description~~',
|
||||||
'Class:Service/Attribute:description+' => '~~',
|
'Class:Service/Attribute:description+' => '~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service Family~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Service Family Name~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '~~',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documents~~',
|
'Class:Service/Attribute:documents_list' => 'Documents~~',
|
||||||
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
|
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
|
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
|
||||||
|
|||||||
@@ -30,31 +30,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management~~',
|
'Menu:ServiceManagement' => 'Service Management~~',
|
||||||
'Menu:ServiceManagement+' => 'Service Management Overview~~',
|
'Menu:ServiceManagement+' => 'Service Management Overview~~',
|
||||||
'Menu:Service:Overview' => 'Overview~~',
|
'Menu:Service:Overview' => 'Overview~~',
|
||||||
'Menu:Service:Overview+' => '~~',
|
'Menu:Service:Overview+' => '~~',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Provider contracts~~',
|
|
||||||
'Menu:ProviderContract+' => 'Provider contracts~~',
|
|
||||||
'Menu:CustomerContract' => 'Customer contracts~~',
|
|
||||||
'Menu:CustomerContract+' => 'Customer contracts~~',
|
|
||||||
'Menu:ServiceSubcategory' => 'Service subcategories~~',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
|
|
||||||
'Menu:Service' => 'Services~~',
|
|
||||||
'Menu:Service+' => 'Services~~',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements~~',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements~~',
|
|
||||||
'Menu:SLA' => 'SLAs~~',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements~~',
|
|
||||||
'Menu:SLT' => 'SLTs~~',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets~~',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models~~',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models~~',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider contracts~~',
|
||||||
|
'Menu:ProviderContract+' => 'Provider contracts~~',
|
||||||
|
'Menu:CustomerContract' => 'Customer contracts~~',
|
||||||
|
'Menu:CustomerContract+' => 'Customer contracts~~',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service subcategories~~',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
|
||||||
|
'Menu:Service' => 'Services~~',
|
||||||
|
'Menu:Service+' => 'Services~~',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements~~',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements~~',
|
||||||
|
'Menu:SLA' => 'SLAs~~',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements~~',
|
||||||
|
'Menu:SLT' => 'SLTs~~',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets~~',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models~~',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models~~',
|
||||||
|
'Menu:ServiceFamily' => 'Service families~~',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families~~',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -256,6 +257,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '~~',
|
'Class:Service/Attribute:organization_name+' => '~~',
|
||||||
'Class:Service/Attribute:description' => 'Description~~',
|
'Class:Service/Attribute:description' => 'Description~~',
|
||||||
'Class:Service/Attribute:description+' => '~~',
|
'Class:Service/Attribute:description+' => '~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service Family~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Service Family Name~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '~~',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documents~~',
|
'Class:Service/Attribute:documents_list' => 'Documents~~',
|
||||||
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
|
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
|
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
|
||||||
|
|||||||
@@ -20,31 +20,32 @@
|
|||||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||||
*/
|
*/
|
||||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||||
'Menu:ServiceManagement' => 'サービス管理',
|
'Menu:ServiceManagement' => 'サービス管理',
|
||||||
'Menu:ServiceManagement+' => '',
|
'Menu:ServiceManagement+' => '',
|
||||||
'Menu:Service:Overview' => '概要',
|
'Menu:Service:Overview' => '概要',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'サービスレベル別の契約',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'サービスレベル別の契約',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => '状態別の契約',
|
'UI-ServiceManagementMenu-ContractsByStatus' => '状態別の契約',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30日以内に終わる契約',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30日以内に終わる契約',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'プロバイダー契約',
|
|
||||||
'Menu:ProviderContract+' => '',
|
|
||||||
'Menu:CustomerContract' => '顧客契約',
|
|
||||||
'Menu:CustomerContract+' => '',
|
|
||||||
'Menu:ServiceSubcategory' => 'サービスサブカテゴリ',
|
|
||||||
'Menu:ServiceSubcategory+' => '',
|
|
||||||
'Menu:Service' => 'サービス',
|
|
||||||
'Menu:Service+' => '',
|
|
||||||
'Menu:ServiceElement' => 'サービス要素',
|
|
||||||
'Menu:ServiceElement+' => '',
|
|
||||||
'Menu:SLA' => 'SLA',
|
|
||||||
'Menu:SLA+' => '',
|
|
||||||
'Menu:SLT' => 'SLT',
|
|
||||||
'Menu:SLT+' => '',
|
|
||||||
'Menu:DeliveryModel' => '提供モデル',
|
|
||||||
'Menu:DeliveryModel+' => '',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'プロバイダー契約',
|
||||||
|
'Menu:ProviderContract+' => '',
|
||||||
|
'Menu:CustomerContract' => '顧客契約',
|
||||||
|
'Menu:CustomerContract+' => '',
|
||||||
|
'Menu:ServiceSubcategory' => 'サービスサブカテゴリ',
|
||||||
|
'Menu:ServiceSubcategory+' => '',
|
||||||
|
'Menu:Service' => 'サービス',
|
||||||
|
'Menu:Service+' => '',
|
||||||
|
'Menu:ServiceElement' => 'サービス要素',
|
||||||
|
'Menu:ServiceElement+' => '',
|
||||||
|
'Menu:SLA' => 'SLA',
|
||||||
|
'Menu:SLA+' => '',
|
||||||
|
'Menu:SLT' => 'SLT',
|
||||||
|
'Menu:SLT+' => '',
|
||||||
|
'Menu:DeliveryModel' => '提供モデル',
|
||||||
|
'Menu:DeliveryModel+' => '',
|
||||||
|
'Menu:ServiceFamily' => 'サービスファミリ',
|
||||||
|
'Menu:ServiceFamily+' => 'サービスファミリ',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -246,6 +247,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => '説明',
|
'Class:Service/Attribute:description' => '説明',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'サービスファミリ',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'サービスファミリ名',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => '文書',
|
'Class:Service/Attribute:documents_list' => '文書',
|
||||||
'Class:Service/Attribute:documents_list+' => '',
|
'Class:Service/Attribute:documents_list+' => '',
|
||||||
'Class:Service/Attribute:contacts_list' => '連絡先',
|
'Class:Service/Attribute:contacts_list' => '連絡先',
|
||||||
|
|||||||
@@ -35,31 +35,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management',
|
'Menu:ServiceManagement' => 'Service Management',
|
||||||
'Menu:ServiceManagement+' => 'Overzicht van Service Management',
|
'Menu:ServiceManagement+' => 'Overzicht van Service Management',
|
||||||
'Menu:Service:Overview' => 'Overzicht',
|
'Menu:Service:Overview' => 'Overzicht',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracten per service level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracten per service level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracten met status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracten met status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracten die in minder dan 30 dagen verlopen',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracten die in minder dan 30 dagen verlopen',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Leverancierscontracten',
|
|
||||||
'Menu:ProviderContract+' => 'Leverancierscontracten',
|
|
||||||
'Menu:CustomerContract' => 'Klantencontracten',
|
|
||||||
'Menu:CustomerContract+' => 'Klantencontracten',
|
|
||||||
'Menu:ServiceSubcategory' => 'Subcategorieën services',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Subcategorieën services',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => 'Services',
|
|
||||||
'Menu:ServiceElement' => 'Service-elementen',
|
|
||||||
'Menu:ServiceElement+' => 'Service-elementen',
|
|
||||||
'Menu:SLA' => 'SLA\'s',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements',
|
|
||||||
'Menu:SLT' => 'SLT\'s',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets',
|
|
||||||
'Menu:DeliveryModel' => 'Leveringsmodellen',
|
|
||||||
'Menu:DeliveryModel+' => 'Leveringsmodellen',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Leverancierscontracten',
|
||||||
|
'Menu:ProviderContract+' => 'Leverancierscontracten',
|
||||||
|
'Menu:CustomerContract' => 'Klantencontracten',
|
||||||
|
'Menu:CustomerContract+' => 'Klantencontracten',
|
||||||
|
'Menu:ServiceSubcategory' => 'Subcategorieën services',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Subcategorieën services',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Service-elementen',
|
||||||
|
'Menu:ServiceElement+' => 'Service-elementen',
|
||||||
|
'Menu:SLA' => 'SLA\'s',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLT\'s',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Leveringsmodellen',
|
||||||
|
'Menu:DeliveryModel+' => 'Leveringsmodellen',
|
||||||
|
'Menu:ServiceFamily' => 'Servicecategorieën',
|
||||||
|
'Menu:ServiceFamily+' => 'Servicecategorieën',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -261,6 +262,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => 'Omschrijving',
|
'Class:Service/Attribute:description' => 'Omschrijving',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Servicecategorie',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Naam servicecategorie',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documenten',
|
'Class:Service/Attribute:documents_list' => 'Documenten',
|
||||||
'Class:Service/Attribute:documents_list+' => 'Alle documenten die gerelateerd zijn aan deze service',
|
'Class:Service/Attribute:documents_list+' => 'Alle documenten die gerelateerd zijn aan deze service',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contacten',
|
'Class:Service/Attribute:contacts_list' => 'Contacten',
|
||||||
|
|||||||
@@ -31,31 +31,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||||
'Menu:ServiceManagement' => 'Gerenciamento Serviços',
|
'Menu:ServiceManagement' => 'Gerenciamento Serviços',
|
||||||
'Menu:ServiceManagement+' => 'Gerenciamento Serviços',
|
'Menu:ServiceManagement+' => 'Gerenciamento Serviços',
|
||||||
'Menu:Service:Overview' => 'Visão geral',
|
'Menu:Service:Overview' => 'Visão geral',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por nível serviço',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por nível serviço',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos terminando em menos de 30 dias',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos terminando em menos de 30 dias',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Contratos Provedores(as)',
|
|
||||||
'Menu:ProviderContract+' => 'Contratos Provedores(as)',
|
|
||||||
'Menu:CustomerContract' => 'Contratos Clientes',
|
|
||||||
'Menu:CustomerContract+' => 'Contratos Clientes',
|
|
||||||
'Menu:ServiceSubcategory' => 'Sub-categorias serviços',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Sub-categorias serviços',
|
|
||||||
'Menu:Service' => 'Serviços',
|
|
||||||
'Menu:Service+' => 'Serviços',
|
|
||||||
'Menu:ServiceElement' => 'Elementos seviços',
|
|
||||||
'Menu:ServiceElement+' => 'Elementos seviços',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Lista Nível de Serviço Acordados',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Lista Nível de Metas de Serviço',
|
|
||||||
'Menu:DeliveryModel' => 'Modelos entrega',
|
|
||||||
'Menu:DeliveryModel+' => 'Modelos entrega',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Contratos Provedores(as)',
|
||||||
|
'Menu:ProviderContract+' => 'Contratos Provedores(as)',
|
||||||
|
'Menu:CustomerContract' => 'Contratos Clientes',
|
||||||
|
'Menu:CustomerContract+' => 'Contratos Clientes',
|
||||||
|
'Menu:ServiceSubcategory' => 'Sub-categorias serviços',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Sub-categorias serviços',
|
||||||
|
'Menu:Service' => 'Serviços',
|
||||||
|
'Menu:Service+' => 'Serviços',
|
||||||
|
'Menu:ServiceElement' => 'Elementos seviços',
|
||||||
|
'Menu:ServiceElement+' => 'Elementos seviços',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Lista Nível de Serviço Acordados',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Lista Nível de Metas de Serviço',
|
||||||
|
'Menu:DeliveryModel' => 'Modelos entrega',
|
||||||
|
'Menu:DeliveryModel+' => 'Modelos entrega',
|
||||||
|
'Menu:ServiceFamily' => 'Família serviços',
|
||||||
|
'Menu:ServiceFamily+' => 'Família serviços',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -257,6 +258,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => 'Nome comum',
|
'Class:Service/Attribute:organization_name+' => 'Nome comum',
|
||||||
'Class:Service/Attribute:description' => 'Descrição',
|
'Class:Service/Attribute:description' => 'Descrição',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Família serviços',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Nome família serviços',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documentos',
|
'Class:Service/Attribute:documents_list' => 'Documentos',
|
||||||
'Class:Service/Attribute:documents_list+' => 'Todos documentos vinculados com o serviço',
|
'Class:Service/Attribute:documents_list+' => 'Todos documentos vinculados com o serviço',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contatos',
|
'Class:Service/Attribute:contacts_list' => 'Contatos',
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
|||||||
'Menu:SLT+' => 'Целевые показатели уровня услуг',
|
'Menu:SLT+' => 'Целевые показатели уровня услуг',
|
||||||
'Menu:DeliveryModel' => 'Модели предоставления услуг',
|
'Menu:DeliveryModel' => 'Модели предоставления услуг',
|
||||||
'Menu:DeliveryModel+' => 'Модели предоставления услуг (Delivery Models)',
|
'Menu:DeliveryModel+' => 'Модели предоставления услуг (Delivery Models)',
|
||||||
|
'Menu:ServiceFamily' => 'Пакеты услуг',
|
||||||
|
'Menu:ServiceFamily+' => 'Пакеты услуг',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,535 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:ServiceManagement' => 'Manažment služieb',
|
||||||
|
'Menu:ServiceManagement+' => '',
|
||||||
|
'Menu:Service:Overview' => 'Prehľad',
|
||||||
|
'Menu:Service:Overview+' => '',
|
||||||
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'zmluvy podľa úrovne služby',
|
||||||
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'zmluvy podla stavu',
|
||||||
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'zmluvy končiace za menej ako 30 dní',
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Poskytovateľské zmluvy',
|
||||||
|
'Menu:ProviderContract+' => '',
|
||||||
|
'Menu:CustomerContract' => 'Zákaznícke zmluvy',
|
||||||
|
'Menu:CustomerContract+' => '',
|
||||||
|
'Menu:ServiceSubcategory' => 'Subkategórie služieb',
|
||||||
|
'Menu:ServiceSubcategory+' => '',
|
||||||
|
'Menu:Service' => 'Služby',
|
||||||
|
'Menu:Service+' => '',
|
||||||
|
'Menu:ServiceElement' => 'Prvky služby',
|
||||||
|
'Menu:ServiceElement+' => '',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => '',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => '',
|
||||||
|
'Menu:DeliveryModel' => 'Typy dodávky',
|
||||||
|
'Menu:DeliveryModel+' => '',
|
||||||
|
'Menu:ServiceFamily' => 'Rodiny služieb',
|
||||||
|
'Menu:ServiceFamily+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
'UI:ServiceManagementMenu' => 'Gestion des Services',
|
||||||
|
'UI:ServiceManagementMenu+' => 'Gestion des Services',
|
||||||
|
'UI:ServiceManagementMenu:Title' => 'Résumé des services & contrats',
|
||||||
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats par niveau de service',
|
||||||
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats par état',
|
||||||
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins de 30 jours',
|
||||||
|
*/
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Organization
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id' => 'Model dodávky',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name' => 'Názov modelu dodávky',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ContractType
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ContractType' => 'Typ zmluvy',
|
||||||
|
'Class:ContractType+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Contract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Contract' => 'zmluva',
|
||||||
|
'Class:Contract+' => '',
|
||||||
|
'Class:Contract/Attribute:name' => 'Názov',
|
||||||
|
'Class:Contract/Attribute:name+' => '',
|
||||||
|
'Class:Contract/Attribute:org_id' => 'Zákazník',
|
||||||
|
'Class:Contract/Attribute:org_id+' => '',
|
||||||
|
'Class:Contract/Attribute:organization_name' => 'Meno zákazníka',
|
||||||
|
'Class:Contract/Attribute:organization_name+' => '',
|
||||||
|
'Class:Contract/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
'Class:Contract/Attribute:contacts_list+' => '',
|
||||||
|
'Class:Contract/Attribute:documents_list' => 'Zoznam dokumentov',
|
||||||
|
'Class:Contract/Attribute:documents_list+' => '',
|
||||||
|
'Class:Contract/Attribute:description' => 'Popis',
|
||||||
|
'Class:Contract/Attribute:description+' => '',
|
||||||
|
'Class:Contract/Attribute:start_date' => 'Dátum začiatku',
|
||||||
|
'Class:Contract/Attribute:start_date+' => '',
|
||||||
|
'Class:Contract/Attribute:end_date' => 'Dátum ukončenia',
|
||||||
|
'Class:Contract/Attribute:end_date+' => '',
|
||||||
|
'Class:Contract/Attribute:cost' => 'Cena',
|
||||||
|
'Class:Contract/Attribute:cost+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency' => 'Mena ceny',
|
||||||
|
'Class:Contract/Attribute:cost_currency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars' => 'USD',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros' => 'EUR',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_id' => 'Typ zmluvy',
|
||||||
|
'Class:Contract/Attribute:contracttype_id+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_name' => 'Názov typu zmluvy',
|
||||||
|
'Class:Contract/Attribute:contracttype_name+' => '',
|
||||||
|
'Class:Contract/Attribute:billing_frequency' => 'Frekvencia faktúrovania',
|
||||||
|
'Class:Contract/Attribute:billing_frequency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_unit' => 'Cenová jednotka',
|
||||||
|
'Class:Contract/Attribute:cost_unit+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_id' => 'Poskytovateľ',
|
||||||
|
'Class:Contract/Attribute:provider_id+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_name' => 'Meno poskytovateľa',
|
||||||
|
'Class:Contract/Attribute:provider_name+' => '',
|
||||||
|
'Class:Contract/Attribute:status' => 'Stav',
|
||||||
|
'Class:Contract/Attribute:status+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation' => 'Implementácia',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete' => 'Vyradený',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:production' => 'Produkcia',
|
||||||
|
'Class:Contract/Attribute:status/Value:production+' => '',
|
||||||
|
'Class:Contract/Attribute:finalclass' => 'Typ',
|
||||||
|
'Class:Contract/Attribute:finalclass+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: CustomerContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:CustomerContract' => 'Zákaznícka zmluva',
|
||||||
|
'Class:CustomerContract+' => '',
|
||||||
|
'Class:CustomerContract/Attribute:services_list' => 'Služby',
|
||||||
|
'Class:CustomerContract/Attribute:services_list+' => '',
|
||||||
|
'Class:CustomerContract/Attribute:functionalcis_list' => 'CIs~~',
|
||||||
|
'Class:CustomerContract/Attribute:functionalcis_list+' => 'All the configuration items covered by this contract~~',
|
||||||
|
'Class:CustomerContract/Attribute:providercontracts_list' => 'Provider contracts~~',
|
||||||
|
'Class:CustomerContract/Attribute:providercontracts_list+' => 'All the provider contracts to deliver the services for this contract (underpinning contract)~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ProviderContract' => 'Poskytovateľská zmluva',
|
||||||
|
'Class:ProviderContract+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list' => 'Zariadenia',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:sla' => 'SLA',
|
||||||
|
'Class:ProviderContract/Attribute:sla+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:coverage' => 'Časy pokrytia',
|
||||||
|
'Class:ProviderContract/Attribute:coverage+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkContactToContract' => 'väzba - Kontakt / zmluva',
|
||||||
|
'Class:lnkContactToContract+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id' => 'zmluva',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name' => 'Názov zmluvy',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id' => 'Kontakt',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name' => 'Názov kontaktu',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContractToDocument
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkContractToDocument' => 'väzba - zmluva / Dokument',
|
||||||
|
'Class:lnkContractToDocument+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id' => 'zmluva',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name' => 'Názov zmluvy',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id' => 'Dokument',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name' => 'Názov dokumentu',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkFunctionalCIToProviderContract' => 'väzba - Komponent / Poskytovateľská zmluva',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Poskytovateľská zmluva',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name' => 'Názov poskytovateľského zmluvy',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id' => 'Zariadenie',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name' => 'Názov CI',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceFamily
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ServiceFamily' => 'Kategória služieb',
|
||||||
|
'Class:ServiceFamily+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:name' => 'Názov',
|
||||||
|
'Class:ServiceFamily/Attribute:name+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:icon' => 'Icon~~',
|
||||||
|
'Class:ServiceFamily/Attribute:icon+' => '~~',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list' => 'Služby',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Service
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Service' => 'Služby',
|
||||||
|
'Class:Service+' => '',
|
||||||
|
'Class:Service/Attribute:name' => 'Názov',
|
||||||
|
'Class:Service/Attribute:name+' => '',
|
||||||
|
'Class:Service/Attribute:org_id' => 'Poskytovateľ',
|
||||||
|
'Class:Service/Attribute:org_id+' => '',
|
||||||
|
'Class:Service/Attribute:organization_name' => 'Meno poskytovateľa',
|
||||||
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
|
'Class:Service/Attribute:description' => 'Popis',
|
||||||
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Kategória služieb',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Názov rodiny služieb',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
|
'Class:Service/Attribute:documents_list' => 'Dokumenty',
|
||||||
|
'Class:Service/Attribute:documents_list+' => '',
|
||||||
|
'Class:Service/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
'Class:Service/Attribute:contacts_list+' => '',
|
||||||
|
'Class:Service/Attribute:status' => 'Stav',
|
||||||
|
'Class:Service/Attribute:status+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation' => 'Implementácia',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete' => 'Vyradená',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:production' => 'Produkcia',
|
||||||
|
'Class:Service/Attribute:status/Value:production+' => '',
|
||||||
|
'Class:Service/Attribute:icon' => 'Icon~~',
|
||||||
|
'Class:Service/Attribute:icon+' => '~~',
|
||||||
|
'Class:Service/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
|
||||||
|
'Class:Service/Attribute:customercontracts_list+' => '',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list' => 'Podkategórie služieb',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDocumentToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkDocumentToService' => 'väzba - Dokument / Služba',
|
||||||
|
'Class:lnkDocumentToService+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id' => 'Dokument',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name' => 'Názov dokumentu',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkContactToService' => 'väzba - Kontakt / Služba',
|
||||||
|
'Class:lnkContactToService+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id' => 'Kontakt',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name' => 'Názov kontaktu',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceSubcategory
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ServiceSubcategory' => 'Podkategória služieb',
|
||||||
|
'Class:ServiceSubcategory+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name' => 'Názov',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description' => 'Popis',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status' => 'Stav',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'Implementácia',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete' => 'Vyradená',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production' => 'Produkcia',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type' => 'Typ požiadavky',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident' => 'Incident',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request' => 'Požiadavka',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_provider' => 'Provider Name~~',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_org_id' => 'Provider~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLA
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:SLA' => 'SLA',
|
||||||
|
'Class:SLA+' => '',
|
||||||
|
'Class:SLA/Attribute:name' => 'Názov',
|
||||||
|
'Class:SLA/Attribute:name+' => '',
|
||||||
|
'Class:SLA/Attribute:description' => 'Popis',
|
||||||
|
'Class:SLA/Attribute:description+' => '',
|
||||||
|
'Class:SLA/Attribute:org_id' => 'Poskytovateľ',
|
||||||
|
'Class:SLA/Attribute:org_id+' => '',
|
||||||
|
'Class:SLA/Attribute:organization_name' => 'Názov organizácie poskytovateľa',
|
||||||
|
'Class:SLA/Attribute:organization_name+' => '',
|
||||||
|
'Class:SLA/Attribute:slts_list' => 'SLTs',
|
||||||
|
'Class:SLA/Attribute:slts_list+' => '',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:SLT' => 'SLT',
|
||||||
|
'Class:SLT+' => '',
|
||||||
|
'Class:SLT/Attribute:name' => 'Názov',
|
||||||
|
'Class:SLT/Attribute:name+' => '',
|
||||||
|
'Class:SLT/Attribute:priority' => 'Priorita',
|
||||||
|
'Class:SLT/Attribute:priority+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1' => 'Kritická',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2' => 'Vysoká',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3' => 'Stredná',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4' => 'Nízka',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type' => 'Typ požiadavky',
|
||||||
|
'Class:SLT/Attribute:request_type+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident' => 'Incident',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request' => 'Požiadavka',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:SLT/Attribute:metric' => 'Metrika',
|
||||||
|
'Class:SLT/Attribute:metric+' => '',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto' => 'TTO',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto+' => '',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr' => 'TTR',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr+' => '',
|
||||||
|
'Class:SLT/Attribute:value' => 'Hodnota',
|
||||||
|
'Class:SLT/Attribute:value+' => '',
|
||||||
|
'Class:SLT/Attribute:unit' => 'Jednotka',
|
||||||
|
'Class:SLT/Attribute:unit+' => '',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours' => 'Hodiny',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours+' => '',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes' => 'Minúty',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkSLAToSLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkSLAToSLT' => 'väzba - SLA / SLT',
|
||||||
|
'Class:lnkSLAToSLT+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA Názov',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name' => 'SLT Názov',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric' => 'SLT metric~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'SLT request type~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'SLT ticket priority~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value' => 'SLT value~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'SLT value unit~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkCustomerContractToService' => 'väzba - Zákaznícka zmluva / Služba',
|
||||||
|
'Class:lnkCustomerContractToService+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Zákaznícka zmluva',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name' => 'Názov zákazníckeho zmluvy',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA Názov',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkCustomerContractToProviderContract' => 'Link Customer Contract / Provider Contract~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id' => 'Customer contract~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_id+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_name' => 'Customer contract Name~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:customercontract_name+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_id' => 'Provider contract~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_id+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_name' => 'Provider contract Name~~',
|
||||||
|
'Class:lnkCustomerContractToProviderContract/Attribute:providercontract_name+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToFunctionalCI
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI' => 'Link Customer Contract / FunctionalCI~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_id' => 'Customer contract~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_id+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_name' => 'Customer contract Name~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:customercontract_name+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_id' => 'CI~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_id+' => '~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_name' => 'CI Name~~',
|
||||||
|
'Class:lnkCustomerContractToFunctionalCI/Attribute:functionalci_name+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DeliveryModel
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:DeliveryModel' => 'Model dodávky',
|
||||||
|
'Class:DeliveryModel+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:name' => 'Názov',
|
||||||
|
'Class:DeliveryModel/Attribute:name+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id' => 'Organizácia',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name' => 'Názov organizácie',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:description' => 'Popis',
|
||||||
|
'Class:DeliveryModel/Attribute:description+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list' => 'Zákazníci',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDeliveryModelToContact
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkDeliveryModelToContact' => 'väzba - Model dodávky / Kontakt',
|
||||||
|
'Class:lnkDeliveryModelToContact+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Model dodávky',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name' => 'Názov typu dodávky',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id' => 'Kontakt',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name' => 'Meno kontaktu',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id' => 'Rola',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name' => 'Názov role',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name+' => '',
|
||||||
|
));
|
||||||
@@ -30,31 +30,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management~~',
|
'Menu:ServiceManagement' => 'Service Management~~',
|
||||||
'Menu:ServiceManagement+' => 'Service Management Overview~~',
|
'Menu:ServiceManagement+' => 'Service Management Overview~~',
|
||||||
'Menu:Service:Overview' => 'Overview~~',
|
'Menu:Service:Overview' => 'Overview~~',
|
||||||
'Menu:Service:Overview+' => '~~',
|
'Menu:Service:Overview+' => '~~',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level~~',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status~~',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days~~',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Provider contracts~~',
|
|
||||||
'Menu:ProviderContract+' => 'Provider contracts~~',
|
|
||||||
'Menu:CustomerContract' => 'Customer contracts~~',
|
|
||||||
'Menu:CustomerContract+' => 'Customer contracts~~',
|
|
||||||
'Menu:ServiceSubcategory' => 'Service subcategories~~',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
|
|
||||||
'Menu:Service' => 'Services~~',
|
|
||||||
'Menu:Service+' => 'Services~~',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements~~',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements~~',
|
|
||||||
'Menu:SLA' => 'SLAs~~',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements~~',
|
|
||||||
'Menu:SLT' => 'SLTs~~',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets~~',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models~~',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models~~',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider contracts~~',
|
||||||
|
'Menu:ProviderContract+' => 'Provider contracts~~',
|
||||||
|
'Menu:CustomerContract' => 'Customer contracts~~',
|
||||||
|
'Menu:CustomerContract+' => 'Customer contracts~~',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service subcategories~~',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service subcategories~~',
|
||||||
|
'Menu:Service' => 'Services~~',
|
||||||
|
'Menu:Service+' => 'Services~~',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements~~',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements~~',
|
||||||
|
'Menu:SLA' => 'SLAs~~',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements~~',
|
||||||
|
'Menu:SLT' => 'SLTs~~',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets~~',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models~~',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models~~',
|
||||||
|
'Menu:ServiceFamily' => 'Service families~~',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families~~',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -256,6 +257,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '~~',
|
'Class:Service/Attribute:organization_name+' => '~~',
|
||||||
'Class:Service/Attribute:description' => 'Description~~',
|
'Class:Service/Attribute:description' => 'Description~~',
|
||||||
'Class:Service/Attribute:description+' => '~~',
|
'Class:Service/Attribute:description+' => '~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Service Family~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Service Family Name~~',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '~~',
|
||||||
'Class:Service/Attribute:documents_list' => 'Documents~~',
|
'Class:Service/Attribute:documents_list' => 'Documents~~',
|
||||||
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
|
'Class:Service/Attribute:documents_list+' => 'All the documents linked to the service~~',
|
||||||
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
|
'Class:Service/Attribute:contacts_list' => 'Contacts~~',
|
||||||
|
|||||||
@@ -30,31 +30,32 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||||
'Menu:ServiceManagement' => '服务管理',
|
'Menu:ServiceManagement' => '服务管理',
|
||||||
'Menu:ServiceManagement+' => '服务管理概况',
|
'Menu:ServiceManagement+' => '服务管理概况',
|
||||||
'Menu:Service:Overview' => '概况',
|
'Menu:Service:Overview' => '概况',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => '合同 (按服务等级)',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => '合同 (按服务等级)',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => '合同(按状态)',
|
'UI-ServiceManagementMenu-ContractsByStatus' => '合同(按状态)',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30天内截止的合同',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30天内截止的合同',
|
||||||
|
|
||||||
'Menu:ProviderContract' => '供应商合同',
|
|
||||||
'Menu:ProviderContract+' => '供应商合同',
|
|
||||||
'Menu:CustomerContract' => '客户合同',
|
|
||||||
'Menu:CustomerContract+' => '客户合同',
|
|
||||||
'Menu:ServiceSubcategory' => '子服务',
|
|
||||||
'Menu:ServiceSubcategory+' => '子服务',
|
|
||||||
'Menu:Service' => '服务',
|
|
||||||
'Menu:Service+' => '服务',
|
|
||||||
'Menu:ServiceElement' => '服务元素',
|
|
||||||
'Menu:ServiceElement+' => '服务元素',
|
|
||||||
'Menu:SLA' => 'SLA',
|
|
||||||
'Menu:SLA+' => '服务等级协议',
|
|
||||||
'Menu:SLT' => 'SLT',
|
|
||||||
'Menu:SLT+' => '服务等级目标',
|
|
||||||
'Menu:DeliveryModel' => '交付模式',
|
|
||||||
'Menu:DeliveryModel+' => '交付模式',
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => '供应商合同',
|
||||||
|
'Menu:ProviderContract+' => '供应商合同',
|
||||||
|
'Menu:CustomerContract' => '客户合同',
|
||||||
|
'Menu:CustomerContract+' => '客户合同',
|
||||||
|
'Menu:ServiceSubcategory' => '子服务',
|
||||||
|
'Menu:ServiceSubcategory+' => '子服务',
|
||||||
|
'Menu:Service' => '服务',
|
||||||
|
'Menu:Service+' => '服务',
|
||||||
|
'Menu:ServiceElement' => '服务元素',
|
||||||
|
'Menu:ServiceElement+' => '服务元素',
|
||||||
|
'Menu:SLA' => 'SLA',
|
||||||
|
'Menu:SLA+' => '服务等级协议',
|
||||||
|
'Menu:SLT' => 'SLT',
|
||||||
|
'Menu:SLT+' => '服务等级目标',
|
||||||
|
'Menu:DeliveryModel' => '交付模式',
|
||||||
|
'Menu:DeliveryModel+' => '交付模式',
|
||||||
|
'Menu:ServiceFamily' => '服务族',
|
||||||
|
'Menu:ServiceFamily+' => '服务族',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
@@ -256,6 +257,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|||||||
'Class:Service/Attribute:organization_name+' => '',
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
'Class:Service/Attribute:description' => '描述',
|
'Class:Service/Attribute:description' => '描述',
|
||||||
'Class:Service/Attribute:description+' => '',
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => '服务族',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => '服务族名称',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
'Class:Service/Attribute:documents_list' => '文档',
|
'Class:Service/Attribute:documents_list' => '文档',
|
||||||
'Class:Service/Attribute:documents_list+' => '该服务相关的所有文档',
|
'Class:Service/Attribute:documents_list+' => '该服务相关的所有文档',
|
||||||
'Class:Service/Attribute:contacts_list' => '联系人',
|
'Class:Service/Attribute:contacts_list' => '联系人',
|
||||||
|
|||||||
@@ -33,37 +33,34 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||||
'Menu:ServiceManagement' => 'Správa služeb',
|
'Menu:ServiceManagement' => 'Správa služeb',
|
||||||
'Menu:ServiceManagement+' => 'Přehled správy služeb',
|
'Menu:ServiceManagement+' => 'Přehled správy služeb',
|
||||||
'Menu:Service:Overview' => 'Přehled',
|
'Menu:Service:Overview' => 'Přehled',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Smlouvy podle úrovně služeb',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Smlouvy podle úrovně služeb',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Smlouvy podle stavu',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Smlouvy podle stavu',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Smlouvy končící během 30 dní',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Smlouvy končící během 30 dní',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Smlouvy s poskytovateli',
|
|
||||||
'Menu:ProviderContract+' => 'Smlouvy s poskytovateli',
|
|
||||||
'Menu:CustomerContract' => 'Smlouvy se zákazníky',
|
|
||||||
'Menu:CustomerContract+' => 'Smlouvy se zákazníky',
|
|
||||||
'Menu:ServiceSubcategory' => 'Podkategorie služeb',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Podkategorie služeb',
|
|
||||||
'Menu:Service' => 'Služby',
|
|
||||||
'Menu:Service+' => 'Služby',
|
|
||||||
'Menu:ServiceElement' => 'Prvky služby',
|
|
||||||
'Menu:ServiceElement+' => 'Prvky služby',
|
|
||||||
'Menu:SLA' => 'SLA - dohody o úrovních služeb',
|
|
||||||
'Menu:SLA+' => 'Dohody o úrovních služeb',
|
|
||||||
'Menu:SLT' => 'SLT - cíle úrovní služeb',
|
|
||||||
'Menu:SLT+' => 'Cíle úrovní služeb',
|
|
||||||
'Menu:DeliveryModel' => 'Modely poskytování služeb',
|
|
||||||
'Menu:DeliveryModel+' => 'Modely poskytování služeb',
|
|
||||||
'Menu:ServiceFamily' => 'Balíčky (kategorie) služeb',
|
|
||||||
'Menu:ServiceFamily+' => 'Balíčky (kategorie) služeb',
|
|
||||||
'Menu:Procedure' => 'Katalog postupů',
|
|
||||||
'Menu:Procedure+' => 'Katalog všech postupů',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Smlouvy s poskytovateli',
|
||||||
|
'Menu:ProviderContract+' => 'Smlouvy s poskytovateli',
|
||||||
|
'Menu:CustomerContract' => 'Smlouvy se zákazníky',
|
||||||
|
'Menu:CustomerContract+' => 'Smlouvy se zákazníky',
|
||||||
|
'Menu:ServiceSubcategory' => 'Podkategorie služeb',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Podkategorie služeb',
|
||||||
|
'Menu:Service' => 'Služby',
|
||||||
|
'Menu:Service+' => 'Služby',
|
||||||
|
'Menu:ServiceElement' => 'Prvky služby',
|
||||||
|
'Menu:ServiceElement+' => 'Prvky služby',
|
||||||
|
'Menu:SLA' => 'SLA - dohody o úrovních služeb',
|
||||||
|
'Menu:SLA+' => 'Dohody o úrovních služeb',
|
||||||
|
'Menu:SLT' => 'SLT - cíle úrovní služeb',
|
||||||
|
'Menu:SLT+' => 'Cíle úrovní služeb',
|
||||||
|
'Menu:DeliveryModel' => 'Modely poskytování služeb',
|
||||||
|
'Menu:DeliveryModel+' => 'Modely poskytování služeb',
|
||||||
|
'Menu:ServiceFamily' => 'Balíčky (kategorie) služeb',
|
||||||
|
'Menu:ServiceFamily+' => 'Balíčky (kategorie) služeb',
|
||||||
|
'Menu:Procedure' => 'Katalog postupů',
|
||||||
|
'Menu:Procedure+' => 'Katalog všech postupů',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -74,7 +71,6 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Model poskytování služeb',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Model poskytování služeb',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Název modelu poskytování služeb',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Název modelu poskytování služeb',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,37 +21,34 @@
|
|||||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||||
*/
|
*/
|
||||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||||
'Menu:ServiceManagement' => 'Ydelses Management',
|
'Menu:ServiceManagement' => 'Ydelses Management',
|
||||||
'Menu:ServiceManagement+' => 'Ydelses Management oversigt',
|
'Menu:ServiceManagement+' => 'Ydelses Management oversigt',
|
||||||
'Menu:Service:Overview' => 'Oversigt',
|
'Menu:Service:Overview' => 'Oversigt',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Kontrakt(er) efter Service Level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Kontrakt(er) efter Service Level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Kontrakter efter status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Kontrakter efter status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Kontrakt(er), der udløber om mindre end 30 dage',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Kontrakt(er), der udløber om mindre end 30 dage',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Leverandør kontrakter',
|
|
||||||
'Menu:ProviderContract+' => 'Leverandør kontrakter',
|
|
||||||
'Menu:CustomerContract' => 'Kunde kontrakter',
|
|
||||||
'Menu:CustomerContract+' => 'Kunde kontrakter',
|
|
||||||
'Menu:ServiceSubcategory' => 'Ydelses underkategorier',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Ydelses underkategorier',
|
|
||||||
'Menu:Service' => 'Ydelser',
|
|
||||||
'Menu:Service+' => 'Ydelser',
|
|
||||||
'Menu:ServiceElement' => 'Ydelses elementer',
|
|
||||||
'Menu:ServiceElement+' => '',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets',
|
|
||||||
'Menu:DeliveryModel' => 'Leverings model(ler)',
|
|
||||||
'Menu:DeliveryModel+' => '',
|
|
||||||
'Menu:ServiceFamily' => 'Ydelses familie(r)',
|
|
||||||
'Menu:ServiceFamily+' => '',
|
|
||||||
'Menu:Procedure' => 'Procedure katalog',
|
|
||||||
'Menu:Procedure+' => '',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Leverandør kontrakter',
|
||||||
|
'Menu:ProviderContract+' => 'Leverandør kontrakter',
|
||||||
|
'Menu:CustomerContract' => 'Kunde kontrakter',
|
||||||
|
'Menu:CustomerContract+' => 'Kunde kontrakter',
|
||||||
|
'Menu:ServiceSubcategory' => 'Ydelses underkategorier',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Ydelses underkategorier',
|
||||||
|
'Menu:Service' => 'Ydelser',
|
||||||
|
'Menu:Service+' => 'Ydelser',
|
||||||
|
'Menu:ServiceElement' => 'Ydelses elementer',
|
||||||
|
'Menu:ServiceElement+' => '',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Leverings model(ler)',
|
||||||
|
'Menu:DeliveryModel+' => '',
|
||||||
|
'Menu:ServiceFamily' => 'Ydelses familie(r)',
|
||||||
|
'Menu:ServiceFamily+' => '',
|
||||||
|
'Menu:Procedure' => 'Procedure katalog',
|
||||||
|
'Menu:Procedure+' => '',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -62,7 +59,6 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Leverings model',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Leverings model',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Leverings model navn',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Leverings model navn',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -23,37 +23,34 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management',
|
'Menu:ServiceManagement' => 'Service Management',
|
||||||
'Menu:ServiceManagement+' => 'Service Management-Übersicht',
|
'Menu:ServiceManagement+' => 'Service Management-Übersicht',
|
||||||
'Menu:Service:Overview' => 'Übersicht',
|
'Menu:Service:Overview' => 'Übersicht',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Verträge nach Service Level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Verträge nach Service Level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Verträge nach Status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Verträge nach Status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Verträge, die in weniger als 30 Tagen enden',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Verträge, die in weniger als 30 Tagen enden',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Provider-Verträge',
|
|
||||||
'Menu:ProviderContract+' => 'Provider-Verträge',
|
|
||||||
'Menu:CustomerContract' => 'Kundenverträge',
|
|
||||||
'Menu:CustomerContract+' => 'Kundenverträge',
|
|
||||||
'Menu:ServiceSubcategory' => 'Service-Unterkategorien',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Service-Unterkategorien',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => 'Services',
|
|
||||||
'Menu:ServiceElement' => 'Sevice-Elemente',
|
|
||||||
'Menu:ServiceElement+' => '',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery-Modelle',
|
|
||||||
'Menu:DeliveryModel+' => '',
|
|
||||||
'Menu:ServiceFamily' => 'Service-Familien',
|
|
||||||
'Menu:ServiceFamily+' => '',
|
|
||||||
'Menu:Procedure' => 'Verfahrens-Katalog',
|
|
||||||
'Menu:Procedure+' => '',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider-Verträge',
|
||||||
|
'Menu:ProviderContract+' => 'Provider-Verträge',
|
||||||
|
'Menu:CustomerContract' => 'Kundenverträge',
|
||||||
|
'Menu:CustomerContract+' => 'Kundenverträge',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service-Unterkategorien',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service-Unterkategorien',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Sevice-Elemente',
|
||||||
|
'Menu:ServiceElement+' => '',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery-Modelle',
|
||||||
|
'Menu:DeliveryModel+' => '',
|
||||||
|
'Menu:ServiceFamily' => 'Service-Familien',
|
||||||
|
'Menu:ServiceFamily+' => '',
|
||||||
|
'Menu:Procedure' => 'Verfahrens-Katalog',
|
||||||
|
'Menu:Procedure+' => '',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -64,7 +61,6 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery-Modell',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery-Modell',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery-Modell-Name',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery-Modell-Name',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* Localized data
|
* Localized data
|
||||||
*
|
*
|
||||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
* @copyright Copyright (C) 2010-2019 Combodo SARL
|
||||||
* @license http://opensource.org/licenses/AGPL-3.0
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
*
|
*
|
||||||
* This file is part of iTop.
|
* This file is part of iTop.
|
||||||
@@ -33,37 +33,34 @@
|
|||||||
|
|
||||||
|
|
||||||
Dict::Add('EN US', 'English', 'English', array(
|
Dict::Add('EN US', 'English', 'English', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management',
|
'Menu:ServiceManagement' => 'Service Management',
|
||||||
'Menu:ServiceManagement+' => 'Service Management Overview',
|
'Menu:ServiceManagement+' => 'Service Management Overview',
|
||||||
'Menu:Service:Overview' => 'Overview',
|
'Menu:Service:Overview' => 'Overview',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Provider contracts',
|
|
||||||
'Menu:ProviderContract+' => 'Provider contracts',
|
|
||||||
'Menu:CustomerContract' => 'Customer contracts',
|
|
||||||
'Menu:CustomerContract+' => 'Customer contracts',
|
|
||||||
'Menu:ServiceSubcategory' => 'Service subcategories',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Service subcategories',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => 'Services',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models',
|
|
||||||
'Menu:ServiceFamily' => 'Service families',
|
|
||||||
'Menu:ServiceFamily+' => 'Service families',
|
|
||||||
'Menu:Procedure' => 'Procedures catalog',
|
|
||||||
'Menu:Procedure+' => 'All procedures catalog',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Provider contracts',
|
||||||
|
'Menu:ProviderContract+' => 'Provider contracts',
|
||||||
|
'Menu:CustomerContract' => 'Customer contracts',
|
||||||
|
'Menu:CustomerContract+' => 'Customer contracts',
|
||||||
|
'Menu:ServiceSubcategory' => 'Service subcategories',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Service subcategories',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models',
|
||||||
|
'Menu:ServiceFamily' => 'Service families',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families',
|
||||||
|
'Menu:Procedure' => 'Procedures catalog',
|
||||||
|
'Menu:Procedure+' => 'All procedures catalog',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -74,7 +71,6 @@ Dict::Add('EN US', 'English', 'English', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -32,37 +32,34 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||||
'Menu:ServiceManagement' => 'Administración de Servicios',
|
'Menu:ServiceManagement' => 'Administración de Servicios',
|
||||||
'Menu:ServiceManagement+' => 'Administración de Servicios',
|
'Menu:ServiceManagement+' => 'Administración de Servicios',
|
||||||
'Menu:Service:Overview' => 'Resumen de Servicios',
|
'Menu:Service:Overview' => 'Resumen de Servicios',
|
||||||
'Menu:Service:Overview+' => 'Resumen de Servicios',
|
'Menu:Service:Overview+' => 'Resumen de Servicios',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por Nivel de Servicio',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por Nivel de Servicio',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por Estatus',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por Estatus',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos Finalizando en menos de 30 días',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos Finalizando en menos de 30 días',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Contratos con Proveedores',
|
|
||||||
'Menu:ProviderContract+' => 'Contratos con Proveedores',
|
|
||||||
'Menu:CustomerContract' => 'Acuerdos con Clientes',
|
|
||||||
'Menu:CustomerContract+' => 'Acuerdos con Clientes',
|
|
||||||
'Menu:ServiceSubcategory' => 'Subcategorías de Servicio',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Subcategorías de Servicio',
|
|
||||||
'Menu:Service' => 'Servicios',
|
|
||||||
'Menu:Service+' => 'Servicios',
|
|
||||||
'Menu:ServiceElement' => 'Elementos del Servicio',
|
|
||||||
'Menu:ServiceElement+' => 'Elementos del Servicio',
|
|
||||||
'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio',
|
|
||||||
'Menu:SLA+' => 'Acuerdos de Nivel de Servicio',
|
|
||||||
'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio',
|
|
||||||
'Menu:SLT+' => 'Objetivos de Nivel de Servicio',
|
|
||||||
'Menu:DeliveryModel' => 'Modelos de Entrega',
|
|
||||||
'Menu:DeliveryModel+' => 'Modelos de Entrega',
|
|
||||||
'Menu:ServiceFamily' => 'Familias de Servicio',
|
|
||||||
'Menu:ServiceFamily+' => 'Familias de Servicio',
|
|
||||||
'Menu:Procedure' => 'Catálogo de Procedimientos',
|
|
||||||
'Menu:Procedure+' => 'Catálogo de Procedimientos',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Contratos con Proveedores',
|
||||||
|
'Menu:ProviderContract+' => 'Contratos con Proveedores',
|
||||||
|
'Menu:CustomerContract' => 'Acuerdos con Clientes',
|
||||||
|
'Menu:CustomerContract+' => 'Acuerdos con Clientes',
|
||||||
|
'Menu:ServiceSubcategory' => 'Subcategorías de Servicio',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Subcategorías de Servicio',
|
||||||
|
'Menu:Service' => 'Servicios',
|
||||||
|
'Menu:Service+' => 'Servicios',
|
||||||
|
'Menu:ServiceElement' => 'Elementos del Servicio',
|
||||||
|
'Menu:ServiceElement+' => 'Elementos del Servicio',
|
||||||
|
'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio',
|
||||||
|
'Menu:SLA+' => 'Acuerdos de Nivel de Servicio',
|
||||||
|
'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio',
|
||||||
|
'Menu:SLT+' => 'Objetivos de Nivel de Servicio',
|
||||||
|
'Menu:DeliveryModel' => 'Modelos de Entrega',
|
||||||
|
'Menu:DeliveryModel+' => 'Modelos de Entrega',
|
||||||
|
'Menu:ServiceFamily' => 'Familias de Servicio',
|
||||||
|
'Menu:ServiceFamily+' => 'Familias de Servicio',
|
||||||
|
'Menu:Procedure' => 'Catálogo de Procedimientos',
|
||||||
|
'Menu:Procedure+' => 'Catálogo de Procedimientos',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -73,7 +70,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Modelo de Entrega',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Modelo de Entrega',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => 'Modelo de Entrega',
|
'Class:Organization/Attribute:deliverymodel_id+' => 'Modelo de Entrega',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Nombre del Modelo de Entrega',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Nombre del Modelo de Entrega',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -23,37 +23,34 @@
|
|||||||
// Class: ContractType
|
// Class: ContractType
|
||||||
//
|
//
|
||||||
Dict::Add('FR FR', 'French', 'Français', array(
|
Dict::Add('FR FR', 'French', 'Français', array(
|
||||||
'Menu:ServiceManagement' => 'Gestion des services',
|
'Menu:ServiceManagement' => 'Gestion des services',
|
||||||
'Menu:ServiceManagement+' => '',
|
'Menu:ServiceManagement+' => '',
|
||||||
'Menu:Service:Overview' => 'Vue d\'ensemble',
|
'Menu:Service:Overview' => 'Vue d\'ensemble',
|
||||||
'Menu:Service:Overview+' => 'Vue d\'ensemble de la Gestion des Services',
|
'Menu:Service:Overview+' => 'Vue d\'ensemble de la Gestion des Services',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats, par niveau de service',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats, par niveau de service',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats, par état',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats, par état',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins d\'un mois',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins d\'un mois',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Contrats fournisseurs',
|
|
||||||
'Menu:ProviderContract+' => 'Contrats fournisseurs',
|
|
||||||
'Menu:CustomerContract' => 'Contrats clients',
|
|
||||||
'Menu:CustomerContract+' => 'Contrats clients',
|
|
||||||
'Menu:ServiceSubcategory' => 'Sous catégories de service',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Sous catégories de service',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => 'Services',
|
|
||||||
'Menu:ServiceElement' => 'Eléments de service',
|
|
||||||
'Menu:ServiceElement+' => 'Eléments de service',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Accords de niveau de service (SLA)',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Objectifs de niveau de service (SLT)',
|
|
||||||
'Menu:DeliveryModel' => 'Modèles de support',
|
|
||||||
'Menu:DeliveryModel+' => 'Modèles de support',
|
|
||||||
'Menu:ServiceFamily' => 'Familles de service',
|
|
||||||
'Menu:ServiceFamily+' => 'Familles de service',
|
|
||||||
'Menu:Procedure' => 'Catalogue des procédures',
|
|
||||||
'Menu:Procedure+' => 'Catalogue des procédures',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Contrats fournisseurs',
|
||||||
|
'Menu:ProviderContract+' => 'Contrats fournisseurs',
|
||||||
|
'Menu:CustomerContract' => 'Contrats clients',
|
||||||
|
'Menu:CustomerContract+' => 'Contrats clients',
|
||||||
|
'Menu:ServiceSubcategory' => 'Sous catégories de service',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Sous catégories de service',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Eléments de service',
|
||||||
|
'Menu:ServiceElement+' => 'Eléments de service',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Accords de niveau de service (SLA)',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Objectifs de niveau de service (SLT)',
|
||||||
|
'Menu:DeliveryModel' => 'Modèles de support',
|
||||||
|
'Menu:DeliveryModel+' => 'Modèles de support',
|
||||||
|
'Menu:ServiceFamily' => 'Familles de service',
|
||||||
|
'Menu:ServiceFamily+' => 'Familles de service',
|
||||||
|
'Menu:Procedure' => 'Catalogue des procédures',
|
||||||
|
'Menu:Procedure+' => 'Catalogue des procédures',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -64,7 +61,6 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Modèle de support',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Modèle de support',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Nom modèle de support',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Nom modèle de support',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,37 +20,34 @@
|
|||||||
* @license http://opensource.org/licenses/AGPL-3.0
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
*/
|
*/
|
||||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||||
'Menu:ServiceManagement' => 'Szolgáltatás menedzsment',
|
'Menu:ServiceManagement' => 'Szolgáltatás menedzsment',
|
||||||
'Menu:ServiceManagement+' => '',
|
'Menu:ServiceManagement+' => '',
|
||||||
'Menu:Service:Overview' => 'Áttekintő',
|
'Menu:Service:Overview' => 'Áttekintő',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Szerződések szolgáltatás szintenként',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Szerződések szolgáltatás szintenként',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Szerződések státuszonként',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Szerződések státuszonként',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 napon belül lejáró szerződések',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 napon belül lejáró szerződések',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Szállítói szerződés',
|
|
||||||
'Menu:ProviderContract+' => '',
|
|
||||||
'Menu:CustomerContract' => 'Ügyfél szerződés',
|
|
||||||
'Menu:CustomerContract+' => '',
|
|
||||||
'Menu:ServiceSubcategory' => 'Szolgáltatás alkategóriák',
|
|
||||||
'Menu:ServiceSubcategory+' => '',
|
|
||||||
'Menu:Service' => 'Szolgáltatások',
|
|
||||||
'Menu:Service+' => '',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements~~',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements~~',
|
|
||||||
'Menu:SLA' => 'SLA-k',
|
|
||||||
'Menu:SLA+' => '',
|
|
||||||
'Menu:SLT' => 'SLT-k',
|
|
||||||
'Menu:SLT+' => '',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models~~',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models~~',
|
|
||||||
'Menu:ServiceFamily' => 'Service families~~',
|
|
||||||
'Menu:ServiceFamily+' => 'Service families~~',
|
|
||||||
'Menu:Procedure' => 'Procedures catalog~~',
|
|
||||||
'Menu:Procedure+' => 'All procedures catalog~~',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Szállítói szerződés',
|
||||||
|
'Menu:ProviderContract+' => '',
|
||||||
|
'Menu:CustomerContract' => 'Ügyfél szerződés',
|
||||||
|
'Menu:CustomerContract+' => '',
|
||||||
|
'Menu:ServiceSubcategory' => 'Szolgáltatás alkategóriák',
|
||||||
|
'Menu:ServiceSubcategory+' => '',
|
||||||
|
'Menu:Service' => 'Szolgáltatások',
|
||||||
|
'Menu:Service+' => '',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements~~',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements~~',
|
||||||
|
'Menu:SLA' => 'SLA-k',
|
||||||
|
'Menu:SLA+' => '',
|
||||||
|
'Menu:SLT' => 'SLT-k',
|
||||||
|
'Menu:SLT+' => '',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models~~',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models~~',
|
||||||
|
'Menu:ServiceFamily' => 'Service families~~',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families~~',
|
||||||
|
'Menu:Procedure' => 'Procedures catalog~~',
|
||||||
|
'Menu:Procedure+' => 'All procedures catalog~~',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -61,7 +58,6 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -31,37 +31,34 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||||
'Menu:ServiceManagement' => 'Gestione del Servizio',
|
'Menu:ServiceManagement' => 'Gestione del Servizio',
|
||||||
'Menu:ServiceManagement+' => 'Panoramica della Gestione del Servizio',
|
'Menu:ServiceManagement+' => 'Panoramica della Gestione del Servizio',
|
||||||
'Menu:Service:Overview' => 'Panoramica',
|
'Menu:Service:Overview' => 'Panoramica',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratti per livello di servizio',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratti per livello di servizio',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratti per stato',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratti per stato',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratti che terminano in meno di 30 giorni',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratti che terminano in meno di 30 giorni',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Contratti con Provider',
|
|
||||||
'Menu:ProviderContract+' => 'Contratti con Provider',
|
|
||||||
'Menu:CustomerContract' => 'Contratti con Clienti',
|
|
||||||
'Menu:CustomerContract+' => 'Contratti con Clienti',
|
|
||||||
'Menu:ServiceSubcategory' => 'Sottocategorie di Servizio',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Sottocategorie di Servizio',
|
|
||||||
'Menu:Service' => 'Servizi',
|
|
||||||
'Menu:Service+' => 'Servizi',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements~~',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements~~',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models~~',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models~~',
|
|
||||||
'Menu:ServiceFamily' => 'Service families~~',
|
|
||||||
'Menu:ServiceFamily+' => 'Service families~~',
|
|
||||||
'Menu:Procedure' => 'Procedures catalog~~',
|
|
||||||
'Menu:Procedure+' => 'All procedures catalog~~',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Contratti con Provider',
|
||||||
|
'Menu:ProviderContract+' => 'Contratti con Provider',
|
||||||
|
'Menu:CustomerContract' => 'Contratti con Clienti',
|
||||||
|
'Menu:CustomerContract+' => 'Contratti con Clienti',
|
||||||
|
'Menu:ServiceSubcategory' => 'Sottocategorie di Servizio',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Sottocategorie di Servizio',
|
||||||
|
'Menu:Service' => 'Servizi',
|
||||||
|
'Menu:Service+' => 'Servizi',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements~~',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements~~',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models~~',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models~~',
|
||||||
|
'Menu:ServiceFamily' => 'Service families~~',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families~~',
|
||||||
|
'Menu:Procedure' => 'Procedures catalog~~',
|
||||||
|
'Menu:Procedure+' => 'All procedures catalog~~',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -72,7 +69,6 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,37 +20,34 @@
|
|||||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||||
*/
|
*/
|
||||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||||
'Menu:ServiceManagement' => 'サービス管理',
|
'Menu:ServiceManagement' => 'サービス管理',
|
||||||
'Menu:ServiceManagement+' => 'サービス管理概要',
|
'Menu:ServiceManagement+' => 'サービス管理概要',
|
||||||
'Menu:Service:Overview' => '概要',
|
'Menu:Service:Overview' => '概要',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'サービスレベル別契約',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'サービスレベル別契約',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'ステータス別契約',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'ステータス別契約',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30日以内に終了する契約',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30日以内に終了する契約',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'プロバイダー契約',
|
|
||||||
'Menu:ProviderContract+' => 'プロバイダー契約',
|
|
||||||
'Menu:CustomerContract' => '顧客契約',
|
|
||||||
'Menu:CustomerContract+' => '顧客契約',
|
|
||||||
'Menu:ServiceSubcategory' => 'サービスサブカテゴリ',
|
|
||||||
'Menu:ServiceSubcategory+' => 'サービスサブカテゴリ',
|
|
||||||
'Menu:Service' => 'サービス',
|
|
||||||
'Menu:Service+' => 'サービス',
|
|
||||||
'Menu:ServiceElement' => 'サービス要素',
|
|
||||||
'Menu:ServiceElement+' => 'サービス要素',
|
|
||||||
'Menu:SLA' => 'SLA',
|
|
||||||
'Menu:SLA+' => 'サービスレベルアグリーメント',
|
|
||||||
'Menu:SLT' => 'SLT',
|
|
||||||
'Menu:SLT+' => 'サービスレベルターゲット',
|
|
||||||
'Menu:DeliveryModel' => '提供モデル',
|
|
||||||
'Menu:DeliveryModel+' => '提供モデル',
|
|
||||||
'Menu:ServiceFamily' => 'サービスファミリ',
|
|
||||||
'Menu:ServiceFamily+' => 'サービスファミリ',
|
|
||||||
'Menu:Procedure' => '手順カタログ',
|
|
||||||
'Menu:Procedure+' => '全ての手順カタログ',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'プロバイダー契約',
|
||||||
|
'Menu:ProviderContract+' => 'プロバイダー契約',
|
||||||
|
'Menu:CustomerContract' => '顧客契約',
|
||||||
|
'Menu:CustomerContract+' => '顧客契約',
|
||||||
|
'Menu:ServiceSubcategory' => 'サービスサブカテゴリ',
|
||||||
|
'Menu:ServiceSubcategory+' => 'サービスサブカテゴリ',
|
||||||
|
'Menu:Service' => 'サービス',
|
||||||
|
'Menu:Service+' => 'サービス',
|
||||||
|
'Menu:ServiceElement' => 'サービス要素',
|
||||||
|
'Menu:ServiceElement+' => 'サービス要素',
|
||||||
|
'Menu:SLA' => 'SLA',
|
||||||
|
'Menu:SLA+' => 'サービスレベルアグリーメント',
|
||||||
|
'Menu:SLT' => 'SLT',
|
||||||
|
'Menu:SLT+' => 'サービスレベルターゲット',
|
||||||
|
'Menu:DeliveryModel' => '提供モデル',
|
||||||
|
'Menu:DeliveryModel+' => '提供モデル',
|
||||||
|
'Menu:ServiceFamily' => 'サービスファミリ',
|
||||||
|
'Menu:ServiceFamily+' => 'サービスファミリ',
|
||||||
|
'Menu:Procedure' => '手順カタログ',
|
||||||
|
'Menu:Procedure+' => '全ての手順カタログ',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -61,7 +58,6 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => '提供モデル',
|
'Class:Organization/Attribute:deliverymodel_id' => '提供モデル',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => '提供モデル名',
|
'Class:Organization/Attribute:deliverymodel_name' => '提供モデル名',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,37 +35,34 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||||
'Menu:ServiceManagement' => 'Service Management',
|
'Menu:ServiceManagement' => 'Service Management',
|
||||||
'Menu:ServiceManagement+' => 'Overzicht van Service Management',
|
'Menu:ServiceManagement+' => 'Overzicht van Service Management',
|
||||||
'Menu:Service:Overview' => 'Overzicht',
|
'Menu:Service:Overview' => 'Overzicht',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracten per service level',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracten per service level',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracten met status',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracten met status',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracten die in minder dan 30 dagen verlopen',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracten die in minder dan 30 dagen verlopen',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Leverancierscontracten',
|
|
||||||
'Menu:ProviderContract+' => 'Leverancierscontracten',
|
|
||||||
'Menu:CustomerContract' => 'Klantencontracten',
|
|
||||||
'Menu:CustomerContract+' => 'Klantencontracten',
|
|
||||||
'Menu:ServiceSubcategory' => 'Dienst subcategorieën',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Dienst subcategorieën',
|
|
||||||
'Menu:Service' => 'Services',
|
|
||||||
'Menu:Service+' => 'Services',
|
|
||||||
'Menu:ServiceElement' => 'Dienstelementen',
|
|
||||||
'Menu:ServiceElement+' => 'Dienstelementen',
|
|
||||||
'Menu:SLA' => 'SLA\'s',
|
|
||||||
'Menu:SLA+' => 'Service Level Agreements',
|
|
||||||
'Menu:SLT' => 'SLT\'s',
|
|
||||||
'Menu:SLT+' => 'Service Level Targets',
|
|
||||||
'Menu:DeliveryModel' => 'Leveringsmodellen',
|
|
||||||
'Menu:DeliveryModel+' => 'Leveringsmodellen',
|
|
||||||
'Menu:ServiceFamily' => 'Servicecategorieën',
|
|
||||||
'Menu:ServiceFamily+' => 'Servicecategorieën',
|
|
||||||
'Menu:Procedure' => 'Procedurecatalogus',
|
|
||||||
'Menu:Procedure+' => 'Alle procedures in een catalogus',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Leverancierscontracten',
|
||||||
|
'Menu:ProviderContract+' => 'Leverancierscontracten',
|
||||||
|
'Menu:CustomerContract' => 'Klantencontracten',
|
||||||
|
'Menu:CustomerContract+' => 'Klantencontracten',
|
||||||
|
'Menu:ServiceSubcategory' => 'Dienst subcategorieën',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Dienst subcategorieën',
|
||||||
|
'Menu:Service' => 'Services',
|
||||||
|
'Menu:Service+' => 'Services',
|
||||||
|
'Menu:ServiceElement' => 'Dienstelementen',
|
||||||
|
'Menu:ServiceElement+' => 'Dienstelementen',
|
||||||
|
'Menu:SLA' => 'SLA\'s',
|
||||||
|
'Menu:SLA+' => 'Service Level Agreements',
|
||||||
|
'Menu:SLT' => 'SLT\'s',
|
||||||
|
'Menu:SLT+' => 'Service Level Targets',
|
||||||
|
'Menu:DeliveryModel' => 'Leveringsmodellen',
|
||||||
|
'Menu:DeliveryModel+' => 'Leveringsmodellen',
|
||||||
|
'Menu:ServiceFamily' => 'Servicecategorieën',
|
||||||
|
'Menu:ServiceFamily+' => 'Servicecategorieën',
|
||||||
|
'Menu:Procedure' => 'Procedurecatalogus',
|
||||||
|
'Menu:Procedure+' => 'Alle procedures in een catalogus',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -76,7 +73,6 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Leveringsmodel',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Leveringsmodel',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Naam leveringsmodel',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Naam leveringsmodel',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -31,37 +31,34 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||||
'Menu:ServiceManagement' => 'Gerenciamento Serviços',
|
'Menu:ServiceManagement' => 'Gerenciamento Serviços',
|
||||||
'Menu:ServiceManagement+' => 'Gerenciamento Serviços',
|
'Menu:ServiceManagement+' => 'Gerenciamento Serviços',
|
||||||
'Menu:Service:Overview' => 'Visão geral',
|
'Menu:Service:Overview' => 'Visão geral',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por nível serviço',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contratos por nível serviço',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por estado',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por estado',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos finalizando em menos de 30 dias',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos finalizando em menos de 30 dias',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Contratos Provedor(as)',
|
|
||||||
'Menu:ProviderContract+' => 'Contratos Provedor(as)',
|
|
||||||
'Menu:CustomerContract' => 'Contratos Clientes',
|
|
||||||
'Menu:CustomerContract+' => 'Contratos Clientes',
|
|
||||||
'Menu:ServiceSubcategory' => 'Sub-categorias serviços',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Sub-categorias serviços',
|
|
||||||
'Menu:Service' => 'Serviços',
|
|
||||||
'Menu:Service+' => 'Serviços',
|
|
||||||
'Menu:ServiceElement' => 'Elementos seviços',
|
|
||||||
'Menu:ServiceElement+' => 'Elementos seviços',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Lista Nível de Serviço Acordados',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Lista Nível de Metas de Serviço',
|
|
||||||
'Menu:DeliveryModel' => 'Modelos entrega',
|
|
||||||
'Menu:DeliveryModel+' => 'Modelos entrega',
|
|
||||||
'Menu:ServiceFamily' => 'Família serviços',
|
|
||||||
'Menu:ServiceFamily+' => 'Família serviços',
|
|
||||||
'Menu:Procedure' => 'Catálogos procedimentos',
|
|
||||||
'Menu:Procedure+' => 'Todos catálogos procedimentos',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Contratos Provedor(as)',
|
||||||
|
'Menu:ProviderContract+' => 'Contratos Provedor(as)',
|
||||||
|
'Menu:CustomerContract' => 'Contratos Clientes',
|
||||||
|
'Menu:CustomerContract+' => 'Contratos Clientes',
|
||||||
|
'Menu:ServiceSubcategory' => 'Sub-categorias serviços',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Sub-categorias serviços',
|
||||||
|
'Menu:Service' => 'Serviços',
|
||||||
|
'Menu:Service+' => 'Serviços',
|
||||||
|
'Menu:ServiceElement' => 'Elementos seviços',
|
||||||
|
'Menu:ServiceElement+' => 'Elementos seviços',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Lista Nível de Serviço Acordados',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Lista Nível de Metas de Serviço',
|
||||||
|
'Menu:DeliveryModel' => 'Modelos entrega',
|
||||||
|
'Menu:DeliveryModel+' => 'Modelos entrega',
|
||||||
|
'Menu:ServiceFamily' => 'Família serviços',
|
||||||
|
'Menu:ServiceFamily+' => 'Família serviços',
|
||||||
|
'Menu:Procedure' => 'Catálogos procedimentos',
|
||||||
|
'Menu:Procedure+' => 'Todos catálogos procedimentos',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -72,7 +69,6 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Modelo entrega',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Modelo entrega',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Nome modelo entrega',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Nome modelo entrega',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -37,9 +37,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
|||||||
'Menu:ServiceFamily+' => 'Пакеты услуг',
|
'Menu:ServiceFamily+' => 'Пакеты услуг',
|
||||||
'Menu:Procedure' => 'Каталог процедур',
|
'Menu:Procedure' => 'Каталог процедур',
|
||||||
'Menu:Procedure+' => 'Каталог процедур',
|
'Menu:Procedure+' => 'Каталог процедур',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -50,7 +47,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Модель предоставления услуг',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Модель предоставления услуг',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => 'Модель предоставления услуг (Delivery Model)',
|
'Class:Organization/Attribute:deliverymodel_id+' => 'Модель предоставления услуг (Delivery Model)',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Модель предоставления услуг',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Модель предоставления услуг',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
525
datamodels/2.x/itop-service-mgmt/sk.dict.itop-service-mgmt.php
Normal file
525
datamodels/2.x/itop-service-mgmt/sk.dict.itop-service-mgmt.php
Normal file
@@ -0,0 +1,525 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2019 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:ServiceManagement' => 'Manažment služieb',
|
||||||
|
'Menu:ServiceManagement+' => '',
|
||||||
|
'Menu:Service:Overview' => 'Prehľad',
|
||||||
|
'Menu:Service:Overview+' => '',
|
||||||
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'zmluvy podľa úrovne služby',
|
||||||
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'zmluvy podla stavu',
|
||||||
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'zmluvy končiace za menej ako 30 dní',
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Poskytovateľské zmluvy',
|
||||||
|
'Menu:ProviderContract+' => '',
|
||||||
|
'Menu:CustomerContract' => 'Zákaznícke zmluvy',
|
||||||
|
'Menu:CustomerContract+' => '',
|
||||||
|
'Menu:ServiceSubcategory' => 'Subkategórie služieb',
|
||||||
|
'Menu:ServiceSubcategory+' => '',
|
||||||
|
'Menu:Service' => 'Služby',
|
||||||
|
'Menu:Service+' => '',
|
||||||
|
'Menu:ServiceElement' => 'Prvky služby',
|
||||||
|
'Menu:ServiceElement+' => '',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => '',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => '',
|
||||||
|
'Menu:DeliveryModel' => 'Typy dodávky',
|
||||||
|
'Menu:DeliveryModel+' => '',
|
||||||
|
'Menu:ServiceFamily' => 'Rodiny služieb',
|
||||||
|
'Menu:ServiceFamily+' => '',
|
||||||
|
'Menu:Procedure' => 'Katalóg procedúr',
|
||||||
|
'Menu:Procedure+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Organization
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id' => 'Model dodávky',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:Organization/Attribute:deliverymodel_name' => 'Názov modelu dodávky',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ContractType
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ContractType' => 'Typ zmluvy',
|
||||||
|
'Class:ContractType+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Contract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Contract' => 'zmluva',
|
||||||
|
'Class:Contract+' => '',
|
||||||
|
'Class:Contract/Attribute:name' => 'Názov',
|
||||||
|
'Class:Contract/Attribute:name+' => '',
|
||||||
|
'Class:Contract/Attribute:org_id' => 'Zákazník',
|
||||||
|
'Class:Contract/Attribute:org_id+' => '',
|
||||||
|
'Class:Contract/Attribute:organization_name' => 'Meno zákazníka',
|
||||||
|
'Class:Contract/Attribute:organization_name+' => '',
|
||||||
|
'Class:Contract/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
'Class:Contract/Attribute:contacts_list+' => '',
|
||||||
|
'Class:Contract/Attribute:documents_list' => 'Zoznam dokumentov',
|
||||||
|
'Class:Contract/Attribute:documents_list+' => '',
|
||||||
|
'Class:Contract/Attribute:description' => 'Popis',
|
||||||
|
'Class:Contract/Attribute:description+' => '',
|
||||||
|
'Class:Contract/Attribute:start_date' => 'Dátum začiatku',
|
||||||
|
'Class:Contract/Attribute:start_date+' => '',
|
||||||
|
'Class:Contract/Attribute:end_date' => 'Dátum ukončenia',
|
||||||
|
'Class:Contract/Attribute:end_date+' => '',
|
||||||
|
'Class:Contract/Attribute:cost' => 'Cena',
|
||||||
|
'Class:Contract/Attribute:cost+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency' => 'Mena ceny',
|
||||||
|
'Class:Contract/Attribute:cost_currency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars' => 'USD',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:dollars+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros' => 'EUR',
|
||||||
|
'Class:Contract/Attribute:cost_currency/Value:euros+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_id' => 'Typ zmluvy',
|
||||||
|
'Class:Contract/Attribute:contracttype_id+' => '',
|
||||||
|
'Class:Contract/Attribute:contracttype_name' => 'Názov typu zmluvy',
|
||||||
|
'Class:Contract/Attribute:contracttype_name+' => '',
|
||||||
|
'Class:Contract/Attribute:billing_frequency' => 'Frekvencia faktúrovania',
|
||||||
|
'Class:Contract/Attribute:billing_frequency+' => '',
|
||||||
|
'Class:Contract/Attribute:cost_unit' => 'Cenová jednotka',
|
||||||
|
'Class:Contract/Attribute:cost_unit+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_id' => 'Poskytovateľ',
|
||||||
|
'Class:Contract/Attribute:provider_id+' => '',
|
||||||
|
'Class:Contract/Attribute:provider_name' => 'Meno poskytovateľa',
|
||||||
|
'Class:Contract/Attribute:provider_name+' => '',
|
||||||
|
'Class:Contract/Attribute:status' => 'Stav',
|
||||||
|
'Class:Contract/Attribute:status+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation' => 'Implementácia',
|
||||||
|
'Class:Contract/Attribute:status/Value:implementation+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete' => 'Vyradený',
|
||||||
|
'Class:Contract/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:Contract/Attribute:status/Value:production' => 'Produkcia',
|
||||||
|
'Class:Contract/Attribute:status/Value:production+' => '',
|
||||||
|
'Class:Contract/Attribute:finalclass' => 'Typ',
|
||||||
|
'Class:Contract/Attribute:finalclass+' => '',
|
||||||
|
));
|
||||||
|
//
|
||||||
|
// Class: CustomerContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:CustomerContract' => 'Zákaznícka zmluva',
|
||||||
|
'Class:CustomerContract+' => '',
|
||||||
|
'Class:CustomerContract/Attribute:services_list' => 'Služby',
|
||||||
|
'Class:CustomerContract/Attribute:services_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ProviderContract' => 'Poskytovateľská zmluva',
|
||||||
|
'Class:ProviderContract+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list' => 'Zariadenia',
|
||||||
|
'Class:ProviderContract/Attribute:functionalcis_list+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:sla' => 'SLA',
|
||||||
|
'Class:ProviderContract/Attribute:sla+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:coverage' => 'Časy pokrytia',
|
||||||
|
'Class:ProviderContract/Attribute:coverage+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_id' => 'Typ zmluvy',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_id+' => '',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_name' => 'Názov typu zmluvy',
|
||||||
|
'Class:ProviderContract/Attribute:contracttype_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkContactToContract' => 'väzba - Kontakt / zmluva',
|
||||||
|
'Class:lnkContactToContract+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id' => 'zmluva',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name' => 'Názov zmluvy',
|
||||||
|
'Class:lnkContactToContract/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id' => 'Kontakt',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name' => 'Názov kontaktu',
|
||||||
|
'Class:lnkContactToContract/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContractToDocument
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkContractToDocument' => 'väzba - zmluva / Dokument',
|
||||||
|
'Class:lnkContractToDocument+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id' => 'zmluva',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name' => 'Názov zmluvy',
|
||||||
|
'Class:lnkContractToDocument/Attribute:contract_name+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id' => 'Dokument',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name' => 'Názov dokumentu',
|
||||||
|
'Class:lnkContractToDocument/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToProviderContract
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkFunctionalCIToProviderContract' => 'väzba - Komponent / Poskytovateľská zmluva',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id' => 'Poskytovateľská zmluva',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name' => 'Názov poskytovateľského zmluvy',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:providercontract_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id' => 'Zariadenie',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name' => 'Názov CI',
|
||||||
|
'Class:lnkFunctionalCIToProviderContract/Attribute:functionalci_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceFamily
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ServiceFamily' => 'Kategória služieb',
|
||||||
|
'Class:ServiceFamily+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:name' => 'Názov',
|
||||||
|
'Class:ServiceFamily/Attribute:name+' => '',
|
||||||
|
'Class:ServiceFamily/Attribute:icon' => 'Icon~~',
|
||||||
|
'Class:ServiceFamily/Attribute:icon+' => '~~',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list' => 'Služby',
|
||||||
|
'Class:ServiceFamily/Attribute:services_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: Service
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Service' => 'Služby',
|
||||||
|
'Class:Service+' => '',
|
||||||
|
'Class:Service/Attribute:name' => 'Názov',
|
||||||
|
'Class:Service/Attribute:name+' => '',
|
||||||
|
'Class:Service/Attribute:org_id' => 'Poskytovateľ',
|
||||||
|
'Class:Service/Attribute:org_id+' => '',
|
||||||
|
'Class:Service/Attribute:organization_name' => 'Meno poskytovateľa',
|
||||||
|
'Class:Service/Attribute:organization_name+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_id' => 'Kategória služieb',
|
||||||
|
'Class:Service/Attribute:servicefamily_id+' => '',
|
||||||
|
'Class:Service/Attribute:servicefamily_name' => 'Názov rodiny služieb',
|
||||||
|
'Class:Service/Attribute:servicefamily_name+' => '',
|
||||||
|
'Class:Service/Attribute:description' => 'Popis',
|
||||||
|
'Class:Service/Attribute:description+' => '',
|
||||||
|
'Class:Service/Attribute:documents_list' => 'Dokumenty',
|
||||||
|
'Class:Service/Attribute:documents_list+' => '',
|
||||||
|
'Class:Service/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
'Class:Service/Attribute:contacts_list+' => '',
|
||||||
|
'Class:Service/Attribute:status' => 'Stav',
|
||||||
|
'Class:Service/Attribute:status+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation' => 'Implementácia',
|
||||||
|
'Class:Service/Attribute:status/Value:implementation+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete' => 'Vyradená',
|
||||||
|
'Class:Service/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:Service/Attribute:status/Value:production' => 'Produkcia',
|
||||||
|
'Class:Service/Attribute:status/Value:production+' => '',
|
||||||
|
'Class:Service/Attribute:icon' => 'Icon~~',
|
||||||
|
'Class:Service/Attribute:icon+' => '~~',
|
||||||
|
'Class:Service/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
|
||||||
|
'Class:Service/Attribute:customercontracts_list+' => '',
|
||||||
|
'Class:Service/Attribute:providercontracts_list' => 'Poskytovateľské zmluvy',
|
||||||
|
'Class:Service/Attribute:providercontracts_list+' => '',
|
||||||
|
'Class:Service/Attribute:functionalcis_list' => 'Zariadenia',
|
||||||
|
'Class:Service/Attribute:functionalcis_list+' => '',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list' => 'Podkategórie služieb',
|
||||||
|
'Class:Service/Attribute:servicesubcategories_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDocumentToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkDocumentToService' => 'väzba - Dokument / Služba',
|
||||||
|
'Class:lnkDocumentToService+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkDocumentToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id' => 'Dokument',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_id+' => '',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name' => 'Názov dokumentu',
|
||||||
|
'Class:lnkDocumentToService/Attribute:document_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkContactToService' => 'väzba - Kontakt / Služba',
|
||||||
|
'Class:lnkContactToService+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkContactToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkContactToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id' => 'Kontakt',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name' => 'Názov kontaktu',
|
||||||
|
'Class:lnkContactToService/Attribute:contact_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ServiceSubcategory
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ServiceSubcategory' => 'Podkategória služieb',
|
||||||
|
'Class:ServiceSubcategory+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name' => 'Názov',
|
||||||
|
'Class:ServiceSubcategory/Attribute:name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description' => 'Popis',
|
||||||
|
'Class:ServiceSubcategory/Attribute:description+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_id+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:ServiceSubcategory/Attribute:service_name+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type' => 'Typ požiadavky',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident' => 'Incident',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:incident+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request' => 'Požiadavka',
|
||||||
|
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status' => 'Stav',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation' => 'Implementácia',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:implementation+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete' => 'Vyradená',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:obsolete+' => '',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production' => 'Produkcia',
|
||||||
|
'Class:ServiceSubcategory/Attribute:status/Value:production+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLA
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:SLA' => 'SLA',
|
||||||
|
'Class:SLA+' => '',
|
||||||
|
'Class:SLA/Attribute:name' => 'Názov',
|
||||||
|
'Class:SLA/Attribute:name+' => '',
|
||||||
|
'Class:SLA/Attribute:description' => 'Popis',
|
||||||
|
'Class:SLA/Attribute:description+' => '',
|
||||||
|
'Class:SLA/Attribute:org_id' => 'Poskytovateľ',
|
||||||
|
'Class:SLA/Attribute:org_id+' => '',
|
||||||
|
'Class:SLA/Attribute:organization_name' => 'Názov organizácie poskytovateľa',
|
||||||
|
'Class:SLA/Attribute:organization_name+' => '',
|
||||||
|
'Class:SLA/Attribute:slts_list' => 'SLTs',
|
||||||
|
'Class:SLA/Attribute:slts_list+' => '',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list' => 'Zákaznícke zmluvy',
|
||||||
|
'Class:SLA/Attribute:customercontracts_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: SLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:SLT' => 'SLT',
|
||||||
|
'Class:SLT+' => '',
|
||||||
|
'Class:SLT/Attribute:name' => 'Názov',
|
||||||
|
'Class:SLT/Attribute:name+' => '',
|
||||||
|
'Class:SLT/Attribute:priority' => 'Priorita',
|
||||||
|
'Class:SLT/Attribute:priority+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1' => 'Kritická',
|
||||||
|
'Class:SLT/Attribute:priority/Value:1+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2' => 'Vysoká',
|
||||||
|
'Class:SLT/Attribute:priority/Value:2+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3' => 'Stredná',
|
||||||
|
'Class:SLT/Attribute:priority/Value:3+' => '',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4' => 'Nízka',
|
||||||
|
'Class:SLT/Attribute:priority/Value:4+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type' => 'Typ požiadavky',
|
||||||
|
'Class:SLT/Attribute:request_type+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident' => 'Incident',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:incident+' => '',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request' => 'Požiadavka',
|
||||||
|
'Class:SLT/Attribute:request_type/Value:service_request+' => '',
|
||||||
|
'Class:SLT/Attribute:metric' => 'Metrika',
|
||||||
|
'Class:SLT/Attribute:metric+' => '',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto' => 'TTO',
|
||||||
|
'Class:SLT/Attribute:metric/Value:tto+' => '',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr' => 'TTR',
|
||||||
|
'Class:SLT/Attribute:metric/Value:ttr+' => '',
|
||||||
|
'Class:SLT/Attribute:value' => 'Hodnota',
|
||||||
|
'Class:SLT/Attribute:value+' => '',
|
||||||
|
'Class:SLT/Attribute:unit' => 'Jednotka',
|
||||||
|
'Class:SLT/Attribute:unit+' => '',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours' => 'Hodiny',
|
||||||
|
'Class:SLT/Attribute:unit/Value:hours+' => '',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes' => 'Minúty',
|
||||||
|
'Class:SLT/Attribute:unit/Value:minutes+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkSLAToSLT
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkSLAToSLT' => 'väzba - SLA / SLT',
|
||||||
|
'Class:lnkSLAToSLT+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA Názov',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:sla_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_id+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name' => 'SLT Názov',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_name+' => '',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric' => 'Slt metric~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_metric+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'Slt request type~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_request_type+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'Slt ticket priority~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value' => 'Slt value~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value+' => '~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'Slt value unit~~',
|
||||||
|
'Class:lnkSLAToSLT/Attribute:slt_value_unit+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkCustomerContractToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkCustomerContractToService' => 'väzba - Zákaznícka zmluva / Služba',
|
||||||
|
'Class:lnkCustomerContractToService+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id' => 'Zákaznícka zmluva',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name' => 'Názov zákazníckeho zmluvy',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:customercontract_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id' => 'SLA',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_id+' => '',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA Názov',
|
||||||
|
'Class:lnkCustomerContractToService/Attribute:sla_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkProviderContractToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkProviderContractToService' => 'väzba - Poskytovateľská zmluva / Služba',
|
||||||
|
'Class:lnkProviderContractToService+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_id' => 'Poskytovateľská zmluva',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_id+' => '',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_name' => 'Názov poskytovateľského zmluvy',
|
||||||
|
'Class:lnkProviderContractToService/Attribute:providercontract_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToService
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkFunctionalCIToService' => 'väzba - Komponent / Služba',
|
||||||
|
'Class:lnkFunctionalCIToService+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_id' => 'Služba',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_name' => 'Názov služby',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:service_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_id' => 'Zariadenie',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_name' => 'Názov CI',
|
||||||
|
'Class:lnkFunctionalCIToService/Attribute:functionalci_name+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: DeliveryModel
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:DeliveryModel' => 'Model dodávky',
|
||||||
|
'Class:DeliveryModel+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:name' => 'Názov',
|
||||||
|
'Class:DeliveryModel/Attribute:name+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id' => 'Organizácia',
|
||||||
|
'Class:DeliveryModel/Attribute:org_id+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name' => 'Názov organizácie',
|
||||||
|
'Class:DeliveryModel/Attribute:organization_name+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:description' => 'Popis',
|
||||||
|
'Class:DeliveryModel/Attribute:description+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
'Class:DeliveryModel/Attribute:contacts_list+' => '',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list' => 'Zákazníci',
|
||||||
|
'Class:DeliveryModel/Attribute:customers_list+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkDeliveryModelToContact
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkDeliveryModelToContact' => 'väzba - Model dodávky / Kontakt',
|
||||||
|
'Class:lnkDeliveryModelToContact+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id' => 'Model dodávky',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name' => 'Názov typu dodávky',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:deliverymodel_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id' => 'Kontakt',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name' => 'Meno kontaktu',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:contact_name+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id' => 'Rola',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_id+' => '',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name' => 'Názov role',
|
||||||
|
'Class:lnkDeliveryModelToContact/Attribute:role_name+' => '',
|
||||||
|
));
|
||||||
@@ -32,37 +32,34 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||||
'Menu:ServiceManagement' => 'Hizmet Yönetimi',
|
'Menu:ServiceManagement' => 'Hizmet Yönetimi',
|
||||||
'Menu:ServiceManagement+' => 'Hizmet Yönetimi',
|
'Menu:ServiceManagement+' => 'Hizmet Yönetimi',
|
||||||
'Menu:Service:Overview' => 'Özet',
|
'Menu:Service:Overview' => 'Özet',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Hizmet seviyesine göre sözleşmeler',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Hizmet seviyesine göre sözleşmeler',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => 'Durumuna göre sözleşmeler',
|
'UI-ServiceManagementMenu-ContractsByStatus' => 'Durumuna göre sözleşmeler',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 gün çinde biten sözleşmeler',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 gün çinde biten sözleşmeler',
|
||||||
|
|
||||||
'Menu:ProviderContract' => 'Tedarikçi Sözleşmeleri',
|
|
||||||
'Menu:ProviderContract+' => 'Tedarikçi Sözleşmeleri',
|
|
||||||
'Menu:CustomerContract' => 'Müşteri Sözleşmeleri',
|
|
||||||
'Menu:CustomerContract+' => 'Müşteri Sözleşmeleri',
|
|
||||||
'Menu:ServiceSubcategory' => 'Hizmet alt kategorileri',
|
|
||||||
'Menu:ServiceSubcategory+' => 'Hizmet alt kategorileri',
|
|
||||||
'Menu:Service' => 'Hizmetler',
|
|
||||||
'Menu:Service+' => 'Hizmetler',
|
|
||||||
'Menu:ServiceElement' => 'Sevice elements~~',
|
|
||||||
'Menu:ServiceElement+' => 'Sevice elements~~',
|
|
||||||
'Menu:SLA' => 'SLAs',
|
|
||||||
'Menu:SLA+' => 'Hizmet Seviyesi Anlaşmaları',
|
|
||||||
'Menu:SLT' => 'SLTs',
|
|
||||||
'Menu:SLT+' => 'Hizmet Seviyesi Taahütleri',
|
|
||||||
'Menu:DeliveryModel' => 'Delivery models~~',
|
|
||||||
'Menu:DeliveryModel+' => 'Delivery models~~',
|
|
||||||
'Menu:ServiceFamily' => 'Service families~~',
|
|
||||||
'Menu:ServiceFamily+' => 'Service families~~',
|
|
||||||
'Menu:Procedure' => 'Procedures catalog~~',
|
|
||||||
'Menu:Procedure+' => 'All procedures catalog~~',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => 'Tedarikçi Sözleşmeleri',
|
||||||
|
'Menu:ProviderContract+' => 'Tedarikçi Sözleşmeleri',
|
||||||
|
'Menu:CustomerContract' => 'Müşteri Sözleşmeleri',
|
||||||
|
'Menu:CustomerContract+' => 'Müşteri Sözleşmeleri',
|
||||||
|
'Menu:ServiceSubcategory' => 'Hizmet alt kategorileri',
|
||||||
|
'Menu:ServiceSubcategory+' => 'Hizmet alt kategorileri',
|
||||||
|
'Menu:Service' => 'Hizmetler',
|
||||||
|
'Menu:Service+' => 'Hizmetler',
|
||||||
|
'Menu:ServiceElement' => 'Sevice elements~~',
|
||||||
|
'Menu:ServiceElement+' => 'Sevice elements~~',
|
||||||
|
'Menu:SLA' => 'SLAs',
|
||||||
|
'Menu:SLA+' => 'Hizmet Seviyesi Anlaşmaları',
|
||||||
|
'Menu:SLT' => 'SLTs',
|
||||||
|
'Menu:SLT+' => 'Hizmet Seviyesi Taahütleri',
|
||||||
|
'Menu:DeliveryModel' => 'Delivery models~~',
|
||||||
|
'Menu:DeliveryModel+' => 'Delivery models~~',
|
||||||
|
'Menu:ServiceFamily' => 'Service families~~',
|
||||||
|
'Menu:ServiceFamily+' => 'Service families~~',
|
||||||
|
'Menu:Procedure' => 'Procedures catalog~~',
|
||||||
|
'Menu:Procedure+' => 'All procedures catalog~~',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -73,7 +70,6 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -30,37 +30,34 @@
|
|||||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||||
'Menu:ServiceManagement' => '服务管理',
|
'Menu:ServiceManagement' => '服务管理',
|
||||||
'Menu:ServiceManagement+' => '服务管理概况',
|
'Menu:ServiceManagement+' => '服务管理概况',
|
||||||
'Menu:Service:Overview' => '概况',
|
'Menu:Service:Overview' => '概况',
|
||||||
'Menu:Service:Overview+' => '',
|
'Menu:Service:Overview+' => '',
|
||||||
'UI-ServiceManagementMenu-ContractsBySrvLevel' => '合同(按服务等级)',
|
'UI-ServiceManagementMenu-ContractsBySrvLevel' => '合同(按服务等级)',
|
||||||
'UI-ServiceManagementMenu-ContractsByStatus' => '合同(按状态)',
|
'UI-ServiceManagementMenu-ContractsByStatus' => '合同(按状态)',
|
||||||
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days',
|
'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less then 30 days',
|
||||||
|
|
||||||
'Menu:ProviderContract' => '供应商合同',
|
|
||||||
'Menu:ProviderContract+' => '供应商合同',
|
|
||||||
'Menu:CustomerContract' => '客户合同',
|
|
||||||
'Menu:CustomerContract+' => '客户合同',
|
|
||||||
'Menu:ServiceSubcategory' => '子服务',
|
|
||||||
'Menu:ServiceSubcategory+' => '子服务',
|
|
||||||
'Menu:Service' => '服务',
|
|
||||||
'Menu:Service+' => '服务',
|
|
||||||
'Menu:ServiceElement' => '服务元素',
|
|
||||||
'Menu:ServiceElement+' => '服务元素',
|
|
||||||
'Menu:SLA' => 'SLA',
|
|
||||||
'Menu:SLA+' => '服务等级协议',
|
|
||||||
'Menu:SLT' => 'SLT',
|
|
||||||
'Menu:SLT+' => '服务等级目标',
|
|
||||||
'Menu:DeliveryModel' => '交付模式',
|
|
||||||
'Menu:DeliveryModel+' => '交付模式',
|
|
||||||
'Menu:ServiceFamily' => '服务族',
|
|
||||||
'Menu:ServiceFamily+' => '服务族',
|
|
||||||
'Menu:Procedure' => '流程清单',
|
|
||||||
'Menu:Procedure+' => '所有流程清单',
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'Menu:ProviderContract' => '供应商合同',
|
||||||
|
'Menu:ProviderContract+' => '供应商合同',
|
||||||
|
'Menu:CustomerContract' => '客户合同',
|
||||||
|
'Menu:CustomerContract+' => '客户合同',
|
||||||
|
'Menu:ServiceSubcategory' => '子服务',
|
||||||
|
'Menu:ServiceSubcategory+' => '子服务',
|
||||||
|
'Menu:Service' => '服务',
|
||||||
|
'Menu:Service+' => '服务',
|
||||||
|
'Menu:ServiceElement' => '服务元素',
|
||||||
|
'Menu:ServiceElement+' => '服务元素',
|
||||||
|
'Menu:SLA' => 'SLA',
|
||||||
|
'Menu:SLA+' => '服务等级协议',
|
||||||
|
'Menu:SLT' => 'SLT',
|
||||||
|
'Menu:SLT+' => '服务等级目标',
|
||||||
|
'Menu:DeliveryModel' => '交付模式',
|
||||||
|
'Menu:DeliveryModel+' => '交付模式',
|
||||||
|
'Menu:ServiceFamily' => '服务族',
|
||||||
|
'Menu:ServiceFamily+' => '服务族',
|
||||||
|
'Menu:Procedure' => '流程清单',
|
||||||
|
'Menu:Procedure+' => '所有流程清单',
|
||||||
));
|
));
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -71,7 +68,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|||||||
'Class:Organization/Attribute:deliverymodel_id' => '交付模式',
|
'Class:Organization/Attribute:deliverymodel_id' => '交付模式',
|
||||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||||
'Class:Organization/Attribute:deliverymodel_name' => '交付模式名称',
|
'Class:Organization/Attribute:deliverymodel_name' => '交付模式名称',
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
260
datamodels/2.x/itop-tickets/sk.dict.itop-tickets.php
Normal file
260
datamodels/2.x/itop-tickets/sk.dict.itop-tickets.php
Normal file
@@ -0,0 +1,260 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
// 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>+
|
||||||
|
//
|
||||||
|
// Class: Ticket
|
||||||
|
//
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:Ticket' => 'Ticket',
|
||||||
|
'Class:Ticket+' => '',
|
||||||
|
'Class:Ticket/Attribute:ref' => 'Referencia',
|
||||||
|
'Class:Ticket/Attribute:ref+' => '',
|
||||||
|
'Class:Ticket/Attribute:org_id' => 'Organizácia',
|
||||||
|
'Class:Ticket/Attribute:org_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:org_name' => 'Názov organizácie',
|
||||||
|
'Class:Ticket/Attribute:org_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:caller_id' => 'Zadávateľ',
|
||||||
|
'Class:Ticket/Attribute:caller_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:caller_name' => 'Meno volajúceho',
|
||||||
|
'Class:Ticket/Attribute:caller_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:team_id' => 'Tím',
|
||||||
|
'Class:Ticket/Attribute:team_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:team_name' => 'Názov tímu',
|
||||||
|
'Class:Ticket/Attribute:team_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:agent_id' => 'Agent',
|
||||||
|
'Class:Ticket/Attribute:agent_id+' => '',
|
||||||
|
'Class:Ticket/Attribute:agent_name' => 'Meno agenta',
|
||||||
|
'Class:Ticket/Attribute:agent_name+' => '',
|
||||||
|
'Class:Ticket/Attribute:title' => 'Nadpis',
|
||||||
|
'Class:Ticket/Attribute:title+' => '',
|
||||||
|
'Class:Ticket/Attribute:description' => 'Popis',
|
||||||
|
'Class:Ticket/Attribute:description+' => '',
|
||||||
|
'Class:Ticket/Attribute:start_date' => 'Dátum začiatku',
|
||||||
|
'Class:Ticket/Attribute:start_date+' => '',
|
||||||
|
'Class:Ticket/Attribute:end_date' => 'Dátum ukončenia',
|
||||||
|
'Class:Ticket/Attribute:end_date+' => '',
|
||||||
|
'Class:Ticket/Attribute:last_update' => 'Posledná aktualizácia',
|
||||||
|
'Class:Ticket/Attribute:last_update+' => '',
|
||||||
|
'Class:Ticket/Attribute:close_date' => 'Dátum uzavretia',
|
||||||
|
'Class:Ticket/Attribute:close_date+' => '',
|
||||||
|
'Class:Ticket/Attribute:private_log' => 'Skrytý záznam',
|
||||||
|
'Class:Ticket/Attribute:private_log+' => '',
|
||||||
|
'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
|
||||||
|
'Class:Ticket/Attribute:contacts_list+' => '',
|
||||||
|
'Class:Ticket/Attribute:functionalcis_list' => 'Komponenty',
|
||||||
|
'Class:Ticket/Attribute:functionalcis_list+' => '',
|
||||||
|
'Class:Ticket/Attribute:workorders_list' => 'Pracovné príkazy',
|
||||||
|
'Class:Ticket/Attribute:workorders_list+' => '',
|
||||||
|
'Class:Ticket/Attribute:finalclass' => 'Typ',
|
||||||
|
'Class:Ticket/Attribute:finalclass+' => '',
|
||||||
|
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||||
|
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||||
|
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||||
|
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkContactToTicket
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkContactToTicket' => 'väzba - Kontakt / Ticket',
|
||||||
|
'Class:lnkContactToTicket+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Referencia na Ticket',
|
||||||
|
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_id+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_email' => 'Email kontaktu',
|
||||||
|
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role' => 'Rola',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||||
|
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToTicket
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkFunctionalCIToTicket' => 'väzba - Komponent / Ticket',
|
||||||
|
'Class:lnkFunctionalCIToTicket+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Referencia na Ticket',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Komponent',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'Názov CI',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Dopad',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: WorkOrder
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:WorkOrder' => 'Pracovný príkaz',
|
||||||
|
'Class:WorkOrder+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:name' => 'Názov',
|
||||||
|
'Class:WorkOrder/Attribute:name+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:status' => 'Stav',
|
||||||
|
'Class:WorkOrder/Attribute:status+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:open' => 'Otvorený',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:open+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:closed' => 'Zatvorený',
|
||||||
|
'Class:WorkOrder/Attribute:status/Value:closed+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:description' => 'Popis',
|
||||||
|
'Class:WorkOrder/Attribute:description+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_id+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_ref' => 'Referencia na Ticket',
|
||||||
|
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:team_id' => 'Tím',
|
||||||
|
'Class:WorkOrder/Attribute:team_id+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:team_name' => 'Názov tímu',
|
||||||
|
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:agent_id' => 'Agent',
|
||||||
|
'Class:WorkOrder/Attribute:agent_id+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:agent_email' => 'Email agenta',
|
||||||
|
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:start_date' => 'Dátum začiatku',
|
||||||
|
'Class:WorkOrder/Attribute:start_date+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:end_date' => 'Dátum ukončenia',
|
||||||
|
'Class:WorkOrder/Attribute:end_date+' => '',
|
||||||
|
'Class:WorkOrder/Attribute:log' => 'Záznam',
|
||||||
|
'Class:WorkOrder/Attribute:log+' => '',
|
||||||
|
'Class:WorkOrder/Stimulus:ev_close' => 'Zatvoriť',
|
||||||
|
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
// Fieldset translation
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
|
||||||
|
'Ticket:baseinfo' => 'Všeobecné informácia',
|
||||||
|
'Ticket:date' => 'Dátumy',
|
||||||
|
'Ticket:contact' => 'Kontakt',
|
||||||
|
'Ticket:moreinfo' => 'Viac informácií',
|
||||||
|
'Ticket:relation' => 'Vzťahy',
|
||||||
|
'Ticket:log' => 'Komunikácie',
|
||||||
|
'Ticket:Type' => 'Kvalifikácia',
|
||||||
|
'Ticket:support' => 'Podpora',
|
||||||
|
'Ticket:resolution' => 'Riešenie',
|
||||||
|
'Ticket:SLA' => 'SLA report',
|
||||||
|
'WorkOrder:Details' => 'Detaily',
|
||||||
|
'WorkOrder:Moreinfo' => 'Viac informácií',
|
||||||
|
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||||
|
|
||||||
|
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy' => 'Copy~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||||
|
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||||
|
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||||
|
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||||
|
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||||
|
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||||
|
|
||||||
|
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||||
|
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||||
|
'Brick:Portal:UserProfile:Title' => 'My profile~~',
|
||||||
|
'Brick:Portal:NewRequest:Title' => 'New request~~',
|
||||||
|
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>~~',
|
||||||
|
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests~~',
|
||||||
|
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>~~',
|
||||||
|
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||||
|
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||||
|
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: lnkFunctionalCIToTicket
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
|
||||||
|
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
|
||||||
|
));
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
// Dictionary entries go here
|
||||||
|
));
|
||||||
@@ -0,0 +1,84 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Localized data
|
||||||
|
*
|
||||||
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||||
|
* @license http://opensource.org/licenses/AGPL-3.0
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||||
|
*/
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Menu:DataSources' => 'Synchronizované zdroje dát',
|
||||||
|
'Menu:DataSources+' => '',
|
||||||
|
'Menu:WelcomeMenu' => 'Vitajte',
|
||||||
|
'Menu:WelcomeMenu+' => '',
|
||||||
|
'Menu:WelcomeMenuPage' => 'Vitajte',
|
||||||
|
'Menu:WelcomeMenuPage+' => '',
|
||||||
|
'Menu:AdminTools' => 'Administrátorské pomôcky',
|
||||||
|
'Menu:AdminTools+' => '',
|
||||||
|
'Menu:AdminTools?' => 'Pomôcky prístupné iba užívateľom majúcim administrátorský profil',
|
||||||
|
'Menu:DataModelMenu' => 'Dátový model',
|
||||||
|
'Menu:DataModelMenu+' => '',
|
||||||
|
'Menu:ExportMenu' => 'Export',
|
||||||
|
'Menu:ExportMenu+' => '',
|
||||||
|
'Menu:NotificationsMenu' => 'Upozornenia',
|
||||||
|
'Menu:NotificationsMenu+' => '',
|
||||||
|
'Menu:AuditCategories' => 'Kategórie auditu',
|
||||||
|
'Menu:AuditCategories+' => '',
|
||||||
|
'Menu:Notifications:Title' => 'Kategórie auditu',
|
||||||
|
'Menu:RunQueriesMenu' => 'Spustiť dopyty',
|
||||||
|
'Menu:RunQueriesMenu+' => '',
|
||||||
|
'Menu:QueryMenu' => 'Dopyt frázy',
|
||||||
|
'Menu:QueryMenu+' => '',
|
||||||
|
'Menu:UniversalSearchMenu' => 'Univerzálne vyhľadávanie',
|
||||||
|
'Menu:UniversalSearchMenu+' => '',
|
||||||
|
'Menu:UserManagementMenu' => 'Užívateľský manažment',
|
||||||
|
'Menu:UserManagementMenu+' => '',
|
||||||
|
'Menu:ProfilesMenu' => 'Profily',
|
||||||
|
'Menu:ProfilesMenu+' => '',
|
||||||
|
'Menu:ProfilesMenu:Title' => 'Profily',
|
||||||
|
'Menu:UserAccountsMenu' => 'Užívateľské účty',
|
||||||
|
'Menu:UserAccountsMenu+' => '',
|
||||||
|
'Menu:UserAccountsMenu:Title' => 'Užívateľské účty',
|
||||||
|
'Menu:MyShortcuts' => 'Moje skratky',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: AbstractResource
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:AbstractResource' => 'Abstract Resource~~',
|
||||||
|
'Class:AbstractResource+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ResourceAdminMenu
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ResourceAdminMenu' => 'Resource Admin Menu~~',
|
||||||
|
'Class:ResourceAdminMenu+' => '~~',
|
||||||
|
));
|
||||||
|
|
||||||
|
//
|
||||||
|
// Class: ResourceRunQueriesMenu
|
||||||
|
//
|
||||||
|
|
||||||
|
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||||
|
'Class:ResourceRunQueriesMenu' => 'Resource Run Queries Menu~~',
|
||||||
|
'Class:ResourceRunQueriesMenu+' => '~~',
|
||||||
|
));
|
||||||
Reference in New Issue
Block a user