speedwm-wiki/locales/ja.php
2023-02-01 20:03:56 +00:00

33 lines
1.1 KiB
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' => 'ホーム',
'New' => '新規',
'Edit' => '編集',
'Upload' => 'アップロード',
'All' => '全て',
'Recent' => '最近',
'Exit' => 'ログアウト',
'Search' => '検索',
'Save' => '保存',
'Cancel' => 'キャンセル',
'Saved' => '保存しました',
'Log In' => 'ログイン',
'Title' => 'ページタイトル',
// Messages
'Upload error' => 'アップロードエラー',
'Upload error: invalid file type' => 'アップロードエラー:不正なファイル形式です',
'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',
);