add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
/**
* English language file
*/
$lang['note_picker'] = 'Notes';
$lang['tb_note'] = 'Note';
$lang['tb_tip'] = 'Tip';
$lang['tb_important'] = 'Important';
$lang['tb_warning'] = 'Warning';

View File

@@ -0,0 +1,11 @@
<?php
/**
* French language file
*/
$lang['note_picker'] = 'Note';
$lang['tb_note'] = 'Note';
$lang['tb_tip'] = 'Conseil';
$lang['tb_important'] = 'Important';
$lang['tb_warning'] = 'Alerte';

View File

@@ -0,0 +1,11 @@
<?php
/**
* Russian language file
*/
$lang['note_picker'] = 'Заметки';
$lang['tb_note'] = 'Заметка';
$lang['tb_tip'] = 'Совет';
$lang['tb_important'] = 'Важно';
$lang['tb_warning'] = 'Внимание';