ܡܝܕܝܐܘܝܩܝ:Gadget-HotCat.js/local defaults

ܡܢ ܘܝܩܝܦܕܝܐ، ܐܝܢܣܩܠܘܦܕܝܐ ܚܐܪܬܐ

//

/**
 * Localisation from [[:Commons:Help:Gadget-HotCat]] for the Aramaic Wikipedia.
 */

if (typeof (HotCat) != 'undefined') {
    // HotCat is loaded.
    
    // Translations of the interface.
    HotCat.messages.cat_removed         = 'ܫܦ [[:ܣܕܪܐ:$1]]';
    HotCat.messages.template_removed    = 'ܫܦ {{[[:ܣܕܪܐ:$1]]}}';
    HotCat.messages.cat_added           = 'ܐܘܣܦ [[:ܣܕܪܐ:$1]]';
    HotCat.messages.cat_keychange       = 'ܚܕܝܘܬܐ ܕ[[:ܣܕܪܐ:$1]] ܫܚܠܦܬ ܠ ';
    HotCat.messages.cat_notFound        = 'ܣܕܪܐ $1 ܠܐ ܥܩܒ';
    HotCat.messages.cat_exists          = 'ܣܕܪܐ $1 ܗܫܐ ܐܝܬ; ܠܐ ܐܘܣܦ.';
    HotCat.messages.cat_resolved        = ' (ܨܘܝܒܐ ܠ [[:ܣܕܪܐ:$1]] ܬܪܨ)';
    HotCat.messages.uncat_removed       = '{{nocat}} ܫܦ';
    HotCat.messages.using               = ' ([[Wikipedia:HotCat|HotCat.js]])';
    HotCat.messages.multi_change        = '$1 ܣܕܪ̈ܐ';
    HotCat.messages.commit              = 'ܠܒܘܟ';
    HotCat.messages.ok                  = 'ܠܒܘܟ';
    HotCat.messages.cancel              = 'ܒܛܘܠ';
    HotCat.messages.multi_error         = 'ܦܘܕܐ';
 
    // Projectspecific  variables
    HotCat.category_canonical           = 'ܣܕܪܐ';
    HotCat.categories                   = 'ܣܕܪ̈ܐ';
    HotCat.disambig_category            = 'Wikipedia:ܨܘܝܒܐ';
    HotCat.redir_category               = null;
    HotCat.uncat_regexp                 = null;
    
    // Tooltips
    HotCat.tooltips.change              = 'Change';
    HotCat.tooltips.remove              = 'Remove';
    HotCat.tooltips.add                 = 'Add';
    HotCat.tooltips.restore             = 'Restore';
    HotCat.tooltips.undo                = 'Undo';
    HotCat.tooltips.down                = 'Show sub categories';
    HotCat.tooltips.up                  = 'Show super categories';
    HotCat.multi_tooltip                = 'Change multiple categories';
    
    // Searchengines
    HotCat.engine_names.searchindex     = 'ܡܚܘܝܢܐ ܕܒܨܝܐ';
    HotCat.engine_names.pagelist        = 'ܡܚܘܝܢܐ ܕܣܕܪ̈ܐ';
    HotCat.engine_names.combined        = 'ܒܨܝ ܥܡ ܐܚܕܕܐ';
    HotCat.engine_names.subcat          = 'ܣܕܪ̈ܐ ܬܚܬܝ̈ܐ';
    HotCat.engine_names.parentcat       = 'ܣܕܪ̈ܐ ܥܠܝ̈ܐ';
    
    
    // Help variables for data.
    var fullMonthNames = new Array ('ܟܢܘܢ ܐܚܪܝ', 'ܫܒܛ', 'ܐܕܪ', 'ܢܝܣܢ', 'ܐܝܪ', 'ܚܙܝܪܢ', 'ܬܡܘܙ', 'ܐܒ', 'ܐܝܠܘܠ', 'ܬܫܪܝܢ ܩܕܡ', 'ܬܫܪܝܢ ܐܚܪܝ', 'ܟܢܘܢ ܩܕܡ');
    var currentYear = new Date().getFullYear();
    var previousYear = currentYear - 1;
    
    // Add {{Nocat}} .
    var templateRegex = '[Nn]ocat';
    for (i = 0; i <= fullMonthNames.length; i++) {
        HotCat.template_categories['Wikipedia:Nog te categoriseren sinds ' + fullMonthNames[i] + ' ' + currentYear] = templateRegex;
        HotCat.template_categories['Wikipedia:Nog te categoriseren sinds ' + fullMonthNames[i] + ' ' + previousYear] = templateRegex;
    }   
}
//