locale: add unit.decimal from martii-neutrino-mp

Origin commit data
------------------
Branch: ni/coolstream
Commit: 31f93c4740
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-22 (Sun, 22 Dec 2013)

Origin message was:
------------------
- locale: add unit.decimal from martii-neutrino-mp

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-12-22 01:23:50 +01:00
parent bed0567841
commit 3377a615bf
4 changed files with 4 additions and 0 deletions

View File

@@ -1947,6 +1947,7 @@ timing.volumebar Lautstärkeanzeige
unicable.lnb Unicable Eingang
unicable.qrg Unicable Frequenz
unicable.scr Unicable SCR
unit.decimal ,
unit.short.hour h
unit.short.millisecond ms
unit.short.minute min

View File

@@ -1947,6 +1947,7 @@ timing.volumebar Volume bar
unicable.lnb Unicable Input
unicable.qrg Unicable Frequency
unicable.scr Unicable SCR
unit.decimal .
unit.short.hour h
unit.short.millisecond ms
unit.short.minute min

View File

@@ -1974,6 +1974,7 @@ typedef enum
LOCALE_UNICABLE_LNB,
LOCALE_UNICABLE_QRG,
LOCALE_UNICABLE_SCR,
LOCALE_UNIT_DECIMAL,
LOCALE_UNIT_SHORT_HOUR,
LOCALE_UNIT_SHORT_MILLISECOND,
LOCALE_UNIT_SHORT_MINUTE,

View File

@@ -1974,6 +1974,7 @@ const char * locale_real_names[] =
"unicable.lnb",
"unicable.qrg",
"unicable.scr",
"unit.decimal",
"unit.short.hour",
"unit.short.millisecond",
"unit.short.minute",