mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Version 1.2.0
- Completed Greek language texts (thanks to Dimitrios Dimitrakos).
- Completed Polish language texts (thanks to Michael Rakowski).
- Added a note about NPTL ("Native Posix Thread Library") to the INSTALL file
  (thanks to Jon Burgess for pointing this out).
- Some corrections to the Finnish OSD texts (thanks to Jaakko Hyvätti).
- Officially released as version 1.2.0.
			
			
This commit is contained in:
		@@ -708,3 +708,6 @@ Antonio Ospite <ospite@studenti.unina.it>
 | 
			
		||||
Karim Afifi <karim.afifi@free.fr>
 | 
			
		||||
 for reporting a problem with breaking off replay in case the user presses "Play"
 | 
			
		||||
 or "Pause" too soon after going into "Pause live video" mode
 | 
			
		||||
 | 
			
		||||
Jon Burgess <mplayer@jburgess.uklinux.net>
 | 
			
		||||
 for pointing out a problem with NPTL ("Native Posix Thread Library")
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										9
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								HISTORY
									
									
									
									
									
								
							@@ -2225,3 +2225,12 @@ Video Disk Recorder Revision History
 | 
			
		||||
- Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt).
 | 
			
		||||
- Fixed a possible access of invalid file handles in cSIProcessor::Action()
 | 
			
		||||
  (thanks to Stefan Huelswitt).
 | 
			
		||||
 | 
			
		||||
2003-06-01: Version 1.2.0
 | 
			
		||||
 | 
			
		||||
- Completed Greek language texts (thanks to Dimitrios Dimitrakos).
 | 
			
		||||
- Completed Polish language texts (thanks to Michael Rakowski).
 | 
			
		||||
- Added a note about NPTL ("Native Posix Thread Library") to the INSTALL file
 | 
			
		||||
  (thanks to Jon Burgess for pointing this out).
 | 
			
		||||
- Some corrections to the Finnish OSD texts (thanks to Jaakko Hyv<79>tti).
 | 
			
		||||
- Officially released as version 1.2.0.
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								INSTALL
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								INSTALL
									
									
									
									
									
								
							@@ -4,6 +4,16 @@ Installation of the Video Disk Recorder
 | 
			
		||||
Version 1.2
 | 
			
		||||
-----------
 | 
			
		||||
 | 
			
		||||
IMPORTANT NOTE:
 | 
			
		||||
---------------
 | 
			
		||||
 | 
			
		||||
VDR currently doesn't work with NPTL ("Native Posix Thread Library").
 | 
			
		||||
Either don't use NPTL, or set the environment variable
 | 
			
		||||
 | 
			
		||||
  LD_ASSUME_KERNEL=2.4.1
 | 
			
		||||
  
 | 
			
		||||
before running VDR.
 | 
			
		||||
 | 
			
		||||
Compiling and running the program:
 | 
			
		||||
----------------------------------
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								config.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								config.h
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
			
		||||
 * See the main source file 'vdr.c' for copyright information and
 | 
			
		||||
 * how to reach the author.
 | 
			
		||||
 *
 | 
			
		||||
 * $Id: config.h 1.162 2003/05/29 12:17:37 kls Exp $
 | 
			
		||||
 * $Id: config.h 1.163 2003/05/31 09:10:58 kls Exp $
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef __CONFIG_H
 | 
			
		||||
@@ -19,7 +19,7 @@
 | 
			
		||||
#include "device.h"
 | 
			
		||||
#include "tools.h"
 | 
			
		||||
 | 
			
		||||
#define VDRVERSION  "1.2.0pre1"
 | 
			
		||||
#define VDRVERSION  "1.2.0"
 | 
			
		||||
#define VDRVERSNUM   10200  // Version * 10000 + Major * 100 + Minor
 | 
			
		||||
 | 
			
		||||
