1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Completed Norwegian OSD texts

This commit is contained in:
Klaus Schmidinger 2002-03-31 16:32:04 +02:00
parent 758a4850fb
commit ca29ed0ca8
3 changed files with 78 additions and 75 deletions

View File

@ -239,3 +239,6 @@ Achim Lange <Achim_Lange@t-online.de>
Bernd Zierath <b.zierath@ebv.com> Bernd Zierath <b.zierath@ebv.com>
for helping to debug scrolling the "Channels" menu in case the cursor ends up on for helping to debug scrolling the "Channels" menu in case the cursor ends up on
a group separator a group separator
Truls Slevigen <truls@slevigen.no>
for translating OSD texts to the Norwegian language

View File

@ -1125,7 +1125,7 @@ Video Disk Recorder Revision History
- Fixed restoring CICAM setup values for a fourth DVB card. - Fixed restoring CICAM setup values for a fourth DVB card.
- Completed internationalization of OSD texts (thanks to Hannu Savolainen, - Completed internationalization of OSD texts (thanks to Hannu Savolainen,
Arnold Niessen, Paulo Lopes, Jean-Claude Repetto, Alberto Carraro, Matjaz Arnold Niessen, Paulo Lopes, Jean-Claude Repetto, Alberto Carraro, Matjaz
Thaler). Thaler and Truls Slevigen).
- Improved file I/O in case of EINTR, which may occur e.g. with heavy system - Improved file I/O in case of EINTR, which may occur e.g. with heavy system
load (thanks to Werner Fink). load (thanks to Werner Fink).
- Now writing the title of a recording into the 'summary.vdr' file. - Now writing the title of a recording into the 'summary.vdr' file.

148
i18n.c
View File

