xref: /dokuwiki/lib/plugins/revert/lang/lv/lang.php (revision 77e392420249a58bebdcf1413bef6b431c104259)
1*77e39242SAndreas Gohr<?php
2*77e39242SAndreas Gohr/**
3*77e39242SAndreas Gohr * Latvian, Lettish language file
4*77e39242SAndreas Gohr *
5*77e39242SAndreas Gohr * @author Aivars Miška <allefm@gmail.com>
6*77e39242SAndreas Gohr */
7*77e39242SAndreas Gohr$lang['menu']                  = 'Piemēsloto lapu atjaunotājs';
8*77e39242SAndreas Gohr$lang['filter']                = 'Meklēt piemēslotās lapas';
9*77e39242SAndreas Gohr$lang['revert']                = 'Atjaunot norādītās lapas ';
10*77e39242SAndreas Gohr$lang['reverted']              = '%s atjaunots uz %s stāvokli';
11*77e39242SAndreas Gohr$lang['removed']               = '% dzēsts';
12*77e39242SAndreas Gohr$lang['revstart']              = 'Atjaunošana uzsākta. Tas var aizņemt ilgāku laiku. Ja darbība pārtrūkst noilguma dēļ, atjaunošana jāveic pa mazākām porcijām.';
13*77e39242SAndreas Gohr$lang['revstop']               = 'Atjaunošana veiksmīgi  pabeigta. ';
14*77e39242SAndreas Gohr$lang['note1']                 = 'Ievēro: Meklēšana atšķir lielos un mazos burtus.';
15*77e39242SAndreas Gohr$lang['note2']                 = 'Ievēro: LApu atjaunos ar pēdējo verisjau, kas nesatur uzdoto spama vārdu <i>%s</i>.';
16