source: github/program/localization/ro/messages.inc @ 7cc38e0

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 7cc38e0 was 7cc38e0, checked in by thomascube <thomas@…>, 8 years ago

Added Finnish, Romanian and Chinese translation

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | language/ro/messages.inc                                              |
6 |                                                                       |
7 | Language file of the RoundCube Webmail client                         |
8 | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
9 | Licensed under the GNU GPL                                            |
10 |                                                                       |
11 +-----------------------------------------------------------------------+
12 | Author: danieLs <daniels@safereaction.ro>                             |
13 +-----------------------------------------------------------------------+
14
15 $Id$
16
17*/
18
19$messages = array();
20
21$messages['loginfailed']  = 'Autentificare esuata';
22
23$messages['cookiesdisabled'] = 'Browser-ul dumneavoastra nu accepta cookies';
24
25$messages['sessionerror'] = 'Sesiunea dumneavoastra este invalida sau a expirat';
26
27$messages['imaperror'] = 'Conexiunea catre serverul IMAP a esuat';
28
29$messages['nomessagesfound'] = 'Nu s-a gasit nici un mesaj in aceasta casuta de mail';
30
31$messages['loggedout'] = 'Va-ti terminat sesiunea cu succes. La revedere!';
32
33$messages['mailboxempty'] = 'Casuta de email este goala';
34
35$messages['loadingdata'] = 'Se incarca informatiile...';
36
37$messages['messagesent'] = 'Mesaj trimis cu succes';
38
39$messages['successfullysaved'] = 'Salvat cu succes';
40
41$messages['addedsuccessfully'] = 'Contactul a fost adaugat cu succes in agenda';
42
43$messages['contactexists'] = 'Mai exista un contact cu aceeasi adresa de email';
44
45$messages['blockedimages'] = 'Pentru a va proteja intimitatea imaginile din exterior au fost blocate in acest mesaj.';
46
47$messages['encryptedmessage'] = 'Acesta este un mesaj criptat si nu poate fi afisat. Ne pare rau!';
48
49$messages['nocontactsfound'] = 'Nu a fost gasit nici un contact';
50
51$messages['sendingfailed'] = 'Mesajul nu a fost trimis';
52
53$messages['errorsaving'] = 'A intervenit o eroare in timp ce s-a efectuat salvarea';
54
55?>
Note: See TracBrowser for help on using the repository browser.