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