mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:AuditCategory' => 'Kategória auditu',
|
||||
'Class:AuditCategory+' => 'Audit category defines a scope of objects which needs to be audited.
|
||||
It groups all audit rules applying to that object scope~~',
|
||||
@@ -27,13 +28,13 @@ It groups all audit rules applying to that object scope~~',
|
||||
'Class:AuditCategory/Attribute:warning_error_tolerance+' => 'Percentage of invalid objects below which the result is in error (red)~~',
|
||||
'Class:AuditCategory/Attribute:domains_list' => 'Domains~~',
|
||||
'Class:AuditCategory/Attribute:domains_list+' => 'Domains which include this category~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: AuditRule
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:AuditRule' => 'Pravidlo auditu',
|
||||
'Class:AuditRule+' => 'An audit rule corresponds a single check within an audit category.
|
||||
It is applied on the scope of objects defined by the audit category~~',
|
||||
@@ -55,13 +56,13 @@ It is applied on the scope of objects defined by the audit category~~',
|
||||
'Class:AuditRule/Attribute:category_id+' => 'The category of this rule~~',
|
||||
'Class:AuditRule/Attribute:category_name' => 'Kategória',
|
||||
'Class:AuditRule/Attribute:category_name+' => 'Name of the category of this rule~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: AuditDomain
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:AuditDomain' => 'Audit Domain~~',
|
||||
'Class:AuditDomain+' => 'Audit domains allow to group the audit categories.
|
||||
Domain usually correspond to who is responsible for checking and fixing errors~~',
|
||||
@@ -73,13 +74,13 @@ Domain usually correspond to who is responsible for checking and fixing errors~~
|
||||
'Class:AuditDomain/Attribute:icon+' => '~~',
|
||||
'Class:AuditDomain/Attribute:categories_list' => 'Categories~~',
|
||||
'Class:AuditDomain/Attribute:categories_list+' => 'Related audit categories. When running the audit on a domain, all related audit categories are checked and only those.~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: lnkAuditCategoryToAuditDomain
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:lnkAuditCategoryToAuditDomain' => 'Link AuditCategory / AuditDomain~~',
|
||||
'Class:lnkAuditCategoryToAuditDomain+' => '~~',
|
||||
'Class:lnkAuditCategoryToAuditDomain/Attribute:category_id' => 'Category~~',
|
||||
@@ -90,13 +91,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:lnkAuditCategoryToAuditDomain/Attribute:domain_id+' => 'Audit domain~~',
|
||||
'Class:lnkAuditCategoryToAuditDomain/Attribute:domain_name' => 'Domain name~~',
|
||||
'Class:lnkAuditCategoryToAuditDomain/Attribute:domain_name+' => 'Audit domain name~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: QueryOQL
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:Query' => 'Dopyt',
|
||||
'Class:Query+' => 'A query is a data set defined in a dynamic way~~',
|
||||
'Class:Query/Attribute:name' => 'Názov',
|
||||
@@ -123,7 +124,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:QueryOQL+' => 'A query based on the Object Query Language~~',
|
||||
'Class:QueryOQL/Attribute:oql' => 'Výraz',
|
||||
'Class:QueryOQL/Attribute:oql+' => 'OQL Expression~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'addon/userrights'
|
||||
@@ -134,7 +135,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
// Class: User
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:User' => 'Užívateľ',
|
||||
'Class:User+' => 'User login~~',
|
||||
'Class:User/Attribute:finalclass' => 'Typ účtu',
|
||||
@@ -180,13 +181,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:User/Warning:NoContactHasImpact' => 'Cautious: there is no Person defined on this User, this prevents access to portals, news notifications and other side effects in back-office~~',
|
||||
'Class:UserInternal' => 'User Internal~~',
|
||||
'Class:UserInternal+' => 'User defined within '.ITOP_APPLICATION_SHORT.'~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_Profiles
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_Profiles' => 'Profily',
|
||||
'Class:URP_Profiles+' => 'User profile~~',
|
||||
'Class:URP_Profiles/Attribute:name' => 'Názov',
|
||||
@@ -195,13 +196,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_Profiles/Attribute:description+' => 'one line description~~',
|
||||
'Class:URP_Profiles/Attribute:user_list' => 'Užívatelia',
|
||||
'Class:URP_Profiles/Attribute:user_list+' => 'persons having this role~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_Dimensions
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_Dimensions' => 'Rozmery',
|
||||
'Class:URP_Dimensions+' => 'application dimension (defining silos)~~',
|
||||
'Class:URP_Dimensions/Attribute:name' => 'Názov rozmeru',
|
||||
@@ -210,13 +211,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_Dimensions/Attribute:description+' => 'one line description~~',
|
||||
'Class:URP_Dimensions/Attribute:type' => 'Typ rozmeru',
|
||||
'Class:URP_Dimensions/Attribute:type+' => 'class name or data type (projection unit)~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_UserProfile
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_UserProfile' => 'Z užívateľa na profil',
|
||||
'Class:URP_UserProfile+' => 'user profiles~~',
|
||||
'Class:URP_UserProfile/Name' => 'Spojenie medzi %1$s a %2$s',
|
||||
@@ -230,14 +231,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_UserProfile/Attribute:profile+' => 'Profile name~~',
|
||||
'Class:URP_UserProfile/Attribute:reason' => 'Dôvod',
|
||||
'Class:URP_UserProfile/Attribute:reason+' => 'explain why this person may have this role~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_UserOrg
|
||||
//
|
||||
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_UserOrg' => 'Užívateľské organizácie',
|
||||
'Class:URP_UserOrg+' => 'Allowed organizations~~',
|
||||
'Class:URP_UserOrg/Name' => 'Spojenie medzi %1$s a %2$s',
|
||||
@@ -251,13 +251,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_UserOrg/Attribute:allowed_org_name+' => 'Allowed organization~~',
|
||||
'Class:URP_UserOrg/Attribute:reason' => 'Dôvod',
|
||||
'Class:URP_UserOrg/Attribute:reason+' => 'explain why this person is allowed to see the data belonging to this organization~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_ProfileProjection
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_ProfileProjection' => 'Projekcia profilu',
|
||||
'Class:URP_ProfileProjection+' => 'profile projections~~',
|
||||
'Class:URP_ProfileProjection/Attribute:dimensionid' => 'ID rozmeru',
|
||||
@@ -272,13 +272,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_ProfileProjection/Attribute:value+' => 'OQL expression (using $user) | constant | | +attribute code~~',
|
||||
'Class:URP_ProfileProjection/Attribute:attribute' => 'Atribút',
|
||||
'Class:URP_ProfileProjection/Attribute:attribute+' => 'Target attribute code (optional)~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_ClassProjection
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_ClassProjection' => 'Projekcia triedy',
|
||||
'Class:URP_ClassProjection+' => 'class projections~~',
|
||||
'Class:URP_ClassProjection/Attribute:dimensionid' => 'ID rozmeru',
|
||||
@@ -291,13 +291,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_ClassProjection/Attribute:value+' => 'OQL expression (using $this) | constant | | +attribute code~~',
|
||||
'Class:URP_ClassProjection/Attribute:attribute' => 'Atribút',
|
||||
'Class:URP_ClassProjection/Attribute:attribute+' => 'Target attribute code (optional)~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_ActionGrant
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_ActionGrant' => 'Povolenia akcie',
|
||||
'Class:URP_ActionGrant+' => 'permissions on classes~~',
|
||||
'Class:URP_ActionGrant/Attribute:profileid' => 'Profil',
|
||||
@@ -314,13 +314,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_ActionGrant/Attribute:permission/Value:no+' => 'no~~',
|
||||
'Class:URP_ActionGrant/Attribute:action' => 'Akcia',
|
||||
'Class:URP_ActionGrant/Attribute:action+' => 'operations to perform on the given class~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_StimulusGrant
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_StimulusGrant' => 'Povolenia stimulu',
|
||||
'Class:URP_StimulusGrant+' => 'permissions on stimulus in the life cycle of the object~~',
|
||||
'Class:URP_StimulusGrant/Attribute:profileid' => 'ID Profilu',
|
||||
@@ -337,25 +337,25 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:URP_StimulusGrant/Attribute:permission/Value:no+' => 'no~~',
|
||||
'Class:URP_StimulusGrant/Attribute:stimulus' => 'Podnet',
|
||||
'Class:URP_StimulusGrant/Attribute:stimulus+' => 'stimulus code~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: URP_AttributeGrant
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:URP_AttributeGrant' => 'Udelenie atribútu',
|
||||
'Class:URP_AttributeGrant+' => 'permissions at the attributes level~~',
|
||||
'Class:URP_AttributeGrant/Attribute:actiongrantid' => 'Udelenie akcie',
|
||||
'Class:URP_AttributeGrant/Attribute:actiongrantid+' => 'action grant~~',
|
||||
'Class:URP_AttributeGrant/Attribute:attcode' => 'Kód atribútu',
|
||||
'Class:URP_AttributeGrant/Attribute:attcode+' => 'attribute code~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Class: UserDashboard
|
||||
//
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:UserDashboard' => 'User dashboard~~',
|
||||
'Class:UserDashboard+' => '~~',
|
||||
'Class:UserDashboard/Attribute:user_id' => 'User~~',
|
||||
@@ -364,12 +364,12 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:UserDashboard/Attribute:menu_code+' => '~~',
|
||||
'Class:UserDashboard/Attribute:contents' => 'Contents~~',
|
||||
'Class:UserDashboard/Attribute:contents+' => '~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Duplicated into itop-welcome-itil ( will be removed from here...)
|
||||
//
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Menu:WelcomeMenu' => 'Vitajte',
|
||||
'Menu:WelcomeMenu+' => 'Welcome to '.ITOP_APPLICATION_SHORT.'~~',
|
||||
'Menu:WelcomeMenuPage' => 'Vitajte',
|
||||
@@ -388,13 +388,13 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Menu:MyShortcuts' => 'Moje skratky',
|
||||
'Menu:DataAdministration' => 'Dátová administrácia',
|
||||
'Menu:DataAdministration+' => '~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// String from the User Interface: menu, messages, buttons, etc...
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'BooleanLabel:yes' => 'yes~~',
|
||||
'BooleanLabel:no' => 'no~~',
|
||||
'UI:Login:Title' => ITOP_APPLICATION_SHORT.' login~~',
|
||||
@@ -1532,12 +1532,12 @@ Keď sú priradené spúštačom, každej akcii je dané číslo "príkazu", šp
|
||||
'UI:Search:Criteria:Raw:Filtered' => 'Filtered~~',
|
||||
'UI:Search:Criteria:Raw:FilteredOn' => 'Filtered on %1$s~~',
|
||||
'UI:StateChanged' => 'State changed~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// Expression to Natural language
|
||||
//
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Expression:Operator:AND' => ' AND ~~',
|
||||
'Expression:Operator:OR' => ' OR ~~',
|
||||
'Expression:Operator:=' => ': ~~',
|
||||
@@ -1550,12 +1550,12 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Expression:Unit:Long:MINUTE' => 'minute(s)~~',
|
||||
'Expression:Verb:NOW' => 'now~~',
|
||||
'Expression:Verb:ISNULL' => ': undefined~~',
|
||||
));
|
||||
]);
|
||||
|
||||
//
|
||||
// iTop Newsroom menu
|
||||
//
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'UI:Newsroom:NoNewMessage' => 'No new message~~',
|
||||
'UI:Newsroom:XNewMessage' => '%1$s new message(s)~~',
|
||||
'UI:Newsroom:MarkAllAsRead' => 'Mark all messages as read~~',
|
||||
@@ -1570,10 +1570,9 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'UI:Newsroom:Priority:2:Tooltip' => 'Urgent~~',
|
||||
'UI:Newsroom:Priority:3:Tooltip' => 'Important~~',
|
||||
'UI:Newsroom:Priority:4:Tooltip' => 'Normal~~',
|
||||
));
|
||||
]);
|
||||
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Menu:DataSources' => 'Synchronizované zdroje dát',
|
||||
'Menu:DataSources+' => 'Data synchro used for batch import of external data~~',
|
||||
'Menu:AuditCategories' => 'Kategórie auditu',
|
||||
@@ -1601,4 +1600,4 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Menu:Integrations' => 'Integrations~~',
|
||||
'Menu:Integrations+' => '~~',
|
||||
|
||||
));
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user