Jump to content

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

ܡܢ ܘܝܩܝܦܕܝܐ، ܐܝܢܣܩܠܘܦܕܝܐ ܚܐܪܬܐ
ܬܢܝܬܐ ܒܣܝܩܘܡ 14:57, 1 ܒܬܫܪܝܢ ܐܚܪܝ 2010 ܒܝܕ Michaelovic (ܡܡܠܠܐ | ܫܘܬܦܘ̈ܬܐ)
(ܦܘܪܫܐ) → ܬܢܝܬܐ ܕܩܕܡ | ܬܢܝܬܐ ܗܫܝܬܐ (ܦܘܪܫܐ) | ܬܢܝܬܐ ܕܒܬܪ ← (ܦܘܪܫܐ)

//

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

if (typeof (HotCat) != 'undefined') {
    // HotCat is loaded.
    
    // Vertalingen van interface.
    HotCat.messages.cat_removed         = '[[:ܣܕܪܐ:$1]] ܫܦ';
    HotCat.messages.template_removed    = '{{[[:ܣܕܪܐ:$1]]}} ܫܦ';
    HotCat.messages.cat_added           = '[[:ܣܕܪܐ:$1]] ܐܣܦ';
    HotCat.messages.cat_keychange       = 'Sortering van [[:ܣܕܪܐ:$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_regexp              = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Ii][Ee]';
    HotCat.category_canonical           = 'ܣܕܪܐ';
    HotCat.categories                   = 'ܣܕܪ̈ܐ';
    HotCat.disambig_category            = 'Wikipedia:ܨܘܝܒܐ';
    HotCat.redir_category               = null;
    HotCat.uncat_regexp                 = /\{\{\s*[Nn]ocat[^}]*\}\}\n/gm;
    HotCat.template_regexp              = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Ss][Jj][Aa][Bb][Ll][Oo]{2}[Nn]';
    
    // 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       = 'ܣܕܪ̈ܐ ܥܠܝ̈ܐ';
    
    
    // Hulpvariabelen voor data.
    var fullMonthNames = new Array ('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
    var currentYear = new Date().getFullYear();
    var previousYear = currentYear - 1;
    
    // Voeg {{Nocat}} toe.
    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;
    }   
}
//