mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added a missing 'w' to the allowed characters for Finnish and Swedish
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -2329,3 +2329,5 @@ Video Disk Recorder Revision History
|
|||||||
active (thanks to Javier Marcet for reporting this one).
|
active (thanks to Javier Marcet for reporting this one).
|
||||||
- Avoiding an unnecessary stop of an ongoing Transfer Mode when starting a
|
- Avoiding an unnecessary stop of an ongoing Transfer Mode when starting a
|
||||||
recording on the primary device.
|
recording on the primary device.
|
||||||
|
- Added a missing 'w' to the allowed characters for Finnish and Swedish (thanks
|
||||||
|
to Lauri Tischler and Ragnar Sundblad).
|
||||||
|
6
i18n.c
6
i18n.c
@@ -4,7 +4,7 @@
|
|||||||
* 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.132 2003/08/26 15:23:07 kls Exp $
|
* $Id: i18n.c 1.133 2003/08/26 15:27:25 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@@ -2724,11 +2724,11 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
" a<>bc<62>de<64><65><EFBFBD>fghi<68>jklmno<6E>pqrstu<74><75>vwxyz0123456789-.#~",
|
" a<>bc<62>de<64><65><EFBFBD>fghi<68>jklmno<6E>pqrstu<74><75>vwxyz0123456789-.#~",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
" abcdefghijklmnopqrstuvxyz<79><7A><EFBFBD>0123456789-.#~",
|
" abcdefghijklmnopqrstuvwxyz<EFBFBD><EFBFBD><EFBFBD>0123456789-.#~",
|
||||||
" abcdefghijklmnopqrstuvwxyz0123456789-.#~",
|
" abcdefghijklmnopqrstuvwxyz0123456789-.#~",
|
||||||
" a<>bcde<64>fghi<68>jklmn<6D>o<EFBFBD>pqrstu<74>vwxyz0123456789-.#~",
|
" a<>bcde<64>fghi<68>jklmn<6D>o<EFBFBD>pqrstu<74>vwxyz0123456789-.#~",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
" abcdefghijklmnopqrstuvxyz<79><7A><EFBFBD>0123456789-.#~",
|
" abcdefghijklmnopqrstuvwxyz<EFBFBD><EFBFBD><EFBFBD>0123456789-.#~",
|
||||||
" abcdefghijklmnopqrstuvwxyz0123456789-.#~",
|
" abcdefghijklmnopqrstuvwxyz0123456789-.#~",
|
||||||
" a<>bcde<64>fghi<68>jklmno<6E><6F>pqrstu<74><75>vwxyz0123456789-.,#~",
|
" a<>bcde<64>fghi<68>jklmno<6E><6F>pqrstu<74><75>vwxyz0123456789-.,#~",
|
||||||
" a<>bc<62>de<64><65>fghi<68>jklmno<6E>pqrstu<74>vwxyz0123456789-.,#~_<>",
|
" a<>bc<62>de<64><65>fghi<68>jklmno<6E>pqrstu<74>vwxyz0123456789-.,#~_<>",
|
||||||
|
Reference in New Issue
Block a user