<?php
/**
 * latvian language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Aivars Miška <>
 */

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Lapas pārdēvēšana/pārvietošana...';
$lang['desc'] = 'Page Move/Rename Plugin';

//$lang['notexist']   = 'This topic does not exist yet';
$lang['notwrite']   = 'Tev nav tiesību labot šo lapu';
$lang['badns']      = 'Neatļautas rakstzīmes nodaļas vārdā.';
$lang['badname']    = 'Neatļautas rakstzīmes lapas vārdā.';
$lang['nochange']   = 'Vārds un nodaļa nav mainīti.';
$lang['existing1']  = 'Dokuments %s jau ir nodaļā %s';
$lang['root']       = '[Saknes direktorija]';
$lang['current']    = '(Tekošais)';
//$lang['norights']   = 'Tev nav tiesību labot kādu lapu, kas norāda uz šo dokumentu.';
$lang['filelocked']  = 'Bloķēts fails - mēģini vēlāk vēlreiz.';
$lang['linkchange1'] = 'Norādes uz %s nomainītas ar %s';
$lang['newname']     = 'Jaunais dokumenta vārds :';
$lang['targetns']    = 'Nodaļa, kurp pārvietot :';
$lang['submit']      = 'Darīt!';
