✏️ 正在编辑: locale_en.php
路径:
/var/installatron/installers/simplepoll/locale_en.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php itron::$locale = array_merge(itron::$locale,array( "_installer_simplepoll_title" => "Simple Poll", "_installer_simplepoll_type" => "_types_pollsurvey", "_installer_simplepoll_category" => "_categories_surveysandstatistics", "_installer_simplepoll_input_login_label" => "_info_adminusername", "_installer_simplepoll_input_login_text" => "_settings_adminusername", "_installer_simplepoll_input_passwd_label" => "_info_adminpassword", "_installer_simplepoll_input_passwd_text" => "_settings_adminpassword", "_installer_simplepoll_description" => "Simple Poll is a free (for non-profit use) survey/poll application.", "_installer_simplepoll_authordescription" => "Simple Poll employs a simple to use admin interface and template customizations for your poll so that you can easily adapt to the look and feel of your web site. Setup as many polls as you like.", "_installer_simplepoll_usagenotes" => "After installation is complete, open the Admin interface and create a poll. To display that poll on your site, add this code to your webpage:<br><br><input type='text' size='100' value='<? \$pollid=\"1\"; include(\"{DIR}/simplepoll.php\"); ?>'><br><br>The \$pollid variable determines which poll will be added to your page. Also note that your webpage must have a .php extension. View <i>sample.php</i> in the installation directory for an example.", )); ?>
💾 保存文件
← 返回文件管理器