<?php
$spr_locale_language="English";
// Vote counts
$spr_localization['vote_counter_singular']="vote";
$spr_localization['vote_counter_plural']="votes";
// In Ukrainian and Russian, there are few special cases where singular/plural forms are used. If your language doesn't have these special cases, just fill them with usual singular/plural forms. If there are other specials cases in your language, please let me know. **Do not delete them**
$spr_localization['vote_counter_special_case1']="votes"; //This applies to numbers ending with 2,3 or 4 but not 12,13,14. Examples: 22, 153, 1004.
$spr_localization['vote_counter_special_case2']="votes"; //This applies to numbers ending with 1 but not 11. Examples: 51, 121, 1001.

//Widgets
$spr_localization['widgets_top_rated_admin_title']="Top Rated Content";
$spr_localization['widgets_top_rated_description']="This widget lists your top rated content";
$spr_localization['widgets_top_rated_no_results']="There were no results fitting your criteria.";
$spr_localization['widgets_top_rated_settings_title']="Title";
$spr_localization['widgets_top_rated_settings_what_to_include']="What to include";
$spr_localization['widgets_top_rated_settings_list_style']="List style";
$spr_localization['widgets_top_rated_settings_list_style_none']="None";
$spr_localization['widgets_top_rated_settings_list_style_circle']="Circle";
$spr_localization['widgets_top_rated_settings_list_style_disc']="Disc";
$spr_localization['widgets_top_rated_settings_list_style_square']="Square";
$spr_localization['widgets_top_rated_settings_list_style_decimal']="Decimal";
$spr_localization['widgets_top_rated_settings_list_style_decimal_leading_zero']="Decimal with leading zero";
$spr_localization['widgets_top_rated_settings_list_style_lower_alpha']="Lower letters";
$spr_localization['widgets_top_rated_settings_list_style_upper_alpha']="Upper letters";
$spr_localization['widgets_top_rated_settings_list_style_lower_roman']="Lower Roman";
$spr_localization['widgets_top_rated_settings_list_style_upper_roman']="Upper Roman";
$spr_localization['widgets_top_rated_settings_items_count']="Count of items";
$spr_localization['widgets_statistics_metabox_title']="Rating statistics";
$spr_localization['widgets_statistics_metabox_stats_by_rating']="Statistics by rating";
$spr_localization['widgets_statistics_metabox_no_votes']="There are no votes for this entry yet";
$spr_localization['widgets_disable_rating']="Disable rating for this entry";

// Settings page
$spr_localization['settings_header']="Adjust settings of the Simple Rating";
$spr_localization['settings_option_show_rating']="Show rating";
$spr_localization['settings_option_show_rating_tip']="Unless you check this box, rating won't show up.";
$spr_localization['settings_option_allow_guest_votes']="Allow guests to vote";
$spr_localization['settings_option_allow_guest_votes_tip']="If you check this box, guests will be allowed to vote. Guest votes will be tracked by IP instead of UserID";
$spr_localization['settings_option_insertion_method']="Insertion method";
$spr_localization['settings_option_insertion_method_automatic']="Automatic";
$spr_localization['settings_option_insertion_method_manual']="Manual";
$spr_localization['settings_option_insertion_method_tip']="Automatic method is recommended if you don't want to touch theme files. It will use filter to insert rating before or after content. If you want to insert rating into a specific part of your template, set method to Manual and insert &#60;?php if(function_exists('spr_show_rating')){echo spr_show_rating();}?&#62; where you need it.";
$spr_localization['settings_option_shape']="Shape";
$spr_localization['settings_option_shape_stars']="Stars";
$spr_localization['settings_option_shape_circles']="Circles";
$spr_localization['settings_option_shape_hearts']="Hearts";
$spr_localization['settings_option_shape_bar']="Bar";
$spr_localization['settings_option_color']="Color";
$spr_localization['settings_option_color_yellow']="Yellow";
$spr_localization['settings_option_color_purple']="Purple";
$spr_localization['settings_option_color_green']="Green";
$spr_localization['settings_option_color_blue']="Blue";
$spr_localization['settings_option_color_red']="Red";
$spr_localization['settings_option_alignment']="Alignment";
$spr_localization['settings_option_alignment_center']="Center";
$spr_localization['settings_option_alignment_right']="Right";
$spr_localization['settings_option_alignment_left']="Left";
$spr_localization['settings_option_show_vote_count']="Show vote count";
$spr_localization['settings_option_vote_count_color']="Vote count color";
$spr_localization['settings_option_vote_count_style']="Vote count style";
$spr_localization['settings_option_vote_count_style_bold']="Bold";
$spr_localization['settings_option_vote_count_style_italic']="Italic";
$spr_localization['settings_option_scale']="Scale";
$spr_localization['settings_option_scale_tip']="Scale of rating. Allowed values: 3-10.";
$spr_localization['settings_option_where_to_add']="Where to add rating";
$spr_localization['settings_option_position']="Position";
$spr_localization['settings_option_position_before']="Before content";
$spr_localization['settings_option_position_after']="After content";
$spr_localization['settings_option_show_in_loops']="Show in loops";
$spr_localization['settings_option_show_in_loops_tip']="Check this box if you want to show rating in the loops. Category page for example. Note: voting is allowed only from a single page.";
$spr_localization['settings_option_show_in_loops_hompage']="Show in loop on home page";
$spr_localization['settings_option_show_in_loops_hompage_tip']="If your homepage uses loop and you want to show rating there, check this box.";
$spr_localization['settings_option_aggregated']="Use aggregated rating";
$spr_localization['settings_option_aggregated_tip']="If you check this box, rating will be shown in search engines' snippets. See Screenshot 4 for example. Note: this plugin can't control rating style in snippets.";
$spr_localization['settings_option_statistics_metabox']="Show statistics metabox";
$spr_localization['settings_option_statistic_metabox_tip']="If you check this box, you will see metabox with rating statistics when editing posts/pages/custom post type entries.";
$spr_localization['settings_save_button']="Save settings";
$spr_localization['settings_widgets_live_preview_title']="Live preview";
$spr_localization['settings_widgets_donate_title']="Donate";
$spr_localization['settings_widgets_donate_button']="Donate via Skrill";
$spr_localization['settings_widgets_reset_votes_title']="Reset votes";
$spr_localization['settings_widgets_reset_votes_confirmation']="Do you really want to reset votes?";
$spr_localization['settings_widgets_reset_votes_description']="You can reset votes by pressing button below.";
$spr_localization['settings_widgets_reset_votes_button']="Reset votes";
$spr_localization['settings_widgets_feedback_title']="Feedback";
$spr_localization['settings_widgets_feedback_description']="Found a bug? Or maybe have a feature request? Head over to <a href=\"http://wordpress.org/support/plugin/simple-rating\">support forum</a> and let me know!";
$spr_localization['settings_settings_saved']="Settings were updated successfully.";
$spr_localization['settings_option_locale']="Locale";

//Errors
$spr_localization['errors_invalid_post_id']="Invalid Post ID was supplied";