mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +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
234 B
PHP
11 lines
234 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2013 XXXXX
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
|
'theme:light-grey' => 'Light Grey (deprecated)~~',
|
|
));
|