Skip to content

Commit 143a59a

Browse files
committed
Merge remote-tracking branch 'origin/support/3.2' into develop
2 parents 61b247b + 60de41e commit 143a59a

File tree

42 files changed

+755
-691
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+755
-691
lines changed

datamodels/2.x/authent-cas/dictionaries/cs.dict.authent-cas.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*/
1212
Dict::Add('CS CZ', 'Czech', 'Čeština', [
13-
'CAS:Error:UserNotAllowed' => 'User not allowed~~',
14-
'CAS:Login:SignIn' => 'Sign in with CAS~~',
15-
'CAS:Login:SignInTooltip' => 'Click here to authenticate yourself with the CAS server~~',
13+
'CAS:Error:UserNotAllowed' => 'Uživatel není oprávněn',
14+
'CAS:Login:SignIn' => 'Přihlásit se prostřednictvím CAS',
15+
'CAS:Login:SignInTooltip' => 'Klikni zde pro příhlášení prostřednictvím CAS serveru',
1616
]);

datamodels/2.x/authent-ldap/dictionaries/cs.dict.authent-ldap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
Dict::Add('CS CZ', 'Czech', 'Čeština', [
1515
'Class:UserLDAP' => 'LDAP uživatel',
1616
'Class:UserLDAP+' => 'Uživatel ověřen přes LDAP',
17-
'UserLDAP:server' => 'LDAP specifics~~',
17+
'UserLDAP:server' => 'Specifika LDAP',
1818
]);

datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
Dict::Add('CS CZ', 'Czech', 'Čeština', [
1515
'Class:UserLocal' => 'interní uživatel '.ITOP_APPLICATION_SHORT,
1616
'Class:UserLocal+' => 'Uživatel ověřen interně v '.ITOP_APPLICATION_SHORT,
17-
'Class:UserLocal/Attribute:expiration' => 'Password expiration~~',
18-
'Class:UserLocal/Attribute:expiration+' => 'Password expiration status (requires an extension to have an effect)~~',
19-
'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Can expire~~',
17+
'Class:UserLocal/Attribute:expiration' => 'Exspirace hesla',
18+
'Class:UserLocal/Attribute:expiration+' => 'Status exspirace hesla (je vyžadováno rozšíření, aby mělo efekt)',
19+
'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Může exspirovat',
2020
'Class:UserLocal/Attribute:expiration/Value:can_expire+' => '~~',
21-
'Class:UserLocal/Attribute:expiration/Value:force_expire' => 'Expired~~',
21+
'Class:UserLocal/Attribute:expiration/Value:force_expire' => 'Exspirován',
2222
'Class:UserLocal/Attribute:expiration/Value:force_expire+' => '~~',
23-
'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Never expire~~',
23+
'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Nikdy neexspiruje',
2424
'Class:UserLocal/Attribute:expiration/Value:never_expire+' => '~~',
25-
'Class:UserLocal/Attribute:expiration/Value:otp_expire' => 'One-time Password~~',
26-
'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => 'Password cannot be changed by the user.~~',
25+
'Class:UserLocal/Attribute:expiration/Value:otp_expire' => 'Jednorázové heslo',
26+
'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => 'Heslo nemůže uživatel změnit.',
2727
'Class:UserLocal/Attribute:password' => 'Heslo',
2828
'Class:UserLocal/Attribute:password+' => '',
29-
'Class:UserLocal/Attribute:password_renewed_date' => 'Password renewed on~~',
30-
'Class:UserLocal/Attribute:password_renewed_date+' => 'When the password was last changed~~',
31-
'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => 'Setting password expiration to "One-time password" is not allowed for your own User~~',
32-
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Password must be at least 8 characters and include uppercase, lowercase, numeric and special characters.~~',
33-
'UserLocal:password:expiration' => 'The fields below require an extension~~',
29+
'Class:UserLocal/Attribute:password_renewed_date' => 'Heslo bylo obnoveno',
30+
'Class:UserLocal/Attribute:password_renewed_date+' => 'Termín, kdy bylo heslo změneno',
31+
'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => 'Nastavení exspirace "Jednorázového hesla" nelze u vlastního účtu uživatele.',
32+
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Heslo musí obsahovat minimálně 8 znaků a musí obsahovat minimálně jedno velké písmeno, jedno malé písmeno, jedno číslo a speciální znak.',
33+
'UserLocal:password:expiration' => 'Níže uvedená pole vyžadují rozšíření',
3434
]);

datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'DBAnalyzer-Integrity-OrphanRecord' => 'Orphan record in `%1$s`, it should have its counterpart in table `%2$s`~~',
2020
'DBAnalyzer-Integrity-RootFinalClass' => 'Field `%2$s`.`%1$s` must contains a valid class~~',
2121
'DBAnalyzer-Integrity-UsersWithoutProfile' => 'Some user accounts have no profile at all~~',
22-
'DBTools:Analyze' => 'Analyze~~',
22+
'DBTools:Analyze' => 'Analyzuj',
2323
'DBTools:Base' => 'Base~~',
2424
'DBTools:Class' => 'Class~~',
2525
'DBTools:Count' => 'Count~~',
@@ -28,7 +28,7 @@
2828
'DBTools:DetailedErrorTitle' => '%2$s error(s) in class %1$s: %3$s~~',
2929
'DBTools:Details' => 'Show Details~~',
3030
'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~',
31-
'DBTools:Error' => 'Error~~',
31+
'DBTools:Error' => 'Chyba',
3232
'DBTools:ErrorsFound' => 'Errors Found~~',
3333
'DBTools:FetchCheck' => 'Fetch Check (long)~~',
3434
'DBTools:FixitSQLquery' => 'SQL query To Fix it (indication)~~',
@@ -53,14 +53,14 @@
5353
'DBTools:LostAttachments:Step:RestoreResults' => 'Restore results:~~',
5454
'DBTools:LostAttachments:Step:RestoreResults:Results' => '%1$d/%2$d attachments were restored.~~',
5555
'DBTools:LostAttachments:StoredAsInlineImage' => 'Stored as inline image~~',
56-
'DBTools:NoError' => 'The database is OK~~',
56+
'DBTools:NoError' => 'Databáze je OK',
5757
'DBTools:SQLquery' => 'SQL query~~',
5858
'DBTools:SQLresult' => 'SQL result~~',
5959
'DBTools:SelectAnalysisType' => 'Select analysis type~~',
6060
'DBTools:ShowAll' => 'Show All Errors~~',
6161
'DBTools:ShowIds' => 'Detailed view~~',
62-
'DBTools:ShowReport' => 'Report~~',
63-
'DBTools:Size' => 'Size~~',
64-
'DBTools:Title' => 'Database integrity check~~',
65-
'Menu:DBToolsMenu' => 'Database integrity~~',
62+
'DBTools:ShowReport' => 'Report',
63+
'DBTools:Size' => 'Velikost',
64+
'DBTools:Title' => 'Kontrola integrity databáze',
65+
'Menu:DBToolsMenu' => 'Integrita databáze',
6666
]);

datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,45 @@
1818
'Attachments:AddAttachment' => 'Přidat přílohu: ',
1919
'Attachments:DeleteBtn' => 'Odstranit',
2020
'Attachments:EmptyTabTitle' => 'Přílohy',
21-
'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~',
22-
'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached.
23-
Either you have pushed an empty file,
24-
or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~',
21+
'Attachments:Error:FileTooLarge' => 'Soubor je příliš velký k nahrání. %1$s',
22+
'Attachments:Error:UploadedFileEmpty' => 'Obdržený soubr je prázný a nemůže být přiložen.
23+
Buťo jste odeslali prázný soubor,
24+
nebe se zeptejte'.ITOP_APPLICATION_SHORT.' správce '.ITOP_APPLICATION_SHORT.' zda není zaplněný disk.',
2525
'Attachments:FieldsetTitle' => 'Přílohy',
26-
'Attachments:File:Date' => 'Upload date~~',
27-
'Attachments:File:DownloadsCount' => 'Downloads~~',
28-
'Attachments:File:MimeType' => 'Type~~',
29-
'Attachments:File:Name' => 'File name~~',
30-
'Attachments:File:Size' => 'Size~~',
31-
'Attachments:File:Thumbnail' => 'Icon~~',
32-
'Attachments:File:Uploader' => 'Uploaded by~~',
26+
'Attachments:File:Date' => 'Datum nahrání',
27+
'Attachments:File:DownloadsCount' => 'Staženo',
28+
'Attachments:File:MimeType' => 'Typ',
29+
'Attachments:File:Name' => 'Jméno souboru',
30+
'Attachments:File:Size' => 'Velikost',
31+
'Attachments:File:Thumbnail' => 'Ikona',
32+
'Attachments:File:Uploader' => 'Nahráno',
3333
'Attachments:History_File_Added' => 'Příloha %1$s byla přidána.',
3434
'Attachments:History_File_Removed' => 'Příloha %1$s byla odstraněna.',
3535
'Attachments:NoAttachment' => 'Žádná příloha. ',
3636
'Attachments:PreviewNotAvailable' => 'Pro tento typ přílohy není náhled k dispozici.',
37-
'Attachments:Render:Icons' => 'Display as icons~~',
38-
'Attachments:Render:Table' => 'Display as list~~',
37+
'Attachments:Render:Icons' => 'Zobrazit jako ikony',
38+
'Attachments:Render:Table' => 'Zobrazit jako seznam',
3939
'Attachments:TabTitle_Count' => 'Přílohy (%1$d)',
4040
'Attachments:UploadNotAllowedOnThisSystem' => 'Na tomto systému není povoleno nahrávání souborů.',
41-
'Class:Attachment' => 'Attachment~~',
41+
'Class:Attachment' => 'Příloha',
4242
'Class:Attachment+' => '~~',
43-
'Class:Attachment/Attribute:contact_id' => 'Contact id~~',
43+
'Class:Attachment/Attribute:contact_id' => 'Kontakt',
4444
'Class:Attachment/Attribute:contact_id+' => '~~',
45-
'Class:Attachment/Attribute:contents' => 'Contents~~',
45+
'Class:Attachment/Attribute:contents' => 'Obsah',
4646
'Class:Attachment/Attribute:contents+' => '~~',
47-
'Class:Attachment/Attribute:creation_date' => 'Creation date~~',
47+
'Class:Attachment/Attribute:creation_date' => 'Datum vytvoření',
4848
'Class:Attachment/Attribute:creation_date+' => '~~',
49-
'Class:Attachment/Attribute:expire' => 'Expire~~',
49+
'Class:Attachment/Attribute:expire' => 'Exspirace',
5050
'Class:Attachment/Attribute:expire+' => '~~',
51-
'Class:Attachment/Attribute:item_class' => 'Item class~~',
51+
'Class:Attachment/Attribute:item_class' => 'Položka třídy',
5252
'Class:Attachment/Attribute:item_class+' => '~~',
53-
'Class:Attachment/Attribute:item_id' => 'Item~~',
53+
'Class:Attachment/Attribute:item_id' => 'Položka',
5454
'Class:Attachment/Attribute:item_id+' => '~~',
55-
'Class:Attachment/Attribute:item_org_id' => 'Item organization~~',
55+
'Class:Attachment/Attribute:item_org_id' => 'Organizace',
5656
'Class:Attachment/Attribute:item_org_id+' => '~~',
57-
'Class:Attachment/Attribute:temp_id' => 'Temporary id~~',
57+
'Class:Attachment/Attribute:temp_id' => 'Dočasné id',
5858
'Class:Attachment/Attribute:temp_id+' => '~~',
59-
'Class:Attachment/Attribute:user_id' => 'User id~~',
59+
'Class:Attachment/Attribute:user_id' => 'Jméno uživatele',
6060
'Class:Attachment/Attribute:user_id+' => '~~',
6161
'Class:TriggerOnAttachmentDownload' => 'Trigger (on object\'s attachment download)~~',
6262
'Class:TriggerOnAttachmentDownload+' => 'Trigger on object\'s attachment download of [a child class of] the given class~~',

