Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-pl.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-pl.js
// Module:    /templates/backup/restore-pl
// Locale:    pl
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
    // The raw lexicon.
    var newLex = {"Adding “[_1]” to the restoration queue …":"Dodawanie „[_1]” do kolejki przywracania…","Completed":"Ukończono","Completed with warnings":"Zakończono z ostrzeżeniami","Could not add “[_1]” to the restoration queue ([_2]).":"Nie można dodać obiektu „[_1]” do kolejki przywracania ([_2]).","Could not clear completed restorations.":"Nie można wyczyścić ukończonych przywróceń.","Could not clear failed restorations.":"Nie można wyczyścić operacji przywracania zakończonych niepowodzeniem.","Could not clear pending restorations.":"Nie można wyczyścić oczekujących przywróceń.","Could not clear the restoration queue.":"Nie można wyczyścić kolejki przywracania.","Could not remove “[_1]” from the finished list ([_2]).":"Nie można usunąć obiektu „[_1]” z listy ukończonych ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Nie można usunąć obiektu „[_1]” z kolejki przywracania ([_2]).","Could not restore account “[_1]”: [_2]":"Nie można przywrócić konta „[_1]”: [_2]","Could not start the restoration queue.":"Nie można uruchomić kolejki przywracania.","Failed":"Niepowodzenie","Failed to retrieve the restore queue state.":"Nie można pobrać stanu kolejki przywracania.","No log is available because the restore failed.":"Brak dzienników z powodu nieudanego przywracania.","Pending":"Oczekujące","Restoring Account":"Przywracanie konta","The log file for the restore of user “[_1]” is empty.":"Plik dziennika dotyczący przywrócenia użytkownika „[_1]” jest pusty.","Unknown Error":"Nieznany błąd","Your browser may have blocked the request, or your connection may be unstable":"Your browser may have blocked the request, or your connection may be unstable"};

    if (!this.LEXICON) {
        this.LEXICON = {};
    }

    for(var item in newLex) {
        if(newLex.hasOwnProperty(item)) {
            var value = newLex[item];
            if (typeof(value) === "string" && value !== "") {
                // Only add it if there is a value.
                this.LEXICON[item] = value;
            }
        }
    }
})();
//~~END-GENERATED~~
Back to Directory File Manager