".__('Your Skype Online Status database settings have been cleared from the database for removal of this plugin!', 'skype-online-status')."
".__('You can still resave the old settings shown below to (partly) undo this action but custom widget settings will be reverted to default.', 'skype-online-status')."

".__('Are you sure?', 'skype-online-status')." "; if (function_exists('wp_nonce_url')) echo "" . __('Deactivate') . "."; else _e('Go to the Plugins page and deactivate it.', 'skype-online-status'); echo "

".__('Please, keep in mind that any WP theme template file changes you have made, can not be undone through this process. Also, any post quicktags that have been inserted in posts will (harmlessly) remain there. If you changed your mind about removing this plugin, just resave the settings NOW (or all your settings will be lost) or revert to default settings at the bottom of this page.', 'skype-online-status')."

"; } elseif ($skype_status_config['upgraded'] == TRUE) { $skype_status_config['upgraded'] = FALSE; update_option('skype_status',$skype_status_config); echo "

".__('Skype Online Status plugin has been upgraded to version ', 'skype-online-status').SOSVERSION."
".__('Please, verify your settings now.', 'skype-online-status')."

".__('What\'s new?', 'skype-online-status')."

".__('Latest:', 'skype-online-status')."
".$soswhatsnew_this."

".__('Recent:', 'skype-online-status')."
".$soswhatsnew_recent."

"; } elseif ($skype_status_config['installed']==TRUE) { $skype_status_config['installed'] = FALSE; update_option('skype_status',$skype_status_config); echo "

"; printf(__('Skype Online Status plugin version %s has been installed!','skype-online-status'),SOSVERSION); echo " ".__('Please, adapt the default settings to your personal preference so you can start using Skype buttons anywhere on your site.','skype-online-status')." "; printf(__('Read the %s section for more instructions.','skype-online-status'),"".__('Quick Guide','skype-online-status').""); echo "

"; } // check for new version do_action('load-plugins.php'); $current = get_option('update_plugins'); if ( isset( $current->response[SOSPLUGINFILE] ) ) { $r = $current->response[SOSPLUGINFILE]; echo "

"; if ( !current_user_can('edit_plugins') ) printf( __('There is a new version of %1$s available. Download version %3$s here.'), __('Skype Online Status', 'skype-online-status'), $r->url, $r->new_version); else if ( empty($r->package) ) printf( __('There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin.'), __('Skype Online Status', 'skype-online-status'), $r->url, $r->new_version); else printf( __('There is a new version of %1$s available. Download version %3$s here or upgrade automatically.'), __('Skype Online Status', 'skype-online-status'), $r->url, $r->new_version, wp_nonce_url("update.php?action=upgrade-plugin&plugin=".SOSPLUGINFILE, 'upgrade-plugin_'.SOSPLUGINFILE) ); echo "

"; } // warning about inability to check remote status file if (!SOSREMOTE) { echo "

".__('The security settings on your server are too tight for the online status to be read from the Skype server.', 'skype-online-status').__('Please, check if one of the following options can be met -or- ask your server admin / hosting provider to take care of this.', 'skype-online-status')."

".__('Reading your online status from the remote Skype server has been disabled. As a result, some of the advanced options will not be available. However, Skype button themes that also show your online status by way of images (that are provided by the same Skype server) will still do so.')."

"; } ?>

When the Skype server at http://mystatus.skype.com/ is slow or down, this might take a while...', 'skype-online-status') ?>

$_POST['skype_id'], "user_name" => $_POST['user_name'], "button_theme" => $_POST['button_theme'], "button_template" => stripslashes($_POST['button_template']), "button_function" => $_POST['button_function'], "use_function" => $_POST['use_function'], "use_status" => $_POST['use_status'], "use_voicemail" => $_POST['use_voicemail'], "use_buttonsnap" => $_POST['use_buttonsnap'], "seperator1_text" => $_POST['seperator1_text'], "seperator2_text" => $_POST['seperator2_text'], "add_text" => $_POST['add_text'], "call_text" => $_POST['call_text'], "chat_text" => $_POST['chat_text'], "sendfile_text" => $_POST['sendfile_text'], "my_status_text" => $_POST['my_status_text'], "userinfo_text" => $_POST['userinfo_text'], "voicemail_text" => $_POST['voicemail_text'], "status_error_text" => $_POST['status_error_text'], "status_0_text" => $_POST['status_0_text'], "status_1_text" => $_POST['status_1_text'], "status_2_text" => $_POST['status_2_text'], "status_3_text" => $_POST['status_3_text'], "status_4_text" => $_POST['status_4_text'], "status_5_text" => $_POST['status_5_text'], "status_6_text" => $_POST['status_6_text'], "status_7_text" => $_POST['status_7_text'], "use_getskype" => $_POST['use_getskype'], "getskype_newline" => $_POST['getskype_newline'], "getskype_text" => $_POST['getskype_text'], "getskype_link" => $_POST['getskype_link'], "getskype_custom_link" => $_POST['getskype_custom_link'], ); $option = array_merge ($skype_status_config, $option); update_option("skype_status",$option); echo "

