Files
www-medidate-org/cms/plugins/pluginloader/languages/fr.php
2025-02-28 08:45:43 +01:00

33 lines
2.1 KiB
PHP

<?php
$pluginloader_tx['menu']['available_plugins'] = "Plugins: ";
$pluginloader_tx['menu']['select_plugin'] = "Select plugin ...";
$pluginloader_tx['menu']['tab_main'] = "Plugin Main Settings";
$pluginloader_tx['menu']['tab_css'] = "Plugin Stylesheet";
$pluginloader_tx['menu']['tab_stylesheet'] = "Plugin Stylesheet";
$pluginloader_tx['menu']['tab_config'] = "Plugin Config";
$pluginloader_tx['menu']['tab_language'] = "Plugin Language";
$pluginloader_tx['menu']['tab_help'] = "Plugin Help";
$pluginloader_tx['success']['saved'] = "File saved: ";
$pluginloader_tx['error']['plugin_error'] = "Plugin error: ";
$pluginloader_tx['error']['cntopen'] = $tx['error']['cntopen']." ";
$pluginloader_tx['error']['cntwriteto'] = $tx['error']['cntwriteto']." ";
$pluginloader_tx['error']['notreadable'] = $tx['error']['notreadable']." ";
$pluginloader_tx['pluginmanager']['message_plugin_disabled1']="The Plugin";
$pluginloader_tx['pluginmanager']['message_plugin_disabled2']="is disabled by Pluginmanager.";
$pluginloader_tx['pluginmanager']['button_disable']="disable";
$pluginloader_tx['pluginmanager']['button_enable']="display";
$pluginloader_tx['pluginmanager']['button_hide']="hide";
$pluginloader_tx['pluginmanager']['button_save']="save data";
$pluginloader_tx['pluginmanager']['hint_standard_plugin']="Standard Plugin";
$pluginloader_tx['pluginmanager']['linktext_back_to']="back to";
$pluginloader_tx['pluginmanager']['message_data_saved']="Pluginmanager: <b>data saved</b>";
$pluginloader_tx['pluginmanager']['message_datafile1']="The data file";
$pluginloader_tx['pluginmanager']['message_datafile2']="not exists or not writable.";
$pluginloader_tx['pluginmanager']['tablehead_plugin']="Plugin:";
$pluginloader_tx['pluginmanager']['tablehead_disable']="disable";
$pluginloader_tx['pluginmanager']['tablehead_enable']="enable<br />and in admin menu:";
$pluginloader_tx['pluginmanager']['warning_pluginmanager']="<b>!!! WARNING !!!</b><br />Disabling plugins, which are called in the template, may crash a site. Then the site can be fixed only through ftp.";
$pluginloader_tx['utf-8']['marker'] = "äöü";
?>