summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS3
-rw-r--r--HISTORY5
-rw-r--r--i18n.c242
-rw-r--r--i18n.h4
4 files changed, 249 insertions, 5 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index d4ae37b7..83bf5fb0 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1134,3 +1134,6 @@ Mattias Gr�nlund <Mattias@Gronlund.net>
Uwe Hanke <uhanke@gmx.de>
for fixing some typos in the Makefile's 'font' target
+
+Mogens Elneff <mogens@elneff.dk>
+ for translating OSD texts to the Danish language
diff --git a/HISTORY b/HISTORY
index 3bbd1c3b..1a765f46 100644
--- a/HISTORY
+++ b/HISTORY
@@ -359,7 +359,7 @@ Video Disk Recorder Revision History
the EPG scanner).
- The EPG scanner now starts with the first channel (it used to start with the
second channel).
-- Reacitvated setting the PNR.
+- Reactivated setting the PNR.
- Adapted the frame scanning to the new muxing of the driver.
- The new compile time option REMOTE=NONE can be used to compile VDR without
any remote control support (for applications where it shall be controlled
@@ -3117,7 +3117,8 @@ Video Disk Recorder Revision History
learned inside the menu to avoid overwriting the date/time in the 'classic'
skin (thanks to Oliver Endriss for reporting this one).
-2004-11-02: Version 1.3.16
+2004-11-06: Version 1.3.16
- Fixed cChannel::SetName() in case only the ShortName or Provider has changed
(thanks to Sascha Volkenandt for reporting this one).
+- Added Danish language texts (thanks to Mogens Elneff).
diff --git a/i18n.c b/i18n.c
index eeece523..2f096bb2 100644
--- a/i18n.c
+++ b/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.161 2004/11/01 14:18:48 kls Exp $
+ * $Id: i18n.c 1.162 2004/11/06 10:26:52 kls Exp $
*
* Translations provided by:
*
@@ -25,6 +25,7 @@
* Russian Vyacheslav Dikonov <sdiconov@mail.ru>
* Croatian Drazen Dupor <drazen.dupor@dupor.com>
* Estonian Arthur Konovalov <kasjas@hot.ee>
+ * Danish Mogens Elneff <mogens@elneff.dk>
*
*/
@@ -98,6 +99,7 @@ const tI18nPhrase Phrases[] = {
"�������", // Russian
"Hrvatski",
"Eesti",
+ "Dansk",
},
// The character set needed for this language (this MUST be the second phrase!):
{ "iso8859-1",
@@ -119,6 +121,7 @@ const tI18nPhrase Phrases[] = {
"iso8859-5",
"iso8859-2",
"iso8859-15", // or iso8859-1 as alternative
+ "iso8859-1",
},
// The 3-letter names of the language (this MUST be the third phrase!):
{ "eng,dos",
@@ -140,6 +143,7 @@ const tI18nPhrase Phrases[] = {
"rus",
"hrv",
"est",
+ "dan",
},
// Menu titles:
{ "VDR",
@@ -161,6 +165,7 @@ const tI18nPhrase Phrases[] = {
"VDR",
"VDR",
"VDR",
+ "VDR",
},
{ "Schedule",
"Programm",
@@ -181,6 +186,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Raspored",
"Kava",
+ "Programoversigt",
},
{ "Channels",
"Kan�le",
@@ -201,6 +207,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Programi",
"Kanalid",
+ "Kanaler",
},
{ "Timers",
"Timer",
@@ -221,6 +228,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Termini",
"Taimer",
+ "Timere",
},
{ "Recordings",
"Aufzeichnungen",
@@ -241,6 +249,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Snimke",
"Salvestused",
+ "Optagelser",
},
{ "Setup",
"Einstellungen",
@@ -261,6 +270,7 @@ const tI18nPhrase Phrases[] = {
"���������",
"Konfiguracija",
"S�tted",
+ "Indstillinger",
},
{ "Commands",
"Befehle",
@@ -281,6 +291,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Naredbe",
"K�sud",
+ "Kommandoer",
},
{ "Recording commands",
"Befehle f�r Aufzeichnungen",
@@ -301,6 +312,7 @@ const tI18nPhrase Phrases[] = {
"������� ������",
"Naredbe za snimanje",
"Salvestuse k�sud",
+ "Optage kommandoer",
},
{ "Edit channel",
"Kanal editieren",
@@ -321,6 +333,7 @@ const tI18nPhrase Phrases[] = {
"�������������� ������",
"Ure�ivanje programa",
"Kanali muutmine",
+ "Rediger kanal",
},
{ "Edit timer",
"Timer editieren",
@@ -341,6 +354,7 @@ const tI18nPhrase Phrases[] = {
"��������� �������",
"Ure�ivanje termina",
"Taimeri muutmine",
+ "Rediger timer",
},
{ "Event",
"Sendung",
@@ -361,6 +375,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Emisija",
"S�ndmus",
+ "Udsendelse",
},
{ "Summary",
"Inhalt",
@@ -381,6 +396,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Sadr�aj",
"Kokkuv�te",
+ "Omtale",
},
{ "Schedule - %s",
"Programm - %s",
@@ -401,6 +417,7 @@ const tI18nPhrase Phrases[] = {
"��������� - %s",
"Raspored - %s",
"Programm - %s",
+ "Program - %s",
},
{ "What's on now?",
"Was l�uft jetzt?",
@@ -421,6 +438,7 @@ const tI18nPhrase Phrases[] = {
"������ � �����:",
"�to je trenutno na programu?",
"Hetkel eetris",
+ "Hvilket program vises nu?",
},
{ "What's on next?",
"Was l�uft als n�chstes?",
@@ -441,6 +459,7 @@ const tI18nPhrase Phrases[] = {
"����� � ���������:",
"�to slijedi?",
"J�rgmisena eetris",
+ "Hvilket n�ste program vises?",
},
// Button texts (should not be more than 10 characters!):
{ "Edit",
@@ -462,6 +481,7 @@ const tI18nPhrase Phrases[] = {
"�������������",
"Promjeni",
"Muuda",
+ "Rediger",
},
{ "New",
"Neu",
@@ -482,6 +502,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Novi",
"Uus",
+ "Ny",
},
{ "Delete",
"L�schen",
@@ -502,6 +523,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Obri�i",
"Kustuta",
+ "Slet",
},
{ "Mark",
"Markieren",
@@ -522,6 +544,7 @@ const tI18nPhrase Phrases[] = {
"�����������",
"Ozna�i",
"Siirda",
+ "Mark�r",
},
{ "On/Off",
"Ein/Aus",
@@ -542,6 +565,7 @@ const tI18nPhrase Phrases[] = {
"���/����",
"De-/Aktiviraj",
"Sees/V�ljas",
+ "Til/Fra",
},
{ "Record",
"Aufnehmen",
@@ -562,6 +586,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Snimi",
"Salvesta",
+ "Optag",
},
{ "Play",
"Wiedergabe",
@@ -582,6 +607,7 @@ const tI18nPhrase Phrases[] = {
"�������������",
"Start",
"Start",
+ "Afspil",
},
{ "Rewind",
"Anfang",
@@ -602,6 +628,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Na po�etak",
"Algusesse",
+ "Forfra",
},
{ "Button$Stop",
"Beenden",
@@ -622,6 +649,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Stop",
"Stopp",
+ "Stop",
},
{ "Resume",
"Weiter",
@@ -642,6 +670,7 @@ const tI18nPhrase Phrases[] = {
"����������",
"Nastavi",
"J�tka",
+ "Forts�t",
},
{ "Summary",
"Inhalt",
@@ -662,6 +691,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Sadr�aj",
"Kokkuv�te",
+ "Omtale",
},
{ "Open",
"�ffnen",
@@ -682,6 +712,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Otvori",
"Ava",
+ "�bn",
},
{ "Switch",
"Umschalten",
@@ -702,6 +733,7 @@ const tI18nPhrase Phrases[] = {
"�����������",
"Prebaci",
"Vali",
+ "Skift",
},
{ "Now",
"Jetzt",
@@ -722,6 +754,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Trenutno",
"N��d",
+ "Nu",
},
{ "Next",
"N�chste",
@@ -742,6 +775,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Slijedi",
"J�rgmine",
+ "N�ste",
},
{ "Button$Schedule",
"Programm",
@@ -762,6 +796,7 @@ const tI18nPhrase Phrases[] = {
"���������",
"Raspored",
"Kava",
+ "Program",
},
{ "Language",
"Sprache",
@@ -782,6 +817,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Jezik",
"Keel",
+ "Sprog",
},
{ "Eject",
"Auswerfen",
@@ -802,6 +838,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Izbaci",
"Ava",
+ "Skub ud",
},
{ "ABC/abc",
"ABC/abc",
@@ -822,6 +859,7 @@ const tI18nPhrase Phrases[] = {
"���/���",
"ABC/abc",
"ABC/abc",
+ "ABC/abc",
},
{ "Insert",
"Einf�gen",
@@ -842,6 +880,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Umetni",
"Lisa (INS)",
+ "Inds�t",
},
{ "Overwrite",
"�berschreiben",
@@ -862,6 +901,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Prepi�i",
"Asenda (OVR)",
+ "Overskriv",
},
{ "Menu",
"Men�",
@@ -882,6 +922,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Izbor",
"Men��",
+ "Menu",
},
{ "Reset",
"Reset",
@@ -902,6 +943,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Reset",
"Reset",
+ "Nulstille",
},
{ "Scan",
"Scan",
@@ -922,6 +964,7 @@ const tI18nPhrase Phrases[] = {
"�����������",
"Pretra�i",
"Uuenda",
+ "Skan",
},
// Confirmations:
{ "Delete channel?",
@@ -943,6 +986,7 @@ const tI18nPhrase Phrases[] = {
"������� �����?",
"Obrisati program?",
"Kustutan kanali?",
+ "Slet kanal?",
},
{ "Delete timer?",
"Timer l�schen?",
@@ -963,6 +1007,7 @@ const tI18nPhrase Phrases[] = {
"������� ������?",
"Obrisati termin?",
"Kustutan taimeri?",
+ "Slet timer?",
},
{ "Delete recording?",
"Aufzeichnung l�schen?",
@@ -983,6 +1028,7 @@ const tI18nPhrase Phrases[] = {
"������� ������?",
"Obrisati snimku?",
"Kustutan salvestuse?",
+ "Slet optagelse",
},
{ "Timer still recording - really delete?",
"Timer zeichnet auf - trotzdem l�schen?",
@@ -1003,6 +1049,7 @@ const tI18nPhrase Phrases[] = {
"���� ������ �� ������� - ������������� �������?",
"Jo� snimam - zaista obrisati?",
"Salvestus aktiivne - kustutan?",
+ "Timerstyret optagelse i gang - slet alligevel?",
},
{ "Stop recording?",
"Aufzeichnung beenden?",
@@ -1023,6 +1070,7 @@ const tI18nPhrase Phrases[] = {
"���������� ������?",
"Zaustaviti snimanje?",
"L�petan salvestamise?",
+ "Stop optagelse?",
},
{ "on primary interface",
"auf dem prim�ren Interface",
@@ -1043,6 +1091,7 @@ const tI18nPhrase Phrases[] = {
"�� �������� ����������",
"na primarnom ure�aju",
"peavastuv�tjal",
+ "p� prim�r enhed",
},
{ "Cancel editing?",
"Schneiden abbrechen?",
@@ -1063,6 +1112,7 @@ const tI18nPhrase Phrases[] = {
"�������� ��������������?",
"Otkazati ure�ivanje?",
"T�histan muudatuse?",
+ "Afbryd redigering?",
},
{ "Really restart?",
"Wirklich neu starten?",
@@ -1083,6 +1133,7 @@ const tI18nPhrase Phrases[] = {
"������������� �������������?",
"Zaista ponovo pokrenuti?",
"Restart?",
+ "Vil du virkelig genstarte?",
},
{ "Recording - restart anyway?",
"Aufnahme l�uft - trotzdem neu starten?",
@@ -1103,6 +1154,7 @@ const tI18nPhrase Phrases[] = {
"���� ������ - ������������� �������������?",
"Snimanje traje - svejedno restart sistema?",
"Salvestamine aktiivne - restart?",
+ "Optagelse igang - genstart alligevel?",
},
{ "Recording - shut down anyway?",
"Aufnahme l�uft - trotzdem ausschalten?",
@@ -1123,6 +1175,7 @@ const tI18nPhrase Phrases[] = {
"���� ������ - ������������� ���������?",
"Snimanje traje - svejedno isklju�iti?",
"Salvestamine aktiivne - l�litan v�lja?",
+ "Optagelse igang - sluk alligevel?",
},
{ "Recording in %d minutes, shut down anyway?",
"Aufnahme in %d Minuten - trotzdem ausschalten?",
@@ -1143,6 +1196,7 @@ const tI18nPhrase Phrases[] = {
"����� %d ����� �������� ������ - ������������� ���������?",
"Snimanje za %d minuta - svejedno isklju�iti?",
"Salvestamine algab %d minuti p�rast - l�litan v�lja?",
+ "Optagelse om %d minutter - sluk alligevel?",
},
{ "Press any key to cancel shutdown",
"Taste dr�cken um Shutdown abzubrechen",
@@ -1163,6 +1217,7 @@ const tI18nPhrase Phrases[] = {
"������� ����� ������ ����� �������� ����������.",
"Pritisnite tipku ako ne �elite ugasiti sistem",
"Vajuta suvalist klahvi v�ljal�litamise t�histamiseks",
+ "Tryk vilk�rlig tast for at annullere sluk",
},
// Channel parameters:
{ "Name",
@@ -1184,6 +1239,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Naziv",
"Nimi",
+ "Navn",
},
{ "Frequency",
"Frequenz",
@@ -1204,6 +1260,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Frekvencija",
"Sagedus",
+ "Frekvens",
},
{ "Polarization",
"Polarisation",
@@ -1224,6 +1281,7 @@ const tI18nPhrase Phrases[] = {
"�����������",
"Polarizacija",
"Polarisatsioon",
+ "Polarisation",
},
{ "Source",
"Quelle",
@@ -1244,6 +1302,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Izvor",
"Allikas",
+ "Kilde",
},
{ "Srate",
"Srate",
@@ -1264,6 +1323,7 @@ const tI18nPhrase Phrases[] = {
"����. ��������",
"Srate", // hrv
"Srate",
+ "Srate",
},
{ "Vpid",
"Vpid",
@@ -1284,6 +1344,7 @@ const tI18nPhrase Phrases[] = {
"Vpid (�����)",
"Vpid",
"Vpid",
+ "Vpid",
},
{ "Ppid",
"Ppid",
@@ -1304,6 +1365,7 @@ const tI18nPhrase Phrases[] = {
"Ppid",
"Ppid",
"Ppid",
+ "Ppid",
},
{ "Apid1",
"Apid1",
@@ -1324,6 +1386,7 @@ const tI18nPhrase Phrases[] = {
"Apid1 (����� 1)",
"Apid1", // hrv
"Apid1",
+ "Apid1",
},
{ "Apid2",
"Apid2",
@@ -1344,6 +1407,7 @@ const tI18nPhrase Phrases[] = {
"Apid2 (����� 2)",
"Apid2", // hrv
"Apid2",
+ "Apid2",
},
{ "Dpid1",
"Dpid1",
@@ -1364,6 +1428,7 @@ const tI18nPhrase Phrases[] = {
"Dpid1 (AC3 1)",
"Dpid1", // hrv
"Dpid1",
+ "Dpid1",
},
{ "Dpid2",
"Dpid2",
@@ -1384,6 +1449,7 @@ const tI18nPhrase Phrases[] = {
"Dpid2 (AC3 2)",
"Dpid2", // hrv
"Dpid2",
+ "Dpid2",
},
{ "Tpid",
"Tpid",
@@ -1404,6 +1470,7 @@ const tI18nPhrase Phrases[] = {
"Tpid (���������)",
"Tpid", // hrv
"Tpid",
+ "Tpid",
},
{ "CA",
"CA",
@@ -1424,6 +1491,7 @@ const tI18nPhrase Phrases[] = {
"CA (�������)",
"Kodiranje (CA)",
"CA",
+ "CA",
},
{ "Sid",
"Sid",
@@ -1444,6 +1512,7 @@ const tI18nPhrase Phrases[] = {
"Sid",
"Sid", // hrv
"Sid",
+ "Sid",
},
{ "Inversion",
"Inversion",
@@ -1464,6 +1533,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Inverzija",
"Inversioon",
+ "Inversion",
},
{ "Bandwidth",
"Bandwidth",
@@ -1484,6 +1554,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Bandwidth", // hrv "Pojasna �irina",
"Ribalaius",
+ "B�ndbredde",
},
{ "CoderateH",
"CoderateH",
@@ -1504,6 +1575,7 @@ const tI18nPhrase Phrases[] = {
"CoderateH",
"CoderateH", // hrv
"CoderateH",
+ "CoderateH",
},
{ "CoderateL",
"CoderateL",
@@ -1524,6 +1596,7 @@ const tI18nPhrase Phrases[] = {
"CoderateL",
"CoderateL", // hrv
"CoderateL",
+ "CoderateL",
},
{ "Modulation",
"Modulation",
@@ -1544,6 +1617,7 @@ const tI18nPhrase Phrases[] = {
"���������",
"Modulacija",
"Modulatsioon",
+ "Modulation",
},
{ "Transmission",
"Transmission",
@@ -1564,6 +1638,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Prijenos",
"Transmissioon",
+ "Transmission",
},
{ "Guard",
"Guard",
@@ -1584,6 +1659,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Za�tita",
"Guard",
+ "Guard",
},
{ "Hierarchy",
"Hierarchy",
@@ -1604,6 +1680,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"Hijerarhija",
"Hierarhia",
+ "Hierarki",
},
// Timer parameters:
{ "Active",
@@ -1625,6 +1702,7 @@ const tI18nPhrase Phrases[] = {
"�����������",
"Aktivan",
"Aktiivne",
+ "Aktiv",
},
{ "Channel",
"Kanal",
@@ -1645,6 +1723,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Program",
"Kanal",
+ "Kanal",
},
{ "Day",
"Tag",
@@ -1665,6 +1744,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Dan",
"P�ev",
+ "Dag",
},
{ "Start",
"Anfang",
@@ -1685,6 +1765,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Po�etak",
"Start",
+ "Start",
},
{ "Stop",
"Ende",
@@ -1705,6 +1786,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Kraj",
"Stopp",
+ "Stop",
},
{ "VPS",
"VPS",
@@ -1725,6 +1807,7 @@ const tI18nPhrase Phrases[] = {
"VPS ��������",
"VPS", // hrv
"VPS",
+ "VPS",
},
{ "Priority",
"Priorit�t",
@@ -1745,6 +1828,7 @@ const tI18nPhrase Phrases[] = {
"���������",
"Prioritet",
"Prioriteet",
+ "Prioritet",
},
{ "Lifetime",
"Lebensdauer",
@@ -1765,6 +1849,7 @@ const tI18nPhrase Phrases[] = {
"���� ��������",
"Trajanje",
"Eluiga",
+ "Levetid",
},
{ "File",
"Datei",
@@ -1785,6 +1870,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Datoteka",
"Fail",
+ "Fil",
},
{ "First day",
"Erster Tag",
@@ -1805,6 +1891,7 @@ const tI18nPhrase Phrases[] = {
"������ ����",
"Prvi dan",
"Esimene p�ev",
+ "F�rste dag",
},
// Error messages:
{ "Channel is being used by a timer!",
@@ -1826,6 +1913,7 @@ const tI18nPhrase Phrases[] = {
"����� ����� ��������!",
"Program je trenutno zauzet terminom za snimanje",
"Kanal on taimeri kasutuses!",
+ "Kanal anvendes af en timer!",
},
{ "Can't switch channel!",
"Kanal kann nicht umgeschaltet werden!",
@@ -1846,6 +1934,7 @@ const tI18nPhrase Phrases[] = {
"���������� ����������� �����!",
"Ne mogu prebaciti program!",
"Kanali vahetus ei ole v�imalik!",
+ "Kan ikke skifte kanal!",
},
{ "Timer is recording!",
"Timer zeichnet gerade auf!",
@@ -1866,6 +1955,7 @@ const tI18nPhrase Phrases[] = {
"���� ������ �� �������!",
"Snimanje po definiranom terminu!",
"Taimeri salvestamine!",
+ "Timer optager nu!",
},
{ "Error while accessing recording!",
"Fehler beim Ansprechen der Aufzeichnung!",
@@ -1886,6 +1976,7 @@ const tI18nPhrase Phrases[] = {
"������ ������� � ������!",
"Gre�ka pri pristupanju snimke!",
"Salvestuse taasesitus eba�nnestus!",
+ "Fejl ved l�sning af optagelse!",
},
{ "Error while deleting recording!",
"Fehler beim L�schen der Aufzeichnung!",
@@ -1906,6 +1997,7 @@ const tI18nPhrase Phrases[] = {
"������ �������� ������!",
"Gre�ka pri brisanju snimke!",
"Salvestuse kustutamine eba�nnestus!",
+ "Fejl ved sletning af optagelse!",
},
{ "*** Invalid Channel ***",
"*** Ung�ltiger Kanal ***",
@@ -1926,6 +2018,7 @@ const tI18nPhrase Phrases[] = {
"*** ������������ ����� ***",
"*** Neispravan program ***",
"*** Vigane kanal ***",
+ "*** Ugyldig kanal! ***",
},
{ "No free DVB device to record!",
"Keine freie DVB-Karte zum Aufnehmen!",
@@ -1946,6 +2039,7 @@ const tI18nPhrase Phrases[] = {
"��� ���������� DVB-���������� ��� ������!",
"Nema slobodnog DVB ure�aja za snimanje!",
"Puudub vaba DVB seade salvestamiseks!",
+ "Ingen fri DVB enhed til optagelse!",
},
{ "Channel not available!",
"Kanal nicht verf�gbar!",
@@ -1966,6 +2060,7 @@ const tI18nPhrase Phrases[] = {
"����� ����������!",
"Program nije dostupan!",
"Kanal ei ole k�ttesaadav!",
+ "Kanal er ikke tilg�ngelig!",
},
{ "Channel settings are not unique!",
"Kanaleinstellungen sind nicht eindeutig!",
@@ -1986,6 +2081,7 @@ const tI18nPhrase Phrases[] = {
"��������� ������ �� ���������!",
"Parametri programa nisu jednozna�ni!",
"Kanaliseaded ei ole unikaalsed!",
+ "Kanalindstillinger er ikke entydige!",
},
{ "Channel locked (recording)!",
"Kanal blockiert (zeichnet auf)!",
@@ -2006,6 +2102,7 @@ const tI18nPhrase Phrases[] = {
"����� ������������ (���� ������)!",
"Program blokiran (snimanje)!",
"Kanal lukus (salvestamine aktiivne)!",
+ "Kanal blokeret (optagelse i gang)",
},
{ "Can't start Transfer Mode!",
"Transfer-Mode kann nicht gestartet werden!",
@@ -2026,6 +2123,7 @@ const tI18nPhrase Phrases[] = {
"���������� �������� ����� ��������!", // ???
"Ne mogu zapo�eti 'prijenosni' na�in!",
"Siirdemooduse start eba�nnestus!",
+ "Kan ikke starte Transfer Mode!",
},
{ "No editing marks defined!",
"Keine Schnittmarken gesetzt!",
@@ -2046,6 +2144,7 @@ const tI18nPhrase Phrases[] = {
"�� ������ ����� ��� �������!",
"Nijedna prekidna to�ka nije postavljena!",
"Redigeerimise markerid puuduvad!",
+ "Der er ikke sat nogen redigeringsm�rker!",
},
{ "Can't start editing process!",
"Schnitt kann nicht gestartet werden!",
@@ -2066,6 +2165,7 @@ const tI18nPhrase Phrases[] = {
"���������� ������ ������ ������!",
"Ne mogu zapo�eti ure�ivanje!",
"Redigeerimise start eba�nnestus!",
+ "Kan ikke starte redigeringsprocessen!",
},
{ "Editing process already active!",
"Schnitt bereits aktiv!",
@@ -2086,6 +2186,7 @@ const tI18nPhrase Phrases[] = {
"������� ������������ ��� �������!",
"Ure�ivanje je ve� aktivirano!",
"Redigeerimine on juba aktiivne!",
+ "Redigeringsproces er allerede aktiv!",
},
{ "Can't shutdown - option '-s' not given!",
"Shutdown unm�glich - Option '-s' fehlt!",
@@ -2106,6 +2207,7 @@ const tI18nPhrase Phrases[] = {
"���������� ���������� - �� ����� �������� '-s'!",
"Ga�enje nemogu�e - nedostaje opcija '-s'!",
"V�ljal�litamine eba�nnestus - '-s' parameeter puudub!",
+ "Kan ikke slukke - parameter '-s' ikke angivet!",
},
{ "Low disk space!",
"Platte beinahe voll!",
@@ -2126,6 +2228,7 @@ const tI18nPhrase Phrases[] = {
"������������ ����� �� �����!",
"Nedovoljno prostora na disku",
"K�vaketas peaaegu t�is!",
+ "Kun lidt diskplads tilbage!",
},
{ "Can't open CAM menu!",
"CAM-Men� kann nicht ge�ffnet werden!",
@@ -2146,6 +2249,7 @@ const tI18nPhrase Phrases[] = {
"���� CAM-������ ����������!",
"Ne mogu otvoriti CAM izbor!",
"Ei saa avada CAM men��d!",
+ "Kan ikke �bne CAM menuen!",
},
{ "Can't reset CAM!",
"CAM-Reset fehlgeschlagen!",
@@ -2166,6 +2270,7 @@ const tI18nPhrase Phrases[] = {
"������ ����������� CAM-������!",
"Ne mogu resetirati CAM",
"CAM mooduli taask�ivitus eba�nnestus!",
+ "Kan ikke nulstille CAM!",
},
{ "CAM has been reset",
"CAM wurde zur�ckgesetzt!",
@@ -2186,6 +2291,7 @@ const tI18nPhrase Phrases[] = {
"CAM-������ �����������!",
"CAM je resetiran!",
"CAM mooduli taask�ivitus tehtud",
+ "CAM er blevet nulstillet",
},
// Setup pages:
{ "OSD",
@@ -2207,6 +2313,7 @@ const tI18nPhrase Phrases[] = {
"����",
"OSD",
"Ekraanimen��",
+ "OSD",
},
{ "EPG",
"EPG",
@@ -2227,6 +2334,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Pregled emisija (EPG)",
"EPG",
+ "EPG",
},
{ "DVB",
"DVB",
@@ -2247,6 +2355,7 @@ const tI18nPhrase Phrases[] = {
"DVB",
"DVB",
"DVB",
+ "DVB",
},
{ "LNB",
"LNB",
@@ -2267,6 +2376,7 @@ const tI18nPhrase Phrases[] = {
"���������",
"LNB",
"LNB",
+ "LNB",
},
{ "CICAM",
"CICAM",
@@ -2287,6 +2397,7 @@ const tI18nPhrase Phrases[] = {
"�������� ������",
"CICAM",
"CICAM",
+ "CICAM",
},
{ "Recording",
"Aufnahme",
@@ -2307,6 +2418,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Snimanje",
"Salvestamine",
+ "Optagelse",
},
{ "Replay",
"Wiedergabe",
@@ -2327,6 +2439,7 @@ const tI18nPhrase Phrases[] = {
"���������������",
"Reprodukcija",
"Taasesitus",
+ "Afspilning",
},
{ "Miscellaneous",
"Sonstiges",
@@ -2347,6 +2460,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Ostalo",
"Muud s�tted",
+ "Diverse",
},
{ "Plugins",
"Plugins",
@@ -2367,6 +2481,7 @@ const tI18nPhrase Phrases[] = {
"������ ����������",
"Dodaci (Plugins)",
"Laiendusmoodulid",
+ "Plugins",
},
{ "Plugin",
"Plugin",
@@ -2387,6 +2502,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Plugin",
"Laiendusmoodul",
+ "Plugin",
},
{ "Restart",
"Neustart",
@@ -2407,6 +2523,7 @@ const tI18nPhrase Phrases[] = {
"�������������",
"Restart sistema",
"Restart",
+ "Genstart",
},
// Setup parameters:
{ "Setup.OSD$Language",
@@ -2428,6 +2545,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Jezik",
"Keel",
+ "Sprog",
},
{ "Setup.OSD$Skin",
"Oberfl�che",
@@ -2448,6 +2566,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Povr�ina",
"Kest",
+ "Skin",
},
{ "Setup.OSD$Theme",
"Thema",
@@ -2468,6 +2587,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Tema",
"Teema",
+ "Tema",
},
{ "Setup.OSD$Left",
"Links",
@@ -2488,6 +2608,7 @@ const tI18nPhrase Phrases[] = {
"������ �����",
"Lijevo",
"Vasakule",
+ "Venstre",
},
{ "Setup.OSD$Top",
"Oben",
@@ -2508,6 +2629,7 @@ const tI18nPhrase Phrases[] = {
"������ ������",
"Gore",
"�lesse",
+ "Top",
},
{ "Setup.OSD$Width",
"Breite",
@@ -2528,6 +2650,7 @@ const tI18nPhrase Phrases[] = {
"������",
"�irina",
"Laius",
+ "Bredde",
},
{ "Setup.OSD$Height",
"H�he",
@@ -2548,6 +2671,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Visina",
"K�rgus",
+ "H�jde",
},
{ "Setup.OSD$Message time (s)",
"Anzeigedauer f�r Nachrichten (s)",
@@ -2568,6 +2692,7 @@ const tI18nPhrase Phrases[] = {
"������������ ������ ��������� (���)",
"Vrijeme prikaza poruka (s)",
"Kanaliteate esitusaeg (s)",
+ "Tid beskeder skal vises (s)",
},
{ "Setup.OSD$Use small font",
"Kleine Schrift benutzen",
@@ -2588,6 +2713,7 @@ const tI18nPhrase Phrases[] = {
"������������ ������ �����",
"Koristi mala slova",
"V�ikese fondi kasutamine",
+ "Anvend lille skrift",
},
{ "never",
"nie",
@@ -2608,6 +2734,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"nikada",
"mitte kunagi",
+ "aldrig",
},
{ "skin dependent",
"je nach Oberfl�che",
@@ -2628,6 +2755,7 @@ const tI18nPhrase Phrases[] = {
"�������� ����",
"ovisno o povr�ini",
"kestast s�ltuv",
+ "skin afh�ngig",
},
{ "always",
"immer",
@@ -2648,6 +2776,7 @@ const tI18nPhrase Phrases[] = {
"������",
"uvijek",
"alati",
+ "altid",
},
{ "Setup.OSD$Channel info position",
"Kanal-Info Position",
@@ -2668,6 +2797,7 @@ const tI18nPhrase Phrases[] = {
"��������� ���� ���������� � ������",
"Pozicija informacije o programu",
"Kanaliinfo asukoht",
+ "Placering af kanalinfo",
},
{ "Setup.OSD$Info on channel switch",
"Info beim Kanalwechsel",
@@ -2688,6 +2818,7 @@ const tI18nPhrase Phrases[] = {
"���������� ���������� � ������",
"Informacije kod promjene kanala",
"N�ita kanaliteadet",
+ "Info ved kanalskift",
},
{ "Setup.OSD$Scroll pages",
"Seitenweise scrollen",
@@ -2708,6 +2839,7 @@ const tI18nPhrase Phrases[] = {
"��������� ������� ����",
"Listaj po stranicama",
"Lehek�lje kerimine",
+ "Rul sider",
},
{ "Setup.OSD$Sort timers",
"Timer sortieren",
@@ -2728,6 +2860,7 @@ const tI18nPhrase Phrases[] = {
"���������� ��������",
"Sortiraj termine",
"Taimeri sorteerimine",
+ "Sorter timere",
},
{ "Setup.OSD$Recording directories",
"Aufnahmeverzeichnisse",
@@ -2748,6 +2881,7 @@ const tI18nPhrase Phrases[] = {
"�������� �������� �������",
"Imenik za snimke",
"Salvesta kausta nime",
+ "Optagelser i foldere",
},
{ "Setup.EPG$EPG scan timeout (h)",
"Zeit bis EPG Scan (h)",
@@ -2768,6 +2902,7 @@ const tI18nPhrase Phrases[] = {
"�������� ������������ �������� (�)",
"Vrijeme do EPG pregleda (h)",
"EPG skaneerimise viide (h)",
+ "Tid f�r EPG skanning (t)",
},
{ "Setup.EPG$EPG bugfix level",
"EPG Fehlerbereinigung",
@@ -2788,6 +2923,7 @@ const tI18nPhrase Phrases[] = {
"������� ��������� ������",
"Nivo popravka EPG gre�aka",
"EPG veaparanduse tase",
+ "Niveau for EPG fejlrettelse",
},
{ "Setup.EPG$EPG linger time (min)",
"Alte EPG-Daten anzeigen (min)",// TODO
@@ -2808,6 +2944,7 @@ const tI18nPhrase Phrases[] = {
"�������� ���������� ������ (���)",
"Prika�i stare EPG podatke (min)",
"Vana EPG viide (min)",
+ "Vise gammel EPG info (min)",
},
{ "Setup.EPG$Set system time",
"Systemzeit stellen",
@@ -2828,6 +2965,7 @@ const tI18nPhrase Phrases[] = {
"���������� ��������� �����",
"Podesi vrijeme sistema",
"Kella s�nkroniseerimine",
+ "Indstil system tid",
},
{ "Setup.EPG$Use time from transponder",
"Transponder f�r Systemzeit",
@@ -2848,6 +2986,7 @@ const tI18nPhrase Phrases[] = {
"������������ ����� ������������",
"Transponder za pode�avanje sata",
"Kella s�nkroniseerimise transponder",
+ "Anvend tid fra transponder",
},
{ "Setup.EPG$Preferred languages", // note the plural
"Bevorzugte Sprachen",
@@ -2868,6 +3007,7 @@ const tI18nPhrase Phrases[] = {
"�������������� �����",
"Preferirani jezici",
"Eelistatuid keeli",
+ "Foretrukne sprog",
},
{ "Setup.EPG$Preferred language", // note the singular
"Bevorzugte Sprache",
@@ -2888,6 +3028,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Preferirani jezik",
"Eelistatud keel",
+ "Foretrukket sprog",
},
{ "Setup.DVB$Primary DVB interface",
"Prim�res DVB Interface",
@@ -2908,6 +3049,7 @@ const tI18nPhrase Phrases[] = {
"�������� DVB-����������",
"Primarni DVB ure�aj",
"Esmane DVB seade",
+ "Prim�r DVB enhed",
},
{ "Setup.DVB$Video format",
"Video Format",
@@ -2928,6 +3070,7 @@ const tI18nPhrase Phrases[] = {
"������ �����",
"Video format",
"TV k�lgsuhe",
+ "Video format",
},
{ "Setup.DVB$Update channels",
"Kan�le aktualisieren",
@@ -2948,6 +3091,7 @@ const tI18nPhrase Phrases[] = {
"��������� ��������� �������",
"Aktualiziraj programe",
"Kanalite uuendamine",
+ "Opdat�r kanaler",
},
{ "names only",
"nur Namen",
@@ -2968,6 +3112,7 @@ const tI18nPhrase Phrases[] = {
"������ ��������",
"samo imena",
"ainult nimed",
+ "kun navne",
},
{ "names and PIDs",
"Namen und PIDs",
@@ -2988,6 +3133,7 @@ const tI18nPhrase Phrases[] = {
"�������� � PID�",
"imena i identifikatore (PIDs)",
"nimed ja PID-id",
+ "navne og PIDs",
},
{ "add new channels",
"neue Kan�le hinzuf�gen",
@@ -3008,6 +3154,7 @@ const tI18nPhrase Phrases[] = {
"����� ������",
"dodaj nove programe",
"lisa uued kanalid",
+ "tilf. ny kanaler",
},
{ "add new transponders",
"neue Transponder hinzuf�gen",
@@ -3028,6 +3175,7 @@ const tI18nPhrase Phrases[] = {
"���. ������������",
"dodaj nove transpondere", // hrv TODO transponderi == odasilja�i?
"lisa uued transponderid",
+ "tilf. ny transp.",
},
{ "Setup.LNB$SLOF (MHz)",
"SLOF (MHz)",
@@ -3048,6 +3196,7 @@ const tI18nPhrase Phrases[] = {
"������� ������������ (SLOF) (���)",
"Frekv. preklopa SLOF (MHz)",
"SLOF (MHz)",
+ "SLOF (MHz)",
},
{ "Setup.LNB$Low LNB frequency (MHz)",
"Untere LNB-Frequenz (MHz)",
@@ -3068,6 +3217,7 @@ const tI18nPhrase Phrases[] = {
"������ ������� ���������� (���)",
"Donja LNB frekv. (MHz)",
"Alumine (LO) LNB sagedus (MHz)",
+ "Nedre LNB frekvens (MHz)",
},
{ "Setup.LNB$High LNB frequency (MHz)",
"Obere LNB-Frequenz (MHz)",
@@ -3088,6 +3238,7 @@ const tI18nPhrase Phrases[] = {
"������� ������� ���������� (���)",
"Gornja LNB frekv. (MHz)",
"�lemine (HI) LNB sagedus (MHz)",
+ "�vre LNB frekvens (MHz)",
},
{ "Setup.LNB$Use DiSEqC",
"DiSEqC benutzen",
@@ -3108,6 +3259,7 @@ const tI18nPhrase Phrases[] = {
"������������ DiSEqC",
"Koristi DiSEqC",
"DiSEqC kasutamine",
+ "Anvend DiSEqC",
},
{ "Setup.CICAM$CICAM DVB",
"CICAM DVB",
@@ -3128,6 +3280,7 @@ const tI18nPhrase Phrases[] = {
"CAM-������ DVB",
"CICAM DVB",
"CICAM DVB",
+ "CICAM DVB",
},
{ "Setup.Recording$Margin at start (min)",
"Zeitpuffer bei Anfang (min)",
@@ -3148,6 +3301,7 @@ const tI18nPhrase Phrases[] = {
"���������� ������ ������ (���)",
"Rezerva na po�etku snimanja (min)",
"Salvestamise algusvaru (min)",
+ "Margin ved start (min)",
},
{ "Setup.Recording$Margin at stop (min)",
"Zeitpuffer bei Ende (min)",
@@ -3168,6 +3322,7 @@ const tI18nPhrase Phrases[] = {
"������������ ��������� ������ (���)",
"Rezerva na kraju (min)",
"Salvestamise l�puvaru (min)",
+ "Margin ved stop (min)",
},
{ "Setup.Recording$Primary limit",
"Prim�r-Limit",
@@ -3188,6 +3343,7 @@ const tI18nPhrase Phrases[] = {
"���. ��������� ������� ���. ����������",
"Standardno ograni�enje",
"Esmase seadme prioriteet",
+ "Prim�r gr�nse",
},
{ "Setup.Recording$Default priority",
"Default Priorit�t",
@@ -3208,6 +3364,7 @@ const tI18nPhrase Phrases[] = {
"��������� ������� �� ���������",
"Standardni prioritet",
"Vaikimisi prioriteet",
+ "Standard prioritet",
},
{ "Setup.Recording$Default lifetime (d)",
"Default Lebensdauer (d)",
@@ -3228,6 +3385,7 @@ const tI18nPhrase Phrases[] = {
"���� �������� ������ �� ��������� (�)",
"Standardno trajanje (d)",
"Salvestuse eluiga (p�evi)",
+ "Standard levetid (d)",
},
{ "Setup.Recording$Pause priority",
"Pause Priorit�t",
@@ -3248,6 +3406,7 @@ const tI18nPhrase Phrases[] = {
"��������� ����������� ���������",
"Prioritet pauze",
"Pausi prioriteet",
+ "Pause prioritet",
},
{ "Setup.Recording$Pause lifetime (d)",
"Pause Lebensdauer (d)",
@@ -3268,6 +3427,7 @@ const tI18nPhrase Phrases[] = {
"�������� ����������� ��������� (�)",
"Trajanje pauze (d)",
"Pausi eluiga (p�evi)",
+ "Pause levetid (d)",
},
{ "Setup.Recording$Use episode name",
"Episodenname verwenden",
@@ -3288,6 +3448,7 @@ const tI18nPhrase Phrases[] = {
"������������ ����� �� ��������",
"Koristi ime epizode",
"Kasuta episoodi nime",
+ "Anvend udsendelsesnavn",
},
{ "Setup.Recording$Use VPS",
"VPS benutzen",
@@ -3308,6 +3469,7 @@ const tI18nPhrase Phrases[] = {
"������������ ������� VPS",
"Koristi VPS",
"Kasuta VPS-i",
+ "Anvend VPS",
},
{ "Setup.Recording$VPS margin (s)",
"Zeitpuffer bei VPS (s)",
@@ -3328,6 +3490,7 @@ const tI18nPhrase Phrases[] = {
"�������� ����� VPS (���)",
"Vremenska rezerva kod VPS (s)",
"VPS-i algusvaru (s)",
+ "VPS margin (s)",
},
{ "Setup.Recording$Mark instant recording",
"Direktaufzeichnung markieren",
@@ -3348,6 +3511,7 @@ const tI18nPhrase Phrases[] = {
"�������� ��������� ������� ������",
"Ozna�i direktno snimanje",
"M�rgista otsesalvestusi",
+ "Mark�r direkte optagelse",
},
{ "Setup.Recording$Name instant recording",
"Direktaufzeichnung benennen",
@@ -3368,6 +3532,7 @@ const tI18nPhrase Phrases[] = {
"����� ���������� ������ �������",
"Imenuj direktno snimanje",
"Otsesalvestuse nimi",
+ "Navngiv direkte optagelse",
},
{ "Setup.Recording$Instant rec. time (min)",
"Dauer der Direktaufzeichnung (min)",
@@ -3388,6 +3553,7 @@ const tI18nPhrase Phrases[] = {
"������������ ������ ������ (���)",
"Trajanje direktnog snimanja (min)",
"Otsesalvestuse kestus (min)",
+ "L�ngde af direkte optagelse (min)",
},
{ "Setup.Recording$Record Dolby Digital",
"Dolby Digital Ton aufzeichnen",
@@ -3408,6 +3574,7 @@ const tI18nPhrase Phrases[] = {
"���������� ���� Dolby Digital",
"Snimi 'Dolby digital' ton",
"Dolby Digital salvestamine",
+ "Optag Dolby Digital lyd",
},
{ "Setup.Recording$Max. video file size (MB)",
"Max. Video Dateigr��e (MB)",
@@ -3428,6 +3595,7 @@ const tI18nPhrase Phrases[] = {
"����. ������ ���������� (��)",
"Maksimalna veli�ina datoteke (MB)",
"Maksimaalne failisuurus (MB)",
+ "Max. video filst�rrelse (MB)",
},
{ "Setup.Recording$Split edited files",
"Editierte Dateien aufteilen",
@@ -3448,6 +3616,7 @@ const tI18nPhrase Phrases[] = {
"������ ����������������� �����",
"Podijeli ure�ene datoteke",
"T�kelda redigeeritud faile",
+ "Opdel redigerede filer",
},
{ "Setup.Replay$Multi speed mode",
"MultiSpeed Modus",
@@ -3468,6 +3637,7 @@ const tI18nPhrase Phrases[] = {
"��������������� �����",
"MultiSpeed na�in",
"Multi-kiiruse moodus",
+ "Multi hastighedsmodus",
},
{ "Setup.Replay$Show replay mode",
"Wiedergabestatus anzeigen",
@@ -3488,6 +3658,7 @@ const tI18nPhrase Phrases[] = {
"���������� ����� ���������������", // ???
"Prika�i na�in prikazivanja",
"Korduse moodus",
+ "Vis afspilningsmodus",
},
{ "Setup.Replay$Resume ID",
"Wiedergabe ID",
@@ -3508,6 +3679,7 @@ const tI18nPhrase Phrases[] = {
"ID ���������������", // ???
"ID nastavka",
"J�tkamise ID",
+ "Genoptagelses ID",
},
{ "Setup.Miscellaneous$Min. event timeout (min)",
"Mindest Event Pause (min)",
@@ -3528,6 +3700,7 @@ const tI18nPhrase Phrases[] = {
"���. ����� �������� ������� (���)",
"Najmanje vrijeme pauze",
"Min. s�ndmuse kestus (min)",
+ "Mindste h�ndelsespause (min)",
},
{ "Setup.Miscellaneous$Min. user inactivity (min)",
"Mindest Benutzer-Inaktivit�t (min)",
@@ -3548,6 +3721,7 @@ const tI18nPhrase Phrases[] = {
"���. ����� �������� ����� (���)",
"Najmanje vrijeme neaktivnosti (min)",
"Min. kasutaja tegevusetus (min)",
+ "Min. bruger inaktivitet (min)",
},
{ "Setup.Miscellaneous$SVDRP timeout (s)",
"SVDRP Timeout (s)",
@@ -3568,6 +3742,7 @@ const tI18nPhrase Phrases[] = {
"�������� ������ ����. SVDRP (���)",
"SVDRP vrijeme neaktivnosti",
"SVDRP ooteaeg (s)",
+ "SVDRP timeout (s)",
},
{ "Setup.Miscellaneous$Zap timeout (s)",
"Zap Timeout (s)",
@@ -3588,6 +3763,7 @@ const tI18nPhrase Phrases[] = {
"�������� ������������ ������ (���)",
"",// hrv TODO
"Kanalivahetuse ooteaeg (s)",
+ "Zap timeout (s)",
},
// The days of the week:
{ "MTWTFSS",
@@ -3609,6 +3785,7 @@ const tI18nPhrase Phrases[] = {
"���ǿ��",
"PUS�PSN", // hrv
"ETKNRLP",
+ "MTOTFLS",
},
{ "MonTueWedThuFriSatSun", // must all be 3 letters!
"MonDieMitDonFreSamSon",
@@ -3629,6 +3806,7 @@ const tI18nPhrase Phrases[] = {
"��ݲ�������ҿ����Ѳ��",
"PonUtoSri�etPetSubNed", // hrv
" E T K N R L P ",
+ "ManTirOnsTorFreL�rS�n",
},
// The allowed characters in strings:
{ " abcdefghijklmnopqrstuvwxyz0123456789-.#~",
@@ -3650,6 +3828,7 @@ const tI18nPhrase Phrases[] = {
" abcdefghijklmnopqrstuvwxyz��������������������������������0123456789-.#~",
" abc��d�efghijklmnopqrs�tuvwxyz�0123456789-.#~", // hrv
" abcdefghijklmnopqrs�z�tuvw����xy�0123456789-.#~",
+ " abcdefghijklmnopqrstuvwxyz���0123456789-.#~",
},
// Learning keys:
{ "Learning Remote Control Keys",
@@ -3671,6 +3850,7 @@ const tI18nPhrase Phrases[] = {
"���� ����� ������ ������",
"U�enje k�da daljinskog upravlja�a",
"Kaugjuhtimispuldi �petamine",
+ "L�rer fjernbetjeningstaster",
},
{ "Phase 1: Detecting RC code type",
"Phase 1: FB Code feststellen",
@@ -3691,6 +3871,7 @@ const tI18nPhrase Phrases[] = {
"��� 1: ����������� ���� ���� ������",
"Faza 1: detektiranje k�da daljinskog upravlja�a.",
"Aste 1: Koodeerimiss�steemi tuvastamine",
+ "Fase 1: Detekterer fjernbetjenings-kodetype",
},
{ "Press any key on the RC unit",
"Eine Taste auf der FB dr�cken",
@@ -3711,6 +3892,7 @@ const tI18nPhrase Phrases[] = {
"������� ����� ������ �� ������",
"Pritisnite tipku na daljinskom upravlja�u",
"Vajuta puldil suvalist klahvi",
+ "Tryk vilk�rlig tast p� fjernbetjeningen",
},
{ "RC code detected!",
"FB Code erkannt!",
@@ -3731,6 +3913,7 @@ const tI18nPhrase Phrases[] = {
"��������� ��� ������!",
"K�d daljinskog upravlja�a je prepoznat!",
"Koodeerimiss�steem tuvastatud!",
+ "Fjernbetjenings-kodetype fundet!",
},
{ "Do not press any key...",
"Keine Taste dr�cken...",
@@ -3751,6 +3934,7 @@ const tI18nPhrase Phrases[] = {
"�� ��������� ������...",
"Ne pritiskajte tipku...",
"�ra vajuta puldil �htki klahvi...",
+ "Tryk ikke p� nogen tast...",
},
{ "Phase 2: Learning specific key codes",
"Phase 2: Einzelne Tastencodes lernen",
@@ -3771,6 +3955,7 @@ const tI18nPhrase Phrases[] = {
"��� 2: ������� ����� ��������� ������",
"Faza 2: U�enje posebnih k�dova",
"Aste 2: Klahvide �petamine",
+ "Fase 2: L�r individuelle tast koder",
},
{ "Press key for '%s'",
"Taste f�r '%s' dr�cken",
@@ -3791,6 +3976,7 @@ const tI18nPhrase Phrases[] = {
"������� ������ '%s'",
"Pritisnite tipku za '%s'",
"Vajuta klahvile '%s'",
+ "Tryk tasten for '%s'",
},
{ "Press 'Up' to confirm",
"'Auf' dr�cken zum Best�tigen",
@@ -3811,6 +3997,7 @@ const tI18nPhrase Phrases[] = {
"������� '�����' ����� �����������",
"Pritisnite 'Gore' za potvrdu",
"Kinnitamiseks vajuta '�les'",
+ "Tryk 'Op' for at bekr�fte",
},
{ "Press 'Down' to continue",
"'Ab' dr�cken zum Weitermachen",
@@ -3831,6 +4018,7 @@ const tI18nPhrase Phrases[] = {
"������� '����' ����� ����������",
"Pritisnite 'Dolje' za nastavak",
"J�tkamiseks vajuta 'Alla'",
+ "Tryk 'Ned' for at forts�tte",
},
{ "(press 'Up' to go back)",
"('Auf' dr�cken um zur�ckzugehen)",
@@ -3851,6 +4039,7 @@ const tI18nPhrase Phrases[] = {
"(������� '�����' ����� ���������)",
"(pritisnite 'Gore' za nazad)",
"(tagasiminekuks vajuta '�les')",
+ "(tryk 'Op' for at g� tilbage)",
},
{ "(press 'Down' to end key definition)",
"('Ab' dr�cken zum Beenden)",
@@ -3871,6 +4060,7 @@ const tI18nPhrase Phrases[] = {
"(������� '����' ����� ��������� ��������� ������)",
"(pritisnite 'Dolje' za kraj)",
"(l�petamiseks vajuta 'Alla')",
+ "(tryk 'Ned' for at afslutte indl�ringen)",
},
{ "(press 'Menu' to skip this key)",
"('Men�' dr�cken zum �berspringen)",
@@ -3891,6 +4081,7 @@ const tI18nPhrase Phrases[] = {
"(������� '����' ����� ���������� ������)",
"pritisnite 'Izbor' da presko�ite ovu tipku",
"(selle klahvi vahelej�tmiseks vajuta 'Men��')",
+ "(tryk 'Menu' for at springe denne tast over)",
},
{ "Phase 3: Saving key codes",
"Phase 3: Codes abspeichern",
@@ -3911,6 +4102,7 @@ const tI18nPhrase Phrases[] = {
"��� 3: ����������� ����� ������",
"Faza 3: Spremanje k�dova tipki",
"Aste 3: Klavhikoodide salvestamine",
+ "Fase 3: Gemmer tast koder",
},
{ "Press 'Up' to save, 'Down' to cancel",
"'Auf' speichert, 'Ab' bricht ab",
@@ -3931,6 +4123,7 @@ const tI18nPhrase Phrases[] = {
"������� '�����' ����� ���������, '����' ����� ����������",
"'Gore' za potvrdu, 'Dolje' za prekid",
"Salvestamiseks vajuta '�les' ja katkestamiseks 'Alla'",
+ "Tryk 'Op' for at gemme, 'Ned' for at annullere",
},
// Key names:
{ "Up",
@@ -3952,6 +4145,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Gore",
"�les",
+ "Op",
},
{ "Down",
"Ab",
@@ -3972,6 +4166,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Dolje",
"Alla",
+ "Ned",
},
{ "Menu",
"Men�",
@@ -3992,6 +4187,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Izbor",
"Men��",
+ "Menu",
},
{ "Ok",
"Ok",
@@ -4012,6 +4208,7 @@ const tI18nPhrase Phrases[] = {
"Ok",
"Ok",
"Ok",
+ "Ok",
},
{ "Back",
"Zur�ck",
@@ -4032,6 +4229,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Nazad",
"Tagasi",
+ "Tilbage",
},
{ "Left",
"Links",
@@ -4052,6 +4250,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Lijevo",
"Vasakule",
+ "Venstre",
},
{ "Right",
"Rechts",
@@ -4072,6 +4271,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Desno",
"Paremale",
+ "H�jre",
},
{ "Red",
"Rot",
@@ -4092,6 +4292,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Crveno",
"Punane",
+ "R�d",
},
{ "Green",
"Gr�n",
@@ -4112,6 +4313,7 @@ const tI18nPhrase Phrases[] = {
"�������",
"Zeleno",
"Roheline",
+ "Gr�n",
},
{ "Yellow",
"Gelb",
@@ -4132,6 +4334,7 @@ const tI18nPhrase Phrases[] = {
"������",
"�uto",
"Kollane",
+ "Gul",
},
{ "Blue",
"Blau",
@@ -4152,6 +4355,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Plavo",
"Sinine",
+ "Bl�",
},
{ "Play",
"Wiedergabe",
@@ -4172,6 +4376,7 @@ const tI18nPhrase Phrases[] = {
"���������������",
"Start",
"Start",
+ "Afspil",
},
{ "Pause",
"Pause",
@@ -4192,6 +4397,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Pauza",
"Paus",
+ "Pause",
},
{ "Stop",
"Stop",
@@ -4212,6 +4418,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Stop",
"Stopp",
+ "Stop",
},
{ "Record",
"Aufnehmen",
@@ -4232,6 +4439,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Snimaj",
"Salvestamine",
+ "Optag",
},
{ "FastFwd",
"Vorlauf",
@@ -4252,6 +4460,7 @@ const tI18nPhrase Phrases[] = {
"������",
"Naprijed",
"Edasikerimine",
+ "Spol fremad",
},
{ "FastRew",
"R�cklauf",
@@ -4272,6 +4481,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"Nazad",
"Tagasikerimine",
+ "Spol tilbage",
},
{ "Power",
"Ausschalten",
@@ -4292,6 +4502,7 @@ const tI18nPhrase Phrases[] = {
"���������",
"Isklju�i",
"Toide",
+ "Sluk",
},
{ "Channel+",
"Kanal+",
@@ -4312,6 +4523,7 @@ const tI18nPhrase Phrases[] = {
"����� +",
"Program +",
"Kanal+",
+ "Kanal+",
},
{ "Channel-",
"Kanal-",
@@ -4332,6 +4544,7 @@ const tI18nPhrase Phrases[] = {
"����� -",
"Program -",
"Kanal-",
+ "Kanal-",
},
{ "Volume+",
"Lautst�rke+",
@@ -4352,6 +4565,7 @@ const tI18nPhrase Phrases[] = {
"��������� +",
"Glasnije", // hrv "Glasnocca +"
"Helitugevus+",
+ "Lydstyrke+",
},
{ "Volume-",
"Lautst�rke-",
@@ -4372,6 +4586,7 @@ const tI18nPhrase Phrases[] = {
"��������� -",
"Ti�e", // hrv Glasnocca -"
"Helitugevus-",
+ "Lydstyrke-",
},
{ "Mute",
"Stumm",
@@ -4392,6 +4607,7 @@ const tI18nPhrase Phrases[] = {
"��������� ����",
"Bez zvuka",
"H��letu",
+ "Sluk lyd",
},
// Miscellaneous:
{ "yes",
@@ -4413,6 +4629,7 @@ const tI18nPhrase Phrases[] = {
"��",
"da",
"jah",
+ "ja",
},
{ "no",
"nein",
@@ -4433,6 +4650,7 @@ const tI18nPhrase Phrases[] = {
"���",
"ne",
"ei",
+ "nej",
},
{ "off",
"aus",
@@ -4453,6 +4671,7 @@ const tI18nPhrase Phrases[] = {
"����",
"ugasi",
"v�lja",
+ "fra",
},
{ "none",
"keine",
@@ -4473,6 +4692,7 @@ const tI18nPhrase Phrases[] = {
"������",
"nijedan",
"t�hi",
+ "ingen",
},
{ "auto",
"auto",
@@ -4493,6 +4713,7 @@ const tI18nPhrase Phrases[] = {
"����",
"automatski",
"automaatne",
+ "automatisk",
},
{ "top",
"oben",
@@ -4513,6 +4734,7 @@ const tI18nPhrase Phrases[] = {
"������",
"gore",
"�leval",
+ "top",
},
{ "bottom",
"unten",
@@ -4533,6 +4755,7 @@ const tI18nPhrase Phrases[] = {
"�����",
"dolje",
"all",
+ "bund",
},
{ "Disk",
"Disk",
@@ -4553,6 +4776,7 @@ const tI18nPhrase Phrases[] = {
"����",
"Disk",
"Ketas",
+ "Disk",
},
{ "free",
"frei",
@@ -4573,6 +4797,7 @@ const tI18nPhrase Phrases[] = {
"��������",
"slobodno",
"vaba",
+ "fri",
},
{ "Jump: ", // note the trailing blank
"Springen: ",
@@ -4593,6 +4818,7 @@ const tI18nPhrase Phrases[] = {
"�������: ",
"Sko�i: ",
"H�pe: ",
+ "Hop: ",
},
{ "Volume ", // note the trailing blank
"Lautst�rke ",
@@ -4613,6 +4839,7 @@ const tI18nPhrase Phrases[] = {
"��������� ",
"Glasno�a ",
"Helitugevus ",
+ "Lydstyrke ",
},
{ " Stop replaying", // note the leading blank!
" Wiedergabe beenden",
@@ -4633,6 +4860,7 @@ const tI18nPhrase Phrases[] = {
" ���������� ���������������",
" Prekini reprodukciju",
" L�peta kordus",
+ " Stop afspilning",
},
{ " Stop recording ", // note the leading and trailing blanks!
" Aufzeichnung beenden ",
@@ -4653,6 +4881,7 @@ const tI18nPhrase Phrases[] = {
" ���������� ������ ",
" Prekini snimanje ",
" L�peta salvestamine ",
+ " Stop optagelse ",
},
{ " Cancel editing", // note the leading blank!
" Schneiden abbrechen",
@@ -4673,6 +4902,7 @@ const tI18nPhrase Phrases[] = {
" �������� ������ ������",
" Prekini ure�ivanje",
" Katkesta monteerimine",
+ " Afbryd redigering",
},
{ "Switching primary DVB...",
"Prim�res Interface wird umgeschaltet...",
@@ -4693,6 +4923,7 @@ const tI18nPhrase Phrases[] = {
"����� ��������� DVB-����������...",
"Preklapanje primarnog DVB ure�aja...",
"Esmase DVB seadme �mberl�litus...",
+ "Skifter prim�r DVB enhed...",
},
{ "Up/Dn for new location - OK to move",
"Auf/Ab f�r neue Position - dann OK",
@@ -4713,6 +4944,7 @@ const tI18nPhrase Phrases[] = {
"��������� \"�����\"/\"����\" ��� ������ �������, � ����� \"OK\"",
"Gore/Dolje na novu poziciju - zatim OK",
"'�les/Alla' uus asukoht - 'OK' kinnitus",
+ "Op/Ned for ny placering - OK for at flytte",
},
{ "Editing process started",
"Schnitt gestartet",
@@ -4733,6 +4965,7 @@ const tI18nPhrase Phrases[] = {
"����� ������ ������",
"Rezanje je zapo�eto",
"Redigeerimine algas",
+ "Redigeringsproces startet",
},
{ "Editing process finished",
"Schnitt beendet",
@@ -4753,6 +4986,7 @@ const tI18nPhrase Phrases[] = {
"������ �������",
"Rezanje zavr�eno",
"Redigeerimine on l�petatud",
+ "Redigeringsproces afsluttet",
},
{ "Editing process failed!",
"Schnitt gescheitert!",
@@ -4773,6 +5007,7 @@ const tI18nPhrase Phrases[] = {
"������ �� ����� ������� ������!",
"Rezanje neuspje�no!",
"Redigeerimine eba�nnestus",
+ "Redigeringsproces fejlede!",
},
{ "scanning recordings...",
"Aufzeichnungen werden durchsucht...",
@@ -4793,6 +5028,7 @@ const tI18nPhrase Phrases[] = {
"������������ �������...",
"pretra�ivanje snimljenog...",
"salvestuste skaneerimine...",
+ "skanner optagelser...",
},
{ "Pausing live video...",
"Live-Signal wird angehalten...",
@@ -4813,6 +5049,7 @@ const tI18nPhrase Phrases[] = {
"����� ����������� ���������...",
"Zaustavljanje �ivog signala...",
"Saate edastamise peatamine...",
+ "Pausere live udsendelse...",
},
{ "This plugin has no setup parameters!",
"Dieses Plugin hat keine Setup-Parameter!",
@@ -4833,6 +5070,7 @@ const tI18nPhrase Phrases[] = {
"������ �� ����� ���������� ���������!",
"Ovaj dodatak (Plugin) nema parametara!",
"Sellel laienudusmoodulil ei ole seadeid!",
+ "Denne plugin har ingen parametre",
},
{ "Classic VDR",
"Klassischer VDR",
@@ -4853,6 +5091,7 @@ const tI18nPhrase Phrases[] = {
"������������",
"Klasi�cni VDR",
"Klassikaline VDR",
+ "Klassisk VDR",
},
{ "ST:TNG Panels",
"ST:TNG Konsolen",
@@ -4873,6 +5112,7 @@ const tI18nPhrase Phrases[] = {
"ST:TNG ������",
"ST:TNG Konzole",
"ST:TNG konsool",
+ "ST:TNG konsol",
},
{ NULL }
};
diff --git a/i18n.h b/i18n.h
index b28511a8..5bd9f17f 100644
--- a/i18n.h
+++ b/i18n.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.h 1.13 2004/10/16 11:50:41 kls Exp $
+ * $Id: i18n.h 1.14 2004/11/06 10:26:52 kls Exp $
*/
#ifndef __I18N_H
@@ -12,7 +12,7 @@
#include <stdio.h>
-const int I18nNumLanguages = 19;
+const int I18nNumLanguages = 20;
typedef const char *tI18nPhrase[I18nNumLanguages];