| 12345678910111213141516171819202122232425262728293031323334 |
- <?php
- /**
- * Context English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['context'] = 'Context';
- $_lang['context_add'] = 'Add Context';
- $_lang['context_create'] = 'Creare context';
- $_lang['context_data'] = 'Context Data';
- $_lang['context_duplicate'] = 'Duplică contextul';
- $_lang['context_err_ae'] = 'A Context with that name already exists.';
- $_lang['context_err_create'] = 'S-a produs o eroare în timpul creării contextului.';
- $_lang['context_err_duplicate'] = 'S-a produs o eroare în timpul duplicării contextului.';
- $_lang['context_err_load_data'] = 'S-a produs o eroare în timpul încărcării datelor contextului.';
- $_lang['context_err_nf'] = 'Contextul nu a fost găsit!';
- $_lang['context_err_nfs'] = 'Contextul cu identificatorul: [[+key]] nu a fost găsit';
- $_lang['context_err_ns'] = 'Context not specified.';
- $_lang['context_err_ns_key'] = 'Please specify a valid key for the Context.';
- $_lang['context_err_remove'] = 'S-a produs o eroare în timpul ștergerii contextului.';
- $_lang['context_err_save'] = 'S-a produs o eroare în timpul salvării contextului.';
- $_lang['context_id'] = 'Ctx ID';
- $_lang['context_key'] = 'Identificator context';
- $_lang['context_management_message'] = 'Gestionează contextele acestui sit.';
- $_lang['context_refresh'] = 'Refresh Context';
- $_lang['context_remove'] = 'Șterge context';
- $_lang['context_remove_confirm'] = 'Sigur doriți să ștergeți acest context? Acestă operație - este ireversibilă și permanentă.';
- $_lang['context_settings'] = 'Context Settings';
- $_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'] = 'Modifică context';
- $_lang['context_with_key_not_found'] = 'Contextul cu identificatorul %s nu a fost găsit!';
- $_lang['contexts'] = 'Contexts';
|