Files
iTop/dictionaries/ui/components/global-search/fr.dictionary.itop.global-search.php
2025-02-07 15:36:58 +01:00

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',
));