modxcms/revolution

View on GitHub
core/lexicon/pl/context.inc.php

Summary

Maintainability
C
1 day
Test Coverage
<?php
/**
 * Context English lexicon topic
 *
 * @language en
 * @package modx
 * @subpackage lexicon
 */
$_lang['context'] = 'Kontekst';
$_lang['context_add'] = 'Dodaj kontekst';
$_lang['context_create'] = 'Utwórz kontekst';
$_lang['context_data'] = 'Kontekst danych';
$_lang['context_duplicate'] = 'Powiel Kontekst';
$_lang['context_err_ae'] = 'A Context with that name already exists.';
$_lang['context_err_create'] = 'An error occurred while creating the Context.';
$_lang['context_err_duplicate'] = 'An error occurred while trying to duplicate the Context.';
$_lang['context_err_load_data'] = 'Error loading context data.';
$_lang['context_err_nf'] = 'Nie znaleziono kontekstu!';
$_lang['context_err_nfs'] = 'Context not found with key: [[+key]]';
$_lang['context_err_ns'] = 'Context not specified.';
$_lang['context_err_ns_key'] = 'Please specify a valid key for the Context.';
$_lang['context_err_remove'] = 'An error occurred while removing the Context.';
$_lang['context_err_save'] = 'An error occurred while saving the Context.';
$_lang['context_id'] = 'Cth ID';
$_lang['context_key'] = 'Klucz kontekstu';
$_lang['context_management_message'] = 'Zarządzaj kontekstami.';
$_lang['context_refresh'] = 'Odśwież Kontekst';
$_lang['context_remove'] = 'Usuń kontekst';
$_lang['context_remove_confirm'] = 'Czy na pewno chcesz usunąć ten kontekst? Jest to trwałe i nieodwracalne.';
$_lang['context_settings'] = 'Ustawienia kontekstu';
$_lang['context_settings_desc'] = 'Here you can set settings specific to this Context. Context settings will override any System Settings with the same key. <b>Each setting will be available via the [[++key]] placeholder.</b>';
$_lang['context_update'] = 'Aktualizuj kontekst';
$_lang['context_with_key_not_found'] = 'Nie znaleziono kontekstu %s!';
$_lang['contexts'] = 'Konteksty';