source: extensions/typetags/language/lv_LV/plugin.lang.php @ 15616

Last change on this file since 15616 was 15616, checked in by TranslationTeam, 12 years ago

[typetgs] Update lv_LV, thanks to : agrisans

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1<?php
2
3/* section */
4$lang['Create a Typetag'] = 'Izveidot TypeTag';
5$lang['Edit typetag'] = 'Rediģēt TypeTag';
6
7/* fields */
8$lang['Edited TypeTag'] = 'Rediģētais TypeTags';
9$lang['New color'] = 'Jauna krāsa';
10$lang['New TypeTag'] = 'TypeTag nosaukums';
11$lang['New name'] = 'Jauns vārds';
12$lang['Color TypeTag'] = 'TypeTag krāsa';
13
14/* buttons */
15$lang['Modify'] = 'Modificēt';
16$lang['Delete all associations'] = 'Delete all associations';
17
18/* messages */
19$lang['typetag_already_exists'] = 'Šis TypeTag jau eksistē';
20$lang['typetag_saved'] = 'TypeTag saglabāts';
21$lang['typetag_suppr'] = 'TypeTag dzēsti';
22$lang['typetag_unknown'] = 'Unknown TypeTag';
23$lang['typetag_error'] = 'Jums jāinformē visus laukus (nosaukums un krāsa)';
24$lang['All associations have been removed'] = 'All associations have been removed';
25$lang['typetags_associated'] = 'TypeTags sasaistīts';
26
27$lang['Display colored tags'] = 'Attēlot krāsu Tegus';
28$lang['Edit and associate TypeTags'] = 'Rediģēt un sasaistīt TypeTagus';
29$lang['Everywhere'] = 'Jebkur';
30$lang['Not associated'] = 'Nepiesaistīts';
31$lang['Only on tags page'] = 'Tikai tegu lapā';
32?>
Note: See TracBrowser for help on using the repository browser.