summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS3
-rw-r--r--HISTORY1
-rw-r--r--i18n.c163
3 files changed, 166 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index f70d8ba1..30abdf99 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2101,3 +2101,6 @@ Alexander Riedel <alexander-riedel@t-online.de>
Jose Alberto Reguero <jareguero@telefonica.net>
for a patch that fixed part of a crash in i18n character set conversion
+
+Patrice Staudt <staudt@engsystem.net>
+ for adding full weekday names to i18n.c for plugins to use
diff --git a/HISTORY b/HISTORY
index aeb517ad..c285282b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5269,3 +5269,4 @@ Video Disk Recorder Revision History
- Fixed handling address masks in SVDRP host settings (thanks to Frank Schmirler).
- Fonts can now be created with a width that overwrites the default width (thanks
to Andreas Mair).
+- Added full weekday names to i18n.c for plugins to use (thanks to Patrice Staudt).
diff --git a/i18n.c b/i18n.c
index 168acd46..e89e8504 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.299 2007/06/23 09:27:59 kls Exp $
+ * $Id: i18n.c 1.300 2007/06/23 10:53:00 kls Exp $
*
* Translations provided by:
*
@@ -5142,6 +5142,167 @@ const tI18nPhrase Phrases[] = {
"Po �t St �t P� So Ne ",
"PztSal�arPerCumCmtPaz",
},
+ { "Monday",
+ "Montag",
+ "ponedeljek",
+ "Luned�",
+ "maandag",
+ "Segunda",
+ "Lundi",
+ "Manday",
+ "maanantai",
+ "poniedzia�ek",
+ "Lunes",
+ "�������",
+ "M�ndag",
+ "Luni",
+ "H�tf�",
+ "Dilluns",
+ "�����������",
+ "Ponedjeljak",
+ "Esmasp�ev",
+ "Mandag",
+ "Pond�l�",
+ "Pazartesi",
+ },
+ { "Tuesday",
+ "Dienstag",
+ "Torek",
+ "Marted�",
+ "Dinsdag",
+ "Ter�a",
+ "Mardi",
+ "Tirsday",
+ "Tiistai",
+ "Wtorek",
+ "Martes",
+ "�����",
+ "Tisdag",
+ "Mar�i",
+ "Kedd",
+ "Dimarts",
+ "�������",
+ "Utorak",
+ "Teisip�ev",
+ "Tirsdag",
+ "�ter�",
+ "Sal�",
+ },
+ { "Wednesday",
+ "Mittwoch",
+ "sreda",
+ "mercoled�",
+ "woensdag",
+ "Quarta",
+ "Mercredi",
+ "Onsday",
+ "Keskiviikko",
+ "�roda",
+ "Mi�rcoles",
+ "�������",
+ "Onsdag",
+ "Miercuri",
+ "Szerda",
+ "Dimecres",
+ "�����",
+ "Srijeda",
+ "Kolmap�ev",
+ "Onsdag",
+ "St�eda",
+ "�ar�amba",
+ },
+ { "Thursday",
+ "Donnerstag",
+ "�etrtek",
+ "Gioved�",
+ "Donderdag",
+ "Quinta",
+ "Jeudi",
+ "Torsdag",
+ "Torstai",
+ "Czwartek",
+ "Jueves",
+ "������",
+ "Torsdag",
+ "Joi",
+ "Cs�t�rt�k",
+ "Dijous",
+ "�������",
+ "�etvrtak",
+ "Neljap�ev",
+ "Torsdag",
+ "�tvrtek",
+ "Per�embe",
+ },
+ { "Friday",
+ "Freitag",
+ "Petek",
+ "Venerd�",
+ "Vrijdag",
+ "Sexta",
+ "Vendredi",
+ "Fredag",
+ "Perjantai",
+ "Pi�tek",
+ "Viernes",
+ "���������",
+ "Fredag",
+ "Vineri",
+ "P�ntek",
+ "Divendres",
+ "�������",
+ "Petak",
+ "Reede",
+ "Fredag",
+ "P�tek",
+ "Cuma",
+ },
+ { "Saturday",
+ "Samstag",
+ "Sobota",
+ "Sabato",
+ "Zaterdag",
+ "S�bado",
+ "Samedi",
+ "L�rdag",
+ "Lauantai",
+ "Sobota",
+ "S�bado",
+ "�������",
+ "L�rdag",
+ "S�mb�t�",
+ "Szombat",
+ "Dissabte",
+ "�������",
+ "Subota",
+ "Laup�ev",
+ "L�rdag",
+ "Sobota",
+ "Cumartesi",
+ },
+ { "Sunday",
+ "Sonntag",
+ "Nedelja",
+ "Domenica",
+ "Zondag",
+ "Domingo",
+ "Dimanche",
+ "S�ndag",
+ "Sunnuntai",
+ "Niedziela",
+ "Domingo",
+ "�������",
+ "S�ndag",
+ "Duminic�",
+ "Vas�rnap",
+ "Diumenge",
+ "�����������",
+ "Nedjelja",
+ "P�hap�ev",
+ "S�ndag",
+ "Ned�le",
+ "Pazar",
+ },
// The allowed characters in strings:
{ " abcdefghijklmnopqrstuvwxyz0123456789-.#~,/_@",
" a�bcdefghijklmno�pqrstu�vwxyz0123456789-.#~,/_@",