mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
22 lines
758 B
PHP
22 lines
758 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', [
|
|
'UI:Component:QuickCreate:Tooltip' => 'Création rapide de n\'importe quel objet',
|
|
'UI:Component:QuickCreate:Input:Placeholder' => 'Type d\'objet...',
|
|
'UI:Component:QuickCreate:Recents:Title' => 'Types récents',
|
|
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Vous n\'avez pas encore créé d\'objet',
|
|
'UI:Component:QuickCreate:HistoryDisabled' => 'L\'historique est désactivé',
|
|
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Ouvrir la création rapide',
|
|
'UI:Component:QuickCreate:MostPopular:Title' => 'Populaires',
|
|
]);
|