datamodels/2.x/itop-backup/dictionaries/cs.dict.itop-backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'bkp-mysqldump-ok' => 'mysqldump nalezen: %1$s',
2727
'bkp-name-sample' => 'Soubory zálohy jsou pojmenovány dle DB, data a času. Příklad: %1$s',
2828
'bkp-next-backup' => 'Další záloha bude provedena dne <b>%1$s</b> (%2$s) v %3$s',
29-
'bkp-next-backup-unknown' => 'The next backup is <b>not scheduled</b> yet.~~',
29+
'bkp-next-backup-unknown' => 'Další záloha <b>není naplánována.</b>',
3030
'bkp-next-to-delete' => 'Bude odstraněna při další záloze (nastavení "retention_count")',
3131
'bkp-restore-running' => 'Probíhá obnova ze zálohy. Vyčkejte prosím...',
3232
'bkp-retention' => 'V cílové složce <b>bude uchováno maximálně %1$d souborů záloh</b>.',

datamodels/2.x/itop-bridge-cmdb-services/dictionaries/cs.dict.itop-bridge-cmdb-services.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
*/
1313
Dict::Add('CS CZ', 'Czech', 'Čeština', [
1414
'Class:Document/Attribute:contracts_list' => 'Smlouvy',
15-
'Class:Document/Attribute:contracts_list+' => 'All the contracts linked to this document~~',
15+
'Class:Document/Attribute:contracts_list+' => 'Všechny smlouvy spojené s tímto dokumentem',
1616
'Class:Document/Attribute:services_list' => 'Služby',
17-
'Class:Document/Attribute:services_list+' => 'All the services linked to this document~~',
17+
'Class:Document/Attribute:services_list+' => 'Všechny služby spojené s tímto dokumentem',
1818
'Class:FunctionalCI/Attribute:providercontracts_list' => 'Smlouvy s poskytovateli',
1919
'Class:FunctionalCI/Attribute:providercontracts_list+' => '',
2020
'Class:FunctionalCI/Attribute:services_list' => 'Služby',

datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/cs.dict.itop-bridge-cmdb-ticket.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
Dict::Add('CS CZ', 'Czech', 'Čeština', [
1414
'Class:FunctionalCI/Attribute:tickets_list' => 'Tikety',
15-
'Class:FunctionalCI/Attribute:tickets_list+' => 'All the tickets for this configuration item~~',
15+
'Class:FunctionalCI/Attribute:tickets_list+' => 'Všechny tikety této konfigurační položky',
1616
'Class:lnkFunctionalCIToTicket' => 'Spojení (Funkční konfigurační položka / Tiket)',
1717
'Class:lnkFunctionalCIToTicket+' => '',
1818
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Konfigurační položka',
@@ -29,7 +29,7 @@
2929
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
3030
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'ID',
3131
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
32-
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
32+
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Název tiketu',
3333
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
3434
'Class:lnkFunctionalCIToTicket/Name' => '%1$s / %2$s~~',
3535
]);

0 commit comments

Comments
 (0)