source: extensions/Back2Front/language/lv_LV/plugin.lang.php @ 10981

Last change on this file since 10981 was 10981, checked in by mistic100, 13 years ago

last commit for first public version

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1<?php
2
3$lang['See back'] = 'Skatīt aizmugures daļu';
4$lang['See front'] = 'Skatīt priekšpusi';
5$lang['Modify backside information'] = 'Modificēt aizmugures daļas informāciju';
6
7$lang['Switch mode'] = 'Switch mode';
8$lang['Click'] = 'Click';
9$lang['Mouseover'] = 'Mouseover';
10$lang['Fade'] = 'Fade';
11
12$lang['This picture is a backside...'] = 'Šis attēls ir aizmugure...';
13$lang['...of the picture n°'] = '...attēlam n°';
14$lang['Backside management'] = 'Aizmugures daļas pārvalde';
15$lang['Move backside to private album'] = 'Pārvietot attēla aizmugures daļu uz privātu albūmu';
16$lang['This picture has a backside : '] = 'Šim attēlam ir aizmugure : ';
17
18$lang['Backside and frontside can\'t be the same picture'] = 'Aizmugure un priekšpuse nevar būt viens un tas pats attēls';
19$lang['The picture n°%d has already a backside : %s'] = 'The picture n°%d has already a backside : %s';
20$lang['The picture n°%s is already a backside'] = 'The picture n°%s is already a backside';
21$lang['This picture is now the backside of the picture n° '] = 'Šis attēls tagad ir attēla n°  aizmugure ';
22$lang['Unknown id %d for frontside picture'] = 'Unknown id %d for frontside picture';
23$lang['This picture is no longer a backside'] = '’Šis attēls vairs nav aizmugure';
24
25?>
Note: See TracBrowser for help on using the repository browser.