#define MAXPRIORITY 99
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										90
									
								
								i18n.c
									
									
									
									
									
								
							
							
						
						
									
										90
									
								
								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.122 2003/05/29 10:38:51 kls Exp $
 | 
			
		||||
 * $Id: i18n.c 1.125 2003/06/01 08:49:47 kls Exp $
 | 
			
		||||
 *
 | 
			
		||||
 * Translations provided by:
 | 
			
		||||
 *
 | 
			
		||||
@@ -217,9 +217,9 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Commandes d'enregistrement",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Tallennuskomennot",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Rozkazy Nagran",
 | 
			
		||||
    "<EFBFBD>rdenes de grabaci<63>n",
 | 
			
		||||
    "Entoles gia egrafes",// TODO
 | 
			
		||||
    "Entoles gia egrafes",
 | 
			
		||||
    "Inspelningskommandon",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "",// TODO
 | 
			
		||||
@@ -677,7 +677,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Ins<EFBFBD>rt",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Lis<EFBFBD><EFBFBD>",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Wstawiac",
 | 
			
		||||
    "Insertar",
 | 
			
		||||
    "Isodos",
 | 
			
		||||
    "Infoga",
 | 
			
		||||
@@ -694,7 +694,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "<EFBFBD>craser",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Korvaa",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Przepisac",
 | 
			
		||||
    "Sobreescribir",
 | 
			
		||||
    "Epanagrafi",
 | 
			
		||||
    "Skriv <20>ver",
 | 
			
		||||
@@ -728,7 +728,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "R<EFBFBD>initialisation",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Alusta",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Reset",
 | 
			
		||||
    "Reiniciar",
 | 
			
		||||
    "Epanafora",
 | 
			
		||||
    "<EFBFBD>terst<EFBFBD>ll",
 | 
			
		||||
@@ -765,7 +765,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Poistetaanko ajastin?",
 | 
			
		||||
    "Usunac timer?",
 | 
			
		||||
    "<EFBFBD>Eliminar timer?",
 | 
			
		||||
    "Diagrafi programmitismou?",
 | 
			
		||||
    "Diagrafi programmatismou?",
 | 
			
		||||
    "Ta bort timern?",
 | 
			
		||||
    "Sterg timer-ul?",
 | 
			
		||||
    "Felv<EFBFBD>tel beprogramoz<6F>s<EFBFBD>nak t<>rl<72>se?",
 | 
			
		||||
@@ -850,7 +850,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Perutaanko muokkaus?",
 | 
			
		||||
    "Zakonczyc montaz?",
 | 
			
		||||
    "<EFBFBD>Cancelar modificaci<63>n?",
 | 
			
		||||
    "Akirosi kopsimatos?",
 | 
			
		||||
    "Akirosi epexsergasias?",
 | 
			
		||||
    "Avbryta redigeringen?",
 | 
			
		||||
    "Opresc editarea?",
 | 
			
		||||
    "V<EFBFBD>g<EFBFBD>st befejezni?",
 | 
			
		||||
@@ -1002,9 +1002,9 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Source",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "L<EFBFBD>hde",
 | 
			
		||||
    "Zrodlo",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Pigi",//TODO
 | 
			
		||||
    "Pigi",
 | 
			
		||||
    "K<EFBFBD>lla",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "",//TODO
 | 
			
		||||
@@ -1189,7 +1189,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Bande passante",
 | 
			
		||||
    "Bandwidth",
 | 
			
		||||
    "Kaistanleveys",
 | 
			
		||||
    "Bandwidth",
 | 
			
		||||
    "Szerokosc pasma",
 | 
			
		||||
    "Bandwidth",
 | 
			
		||||
    "Bandwidth",
 | 
			
		||||
    "Bandbredd",
 | 
			
		||||
@@ -1240,7 +1240,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Modulation",
 | 
			
		||||
    "Modulation",
 | 
			
		||||
    "Modulaatio",
 | 
			
		||||
    "Modulation",
 | 
			
		||||
    "Modulacja",
 | 
			
		||||
    "Modulation",
 | 
			
		||||
    "Modulation",
 | 
			
		||||
    "Modulation",
 | 
			
		||||
