Viewing File: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController-pl.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController-pl.js
// Module:    /jupiter/user_manager/views/listController-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 = {"Do you wish to remove the “[_1]” user from your system?":"Czy chcesz usunąć z systemu użytkownika „[_1]”?","The service account is invalid.":"Konto usługi jest nieprawidłowe.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change.":"System pomyślnie połączył z [asis,subaccount] wszystkie konta usługi użytkownika „[_1]”. Hasła do kont usługi nie zmieniły się.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"System pomyślnie połączył z [asis,subaccount] wszystkie konta usługi użytkownika „[_1]”. Hasła do kont usługi nie zmieniły się. Jeśli chcesz włączyć dodatkowe usługi [asis,subaccount], musisz podać nowe hasło.","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"System pomyślnie połączył konto usługi z [asis,subaccount] użytkownika „[_1]”. Hasła do kont usługi nie zmieniły się. Jeśli chcesz włączyć dodatkowe usługi [asis,subaccount], musisz podać nowe hasło.","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords have not changed.":"System pomyślnie połączył konto usługi z [asis,subaccount] użytkownika „[_1]”. Hasła do kont usługi nie uległy zmianie.","You cannot edit the account.":"Nie możesz edytować konta.","Your [asis,cPanel] account exceeds its disk quota. You cannot add or edit users.":"Twoje konto [asis,cPanel] przekroczyło swój limit miejsca na dysku. Nie możesz dodawać ani edytować użytkowników."};

    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