Skip to content

Commit

Permalink
Merge pull request #1559 from apanasef/patch-4
Browse files Browse the repository at this point in the history
Update language.js
  • Loading branch information
MilosKozak committed Mar 27, 2016
2 parents f763f1f + 1a0e51d commit ef0249c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -2416,6 +2416,7 @@ function init() {
,fi: 'Käytä aktiivisia hiilihydraatteja laskennassa'
,nb: 'Benytt aktive karbohydrater i beregning'
,pl: 'Użyj COB do obliczenia korekty'
,ru: 'Учитывайте активные углеводы при рассчете (COB)'
}
,'Use IOB in calculation' : {
cs: 'Použij IOB ve výpočtu'
Expand All @@ -2432,6 +2433,7 @@ function init() {
,fi: 'Käytä aktiviivista insuliinia laskennassa'
,nb: 'Bruk aktivt insulin i beregningen'
,pl: 'Użyj IOB w obliczeniach'
,ru: 'Учитывайте активный инсулин при рассчете (IOB)'
}
,'Other correction' : {
cs: 'Jiná korekce'
Expand All @@ -2448,6 +2450,7 @@ function init() {
,fi: 'Muu korjaus'
,nb: 'Annen korrigering'
,pl: 'Inna korekta'
,ru: 'Иная коррекция'
}
,'Rounding' : {
cs: 'Zaokrouhlení'
Expand All @@ -2464,6 +2467,7 @@ function init() {
,fi: 'Pyöristys'
,nb: 'Avrunding'
,pl: 'Zaokrąglanie'
,ru: 'Округление'
}
,'Enter insulin correction in treatment' : {
cs: 'Zahrň inzulín do záznamu ošetření'
Expand All @@ -2480,6 +2484,7 @@ function init() {
,fi: 'Syötä insuliinikorjaus'
,nb: 'Task inn insulinkorrigering'
,pl: 'Wprowadź wartość korekty w zabiegach'
,ru: 'Введите коррекцию инсулина в лечение'
}
,'Insulin needed' : {
cs: 'Potřebný inzulín'
Expand Down

0 comments on commit ef0249c

Please sign in to comment.