mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-03-20 10:04:28 +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",
|
|
} |