| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/enaireaceleradora/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' ); __( 'Okay', 'code-snippets' ); // settings-fields.php. __( 'Minify Snippet Output', 'code-snippets' ); __( 'Minify snippet output by removing whitespace and optimising 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' );