context.inc.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Context English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['context'] = 'Context';
  10. $_lang['context_add'] = 'Add Context';
  11. $_lang['context_create'] = 'Creare context';
  12. $_lang['context_data'] = 'Context Data';
  13. $_lang['context_duplicate'] = 'Duplică contextul';
  14. $_lang['context_err_ae'] = 'A Context with that name already exists.';
  15. $_lang['context_err_create'] = 'S-a produs o eroare în timpul creării contextului.';
  16. $_lang['context_err_duplicate'] = 'S-a produs o eroare în timpul duplicării contextului.';
  17. $_lang['context_err_load_data'] = 'S-a produs o eroare în timpul încărcării datelor contextului.';
  18. $_lang['context_err_nf'] = 'Contextul nu a fost găsit!';
  19. $_lang['context_err_nfs'] = 'Contextul cu identificatorul: [[+key]] nu a fost găsit';
  20. $_lang['context_err_ns'] = 'Context not specified.';
  21. $_lang['context_err_ns_key'] = 'Please specify a valid key for the Context.';
  22. $_lang['context_err_remove'] = 'S-a produs o eroare în timpul ștergerii contextului.';
  23. $_lang['context_err_save'] = 'S-a produs o eroare în timpul salvării contextului.';
  24. $_lang['context_id'] = 'Ctx ID';
  25. $_lang['context_key'] = 'Identificator context';
  26. $_lang['context_management_message'] = 'Gestionează contextele acestui sit.';
  27. $_lang['context_refresh'] = 'Refresh Context';
  28. $_lang['context_remove'] = 'Șterge context';
  29. $_lang['context_remove_confirm'] = 'Sigur doriți să ștergeți acest context? Acestă operație - este ireversibilă și permanentă.';
  30. $_lang['context_settings'] = 'Context Settings';
  31. $_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>';
  32. $_lang['context_update'] = 'Modifică context';
  33. $_lang['context_with_key_not_found'] = 'Contextul cu identificatorul %s nu a fost găsit!';
  34. $_lang['contexts'] = 'Contexts';