mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Fixed some missing commas
This commit is contained in:
		
							
								
								
									
										4
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -2209,6 +2209,8 @@ Video Disk Recorder Revision History | ||||
| - It is now possible to directly delete a timer that is currently recording | ||||
|   (thanks to Alexander Damhuis for reporting this one). | ||||
|  | ||||
| 2003-05-26: Version 1.1.34 | ||||
| 2003-05-27: Version 1.1.34 | ||||
|  | ||||
| - Some corrections to the French OSD texts (thanks to Olivier Jacques). | ||||
| - Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for | ||||
|   reporting this problem). | ||||
|   | ||||
							
								
								
									
										24
									
								
								i18n.c
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								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.118 2003/05/26 15:46:13 kls Exp $ | ||||
|  * $Id: i18n.c 1.119 2003/05/27 06:47:38 kls Exp $ | ||||
|  * | ||||
|  * Translations provided by: | ||||
|  * | ||||
| @@ -786,7 +786,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Ta bort inspelningen?", | ||||
|     "Sterg inregistrarea?", | ||||
|     "Felv<EFBFBD>tel t<>rl<72>se?", | ||||
|     "Esborrar gravaci<63>?" | ||||
|     "Esborrar gravaci<63>?", | ||||
|   }, | ||||
|   { "Timer still recording - really delete?", | ||||
|     "Timer zeichnet auf - trotzdem l<>schen?", | ||||
| @@ -888,7 +888,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Inspelning p<>g<EFBFBD>r, vill du <20>nd<6E> starta om?", | ||||
|     "In inregistrare - repornesc?", | ||||
|     "Felv<EFBFBD>tel folyamatban van - m<>gis <20>jraind<6E>tani?", | ||||
|     "Estic gravant - reiniciar de totes maneres?" | ||||
|     "Estic gravant - reiniciar de totes maneres?", | ||||
|   }, | ||||
|   { "Recording - shut down anyway?", | ||||
|     "Aufnahme l<>uft - trotzdem ausschalten?", | ||||
| @@ -1707,7 +1707,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Kan inte avsluta, m<>ste anv<6E>nda parameter '-s'", | ||||
|     "Nu pot opri calculatorul - vezi optiunea '-s'", | ||||
|     "A le<6C>ll<6C>t<EFBFBD>s nem lehets<74>ges - Opci<63> '-s' hi<68>nyzik!", | ||||
|     "No puc apagar, falta la opci<63> -s !" | ||||
|     "No puc apagar, falta la opci<63> -s !", | ||||
|   }, | ||||
|   { "Low disk space!", | ||||
|     "Platte beinahe voll!", | ||||
| @@ -1956,7 +1956,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Reiniciar", | ||||
|     "Red<EFBFBD>marrer", | ||||
|     "Start p<> nytt", | ||||
|     "Uudelleenk<EFBFBD>ynnistys" | ||||
|     "Uudelleenk<EFBFBD>ynnistys", | ||||
|     "Zastartowac", | ||||
|     "Reiniciar", | ||||
|     "Epanekinisi", | ||||
| @@ -3056,7 +3056,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "H<EFBFBD>ger", | ||||
|     "Dreapta", | ||||
|     "Jobbra", | ||||
|     "Dreta" | ||||
|     "Dreta", | ||||
|   }, | ||||
|   { "Red", | ||||
|     "Rot", | ||||
| @@ -3073,7 +3073,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "R<EFBFBD>d", | ||||
|     "Rosu", | ||||
|     "Piros", | ||||
|     "Vermell" | ||||
|     "Vermell", | ||||
|   }, | ||||
|   { "Green", | ||||
|     "Gr<EFBFBD>n", | ||||
| @@ -3392,7 +3392,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "",// TODO | ||||
|     "tyhj<EFBFBD>", | ||||
|     "",// TODO | ||||
|     "ninguno" | ||||
|     "ninguno", | ||||
|     "kanena", | ||||
|     "ingen", | ||||
|     "",// TODO | ||||
| @@ -3465,7 +3465,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Disk", | ||||
|     "Disc", | ||||
|     "Lemez", | ||||
|     "Disc" | ||||
|     "Disc", | ||||
|   }, | ||||
|   { "free", | ||||
|     "frei", | ||||
| @@ -3482,7 +3482,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "ledigt", | ||||
|     "liber", | ||||
|     "szabad", | ||||
|     "lliure" | ||||
|     "lliure", | ||||
|   }, | ||||
|   { "Jump: ", // note the trailing blank | ||||
|     "Springen: ", | ||||
| @@ -3499,7 +3499,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Hopp: ", | ||||
|     "Salt: ", | ||||
|     "Ugr<EFBFBD>s: ", | ||||
|     "Salta a:" | ||||
|     "Salta a:", | ||||
|   }, | ||||
|   { "Volume ", // note the trailing blank | ||||
|     "Lautst<EFBFBD>rke ", | ||||
| @@ -3686,7 +3686,7 @@ const tI18nPhrase Phrases[] = { | ||||
|     "Pausar direktinspelningen", | ||||
|     "",// TODO | ||||
|     "",// TODO | ||||
|     "Pausa d'emissi<73> en directe..." | ||||
|     "Pausa d'emissi<73> en directe...", | ||||
|   }, | ||||
|   { "This plugin has no setup parameters!", | ||||
|     "Dieses Plugin hat keine Setup-Parameter!", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user