From be71d4027fc1e689044f78aec50734b480930105 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 27 Apr 2008 11:18:13 -0400
Subject: [PATCH] - updated japanese and norwegian translations

---
 program/localization/ja/labels.inc |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/program/localization/ja/labels.inc b/program/localization/ja/labels.inc
index d7d285f..be570ad 100644
--- a/program/localization/ja/labels.inc
+++ b/program/localization/ja/labels.inc
@@ -69,6 +69,30 @@
 $labels['thursday'] = '木曜日';
 $labels['friday'] = '金曜日';
 $labels['saturday'] = '土曜日';
+$labels['jan'] = '1月';
+$labels['feb'] = '2月';
+$labels['mar'] = '3月';
+$labels['apr'] = '4月';
+$labels['may'] = '5月';
+$labels['jun'] = '6月';
+$labels['jul'] = '7月';
+$labels['aug'] = '8月';
+$labels['sep'] = '9月';
+$labels['oct'] = '10月';
+$labels['nov'] = '11月';
+$labels['dec'] = '12月';
+$labels['longjan'] = '1月';
+$labels['longfeb'] = '2月';
+$labels['longmar'] = '3月';
+$labels['longapr'] = '4月';
+$labels['longmay'] = '5月';
+$labels['longjun'] = '6月';
+$labels['longjul'] = '7月';
+$labels['longaug'] = '8月';
+$labels['longsep'] = '9月';
+$labels['longoct'] = '10月';
+$labels['longnov'] = '11月';
+$labels['longdec'] = '12月';
 $labels['today'] = '今日';
 $labels['checkmail'] = '新着の確認';
 $labels['writenewmessage'] = '新規メールの作成';
@@ -172,6 +196,10 @@
 $labels['htmleditor'] = 'メッセージ作成はHTMLが標準';
 $labels['htmlsignature'] = 'HTML の署名';
 $labels['previewpane'] = 'プレビューペインの表示';
+$labels['logoutclear'] = 'ログアウト時にごみ箱を空にする';
+$labels['logoutcompact'] = 'ログアウト時にフォルダのコンパクト化を実行';
+$labels['uisettings'] = 'ユーザーインターフェース';
+$labels['serversettings'] = 'サーバの設定';
 $labels['autosavedraft'] = '自動的に草稿を保存';
 $labels['everynminutes'] = ' $n 分毎';
 $labels['never'] = 'しない';

--
Gitblit v1.9.1