diff options
author | Damiano Galassi <[email protected]> | 2019-10-06 14:23:43 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-10-06 14:23:43 +0200 |
commit | 9340cbe1ec63856bac49597c5a439e3e74175a81 (patch) | |
tree | e226671d2bedf803a024c3cf137bb5083d050602 /macosx/ru.lproj/HBTitleSelection.strings | |
parent | 1e69b047b935ae2841f5d49c95e5c90521626341 (diff) |
MacGui: add Russian localization and update the others after the video view changes.
Diffstat (limited to 'macosx/ru.lproj/HBTitleSelection.strings')
-rw-r--r-- | macosx/ru.lproj/HBTitleSelection.strings | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/macosx/ru.lproj/HBTitleSelection.strings b/macosx/ru.lproj/HBTitleSelection.strings new file mode 100644 index 000000000..b4e712ea0 --- /dev/null +++ b/macosx/ru.lproj/HBTitleSelection.strings @@ -0,0 +1,45 @@ +/* Class = "NSTableColumn"; headerCell.title = "Title"; ObjectID = "4XY-C0-SwE"; */ +"4XY-C0-SwE.headerCell.title" = "Заголовок"; + +/* Class = "NSTextFieldCell"; title = "Select the titles to add to the queue:"; ObjectID = "5tD-fg-g4t"; */ +"5tD-fg-g4t.title" = "Выберите заголовки для добавления в очередь:"; + +/* Class = "NSTableColumn"; headerCell.title = "Duration"; ObjectID = "a6r-ky-REh"; */ +"a6r-ky-REh.headerCell.title" = "Продолжительность"; + +/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "dsG-Ho-vsT"; */ +"dsG-Ho-vsT.title" = "Table View Cell"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ +"F0z-JX-Cv5.title" = "Окно"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Fcv-FE-8Fv"; */ +"Fcv-FE-8Fv.title" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "FQY-Ye-g0f"; */ +"FQY-Ye-g0f.headerCell.title" = "Название"; + +/* Class = "NSTextFieldCell"; title = "0"; ObjectID = "hQc-RA-phB"; */ +"hQc-RA-phB.title" = "0"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "jHg-nh-9NJ"; */ +"jHg-nh-9NJ.title" = "Отмена"; + +/* Class = "NSButtonCell"; title = "Check"; ObjectID = "JqJ-5C-Yhw"; */ +"JqJ-5C-Yhw.title" = "Выбрать"; + +/* Class = "NSButtonCell"; title = "Check"; ObjectID = "k84-a6-eZ7"; */ +"k84-a6-eZ7.title" = "Выбрать"; + +/* Class = "NSButtonCell"; title = "Add"; ObjectID = "mOe-XL-tl1"; */ +"mOe-XL-tl1.title" = "Добавить"; + +/* Class = "NSMenuItem"; title = "Deselect All"; ObjectID = "PXF-7D-BKR"; */ +"PXF-7D-BKR.title" = "Снять выделение"; + +/* Class = "CocoaBindingsConnection"; ibShadowedDisplayPattern = "%{value1}@"; ObjectID = "xTt-zi-wf0"; */ +"xTt-zi-wf0.ibShadowedDisplayPattern" = "%{value1}@"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "zwi-rc-q6x"; */ +"zwi-rc-q6x.title" = "Text Cell"; + |