mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Feature/merge 3 0 develop (#298)
* merging 3.0 into develop * N°5102 - Allow to send emails (eg. notifications) using GSuite SMTP and OAuth * migration to iTop 3.1 Co-authored-by: Eric Espie <eric.espie@combodo.com>
This commit is contained in:
@@ -25,22 +25,24 @@
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Core:DeletedObjectLabel' => '%1s (odstraněn)',
|
||||
'Core:DeletedObjectTip' => 'Objekt byl odstraněn %1$s (%2$s)',
|
||||
'Core:DeletedObjectTip' => 'Objekt byl odstraněn %1$s (%2$s)',
|
||||
|
||||
'Core:UnknownObjectLabel' => 'Objekt nenalezen (třída: %1$s, id: %2$d)',
|
||||
'Core:UnknownObjectTip' => 'Objekt nemohl být nalezen. Je možné, že byl odstraněn před nějakou dobou a protokol byl mezitím vyčištěn.',
|
||||
'Core:UnknownObjectTip' => 'Objekt nemohl být nalezen. Je možné, že byl odstraněn před nějakou dobou a protokol byl mezitím vyčištěn.',
|
||||
|
||||
'Core:UniquenessDefaultError' => 'Uniqueness rule \'%1$s\' in error~~',
|
||||
'Core:CheckConsistencyError' => 'Consistency rules not followed: %1$s~~',
|
||||
'Core:CheckValueError' => 'Unexpected value for attribute \'%1$s\' (%2$s) : %3$s~~',
|
||||
|
||||
'Core:AttributeLinkedSet' => 'Pole objektů',
|
||||
'Core:AttributeLinkedSet' => 'Pole objektů',
|
||||
'Core:AttributeLinkedSet+' => 'Jakékoli objekty stejné třídy, nebo podtřídy',
|
||||
|
||||
'Core:AttributeLinkedSetDuplicatesFound' => 'Duplicates in the \'%1$s\' field : %2$s~~',
|
||||
|
||||
'Core:AttributeDashboard' => 'Dashboard~~',
|
||||
'Core:AttributeDashboard' => 'Dashboard~~',
|
||||
'Core:AttributeDashboard+' => '',
|
||||
|
||||
'Core:AttributePhoneNumber' => 'Phone number~~',
|
||||
'Core:AttributePhoneNumber' => 'Phone number~~',
|
||||
'Core:AttributePhoneNumber+' => '',
|
||||
|
||||
'Core:AttributeObsolescenceDate' => 'Obsolescence date~~',
|
||||
|
||||
Reference in New Issue
Block a user