mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added Macedonian language texts
This commit is contained in:
parent
84b386c4a1
commit
e2a2422151
@ -2579,3 +2579,6 @@ Lars Hanisch <dvb@flensrocker.de>
|
||||
|
||||
Alex Lasnier <alex@fepg.org>
|
||||
for adding tuning support for ATSC devices
|
||||
|
||||
Dimitar Petrovski <dimeptr@gmail.com>
|
||||
for translating OSD texts to the Macedonian language
|
||||
|
4
HISTORY
4
HISTORY
@ -6410,3 +6410,7 @@ Video Disk Recorder Revision History
|
||||
during replay.
|
||||
- The new setup option "Folders in timer menu" controls whether the file names in
|
||||
the timer menu are shown with their full folder path.
|
||||
|
||||
2010-03-27: Version 1.7.15
|
||||
|
||||
- Added Macedonian language texts (thanks to Dimitar Petrovski).
|
||||
|
10
config.h
10
config.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: config.h 2.25 2010/03/12 16:02:53 kls Exp $
|
||||
* $Id: config.h 2.26 2010/03/27 14:35:14 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "1.7.14"
|
||||
#define VDRVERSNUM 10714 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.7.15"
|
||||
#define VDRVERSNUM 10715 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "1.7.14"
|
||||
#define APIVERSNUM 10714 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "1.7.15"
|
||||
#define APIVERSNUM 10715 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// When loading plugins, VDR searches them by their APIVERSION, which
|
||||
// may be smaller than VDRVERSION in case there have been no changes to
|
||||
|
1318
po/mk_MK.po
Normal file
1318
po/mk_MK.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user