| Revision 493ed9f,
534 bytes
checked in by Aurélien Bompard <aurelien@…>, 2 years ago
(diff) |
|
Update language copyrights
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * English language file |
|---|
| 4 | * |
|---|
| 5 | * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) |
|---|
| 6 | * @author Aurelien Bompard <aurelien@bompard.org> |
|---|
| 7 | */ |
|---|
| 8 | |
|---|
| 9 | // settings must be present and set appropriately for the language |
|---|
| 10 | $lang['encoding'] = 'utf-8'; |
|---|
| 11 | $lang['direction'] = 'ltr'; |
|---|
| 12 | |
|---|
| 13 | // export button |
|---|
| 14 | $lang['view'] = 'Export page to Open Document format'; |
|---|
| 15 | |
|---|
| 16 | // template not found in the directory |
|---|
| 17 | $lang['tpl_not_found'] = 'WARNING : the ODT template "%s" was not found in the templates directory "%s". Using the default template.'; |
|---|
| 18 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.