mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed some missing ',' in i18n.c
This commit is contained in:
6
i18n.c
6
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.81 2002/04/16 16:02:49 kls Exp $
|
||||
* $Id: i18n.c 1.82 2002/04/20 09:40:37 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net> and Matjaz Thaler <matjaz.thaler@guest.arnes.si>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -544,7 +544,7 @@ const tPhrase Phrases[] = {
|
||||
"Timer zeichnet auf - trotzdem l<>schen?",
|
||||
"Snemanje po terminu - zares odstrani?",
|
||||
"Timer in regestazione - cancello?",
|
||||
"Timer neemt nog op - toch verwijderen?"
|
||||
"Timer neemt nog op - toch verwijderen?",
|
||||
"Timer activo - t<>m a certeza que quer apagar?",
|
||||
"Enregistrement en cours - confirmez la suppression",
|
||||
"Timer gj<67>r opptak - vil du slette likevel?",
|
||||
@@ -2129,7 +2129,7 @@ const tPhrase Phrases[] = {
|
||||
"Eerste DVB-kaart wordt omgeschakeld...",
|
||||
"A mudar interface DVB prim<69>rio...",
|
||||
"Changement de carte DVB primaire...",
|
||||
"Bytter f<>rste DVB-enhet..."
|
||||
"Bytter f<>rste DVB-enhet...",
|
||||
"Vaihdetaan ensisijainen vastaanotin...",
|
||||
"Pierwszy interfejs DVB przelacza...",
|
||||
"Cambio interface primario...",
|
||||
|
Reference in New Issue
Block a user