From 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 13 Dec 2006 02:17:24 -0500
Subject: [PATCH] Changed 'junk' label in French localization

---
 program/localization/am/messages.inc |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/program/localization/am/messages.inc b/program/localization/am/messages.inc
index 0587bfb..9a6ec64 100755
--- a/program/localization/am/messages.inc
+++ b/program/localization/am/messages.inc
@@ -5,13 +5,13 @@
  | language/am/messages.inc                                              |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
- | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
+ | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
  | Author: Vahan Yerkanian <vahan@arminco.com>                           |
  +-----------------------------------------------------------------------+
- 
+
  $Id$
 
 */
@@ -32,13 +32,19 @@
 
 $messages['mailboxempty'] = 'Փոստարկղը դատարկ է';
 
-$messages['loading'] = 'Բեռնավորում...';
+$messages['loading'] = 'Բեռնավորում…';
 
-$messages['loadingdata'] = 'Տվյալների բեռնավորում...';
+$messages['loadingdata'] = 'Տվյալների բեռնավորում…';
 
-$messages['sendingmessage'] = 'Նամակի ուղարկում...';
+$messages['checkingmail'] = 'Նոր նամակների ստուգում…';
+
+$messages['sendingmessage'] = 'Նամակի ուղարկում…';
 
 $messages['messagesent'] = 'Նամակն ուղարկված է';
+
+$messages['savingmessage'] = 'Նամակի գրանցում…';
+
+$messages['messagesaved'] = 'Նամակը գրանցվեց որպես սևագիր';
 
 $messages['successfullysaved'] = 'Գրանցված է';
 
@@ -94,4 +100,11 @@
 
 $messages['searching'] = 'Որոնում...';
 
-?>
+$messages['checking'] = 'Ստուգում…';
+
+$messages['nospellerrors'] = 'Ուղագրական սխալներ չկան';
+
+$messages['folderdeleted'] = 'Դարակը ջնջվեց';
+
+
+?>
\ No newline at end of file

--
Gitblit v1.9.1