diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-17 23:49:56 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-17 23:49:56 +0100 |
commit | 77e392420249a58bebdcf1413bef6b431c104259 (patch) | |
tree | f15df470d3ccadd6735aa0e80c592c3ccd8a9939 /lib/plugins/revert | |
parent | 5586669f5e87583857904c7d022dfe1d2948343b (diff) | |
download | rpg-77e392420249a58bebdcf1413bef6b431c104259.tar.gz rpg-77e392420249a58bebdcf1413bef6b431c104259.tar.bz2 |
Latvian language update
darcs-hash:20080317224956-7ad00-a1b2de6dfba5930464df6e3bcaa370b008c7323f.gz
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r-- | lib/plugins/revert/lang/lv/intro.txt | 4 | ||||
-rw-r--r-- | lib/plugins/revert/lang/lv/lang.php | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/lv/intro.txt b/lib/plugins/revert/lang/lv/intro.txt new file mode 100644 index 000000000..df059ce2d --- /dev/null +++ b/lib/plugins/revert/lang/lv/intro.txt @@ -0,0 +1,4 @@ +====== Piemēsloto lapu atjaunotājs ====== + +Šī lapa palīdzēs automātiski atjaunot saturu pēc huligānisma . +Lai atrastu piedrazotās lapas ieraksti meklējamo izteiksmi (piem. smaperu URL), tad apstiprini, ka atrastās ir "mēslapas" un atcel izdarītās izmaiņas .
\ No newline at end of file diff --git a/lib/plugins/revert/lang/lv/lang.php b/lib/plugins/revert/lang/lv/lang.php new file mode 100644 index 000000000..1576bb1db --- /dev/null +++ b/lib/plugins/revert/lang/lv/lang.php @@ -0,0 +1,15 @@ +<?php +/** + * Latvian, Lettish language file + * + * @author Aivars Miška <allefm@gmail.com> + */ +$lang['menu'] = 'Piemēsloto lapu atjaunotājs'; +$lang['filter'] = 'Meklēt piemēslotās lapas'; +$lang['revert'] = 'Atjaunot norādītās lapas '; +$lang['reverted'] = '%s atjaunots uz %s stāvokli'; +$lang['removed'] = '% dzēsts'; +$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.'; +$lang['revstop'] = 'Atjaunošana veiksmīgi pabeigta. '; +$lang['note1'] = 'Ievēro: Meklēšana atšķir lielos un mazos burtus.'; +$lang['note2'] = 'Ievēro: LApu atjaunos ar pēdējo verisjau, kas nesatur uzdoto spama vārdu <i>%s</i>.'; |