mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
* 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>
11 lines
417 B
PHP
11 lines
417 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'UI:Layout:TabContainer:ExtraTabsListToggler:Label' => 'Other tabs~~',
|
|
'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~',
|
|
'UIBlock:TabContainer:RemoteTabLoad' => 'Click to load this tab~~',
|
|
]);
|