mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Added missing i18n entry for the "Timer" button
This commit is contained in:
		| @@ -1464,6 +1464,7 @@ Ville Skytt | ||||
|  for reporting warnings with g++ 4.1.0 regarding incrementing the 'state' variables | ||||
|  in the repacker classes in remux.c | ||||
|  for adding a missing #include <linux/unistd.h> to thread.c | ||||
|  for adding missing i18n entry for the "Timer" button | ||||
|  | ||||
| Steffen Beyer <cpunk@reactor.de> | ||||
|  for fixing setting the colored button help after deleting a recording in case the next | ||||
|   | ||||
							
								
								
									
										3
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -4135,7 +4135,7 @@ Video Disk Recorder Revision History | ||||
|   Schneider). | ||||
| - Cleaned up some trailing white space. | ||||
|  | ||||
| 2006-01-09: Version 1.3.39 | ||||
| 2006-01-13: Version 1.3.39 | ||||
|  | ||||
| - The SVDRP command LSTT now accepts the new option 'id' to have the channels | ||||
|   of the timers listed with their unique channel ids instead of their numbers | ||||
| @@ -4150,3 +4150,4 @@ Video Disk Recorder Revision History | ||||
| - To avoid problems with access rights when VDR shall run as 'root' it now skips | ||||
|   all SetCaps() and SetUser() calls when it is started as 'root' and "-u root" | ||||
|   is given. | ||||
| - Added missing i18n entry for the "Timer" button (thanks to Ville Skytt<74>) | ||||
|   | ||||
							
								
								
									
										23
									
								
								i18n.c
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								i18n.c
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|  * See the main source file 'vdr.c' for copyright information and | ||||
|  * how to reach the author. | ||||
|  * | ||||
|  * $Id: i18n.c 1.230 2006/01/08 11:56:31 kls Exp $ | ||||
|  * $Id: i18n.c 1.231 2006/01/13 14:57:06 kls Exp $ | ||||
|  * | ||||
|  * Translations provided by: | ||||
|  * | ||||
| @@ -610,6 +610,27 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Sees/V<>ljas", | ||||
|     "Til/Fra", | ||||
|   }, | ||||
|   { "Timer", | ||||
|     "Timer", | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "Ajastin", | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|   }, | ||||
|   { "Button$Record", | ||||
|     "Aufnehmen", | ||||
|     "Posnemi", | ||||
|   | ||||
							
								
								
									
										4
									
								
								menu.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								menu.c
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|  * See the main source file 'vdr.c' for copyright information and | ||||
|  * how to reach the author. | ||||
|  * | ||||
|  * $Id: menu.c 1.390 2006/01/08 11:39:57 kls Exp $ | ||||
|  * $Id: menu.c 1.391 2006/01/13 14:56:00 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| #include "menu.h" | ||||
| @@ -916,7 +916,7 @@ cMenuEvent::cMenuEvent(const cEvent *Event, bool CanSwitch) | ||||
|         SetTitle(channel->Name()); | ||||
|         int TimerMatch = tmNone; | ||||
|         Timers.GetMatch(event, &TimerMatch); | ||||
|         SetHelp(TimerMatch == tmFull ? tr("Timer") : tr("Button$Record"), NULL, NULL, CanSwitch ? tr("Button$Switch") : NULL); | ||||
|         SetHelp(TimerMatch == tmFull ? tr("Button$Timer") : tr("Button$Record"), NULL, NULL, CanSwitch ? tr("Button$Switch") : NULL); | ||||
|         } | ||||
|      } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user