Add 'ru_RU' and 'uk' translation of the "Git Demonstration" title

This commit is contained in:
Oleksandr Redko 2015-11-28 22:24:21 +02:00
parent 7adbd2967a
commit 4b68934ca1
2 changed files with 9 additions and 1 deletions

View file

@ -1024,6 +1024,13 @@ exports.strings = {
'uk': 'Задача'
},
///////////////////////////////////////////////////////////////////////////
'git-demonstration-title': {
'__desc__': 'title of git demonstration window',
'en_US': 'Git Demonstration',
'ru_RU': 'Git демо',
'uk' : 'Git демо'
},
///////////////////////////////////////////////////////////////////////////
'goal-to-reach': {
'__desc__': 'title of window that shoes the goal tree to reach',
'en_US': 'Goal To Reach',