lexicon.inc.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Lexicon English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['duplicate'] = 'डुप्लिकेट';
  10. $_lang['entry'] = 'Entry';
  11. $_lang['entry_create'] = 'Create Entry';
  12. $_lang['entry_err_ae'] = 'Entry पहले से मौजूद है!';
  13. $_lang['entry_err_nf'] = 'Entry नहीं मिली।';
  14. $_lang['entry_err_ns'] = 'Entry निर्दिष्ट नहीं।';
  15. $_lang['entry_err_save'] = 'Lexicon Entry सहेजने का प्रयास करते समय एक त्रुटि उत्पन्न हुई।';
  16. $_lang['entry_revert'] = 'Lexicon Entry पर वापिस';
  17. $_lang['language'] = 'भाषा';
  18. $_lang['languages'] = 'Languages';
  19. $_lang['last_modified'] = 'पर अंतिम बार संशोधित';
  20. $_lang['lexicon'] = 'Lexicon';
  21. $_lang['lexicon_export'] = 'Export Topic';
  22. $_lang['lexicon_export_desc'] = 'यहाँ आप एक फ़ाइल में निर्यात करने के लिए एक Lexicon topic चयन कर सकते हैं।';
  23. $_lang['lexicon_topics'] = 'Lexicon Topics';
  24. $_lang['lexicon_topics_desc'] = 'यहाँ आप अपने Lexicon Topic प्रबंधित कर सकते हैं।';
  25. $_lang['lexicon_import'] = 'आयात Topic';
  26. $_lang['lexicon_import_desc'] = 'आप किसी नाम स्थान के लिए एक निर्दिष्ट Lexicon topic में लोड करने के लिए एक फ़ाइल आयात कर सकते हैं। आपकी फ़ाइल एक $_lang associative array, core/lexicon फ़ाइलें करने के लिए इसी तरह की वापस चाहिए। यदि Topic Name स्थान में पहले से ही मौजूद है, इसे अधिलेखित हो जाएगा।';
  27. $_lang['lexicon_import_err_ns'] = 'Lexicon topic फ़ाइल निर्दिष्ट नहीं है।';
  28. $_lang['lexicon_import_err_upload'] = 'नई Lexicon topic फ़ाइल अपलोड करने का प्रयास करते समय एक त्रुटि उत्पन्न हुई। Tmp directory में अपलोड, और है कि आप अपलोड करने की कोशिश कर रहे हैं फ़ाइल एक मान्य फ़ाइल को मान्य करने के लिए कोशिश कर रहा में अपने वेब सर्वर अनुमतियों की जाँच करें।';
  29. $_lang['lexicon_management'] = 'Lexicon Management';
  30. $_lang['lexicon_management_desc'] = 'Here you can override any Lexicon Entries across Namespaces and their respective Topics. Just double-click on any Entry\'s value to override it. To add new Lexicon Entries or Topics, just create their Topic files in their Namespace\'s respective directory.<br /><b>Each Entry will be available via the [[%name]] placeholder.</b>';
  31. $_lang['lexicon_rlfb_msg'] = 'सफलतापूर्वक पुनर्जीवित [[+num]] स्ट्रिंग्स।';
  32. $_lang['reload_from_base'] = 'सभी Core Entries पर वापिस';
  33. $_lang['reload_success'] = 'स्ट्रिंग्स सफलतापूर्वक रीलोडेड [[+total]]।';
  34. $_lang['search_by_key'] = 'Key के आधार पर खोजें:';
  35. $_lang['topic'] = 'Topic';