yllar
2006-12-16 77c28206a14b5bee3f3091f10cffd531bce5649c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?php
 
/*
 +-----------------------------------------------------------------------+
 | language/am/messages.inc                                              |
 |                                                                       |
 | Language file of the RoundCube Webmail client                         |
 | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+
 | Author: Vahan Yerkanian <vahan@arminco.com>                           |
 +-----------------------------------------------------------------------+
 
 $Id$
 
*/
 
$messages = array();
 
$messages['loginfailed']  = 'Մուտքը ձախողվեց';
 
$messages['cookiesdisabled'] = 'Сookies–ների ապահովվումը բացակայում է';
 
$messages['sessionerror'] = 'Անվավեր կամ ժամկետանց սեսիա';
 
$messages['imaperror'] = 'IMAP սերվերի հետ կապը ձախողվեց';
 
$messages['nomessagesfound'] = 'Այս փոստարկղում նամակներ չկան';
 
$messages['loggedout'] = 'Դուք բարեհաջող ավարտեցիք աշխատանքը։ Ցտեսություն…';
 
$messages['mailboxempty'] = 'Փոստարկղը դատարկ է';
 
$messages['loading'] = 'Բեռնավորում…';
 
$messages['loadingdata'] = 'Տվյալների բեռնավորում…';
 
$messages['checkingmail'] = 'Նոր նամակների ստուգում…';
 
$messages['sendingmessage'] = 'Նամակի ուղարկում…';
 
$messages['messagesent'] = 'Նամակն ուղարկված է';
 
$messages['savingmessage'] = 'Նամակի գրանցում…';
 
$messages['messagesaved'] = 'Նամակը գրանցվեց որպես սևագիր';
 
$messages['successfullysaved'] = 'Գրանցված է';
 
$messages['addedsuccessfully'] = 'Հասցեն ավելացված է';
 
$messages['contactexists'] = 'Այս հասցեով անձը արդեն գրանցված է';
 
$messages['blockedimages'] = 'Ձեր անվտանգության համար, այս նամակի արտաքին նկարներն բեռնված չեն';
 
$messages['encryptedmessage'] = 'Ներողություն, այս նամակը կոդավորված է';
 
$messages['nocontactsfound'] = 'Հասցեներ չկան';
 
$messages['sendingfailed'] = 'Նամակի ուղարկումը ձախողվեց';
 
$messages['errorsaving'] = 'Գրանցման սխալ';
 
$messages['errormoving'] = 'Նամակի տեղափոխման ձախողում';
 
$messages['errordeleting'] = 'Նամակի ջնջման ձախողում';
 
$messages['deletecontactconfirm']  = 'Ուզու՞մ էք ջնջել նշվածը';
 
$messages['deletefolderconfirm']  = 'Ուզու՞մ էք ջնջել այս դարակը';
 
$messages['purgefolderconfirm']  = 'Ուզու՞մ էք ջնջել այս դարակի բոլոր նամակները';
 
$messages['formincomplete'] = 'Ձևը թերի է լրացված';
 
$messages['noemailwarning'] = 'Մուտքագրեք ճիշտ էլ. հասցե';
 
$messages['nonamewarning']  = 'Մուտքագրեք անուն';
 
$messages['nopagesizewarning'] = 'Մուտքագրեք էջի չափս';
 
$messages['norecipientwarning'] = 'Մուտքագրեք նվազագույնը մեկ հասցեատեր';
 
$messages['nosubjectwarning']  = 'Վերնագիր բացակայում է, ցանկանո՞ւմ եք լրացնել';
 
$messages['nobodywarning'] = 'Ուղարկե՞լ այս նամակը դատարկ';
 
$messages['notsentwarning'] = 'Նամակն ուղարկված չէ։ Ջնջե՞լ Ձեր նամակը';
 
$messages['noldapserver'] = 'Ընտրեք ldap սերվեր որոնման համար';
 
$messages['nocontactsreturned'] = 'Հասցեներ չեն գտնվել';
 
$messages['nosearchname'] = 'Մուտքագրեք հասցեատեր կամ էլ. հասցե';
 
$messages['searchsuccessful'] = 'Գտնվեց $nr նամակ';
 
$messages['searchnomatch'] = 'Համապատասխան նամակներ չգտնվեցին';
 
$messages['searching'] = 'Որոնում...';
 
$messages['checking'] = 'Ստուգում…';
 
$messages['nospellerrors'] = 'Ուղագրական սխալներ չկան';
 
$messages['folderdeleted'] = 'Դարակը ջնջվեց';
 
 
?>