@@ -1257,7 +1257,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Transmission",
 | 
			
		||||
    "Transmission",
 | 
			
		||||
    "L<EFBFBD>hetystila",
 | 
			
		||||
    "Transmission",
 | 
			
		||||
    "Transmisja",
 | 
			
		||||
    "Transmission",
 | 
			
		||||
    "Transmission",
 | 
			
		||||
    "Transmission",
 | 
			
		||||
@@ -1291,7 +1291,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Hierarchie",
 | 
			
		||||
    "Hierarchy",
 | 
			
		||||
    "Hierarkia",
 | 
			
		||||
    "Hierarchy",
 | 
			
		||||
    "Hierachia",
 | 
			
		||||
    "Hierarchy",
 | 
			
		||||
    "Hierarchy",
 | 
			
		||||
    "Hierarchy",
 | 
			
		||||
@@ -1582,7 +1582,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Cha<EFBFBD>ne non disponible!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Kanava ei ole k<>ytett<74>viss<73>!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Kanal jest niedostepny!",
 | 
			
		||||
    "!Canal no disponible!",
 | 
			
		||||
    "To kanali den ine diathesimo",
 | 
			
		||||
    "Kanalen ej tillg<6C>nglig!",
 | 
			
		||||
@@ -1599,9 +1599,9 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Caract<EFBFBD>ristiques des cha<68>nes ne sont pas uniques",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Kanava-asetukset eiv<69>t ole yksil<69>lliset!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Nastawy kanalu sa niejednoznaczne!",
 | 
			
		||||
    "!Propiedades de canal duplicadas!",
 | 
			
		||||
    "Ta kanalia stin lista den ine monadika!",
 | 
			
		||||
    "Oi rithmiseis tou kanaliou simpiptoun me allo!",
 | 
			
		||||
    "Kanalinst<EFBFBD>llningarna <20>r ej unika!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "",//TODO
 | 
			
		||||
@@ -1618,7 +1618,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Kanava lukittu (tallennus k<>ynniss<73>)!",
 | 
			
		||||
    "Kanal zablokowany (nagrywanie w toku)!",
 | 
			
		||||
    "<EFBFBD>Canal bloqueado (grabando)!",
 | 
			
		||||
    "To kanali ine klidomeno (Ginete egrafi)!",
 | 
			
		||||
    "To kanali ine apasxolimeno (Ginete egrafi)!",
 | 
			
		||||
    "Kanalen <20>r l<>st (inspelning p<>g<EFBFBD>r)!",
 | 
			
		||||
    "Canal blocat (inregistrare)!",
 | 
			
		||||
    "Csatorna hozz<7A>f<EFBFBD>rhetetlen (felv<6C>tel)!",
 | 
			
		||||
@@ -1650,9 +1650,9 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Pas de marques d'<27>dition d<>finies!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Brak znakow montazowych!",
 | 
			
		||||
    "Muokkausmerkinn<EFBFBD>t puuttuvat",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Den exoun oristei simeia gia epexsergasia",
 | 
			
		||||
    "Det finns inga redigeringsm<73>rken",//TODO
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "",//TODO
 | 
			
		||||
@@ -1735,7 +1735,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Impossible d'ouvrir le menu CAM!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Salausmoduulin valikko ei saatavilla",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "CAM-Menu niedostepne!",
 | 
			
		||||
    "<EFBFBD>No pudeo acceder al men<65> de la CAM!",
 | 
			
		||||
    "Den mpori na aniksi to CAM menou!",
 | 
			
		||||
    "Det g<>r inte att <20>ppna CAM menyn!",
 | 
			
		||||
@@ -1752,7 +1752,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Impossible de r<>initialiser la CAM!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Salausmoduulin alustus ep<65>onnistui!",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Nieudany CAM-Reset!",
 | 
			
		||||
    "<EFBFBD>No puedo reiniciar la CAM!",
 | 
			
		||||
    "Adinato na gini epanafora sto CAM",
 | 
			
		||||
    "Kan inte <20>terst<73>lla CAM!",
 | 
			
		||||
