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 |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc
index 4b42413..35813cd 100644
--- a/program/localization/en/labels.inc
+++ b/program/localization/en/labels.inc
@@ -6,7 +6,7 @@
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
  | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
- | All rights reserved.                                                  |
+ | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
@@ -64,6 +64,7 @@
 
 $labels['preferhtml'] = 'Prefer HTML';
 $labels['htmlmessage'] = 'HTML Message';
+$labels['prettydate'] = 'Pretty dates';
 
 $labels['addtoaddressbook'] = 'Add to address book';
 
@@ -90,12 +91,14 @@
 // 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';
 $labels['previousmessages'] = 'Show previous set of messages';
 $labels['nextmessages']     = 'Show next set of messages';
 $labels['backtolist']       = 'Back to message list';
+$labels['viewsource']       = 'Show source';
 
 $labels['select'] = 'Select';
 $labels['all'] = 'All';
@@ -116,6 +119,8 @@
 $labels['normal']  = 'Normal';
 $labels['high']    = 'High';
 $labels['highest'] = 'Highest';
+
+$labels['nosubject']  = '(no subject)';
 
 $labels['showimages'] = 'Display images';
 
@@ -138,6 +143,8 @@
 $labels['deletecontact']  = 'Delete selected contacts';
 $labels['composeto']      = 'Compose mail to';
 $labels['contactsfromto'] = 'Contacts $from to $to of $count';
+$labels['print']          = 'Print';
+$labels['export']         = 'Export';
 
 
 // settings
@@ -168,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