1<?php
2/**
3 * latvian language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Aivars Miška <>
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13// for admin plugins, the menu prompt to be displayed in the admin menu
14// if set here, the plugin doesn't need to override the getMenuText() method
15$lang['menu'] = 'Lapas pārdēvēšana/pārvietošana...';
16$lang['desc'] = 'Page Move/Rename Plugin';
17
18//$lang['notexist']   = 'This topic does not exist yet';
19$lang['notwrite']   = 'Tev nav tiesību labot šo lapu';
20$lang['badns']      = 'Neatļautas rakstzīmes nodaļas vārdā.';
21$lang['badname']    = 'Neatļautas rakstzīmes lapas vārdā.';
22$lang['nochange']   = 'Vārds un nodaļa nav mainīti.';
23$lang['existing1']  = 'Dokuments %s jau ir nodaļā %s';
24$lang['root']       = '[Saknes direktorija]';
25$lang['current']    = '(Tekošais)';
26//$lang['norights']   = 'Tev nav tiesību labot kādu lapu, kas norāda uz šo dokumentu.';
27$lang['filelocked']  = 'Bloķēts fails - mēģini vēlāk vēlreiz.';
28$lang['linkchange1'] = 'Norādes uz %s nomainītas ar %s';
29$lang['newname']     = 'Jaunais dokumenta vārds :';
30$lang['targetns']    = 'Nodaļa, kurp pārvietot :';
31$lang['submit']      = 'Darīt!';
32