@ -4,14 +4,14 @@
* 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.76 2002/03/31 15:52:36 kls Exp $ * $Id: i18n.c 1.77 2002/03/31 16:28:58 kls Exp $
* *
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net> and Matjaz Thaler <matjaz.thaler@guest.arnes.si> * 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> * Italian translations provided by Alberto Carraro <bertocar@tin.it>
* Dutch translations provided by Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com> * Dutch translations provided by Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>
* Portuguese translations provided by Paulo Lopes <pmml@netvita.pt> * Portuguese translations provided by Paulo Lopes <pmml@netvita.pt>
* French translations provided by Jean-Claude Repetto <jc@repetto.org> * French translations provided by Jean-Claude Repetto <jc@repetto.org>
* Norwegian translations provided by Jørgen Tvedt <pjtvedt@online.no> * Norwegian translations provided by Jørgen Tvedt <pjtvedt@online.no> and Truls Slevigen <truls@slevigen.no>
* Finnish translations provided by Hannu Savolainen <hannu@opensound.com> * Finnish translations provided by Hannu Savolainen <hannu@opensound.com>
* *
*/ */
@ -115,7 +115,7 @@ const tPhrase Phrases[] = {
"Timers", "Timers",
"Timers", "Timers",
"Programmation", "Programmation",
"Timer", "Timere",
"Ajastin", "Ajastin",
}, },
{ "Recordings", { "Recordings",
@ -266,7 +266,7 @@ const tPhrase Phrases[] = {
"Aan/Uit", "Aan/Uit",
"On/Off", "On/Off",
"Marche/Arr", "Marche/Arr",
"", // TODO "Av/På",
"Päällä/Pois", "Päällä/Pois",
}, },
{ "Record", { "Record",
@ -306,7 +306,7 @@ const tPhrase Phrases[] = {
"Eindigen", "Eindigen",
"Parar", "Parar",
"Arrêt", "Arrêt",
"", // TODO "Stopp",
"Pysäytä", "Pysäytä",
}, },
{ "Resume", { "Resume",
@ -336,7 +336,7 @@ const tPhrase Phrases[] = {
"Openen", "Openen",
"Abrir", "Abrir",
"Ouvrir", "Ouvrir",
"", // TODO "Åpne",
"Avaa", "Avaa",
}, },
{ "Switch", { "Switch",
@ -396,7 +396,7 @@ const tPhrase Phrases[] = {
"Eject", "Eject",
"Ejectar", "Ejectar",
"Ejection", "Ejection",
"", // TODO "Eject",
"Avaa", "Avaa",
}, },
// Confirmations: // Confirmations:
@ -437,7 +437,7 @@ const tPhrase Phrases[] = {
"Timer neemt nog op - toch verwijderen?" "Timer neemt nog op - toch verwijderen?"
"Timer activo - têm a certeza que quer apagar?", "Timer activo - têm a certeza que quer apagar?",
"Enregistrement en cours - confirmez la suppression", "Enregistrement en cours - confirmez la suppression",
"", // TODO "Timer gjør opptak - vil du slette likevel?",
"Ajastin nauhoittaa - poistetaanko silti?", "Ajastin nauhoittaa - poistetaanko silti?",
}, },
{ "Stop recording?", { "Stop recording?",
@ -457,7 +457,7 @@ const tPhrase Phrases[] = {
"op eerste interface", "op eerste interface",
"no interface primário", "no interface primário",
"sur la carte primaire", "sur la carte primaire",
"", // TODO "på første enhet",
"päävastaanottimella", "päävastaanottimella",
}, },
{ "Cancel editing?", { "Cancel editing?",
@ -477,7 +477,7 @@ const tPhrase Phrases[] = {
"Werkelijk opnieuw starten?", "Werkelijk opnieuw starten?",
"Tem a certeza que quer reiniciar?", "Tem a certeza que quer reiniciar?",
"Redémarrer?", "Redémarrer?",
"", // TODO "Vil du virkelig starte på nytt?",
"Aloitetaanko varmasti alusta?", "Aloitetaanko varmasti alusta?",
}, },
{ "Recording - restart anyway?", { "Recording - restart anyway?",
@ -487,7 +487,7 @@ const tPhrase Phrases[] = {
"Opname loopt - toch opnieuw starten?", "Opname loopt - toch opnieuw starten?",
"Em gravação - quer mesmo reiniciar?", "Em gravação - quer mesmo reiniciar?",
"Enregistrement en cours - redémarrer?", "Enregistrement en cours - redémarrer?",
"", // TODO "Gjør opptak - starte på nytt likevel?",
"Nauhoitus käynnissä - aloitetaanko alusta?", "Nauhoitus käynnissä - aloitetaanko alusta?",
}, },
{ "Recording - shut down anyway?", { "Recording - shut down anyway?",
@ -497,7 +497,7 @@ const tPhrase Phrases[] = {
"Opname loopt - toch uitschakelen?", "Opname loopt - toch uitschakelen?",
"Em gravação - quer mesmo desligar?", "Em gravação - quer mesmo desligar?",
"Enregistrement en cours - confirmez l'arrêt", "Enregistrement en cours - confirmez l'arrêt",
"", // TODO "Gjør opptak - slå av likevel?",
"Nauhoitus kesken - lopetetaanko se?", "Nauhoitus kesken - lopetetaanko se?",
}, },
{ "Recording in %d minutes, shut down anyway?", { "Recording in %d minutes, shut down anyway?",
@ -507,7 +507,7 @@ const tPhrase Phrases[] = {
"Opname in %d minuten - toch uitschakelen?", "Opname in %d minuten - toch uitschakelen?",
"Em gravação dentro de %d minutos - quer mesmo desligar?", "Em gravação dentro de %d minutos - quer mesmo desligar?",
"Enregistrement dans %d minutes - confirmez l'arrêt", "Enregistrement dans %d minutes - confirmez l'arrêt",
"", // TODO "Skal gjøre opptak om %d minutter - slå av likevel?",
"Nauhoitus alkaisi %d min. kuluttua - sammutetaanko silti?", "Nauhoitus alkaisi %d min. kuluttua - sammutetaanko silti?",
}, },
{ "Press any key to cancel shutdown", { "Press any key to cancel shutdown",
@ -517,7 +517,7 @@ const tPhrase Phrases[] = {
"Druk een toets om shutdown af te breken", "Druk een toets om shutdown af te breken",
"Pressione qualquer tecla para cancelar", "Pressione qualquer tecla para cancelar",
"Appuyez sur une touche pour annuler l'arrêt", "Appuyez sur une touche pour annuler l'arrêt",
"", // TODO "Trykk en tast for ikke å slå av",
"Peruuta pysäytys painamalla jotakin näppäintä", "Peruuta pysäytys painamalla jotakin näppäintä",
}, },
// Channel parameters: // Channel parameters:
@ -548,7 +548,7 @@ const tPhrase Phrases[] = {
"Polarisatie", "Polarisatie",
"Polarização", "Polarização",
"Polarisation", "Polarisation",
"Polaritet", "Polarisasjon",
"Polarisaatio", "Polarisaatio",
}, },
{ "DiSEqC", { "DiSEqC",
@ -568,7 +568,7 @@ const tPhrase Phrases[] = {
"Srate", "Srate",
"Srate", "Srate",
"Fréq. Symbole", "Fréq. Symbole",
"Symbolrate", "Srate",
"Srate", "Srate",
}, },
{ "Vpid", { "Vpid",
@ -578,7 +578,7 @@ const tPhrase Phrases[] = {
"Vpid", "Vpid",
"PID de Vídeo", "PID de Vídeo",
"PID Vidéo", "PID Vidéo",
"Video pid", "Vpid",
"Kuva PID", "Kuva PID",
}, },
{ "Apid1", { "Apid1",
@ -588,7 +588,7 @@ const tPhrase Phrases[] = {
"Apid1", "Apid1",
"PID Áudio (1)", "PID Áudio (1)",
"PID Audio (1)", "PID Audio (1)",
"Audio pid1", "Apid1",
"Ääni PID1", "Ääni PID1",
}, },
{ "Apid2", { "Apid2",
@ -598,7 +598,7 @@ const tPhrase Phrases[] = {
"Apid2", "Apid2",
"Apid2", "Apid2",
"PID Áudio (2)", "PID Áudio (2)",
"Audio pid2", "Apid2",
"Ääni PID2", "Ääni PID2",
}, },
{ "Dpid1", { "Dpid1",
@ -608,7 +608,7 @@ const tPhrase Phrases[] = {
"Dpid1", "Dpid1",
"PID AC3 (1)", "PID AC3 (1)",
"PID AC3 (1)", "PID AC3 (1)",
"AC3 pid1", "AC3pid1",
"AC3 PID1", "AC3 PID1",
}, },
{ "Dpid2", { "Dpid2",
@ -618,7 +618,7 @@ const tPhrase Phrases[] = {
"Dpid2", "Dpid2",
"PID AC3 (2)", "PID AC3 (2)",
"PID AC3 (2)", "PID AC3 (2)",
"AC3 pid2", "AC3pid2",
"AC3 PID2", "AC3 PID2",
}, },
{ "Tpid", { "Tpid",
@ -628,7 +628,7 @@ const tPhrase Phrases[] = {
"Tpid", "Tpid",
"PID Teletexto", "PID Teletexto",
"PID Télétexte", "PID Télétexte",
"Teletext pid", "Tekst-TV pid",
"TekstiTV PID", "TekstiTV PID",
}, },
{ "CA", { "CA",
@ -739,7 +739,7 @@ const tPhrase Phrases[] = {
"Eerste dag", "Eerste dag",
"Primeiro dia", "Primeiro dia",
"Premier jour", "Premier jour",
"", // TODO "Første dag",
"1. päivä", "1. päivä",
}, },
// Error messages: // Error messages:
@ -780,7 +780,7 @@ const tPhrase Phrases[] = {
"Fout bij lezen opname!", "Fout bij lezen opname!",
"Erro ao aceder à gravação", "Erro ao aceder à gravação",
"Impossible d'accèder à l'enregistrement", "Impossible d'accèder à l'enregistrement",
"", // TODO "Feil under lesing av opptak!",
"Nauhoituksen toistaminen epäonnistui!", "Nauhoituksen toistaminen epäonnistui!",
}, },
{ "Error while deleting recording!", { "Error while deleting recording!",
@ -830,7 +830,7 @@ const tPhrase Phrases[] = {
"Kan Transfer-Mode niet starten", "Kan Transfer-Mode niet starten",
"Impossível iniciar modo de transferência!", "Impossível iniciar modo de transferência!",
"Impossible d'utiliser le mode transfert!", "Impossible d'utiliser le mode transfert!",
"", // TODO "Kan ikke starte transfer modus!",
"Käsittämättömiä teknisiä ongelmia!", "Käsittämättömiä teknisiä ongelmia!",
}, },
{ "Can't start editing process!", { "Can't start editing process!",
@ -860,7 +860,7 @@ const tPhrase Phrases[] = {
"Shutdown onmogelijk - Optie '-s' ontbreekt!", "Shutdown onmogelijk - Optie '-s' ontbreekt!",
"Impossível desligar - falta a opção '-s'!", "Impossível desligar - falta a opção '-s'!",
"Arrêt impossible - option '-s' absente!", "Arrêt impossible - option '-s' absente!",
"", // TODO "Kan ikke slå av - startet uten parameteret '-s'!",
"Ei voida sammuttaa '-s' parametria ei annettu!", "Ei voida sammuttaa '-s' parametria ei annettu!",
}, },
{ "Low disk space!", { "Low disk space!",
@ -870,7 +870,7 @@ const tPhrase Phrases[] = {
"Disk bijna vol!", "Disk bijna vol!",
"Espaço em disco reduzido!", "Espaço em disco reduzido!",
"Disque presque plein!", "Disque presque plein!",
"", // TODO "Lite ledig diskplass!",
"Kovalevy lähes täynnä!", "Kovalevy lähes täynnä!",
}, },
// Setup pages: // Setup pages:
@ -881,7 +881,7 @@ const tPhrase Phrases[] = {
"OSD", "OSD",
"OSD", "OSD",
"Affichage des menus", "Affichage des menus",
"", // TODO "OSD",
"Tekstinäyttö", "Tekstinäyttö",
}, },
{ "EPG", { "EPG",
@ -891,7 +891,7 @@ const tPhrase Phrases[] = {
"EPG", "EPG",
"EPG", "EPG",
"Guide des programmes", "Guide des programmes",
"", // TODO "Programoversikt",
"Ohjelmaopas", "Ohjelmaopas",
}, },
{ "DVB", { "DVB",
@ -901,7 +901,7 @@ const tPhrase Phrases[] = {
"DVB", "DVB",
"DVB", "DVB",
"Cartes DVB", "Cartes DVB",
"", // TODO "DVB-enheter",
"DVB", "DVB",
}, },
{ "LNB", { "LNB",
@ -911,7 +911,7 @@ const tPhrase Phrases[] = {
"LNB", "LNB",
"LNB", "LNB",
"LNB", "LNB",
"", // TODO "LNB",
"LNB", "LNB",
}, },
{ "CICAM", { "CICAM",
@ -921,7 +921,7 @@ const tPhrase Phrases[] = {
"CICAM", "CICAM",
"CICAM", "CICAM",
"Accès conditionnel", "Accès conditionnel",
"", // TODO "CICAM",
"CICAM", "CICAM",
}, },
{ "Recording", { "Recording",
@ -931,7 +931,7 @@ const tPhrase Phrases[] = {
"Opname", "Opname",
"A gravar", "A gravar",
"Enregistrement", "Enregistrement",
"", // TODO "Opptak",
"Nauhoita", "Nauhoita",
}, },
{ "Replay", { "Replay",
@ -941,7 +941,7 @@ const tPhrase Phrases[] = {
"Afspelen", "Afspelen",
"Replay", "Replay",
"Lecture", "Lecture",
"", // TODO "Spill av",
"Toista", "Toista",
}, },
{ "Miscellaneous", { "Miscellaneous",
@ -951,7 +951,7 @@ const tPhrase Phrases[] = {
"Overig", "Overig",
"Outros", "Outros",
"Divers", "Divers",
"", // TODO "Forskjellig",
"Sekalaista", "Sekalaista",
}, },
{ "Restart", { "Restart",
@ -961,7 +961,7 @@ const tPhrase Phrases[] = {
"Herstart", "Herstart",
"Reiniciar", "Reiniciar",
"Redémarrer", "Redémarrer",
"", // TODO "Start på nytt",
"Aloita uudelleen", "Aloita uudelleen",
}, },
// Setup parameters: // Setup parameters:
@ -982,7 +982,7 @@ const tPhrase Phrases[] = {
"Breedte", "Breedte",
"Largura", "Largura",
"Largeur", "Largeur",
"", // TODO "Bredde",
"Leveys", "Leveys",
}, },
{ "Setup.OSD$Height", { "Setup.OSD$Height",
@ -992,7 +992,7 @@ const tPhrase Phrases[] = {
"Hoogte", "Hoogte",
"Altura", "Altura",
"Hauteur", "Hauteur",
"", // TODO "Høyde",
"Korkeus", "Korkeus",
}, },
{ "Setup.OSD$Message time (s)", { "Setup.OSD$Message time (s)",
@ -1002,7 +1002,7 @@ const tPhrase Phrases[] = {
"Weergave duur van berichten (s)", "Weergave duur van berichten (s)",
"Mostrar contador (s)", "Mostrar contador (s)",
"Durée affichage écran (s)", "Durée affichage écran (s)",
"", // TODO "Tid meldinger skal vises (s)",
"Ilmoitusten näkymisaika (s)", "Ilmoitusten näkymisaika (s)",
}, },
{ "Setup.OSD$Channel info position", { "Setup.OSD$Channel info position",
@ -1012,7 +1012,7 @@ const tPhrase Phrases[] = {
"Kanaal info positie", "Kanaal info positie",
"Posição de info dos canais", "Posição de info dos canais",
"Position infos chaînes", "Position infos chaînes",
"", // TODO "Posisjon på kanalinformasjon",
"Kanavainfon sijainti", "Kanavainfon sijainti",
}, },
{ "Setup.OSD$Info on channel switch", { "Setup.OSD$Info on channel switch",
@ -1042,7 +1042,7 @@ const tPhrase Phrases[] = {
"Timers sorteren", "Timers sorteren",
"Ordenar os timers", "Ordenar os timers",
"Trier les programmations", "Trier les programmations",
"", // TODO "Sorter timere",
"Järjestä ajastimet", "Järjestä ajastimet",
}, },
{ "Setup.OSD$Recording directories", { "Setup.OSD$Recording directories",
@ -1052,7 +1052,7 @@ const tPhrase Phrases[] = {
"Opname directories", "Opname directories",
"Directorias de gravação", "Directorias de gravação",
"Dossiers d'enregistrements", "Dossiers d'enregistrements",
"", // TODO "Kataloger til opptak",
"Nauhoitushakemistot", "Nauhoitushakemistot",
}, },
{ "Setup.EPG$EPG scan timeout (h)", { "Setup.EPG$EPG scan timeout (h)",
@ -1072,7 +1072,7 @@ const tPhrase Phrases[] = {
"EPG foutcorrectieniveau", "EPG foutcorrectieniveau",
"Nível de correctção EPG", "Nível de correctção EPG",
"Niveau de correction EPG", "Niveau de correction EPG",
"", // TODO "Nivå for EPG-feilretting",
"EPG Bugfix Level", "EPG Bugfix Level",
}, },
{ "Setup.EPG$Set system time", { "Setup.EPG$Set system time",
@ -1092,7 +1092,7 @@ const tPhrase Phrases[] = {
"Gebruik transponder tijd voor systeem", "Gebruik transponder tijd voor systeem",
"Usar relógio do transponder", "Usar relógio do transponder",
"Utiliser l'heure de la chaîne", "Utiliser l'heure de la chaîne",
"", // TODO "Bruk klokke fra transponder",
"Vastaanota kellonaika lähettimeltä", "Vastaanota kellonaika lähettimeltä",
}, },
{ "Setup.DVB$Primary DVB interface", { "Setup.DVB$Primary DVB interface",
@ -1112,7 +1112,7 @@ const tPhrase Phrases[] = {
"Videoformaat", "Videoformaat",
"Formato vídeo", "Formato vídeo",
"Format vidéo", "Format vidéo",
"TV Format", "TV-Format",
"Kuvamuoto", "Kuvamuoto",
}, },
{ "Setup.LNB$SLOF (MHz)", { "Setup.LNB$SLOF (MHz)",
@ -1152,7 +1152,7 @@ const tPhrase Phrases[] = {
"DiSEqC gebruiken", "DiSEqC gebruiken",
"Utilizar DiSEqC", "Utilizar DiSEqC",
"Utiliser le DiSEqC", "Utiliser le DiSEqC",
"DiSEqC", // TODO "Bruk DiSEqC",
"Käytä DiSEqC", "Käytä DiSEqC",
}, },
{ "Setup.CICAM$CICAM DVB", { "Setup.CICAM$CICAM DVB",
@ -1172,7 +1172,7 @@ const tPhrase Phrases[] = {
"Tijd marge begin (min)", "Tijd marge begin (min)",
"Margem inicial (min)", "Margem inicial (min)",
"Marge antérieure (min)", "Marge antérieure (min)",
"Opptaks margin start (min)", "Opptaksmargin start (min)",
"Aloitusmarginaali (min)", "Aloitusmarginaali (min)",
}, },
{ "Setup.Recording$Margin at stop (min)", { "Setup.Recording$Margin at stop (min)",
@ -1182,7 +1182,7 @@ const tPhrase Phrases[] = {
"Tijd marge eind (min)", "Tijd marge eind (min)",
"Margem final (min)", "Margem final (min)",
"Marge postérieure (min)", "Marge postérieure (min)",
"Opptaks margin slutt (min)", "Opptaksmargin slutt (min)",
"Lopetusmarginaali (min)", "Lopetusmarginaali (min)",
}, },
{ "Setup.Recording$Primary limit", { "Setup.Recording$Primary limit",
@ -1192,7 +1192,7 @@ const tPhrase Phrases[] = {
"Eerste grens", "Eerste grens",
"Limite Primário", "Limite Primário",
"Première limite", "Première limite",
"Prioritets grense HovedDVB", "Prioritetsgrense HovedDVB",
"PrimaryLimit", "PrimaryLimit",
}, },
{ "Setup.Recording$Default priority", { "Setup.Recording$Default priority",
@ -1222,7 +1222,7 @@ const tPhrase Phrases[] = {
"Gebruik episode naam", "Gebruik episode naam",
"Utilizar o nome do episódio", "Utilizar o nome do episódio",
"Utiliser le nom de l'épisode", "Utiliser le nom de l'épisode",
"", // TODO "Bruk episodenavn",
"Käytä jakson nimeä", "Käytä jakson nimeä",
}, },
{ "Setup.Recording$Mark instant recording", { "Setup.Recording$Mark instant recording",
@ -1242,7 +1242,7 @@ const tPhrase Phrases[] = {
"Naam direkt-opname", "Naam direkt-opname",
"Nome de gravação rápida", "Nome de gravação rápida",
"Noms enregistr. immédiats", "Noms enregistr. immédiats",
"", // TODO "Navngi direkteopptak",
"Nimeä välitön nauh.", "Nimeä välitön nauh.",
}, },
{ "Setup.Recording$Record Dolby Digital", { "Setup.Recording$Record Dolby Digital",
@ -1252,7 +1252,7 @@ const tPhrase Phrases[] = {
"Dolby Digital geluid opnamen", "Dolby Digital geluid opnamen",
"Gravar em Dolby Digital", "Gravar em Dolby Digital",
"Enregistrer en Dolby Digital", "Enregistrer en Dolby Digital",
"", // TODO "Ta opp Dolby Digital lyd",
"Dolby Digital nauhoitus", "Dolby Digital nauhoitus",
}, },
{ "Setup.Recording$Max. video file size (MB)", { "Setup.Recording$Max. video file size (MB)",
@ -1262,8 +1262,8 @@ const tPhrase Phrases[] = {
"Maximale omvang video file (MB)", "Maximale omvang video file (MB)",
"Tamanho máximo dos ficheiros (MB)", "Tamanho máximo dos ficheiros (MB)",
"Taille maxi des fichiers (MB)", "Taille maxi des fichiers (MB)",
"", // TODO "Maksimal størrelse på videofiler (MB)",
"Maksimi tiedoston koko", "Maksimi tiedoston koko (MB)",
}, },
{ "Setup.Recording$Split edited files", { "Setup.Recording$Split edited files",
"Editierte Dateien aufteilen", "Editierte Dateien aufteilen",
@ -1272,7 +1272,7 @@ const tPhrase Phrases[] = {
"Bewerkte files opdelen", "Bewerkte files opdelen",
"Quebrar ficheiros", "Quebrar ficheiros",
"Séparer les séquences", "Séparer les séquences",
"", // TODO "Splitt redigerte filer",
"Paloittele muokatut", "Paloittele muokatut",
}, },
{ "Setup.Replay$Multi speed mode", { "Setup.Replay$Multi speed mode",
@ -1282,7 +1282,7 @@ const tPhrase Phrases[] = {
"Multi-speed mode", "Multi-speed mode",
"Modo de multi-speed", "Modo de multi-speed",
"Mode multi-vitesses", "Mode multi-vitesses",
"", // TODO "Multispeed modus",
"Moninopeustila", "Moninopeustila",
}, },
{ "Setup.Replay$Show replay mode", { "Setup.Replay$Show replay mode",
@ -1292,7 +1292,7 @@ const tPhrase Phrases[] = {
"Weergave mode aangeven", "Weergave mode aangeven",
"Mostrar modo de replay", "Mostrar modo de replay",
"Affichage mode de lecture", "Affichage mode de lecture",
"", // TODO "Vis avspillingsmodus",
"Näytä toiston tila", "Näytä toiston tila",
}, },
{ "Setup.Miscellaneous$Min. event timeout (min)", { "Setup.Miscellaneous$Min. event timeout (min)",
@ -1302,7 +1302,7 @@ const tPhrase Phrases[] = {
"Minimale event time-out (min)", "Minimale event time-out (min)",
"Período mínimo de pausa (min)", "Período mínimo de pausa (min)",
"MinEventTimeout (min)", // Too difficult to translate - read the manual! "MinEventTimeout (min)", // Too difficult to translate - read the manual!
"", // TODO "Minste hendelsespause (min)",
"Minimi tapahtuman odotus (min)", "Minimi tapahtuman odotus (min)",
}, },
{ "Setup.Miscellaneous$Min. user inactivity (min)", { "Setup.Miscellaneous$Min. user inactivity (min)",
@ -1312,7 +1312,7 @@ const tPhrase Phrases[] = {
"Minimum gebruikers inactiviteit (min)", "Minimum gebruikers inactiviteit (min)",
"Período mínimo de inactividade (min)", "Período mínimo de inactividade (min)",
"Durée minimale d'inactivité (min)", "Durée minimale d'inactivité (min)",
"", // TODO "Minimumstid med inaktivitet (min)",
"Minimi käyttäjän odotus (min)", "Minimi käyttäjän odotus (min)",
}, },
{ "Setup.Miscellaneous$SVDRP timeout (min)", { "Setup.Miscellaneous$SVDRP timeout (min)",
@ -1343,7 +1343,7 @@ const tPhrase Phrases[] = {
"MaaDinWoeDonVryZatZon", "MaaDinWoeDonVryZatZon",
"SegTerQuaQuiSexSabDom", "SegTerQuaQuiSexSabDom",
"LunMarMerJeuVenSamDim", "LunMarMerJeuVenSamDim",
"", // TODO "ManTirOnsTorFreLørSøn",
"MaaTiiKesTorPerLauSun", "MaaTiiKesTorPerLauSun",
}, },
// Learning keys: // Learning keys:
@ -1595,7 +1595,7 @@ const tPhrase Phrases[] = {
"Uitschakelen", "Uitschakelen",
"Ligar", "Ligar",
"Arrêt", "Arrêt",
"", // TODO "Power",
"Virtakytkin", "Virtakytkin",
}, },
{ "Volume+", { "Volume+",
@ -1605,7 +1605,7 @@ const tPhrase Phrases[] = {
"Volume+", "Volume+",
"Volume+", "Volume+",
"Volume+", "Volume+",
"", // TODO "Volum+",
"Äänenvoimakkuus+", "Äänenvoimakkuus+",
}, },
{ "Volume-", { "Volume-",
@ -1615,7 +1615,7 @@ const tPhrase Phrases[] = {
"Volume-", "Volume-",
"Volume-", "Volume-",
"Volume-", "Volume-",
"", // TODO "Volum-",
"Äänenvoimakkuus-", "Äänenvoimakkuus-",
}, },
{ "Mute", { "Mute",
@ -1625,7 +1625,7 @@ const tPhrase Phrases[] = {
"Geluid onderbreken", "Geluid onderbreken",
"Sem som", "Sem som",
"Coupure du son", "Coupure du son",
"", // TODO "Lyd av",
"Äänen vaimennus", "Äänen vaimennus",
}, },
// Miscellaneous: // Miscellaneous:
@ -1656,7 +1656,7 @@ const tPhrase Phrases[] = {
"boven", "boven",
"topo", "topo",
"haut", "haut",
"", // TODO "øvre",
"ylä", "ylä",
}, },
{ "bottom", { "bottom",
@ -1666,7 +1666,7 @@ const tPhrase Phrases[] = {
"onder", "onder",
"fundo", "fundo",
"bas", "bas",
"", // TODO "nedre",
"ala", "ala",
}, },
{ "Disk", { "Disk",
@ -1686,7 +1686,7 @@ const tPhrase Phrases[] = {
"vrij", "vrij",
"livre", "livre",
"restant", "restant",
"", // TODO "ledig",
"vapaa", "vapaa",
}, },
{ "Jump: ", // note the trailing blank { "Jump: ", // note the trailing blank
@ -1696,7 +1696,7 @@ const tPhrase Phrases[] = {
"Springen: ", "Springen: ",
"Saltar: ", "Saltar: ",
"Accès direct: ", "Accès direct: ",
"", // TODO "Hopp: ",
"Hyppää: ", "Hyppää: ",
}, },
{ "Volume ", // note the trailing blank { "Volume ", // note the trailing blank
@ -1706,7 +1706,7 @@ const tPhrase Phrases[] = {
"Volume ", "Volume ",
"Volume ", "Volume ",
"Volume ", "Volume ",
"", // TODO "Volum ",
"Äänenvoimakkuus ", "Äänenvoimakkuus ",
}, },
{ " Stop replaying", // note the leading blank! { " Stop replaying", // note the leading blank!
@ -1736,7 +1736,7 @@ const tPhrase Phrases[] = {
" Bewerken afbreken", " Bewerken afbreken",
" Anular modificação", " Anular modificação",
" Annuler le montage", " Annuler le montage",
" Avbryt editering", " Avbryt redigering",
" Peruuta muokkaus", " Peruuta muokkaus",
}, },
{ "Switching primary DVB...", { "Switching primary DVB...",
@ -1746,7 +1746,7 @@ const tPhrase Phrases[] = {
"Eerste DVB-kaart wordt omgeschakeld...", "Eerste DVB-kaart wordt omgeschakeld...",
"A mudar interface DVB primário...", "A mudar interface DVB primário...",
"Changement de carte DVB primaire...", "Changement de carte DVB primaire...",
"Bytter hoved DVB-enhet...", "Bytter første DVB-enhet..."
"Vaihdetaan ensisijainen vastaanotin...", "Vaihdetaan ensisijainen vastaanotin...",
}, },
{ "Up/Dn for new location - OK to move", { "Up/Dn for new location - OK to move",
@ -1776,7 +1776,7 @@ const tPhrase Phrases[] = {
"Bewerken is klaar", "Bewerken is klaar",
"Processo de modificação terminado", "Processo de modificação terminado",
"Montage terminé", "Montage terminé",
"", // TODO "Redigeringsprosess avsluttet",
"Muokkaus lopetettu", "Muokkaus lopetettu",
}, },
{ "Editing process failed!", { "Editing process failed!",
@ -1786,7 +1786,7 @@ const tPhrase Phrases[] = {
"Bewerken is mislukt!", "Bewerken is mislukt!",
"Falha no processo de modificação", "Falha no processo de modificação",
"Echec du montage!", "Echec du montage!",
"", // TODO "Feil under redigering!",
"Muokkaus epäonnistui!", "Muokkaus epäonnistui!",
}, },
{ "scanning recordings...", { "scanning recordings...",
@ -1796,7 +1796,7 @@ const tPhrase Phrases[] = {
"Doorzoeken opnames...", "Doorzoeken opnames...",
"A pesquisar gravações...", "A pesquisar gravações...",
"Recherche des enregistrements...", "Recherche des enregistrements...",
"", // TODO "Går igjennom opptakene...",
"haetaan nauhoituksia...", "haetaan nauhoituksia...",
}, },
{ NULL } { NULL }