mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Improved enhanced string editing
This commit is contained in:
15
i18n.c
15
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.80 2002/04/13 10:42:48 kls Exp $
|
||||
* $Id: i18n.c 1.81 2002/04/16 16:02:49 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net> and Matjaz Thaler <matjaz.thaler@guest.arnes.si>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -1638,6 +1638,19 @@ const tPhrase Phrases[] = {
|
||||
"PonWtoSroCzwPiaSobNie",
|
||||
"LunMarMieJueVieSabDom",
|
||||
},
|
||||
// The allowed characters in strings:
|
||||
{ " abcdefghijklmnopqrstuvwxyz0123456789-.#~",
|
||||
" a<>bcdefghijklmno<6E>pqrstu<74>vwxyz0123456789-.#~",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
" a<>bcde<64>fghi<68>jklmn<6D>o<EFBFBD>pqrstu<74>vwxyz0123456789-.#~",
|
||||
},
|
||||
// Learning keys:
|
||||
{ "Learning Remote Control Keys",
|
||||
"Fernbedienungs-Codes lernen",
|
||||
|
Reference in New Issue
Block a user