You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
1.3 KiB

  1. <?php
  2. /**
  3. * latvian language file
  4. *
  5. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  6. * @author Aivars Miška <>
  7. */
  8. // settings must be present and set appropriately for the language
  9. $lang['encoding'] = 'utf-8';
  10. $lang['direction'] = 'ltr';
  11. // for admin plugins, the menu prompt to be displayed in the admin menu
  12. // if set here, the plugin doesn't need to override the getMenuText() method
  13. $lang['menu'] = 'Lapas pārdēvēšana/pārvietošana...';
  14. $lang['desc'] = 'Page Move/Rename Plugin';
  15. //$lang['notexist'] = 'This topic does not exist yet';
  16. $lang['notwrite'] = 'Tev nav tiesību labot šo lapu';
  17. $lang['badns'] = 'Neatļautas rakstzīmes nodaļas vārdā.';
  18. $lang['badname'] = 'Neatļautas rakstzīmes lapas vārdā.';
  19. $lang['nochange'] = 'Vārds un nodaļa nav mainīti.';
  20. $lang['existing1'] = 'Dokuments %s jau ir nodaļā %s';
  21. $lang['root'] = '[Saknes direktorija]';
  22. $lang['current'] = '(Tekošais)';
  23. //$lang['norights'] = 'Tev nav tiesību labot kādu lapu, kas norāda uz šo dokumentu.';
  24. $lang['filelocked'] = 'Bloķēts fails - mēģini vēlāk vēlreiz.';
  25. $lang['linkchange1'] = 'Norādes uz %s nomainītas ar %s';
  26. $lang['newname'] = 'Jaunais dokumenta vārds :';
  27. $lang['targetns'] = 'Nodaļa, kurp pārvietot :';
  28. $lang['submit'] = 'Darīt!';