".__('Options updated!', 'skype-online-status')."

"; //} } else if (!empty($_POST['skype_status_reset'])) { // pressed reset button $option = skype_default_values(); update_option("skype_status",$option); echo "

".__('Options reset!', 'skype-online-status')."

"; } // get all the selected options (except test call id) and their previews into an array $preview_options =array("skype_id" => "echo123","user_name" => __('Skype Test Call', 'skype-online-status')); $preview_options = wp_parse_args( $preview_options, $option ); $walk = skype_walk_templates("", $preview_options, "", "", FALSE); // build output $previews = ""; foreach ($walk['previews'] as $key => $value) { $previews .= "
$key
$value[1]
"; } unset($value); ?>



" . __('Skype button disabled:', 'skype-online-status') . " " . __('Missing Skype ID.', 'skype-online-status') . ""; else echo skype_status($option); ?>
\r\n \r\n \r\n \r\n");' name="skype_status_reset" value=" »" />
\r\n \r\n \r\n \r\n");' name="skype_status_remove" value=" »" />


- .

feature requests or general help with WordPress or hosting, please contact RavanH via e-mail ravanhagen@gmail.com or Skype chat:','skype-online-status') ?>



translation instructions included with this plugin to get started.','skype-online-status') ?>

rate this plugin at WordPress','skype-online-status') ?>



<?php _e('Donate with PayPal - it\'s fast, free and secure!','skype-online-status') ?>


RavanH


1, 'items' => 5) ); echo "

".__("More...")."

"; } else { echo "

http://wordpress.org/support/rss/tags/skype-online-status/

"; } ?>



default Skype Status settings here.', 'skype-online-status') ?> ".__('Skype ID', 'skype-online-status')."","".__('Full Name', 'skype-online-status')."","".__('Theme', 'skype-online-status')."") ?> Widgets page or use the Skype Status quicktag button %s in the WYSIWYG editor (TinyMCE) to place the Skype Online Status button in any post or page.', 'skype-online-status'),''.__('Skype Online Status', 'skype-online-status').'') ?>

".__('Quick Guide', 'skype-online-status')."","".__('Notes & Live Support', 'skype-online-status')."") ?>


?

?


selecting one of the predefined theme templates to load into the database. Hover over the options to see a preview. You might later select %1$s to edit the template in the text field under %2$s.', 'skype-online-status'),"".__('Custom...', 'skype-online-status')."","".__('Advanced Options', 'skype-online-status')." / ".__('Custom Template', 'skype-online-status')."") ?>

?

http://www.skype.com/share/buttons/wizard.html. Select your options there and copy/paste the output into the textarea under %s.', 'skype-online-status'),"".__('Advanced Options', 'skype-online-status')." / ".__('Display', 'skype-online-status')."") ?>


?

".__('Quick Guide', 'skype-online-status')."") ?>


[skype-status]","<!--skype status-->","\"".__('Skype") ?>

/>


/>
/>
?

" . __('Note:', 'skype-online-status') . " " . __('The security settings on your server are too tight for the online status to be read from the Skype server.', 'skype-online-status') . " " . sprintf(__('It is advised to set %1$s to %2$s here untill this is fixed.', 'skype-online-status'),"".__('Status texts', 'skype-online-status')."","".__('Disabled', 'skype-online-status')."") . sprintf(__('You can also select %1$s but only the %2$s status text will be available.', 'skype-online-status'),"".__('Custom...', 'skype-online-status')."","".__('Error', 'skype-online-status')."") . ""; } ?>


/>
/>

?


".__('Status texts', 'skype-online-status')."","".__('Custom...', 'skype-online-status')."","".__('Advanced Options', 'skype-online-status')." / ".__('Display', 'skype-online-status').""); $status_readonly = " readonly=\"readonly\""; $status_style = "color:grey;"; } ?>

$value) { echo ' '; } unset($value) ?>
('.$key.')

$value) { echo ' '; } unset($value) ?>
{'.$key.'}
" . sprintf(__('Please, change %1$s under %3$s (above) to any value other than %2$s for the following options to become available first.', 'skype-online-status'),"".__('Status texts', 'skype-online-status')."","".__('Disabled', 'skype-online-status')."","".__('Advanced Options', 'skype-online-status')." / ".__('Display', 'skype-online-status')."") . "

"; $other_readonly = " readonly=\"readonly\""; $other_style = "color:grey;"; } else { echo "
"; } ?>
{sep1} style="" />
{statustxt} style="" />
{sep2} style="" />

".__('Custom...', 'skype-online-status')."","".__('Basic Options', 'skype-online-status')." / ".__('Theme', 'skype-online-status')."") ?>

?


Skype Affiliate select %1$s under %2$s (above) and paste your link/banner code (HTML/Javascript) here.', 'skype-online-status'),"".__('Custom...', 'skype-online-status')."","".__('Advanced Options', 'skype-online-status')." / ".__('Display & Function', 'skype-online-status')."") ?>