From fbf77b4493f1b77c99751d8a86365c712ae3fb1b Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 18 Nov 2005 10:35:15 -0500 Subject: [PATCH] Added Japanese localization --- program/localization/en/labels.inc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index 35b0e3f..35813cd 100644 --- a/program/localization/en/labels.inc +++ b/program/localization/en/labels.inc @@ -91,6 +91,7 @@ // toolbar buttons $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; +$labels['replytoallmessage'] = 'Reply to sender an all recipients'; $labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; @@ -118,6 +119,8 @@ $labels['normal'] = 'Normal'; $labels['high'] = 'High'; $labels['highest'] = 'Highest'; + +$labels['nosubject'] = '(no subject)'; $labels['showimages'] = 'Display images'; @@ -172,5 +175,8 @@ $labels['deletefolder'] = 'Delete folder'; $labels['managefolders'] = 'Manage folders'; +$labels['sortby'] = 'Sort by'; +$labels['sortasc'] = 'Sort ascending'; +$labels['sortdesc'] = 'Sort descending'; ?> \ No newline at end of file -- Gitblit v1.9.1