diff options
Diffstat (limited to 'plugins/acl/localization/ro_RO.inc')
-rw-r--r-- | plugins/acl/localization/ro_RO.inc | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/plugins/acl/localization/ro_RO.inc b/plugins/acl/localization/ro_RO.inc new file mode 100644 index 000000000..5d51f392c --- /dev/null +++ b/plugins/acl/localization/ro_RO.inc @@ -0,0 +1,52 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ro_RO/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Raduta Alex <raduta.alex@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['username'] = 'Utilizator:'; +$labels['advanced'] = 'mod avansat'; +$labels['newuser'] = 'Adăugare intrare'; +$labels['anonymous'] = 'Vizitator'; +$labels['identifier'] = 'Identificator'; +$labels['acll'] = 'Caută'; +$labels['shortacll'] = 'Caută'; +$labels['aclr'] = 'Citire mesaje'; +$labels['aclp'] = 'Postează'; +$labels['shortaclp'] = 'Postează'; +$labels['aclc'] = 'Creează subdirectoare'; +$labels['aclk'] = 'Creează subdirectoare'; +$labels['acld'] = 'Ștergere mesaje'; +$labels['aclt'] = 'Ștergere mesaje'; +$labels['acle'] = 'Elimină'; +$labels['shortacle'] = 'Elimină'; +$labels['aclx'] = 'Ștergere dosar'; +$labels['acla'] = 'Administrează'; +$labels['shortacla'] = 'Administrează'; +$labels['aclother'] = 'Altul'; +$labels['shortaclother'] = 'Altul'; +$labels['aclread'] = 'Citeşte'; +$labels['shortaclr'] = 'Citeşte'; +$labels['shortaclread'] = 'Citeşte'; +$labels['aclwrite'] = 'Scrie'; +$labels['shortaclw'] = 'Scrie'; +$labels['shortaclwrite'] = 'Scrie'; +$labels['acldelete'] = 'Șterge'; +$labels['shortacld'] = 'Șterge'; +$labels['shortaclt'] = 'Șterge'; +$labels['shortacldelete'] = 'Șterge'; +$labels['shortacls'] = 'Păstrează'; +$labels['shortacli'] = 'Inserează'; +$labels['shortaclc'] = 'Creează'; +$labels['shortaclk'] = 'Creează'; + |