mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 22:09:21 +00:00
10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
|
/**
|
||
|
* French language
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
ComunicWeb.common.langs.fr = {
|
||
|
//Basic messages
|
||
|
"hello": "bonjour",
|
||
|
"__number_received_messages": "Vous avez reçu %p messages",
|
||
|
}
|