diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-27 07:30:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-27 07:30:43 +0200 |
commit | 92395cb29d5a90a6b2b793a3cdb45b9e6c1740e9 (patch) | |
tree | d75ee35542aac86f766bfd98a0b8bdb09551edd7 | |
parent | 21ba50c35673d1fd36b0c12ca6d7e5409fe966b0 (diff) | |
download | vdr-92395cb29d5a90a6b2b793a3cdb45b9e6c1740e9.tar.gz vdr-92395cb29d5a90a6b2b793a3cdb45b9e6c1740e9.tar.bz2 |
Fixed some missing commas
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | i18n.c | 24 |
2 files changed, 15 insertions, 13 deletions
@@ -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). @@ -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�tel t�rl�se?", - "Esborrar gravaci�?" + "Esborrar gravaci�?", }, { "Timer still recording - really delete?", "Timer zeichnet auf - trotzdem l�schen?", @@ -888,7 +888,7 @@ const tI18nPhrase Phrases[] = { "Inspelning p�g�r, vill du �nd� starta om?", "In inregistrare - repornesc?", "Felv�tel folyamatban van - m�gis �jraind�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�nda parameter '-s'", "Nu pot opri calculatorul - vezi optiunea '-s'", "A le�ll�t�s nem lehets�ges - Opci� '-s' hi�nyzik!", - "No puc apagar, falta la opci� -s !" + "No puc apagar, falta la opci� -s !", }, { "Low disk space!", "Platte beinahe voll!", @@ -1956,7 +1956,7 @@ const tI18nPhrase Phrases[] = { "Reiniciar", "Red�marrer", "Start p� nytt", - "Uudelleenk�ynnistys" + "Uudelleenk�ynnistys", "Zastartowac", "Reiniciar", "Epanekinisi", @@ -3056,7 +3056,7 @@ const tI18nPhrase Phrases[] = { "H�ger", "Dreapta", "Jobbra", - "Dreta" + "Dreta", }, { "Red", "Rot", @@ -3073,7 +3073,7 @@ const tI18nPhrase Phrases[] = { "R�d", "Rosu", "Piros", - "Vermell" + "Vermell", }, { "Green", "Gr�n", @@ -3392,7 +3392,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "tyhj�", "",// 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�s: ", - "Salta a:" + "Salta a:", }, { "Volume ", // note the trailing blank "Lautst�rke ", @@ -3686,7 +3686,7 @@ const tI18nPhrase Phrases[] = { "Pausar direktinspelningen", "",// TODO "",// TODO - "Pausa d'emissi� en directe..." + "Pausa d'emissi� en directe...", }, { "This plugin has no setup parameters!", "Dieses Plugin hat keine Setup-Parameter!", |