@@ -1769,7 +1769,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "La CAM a <20>t<EFBFBD> r<>initialis<69>e",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Salausmoduuli alustettu",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "CAM-Reset wykonany!",
 | 
			
		||||
    "CAM reiniciada",
 | 
			
		||||
    "Sto CAM egine apanafora",
 | 
			
		||||
    "CA modulen har <20>terst<73>llts",
 | 
			
		||||
@@ -1922,7 +1922,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Plugins",
 | 
			
		||||
    "Plugins",
 | 
			
		||||
    "Plugins",
 | 
			
		||||
    "Laajennukset",
 | 
			
		||||
    "Laajennokset",
 | 
			
		||||
    "Plugins",
 | 
			
		||||
    "Plugins",
 | 
			
		||||
    "Plugins",
 | 
			
		||||
@@ -1939,7 +1939,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Plugin",
 | 
			
		||||
    "Plugin",
 | 
			
		||||
    "Plugin",
 | 
			
		||||
    "Laajennus",
 | 
			
		||||
    "Laajennos",
 | 
			
		||||
    "Plugin",
 | 
			
		||||
    "Plugin",
 | 
			
		||||
    "Plugin",
 | 
			
		||||
@@ -2400,7 +2400,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Priorit<EFBFBD> des pauses",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Keskeytyksen prioriteetti",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Priorytet przerwy",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Prioritet f<>r direktinspelning",
 | 
			
		||||
@@ -2417,7 +2417,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Dur<EFBFBD>e de vie des pauses (j)",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Keskeytyksen elinik<69> (d)",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Okres trwania przerwy (d)",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Livstid f<>r direktinspelning (dagar)",
 | 
			
		||||
@@ -2485,7 +2485,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Dur<EFBFBD>e enregistr. imm<6D>diat (min)",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Pikatallennuksen kesto (min)",
 | 
			
		||||
    "",//TODO
 | 
			
		||||
    "Dlugosc bezposredniego nagrania (min)",
 | 
			
		||||
    "Tiempo de grabaci<63>n instant<6E>nea (min)",
 | 
			
		||||
    "Stigmiees egrafes xronos (lepta)",
 | 
			
		||||
    "Direktinspelning l<>ngd (min)",
 | 
			
		||||
@@ -2587,7 +2587,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "ID de reprise",
 | 
			
		||||
    "Resume ID",// TODO
 | 
			
		||||
    "Tallenteen paluutunniste",
 | 
			
		||||
    "Resume ID",// TODO
 | 
			
		||||
    "ID odtwarzania",
 | 
			
		||||
    "Continuar ID",
 | 
			
		||||
    "Resume ID",// TODO
 | 
			
		||||
    "<EFBFBD>teruppta ID",
 | 
			
		||||
@@ -2691,7 +2691,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    " a<>bc<62>de<64><65><EFBFBD>fghi<68>jklmno<6E>pqrstu<74><75>vwxyz0123456789-.#~",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    " abcdefghijklmnopqrstuvxyz<79><7A><EFBFBD>0123456789-.#~",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    " abcdefghijklmnopqrstuvwxyz0123456789-.#~",
 | 
			
		||||
    " a<>bcde<64>fghi<68>jklmn<6D>o<EFBFBD>pqrstu<74>vwxyz0123456789-.#~",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    " abcdefghijklmnopqrstuvxyz<79><7A><EFBFBD>0123456789-.#~",
 | 
			
		||||
@@ -2896,7 +2896,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "('Menu' pour passer cette touche)",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "n<EFBFBD>pp<EFBFBD>imen puuttuessa paina 'Valikko'",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "(Nacisnac 'Menu' by ominac klawisz)",
 | 
			
		||||
    "Pulse 'Menu' para saltarse esta tecla",
 | 
			
		||||
    "Pata 'Menou' gia prosperasi aftou tou pliktrou",
 | 
			
		||||
    "Tryck 'Meny' f<>r att hoppa <20>ver denna knapp.",
 | 
			
		||||
