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>
9 lines
236 B
PHP
9 lines
236 B
PHP
<?php
|
|
/**
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'UIBlock:Error:AddBlockForbidden' => 'Cannot add block to %1$s~~',
|
|
]);
|