mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 22:09:21 +00:00
11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
|
/**
|
||
|
* English language
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
ComunicWeb.common.langs.en = {
|
||
|
//Basic messages
|
||
|
"hello": "hello",
|
||
|
|
||
|
"__number_received_messages": "You have received %p messages",
|
||
|
}
|