Mercurial > hg > rc1
comparison plugins/acl/localization/fi_FI.inc @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 <?php | |
2 | |
3 /* | |
4 +-----------------------------------------------------------------------+ | |
5 | plugins/acl/localization/<lang>.inc | | |
6 | | | |
7 | Localization file of the Roundcube Webmail ACL plugin | | |
8 | Copyright (C) 2012-2013, The Roundcube Dev Team | | |
9 | | | |
10 | Licensed under the GNU General Public License version 3 or | | |
11 | any later version with exceptions for skins & plugins. | | |
12 | See the README file for a full license statement. | | |
13 | | | |
14 +-----------------------------------------------------------------------+ | |
15 | |
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ | |
17 */ | |
18 $labels['sharing'] = 'Jakaminen'; | |
19 $labels['myrights'] = 'Käyttöoikeudet'; | |
20 $labels['username'] = 'Käyttäjä:'; | |
21 $labels['editperms'] = 'Muokkaa oikeuksia'; | |
22 $labels['anyone'] = 'Kaikki käyttäjät (kuka tahansa)'; | |
23 $labels['anonymous'] = 'Vieraat (anonyymit)'; | |
24 $labels['aclc'] = 'Luo alikansioita'; | |
25 $labels['aclk'] = 'Luo alikansioita'; | |
26 $labels['acld'] = 'Poista viestejä'; | |
27 $labels['aclt'] = 'Poista viestejä'; | |
28 $labels['aclx'] = 'Poista kansio'; | |
29 $labels['aclfull'] = 'Täydet käyttöoikeudet'; | |
30 $labels['aclother'] = 'Muu'; | |
31 $labels['aclread'] = 'Luku'; | |
32 $labels['aclwrite'] = 'Kirjoitus'; | |
33 $labels['acldelete'] = 'Poisto'; | |
34 $labels['shortaclc'] = 'Luo'; | |
35 $labels['shortaclk'] = 'Luo'; | |
36 $labels['shortacld'] = 'Poista'; | |
37 $labels['shortaclt'] = 'Poista'; | |
38 $labels['shortaclother'] = 'Muu'; | |
39 $labels['shortaclread'] = 'Luku'; | |
40 $labels['shortaclwrite'] = 'Kirjoitus'; | |
41 $labels['shortacldelete'] = 'Poisto'; | |
42 $labels['longaclr'] = 'Kansion voi avata lukua varten'; | |
43 $labels['longaclx'] = 'Kansio voidaan poistaa tai nimetä uudelleen'; | |
44 $labels['longacla'] = 'Kansion käyttöoikeuksia voi muuttaa'; | |
45 $messages['deleting'] = 'Poistetaan käyttöoikeuksia...'; | |
46 $messages['saving'] = 'Tallennetaan käyttöoikeuksia...'; | |
47 $messages['updatesuccess'] = 'Käyttöoikeuksia muutettiin onnistuneesti'; | |
48 $messages['deletesuccess'] = 'Käyttöoikeuksia poistettiin onnistuneesti'; | |
49 $messages['createsuccess'] = 'Käyttöoikeuksia lisättiin onnistuneesti'; | |
50 $messages['updateerror'] = 'Käyttöoikeuksien päivitys epäonnistui'; | |
51 $messages['deleteerror'] = 'Käyttöoikeuksien poistaminen epäonnistui'; | |
52 $messages['createerror'] = 'Käyttöoikeuksien lisääminen epäonnistui'; | |
53 $messages['norights'] = 'Oikeuksia ei ole määritelty!'; | |
54 $messages['nouser'] = 'Käyttäjänimeä ei ole määritelty!'; | |
55 ?> |