@@ -3135,7 +3135,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Lecture",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Toista",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Odtworzenie",
 | 
			
		||||
    "Reproducir",
 | 
			
		||||
    "Anametadosi",
 | 
			
		||||
    "Spela upp",
 | 
			
		||||
@@ -3152,7 +3152,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Pause",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Keskeyt<EFBFBD>",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Przerwa",
 | 
			
		||||
    "Pausa",
 | 
			
		||||
    "Dialima",
 | 
			
		||||
    "Pausa",
 | 
			
		||||
@@ -3169,7 +3169,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Stop",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Lopeta",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Stop",
 | 
			
		||||
    "Parar",
 | 
			
		||||
    "Terma",
 | 
			
		||||
    "Stoppa",
 | 
			
		||||
@@ -3186,7 +3186,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Enregistrement",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Tallenna",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Nagrywac",
 | 
			
		||||
    "Grabar",
 | 
			
		||||
    "Egrafi",
 | 
			
		||||
    "Spela in",
 | 
			
		||||
@@ -3203,7 +3203,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Avance rapide",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Pikakelaus >>",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Naprzod",
 | 
			
		||||
    "Adelante r<>pido",
 | 
			
		||||
    "Girisma mprosta",
 | 
			
		||||
    "Snabbspolning fram<61>t",
 | 
			
		||||
@@ -3220,7 +3220,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Retour rapide",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Pikakelaus <<",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Wstecz",
 | 
			
		||||
    "Atr<EFBFBD>s r<>pido",
 | 
			
		||||
    "Girisma piso",
 | 
			
		||||
    "Snabbspolning bak<61>t",
 | 
			
		||||
@@ -3254,7 +3254,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Cha<EFBFBD>ne+",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Kanava +",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Kanal+",
 | 
			
		||||
    "Canal +",
 | 
			
		||||
    "Kanali+",
 | 
			
		||||
    "Kanal+",
 | 
			
		||||
@@ -3271,7 +3271,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Cha<EFBFBD>ne-",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Kanava -",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Kanal-",
 | 
			
		||||
    "Canal -",
 | 
			
		||||
    "Kanali-",
 | 
			
		||||
    "Kanal-",
 | 
			
		||||
@@ -3374,7 +3374,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "pois",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "wyl.",
 | 
			
		||||
    "off",
 | 
			
		||||
    "klisto",
 | 
			
		||||
    "av",
 | 
			
		||||
@@ -3391,7 +3391,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "aucun",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "tyhj<EFBFBD>",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "zaden",
 | 
			
		||||
    "ninguno",
 | 
			
		||||
    "kanena",
 | 
			
		||||
    "ingen",
 | 
			
		||||
@@ -3408,7 +3408,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "auto",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "auto",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "auto",
 | 
			
		||||
    "auto",
 | 
			
		||||
    "aftomato",
 | 
			
		||||
    "automatisk",
 | 
			
		||||
@@ -3680,7 +3680,7 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "Pause de l'<27>mission en direct...",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Keskeytet<EFBFBD><EFBFBD>n l<>hetys...",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Zatrzymany program biezacy...",
 | 
			
		||||
    "Emisi<EFBFBD>n en directo parada...",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Pausar direktinspelningen",
 | 
			
		||||
@@ -3696,8 +3696,8 @@ const tI18nPhrase Phrases[] = {
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "Ce plugin n'a pas de param<61>tres!",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "T<EFBFBD>ll<EFBFBD> laajennuksella ei ole asetuksia!",
 | 
			
		||||
    "",// TODO
 | 
			
		||||
    "T<EFBFBD>ll<EFBFBD> laajennoksella ei ole asetuksia!",
 | 
			
		||||
    "Ten plugin niema parametrow!",
 | 
			
		||||
    "Este plugin no admite configuraci<63>n",
 | 
			
		||||
    "Afto to plugin den exi parametrous",
 | 
			
		||||
    "Den h<>r modulen har inga parametrar",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user