source: extensions/exif_view/language/sk_SK/lang.exif.php @ 7818

Last change on this file since 7818 was 7818, checked in by ddtddt, 13 years ago

[extensions] - exif_view - add lv_LV (Latvian) thanks to Aivars Baldone

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 471 bytes
Line 
1<?php
2
3global $lang;
4
5$lang['exif_field_Make'] = 'Značka';
6$lang['exif_field_Model'] = 'Model';
7$lang['exif_field_DateTimeOriginal'] = 'Vytvorené';
8$lang['exif_field_ApertureFNumber'] = 'Clona';
9$lang['exif_field_ExposureTime'] = 'Čas';
10$lang['exif_field_ISOSpeedRatings'] = 'ISO';
11$lang['exif_field_FocalLength'] = 'Ohnisko';
12$lang['exif_field_ExposureBiasValue'] = 'Korekcia';
13$lang['exif_field_ExposureProgram'] = 'Program';
14$lang['exif_field_Flash'] = 'Blesk';
15
16?>
Note: See TracBrowser for help on using the repository browser.