mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
12 lines
274 B
PHP
12 lines
274 B
PHP
<?php
|
|
|
|
/**
|
|
* @copyright Copyright (C) 2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
// Global search
|
|
Dict::Add('EN GB', 'British English', 'British English', [
|
|
'UI:Component:Breadcrumbs:PreviousItemsListToggler:Label' => 'Previous pages',
|
|
]);
|