mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
19 lines
712 B
PHP
19 lines
712 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'UI:Component:GlobalSearch:Tooltip' => 'Rechercher dans toute l\'application',
|
|
'UI:Component:GlobalSearch:Input:Placeholder' => 'Rechercher...',
|
|
'UI:Component:GlobalSearch:Recents:Title' => 'Dernières recherches',
|
|
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Vous n\'avez pas encore effectué de recherche',
|
|
'UI:Component:GlobalSearch:HistoryDisabled' => 'L\'historique est désactivé',
|
|
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Ouvrir la recherche globale',
|
|
)); |