| Server IP : 43.141.49.107 / Your IP : 113.219.202.44 Web Server : Apache System : Linux VM-8-5-opencloudos 6.6.34-9.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 19:35:45 CST 2024 x86_64 User : www ( 1000) PHP Version : 8.1.27 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/www.ucppt.com/wp-content/plugins/code-snippets/php/ |
Upload File : |
<?php /** * Additional strings needed for translation, but not currently present within code. * * @package Code_Snippets */ __( 'You can now safely remove the free version of Code Snippets', 'code-snippets' ); __( 'Success', 'code-snippets' ); __( 'Notice', 'code-snippets' ); __( 'Thanks', 'code-snippets' ); __( 'Ok', 'code-snippets' ); // settings-fields.php. __( 'Minify Snippet Output', 'code-snippets' ); __( 'Minify snippet output by removing whitespace and optimizing code to reduce load times.', 'code-snippets' ); // edit.php. __( 'View Full Stylesheet', 'code-snippets' ); __( 'View Full Script', 'code-snippets' ); array( 'site-css' => __( 'Site front-end stylesheet', 'code-snippets' ), 'admin-css' => __( 'Administration area stylesheet', 'code-snippets' ), 'site-head-js' => __( 'JavaScript loaded in the site &lt;head&gt; section', 'code-snippets' ), 'site-footer-js' => __( 'JavaScript loaded just before the closing &lt;/body&gt; tag', 'code-snippets' ), ); // class-content-widget.php. __( 'Processing Options', 'code-snippets' ); __( 'Alignment', 'code-snippets' ); __( 'Left', 'code-snippets' ); __( 'Center', 'code-snippets' ); __( 'Right', 'code-snippets' ); __( 'Justified', 'code-snippets' ); __( 'Text Color', 'code-snippets' ); __( 'Select a snippet to show', 'code-snippets' ); // class-source-widget.php. __( 'Code Snippet Source', 'code-snippets' ); __( 'Functions (PHP)', 'code-snippets' ); __( 'Content (Mixed)', 'code-snippets' ); __( 'Styles (CSS)', 'code-snippets' ); __( 'Scripts (JS)', 'code-snippets' ); __( 'Highlight Lines', 'code-snippets' ); __( 'Word Wrap', 'code-snippets' ); __( 'On', 'code-snippets' ); __( 'Off', 'code-snippets' ); __( 'Height', 'code-snippets' ); __( 'Font Size', 'code-snippets' ); __( 'Select a snippet to display', 'code-snippets' );