summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/lv/lang.php
blob: 0dead2d7f9cb74e039e493e5eb74a6274e558808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
 * latvian language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Aivars Miška <allefm@gmail.com>
 */

$lang['admin_acl']  = 'Piekļuves tiesību vadība';
$lang['acl_group']  = 'Grupa';
$lang['acl_user']   = 'Lietotājs';
$lang['acl_perms']  = 'Tiesības';
$lang['page']       = 'Lapa';
$lang['namespace']  = 'Nodaļa';

$lang['acl_perm1']  = 'Lasīt';
$lang['acl_perm2']  = 'Labot';
$lang['acl_perm4']  = 'Izveidot';
$lang['acl_perm8']  = 'augšupielādēt';
$lang['acl_new']    = 'Pievienot jaunu';
//Setup VIM: ex: et ts=2 enc=utf-8 :