Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/eshop.codeskitter.site/assets/admin/js/locales/
Upload File :
Current File : /home/users/unlimited/www/eshop.codeskitter.site/assets/admin/js/locales/ro.js

/*!
 * Star Rating Romanian Translations
 *
 * This file must be loaded after 'star-rating.js'. Patterns in braces '{}', or
 * any HTML markup tags in the messages must not be converted or translated.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 *
 * @see http://github.com/kartik-v/bootstrap-star-rating
 * @author Kartik Visweswaran <kartikv2@gmail.com>
 */
(function ($) {
    "use strict";
    $.fn.ratingLocales['ro'] = {
        defaultCaption: '{rating} stele',
        starCaptions: {
            0.5: 'Jumatate de stea',
            1: 'O Stea',
            1.5: 'O stea si jumatate',
            2: 'Doua stele',
            2.5: 'Doua stele si jumatate',
            3: 'Trei stele',
            3.5: 'Trei stele si jumatate',
            4: 'Patru stele',
            4.5: 'Patru stele si jumatate',
            5: 'Cinci stele'
        },
        clearButtonTitle: 'Sterge',
        clearCaption: 'Fara vot'
    };
})(window.jQuery);