spmenu-wiki/locales/en.php
2023-02-01 20:03:56 +00:00

33 lines
947 B
PHP
Executable file

<?php if (!defined('W2APP')){ die('No direct access.'); }
/**
* Locale set
*
* Do not change variable name $w2_word_set.
* Rewrite values in your locale and rename this file to locale code.
* Set "LOCALE" to your locale in config.php.
*/
$w2_word_set = array(
// Buttons / Labels
'Home' => 'Home',
'New' => 'New',
'Edit' => 'Edit',
'Upload' => 'Upload',
'All' => 'All',
'Recent' => 'Recent',
'Exit' => 'Exit',
'Search' => 'Search',
'Save' => 'Save',
'Cancel' => 'Cancel',
'Saved' => 'Saved',
'Log In' => 'Log In',
'Title' => 'Title',
// Messages
'Upload error' => 'Upload error',
'Upload error: invalid file type' => 'Upload error: invalid file type',
'Image uploading has been disabled on this installation.' => 'Image uploading has been disabled on this installation.',
// Override TITLE_DATE and TITLE_DATE_NO_TIME if set.
'date_format' => 'Y-m-d H:i:s',
'date_format_no_time' => 'Y-m-d',
);