ComunicWeb/assets/js/langs/en.inc.js

11 lines
200 B
JavaScript
Raw Normal View History

/**
* English language
*
* @author Pierre HUBERT
*/
ComunicWeb.common.langs.en = {
//Basic messages
"hello": "hello",
"__number_received_messages": "You have received %p messages",
}