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
|
- It is now possible to directly delete a timer that is currently recording
|
||||||
(thanks to Alexander Damhuis for reporting this one).
|
(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).
|
- 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
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@@ -786,7 +786,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Ta bort inspelningen?",
|
"Ta bort inspelningen?",
|
||||||
"Sterg inregistrarea?",
|
"Sterg inregistrarea?",
|
||||||
"Felv<EFBFBD>tel t<>rl<72>se?",
|
"Felv<EFBFBD>tel t<>rl<72>se?",
|
||||||
"Esborrar gravaci<63>?"
|
"Esborrar gravaci<63>?",
|
||||||
},
|
},
|
||||||
{ "Timer still recording - really delete?",
|
{ "Timer still recording - really delete?",
|
||||||
"Timer zeichnet auf - trotzdem l<>schen?",
|
"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?",
|
"Inspelning p<>g<EFBFBD>r, vill du <20>nd<6E> starta om?",
|
||||||
"In inregistrare - repornesc?",
|
"In inregistrare - repornesc?",
|
||||||
"Felv<EFBFBD>tel folyamatban van - m<>gis <20>jraind<6E>tani?",
|
"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?",
|
{ "Recording - shut down anyway?",
|
||||||
"Aufnahme l<>uft - trotzdem ausschalten?",
|
"Aufnahme l<>uft - trotzdem ausschalten?",
|
||||||
@@ -1707,7 +1707,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Kan inte avsluta, m<>ste anv<6E>nda parameter '-s'",
|
"Kan inte avsluta, m<>ste anv<6E>nda parameter '-s'",
|
||||||
"Nu pot opri calculatorul - vezi optiunea '-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!",
|
"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!",
|
{ "Low disk space!",
|
||||||
"Platte beinahe voll!",
|
"Platte beinahe voll!",
|
||||||
@@ -1956,7 +1956,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Reiniciar",
|
"Reiniciar",
|
||||||
"Red<EFBFBD>marrer",
|
"Red<EFBFBD>marrer",
|
||||||
"Start p<> nytt",
|
"Start p<> nytt",
|
||||||
"Uudelleenk<EFBFBD>ynnistys"
|
"Uudelleenk<EFBFBD>ynnistys",
|
||||||
"Zastartowac",
|
"Zastartowac",
|
||||||
"Reiniciar",
|
"Reiniciar",
|
||||||
"Epanekinisi",
|
"Epanekinisi",
|
||||||
@@ -3056,7 +3056,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"H<EFBFBD>ger",
|
"H<EFBFBD>ger",
|
||||||
"Dreapta",
|
"Dreapta",
|
||||||
"Jobbra",
|
"Jobbra",
|
||||||
"Dreta"
|
"Dreta",
|
||||||
},
|
},
|
||||||
{ "Red",
|
{ "Red",
|
||||||
"Rot",
|
"Rot",
|
||||||
@@ -3073,7 +3073,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"R<EFBFBD>d",
|
"R<EFBFBD>d",
|
||||||
"Rosu",
|
"Rosu",
|
||||||
"Piros",
|
"Piros",
|
||||||
"Vermell"
|
"Vermell",
|
||||||
},
|
},
|
||||||
{ "Green",
|
{ "Green",
|
||||||
"Gr<EFBFBD>n",
|
"Gr<EFBFBD>n",
|
||||||
@@ -3392,7 +3392,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"tyhj<EFBFBD>",
|
"tyhj<EFBFBD>",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"ninguno"
|
"ninguno",
|
||||||
"kanena",
|
"kanena",
|
||||||
"ingen",
|
"ingen",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -3465,7 +3465,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Disk",
|
"Disk",
|
||||||
"Disc",
|
"Disc",
|
||||||
"Lemez",
|
"Lemez",
|
||||||
"Disc"
|
"Disc",
|
||||||
},
|
},
|
||||||
{ "free",
|
{ "free",
|
||||||
"frei",
|
"frei",
|
||||||
@@ -3482,7 +3482,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"ledigt",
|
"ledigt",
|
||||||
"liber",
|
"liber",
|
||||||
"szabad",
|
"szabad",
|
||||||
"lliure"
|
"lliure",
|
||||||
},
|
},
|
||||||
{ "Jump: ", // note the trailing blank
|
{ "Jump: ", // note the trailing blank
|
||||||
"Springen: ",
|
"Springen: ",
|
||||||
@@ -3499,7 +3499,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Hopp: ",
|
"Hopp: ",
|
||||||
"Salt: ",
|
"Salt: ",
|
||||||
"Ugr<EFBFBD>s: ",
|
"Ugr<EFBFBD>s: ",
|
||||||
"Salta a:"
|
"Salta a:",
|
||||||
},
|
},
|
||||||
{ "Volume ", // note the trailing blank
|
{ "Volume ", // note the trailing blank
|
||||||
"Lautst<EFBFBD>rke ",
|
"Lautst<EFBFBD>rke ",
|
||||||
@@ -3686,7 +3686,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Pausar direktinspelningen",
|
"Pausar direktinspelningen",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"Pausa d'emissi<73> en directe..."
|
"Pausa d'emissi<73> en directe...",
|
||||||
},
|
},
|
||||||
{ "This plugin has no setup parameters!",
|
{ "This plugin has no setup parameters!",
|
||||||
"Dieses Plugin hat keine Setup-Parameter!",
|
"Dieses Plugin hat keine Setup-Parameter!",
|
||||||
|
Reference in New Issue
Block a user