diff options
Diffstat (limited to 'macosx/ru.lproj/HBAddCategoryController.strings')
-rw-r--r-- | macosx/ru.lproj/HBAddCategoryController.strings | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macosx/ru.lproj/HBAddCategoryController.strings b/macosx/ru.lproj/HBAddCategoryController.strings new file mode 100644 index 000000000..0fe9fcb32 --- /dev/null +++ b/macosx/ru.lproj/HBAddCategoryController.strings @@ -0,0 +1,15 @@ +/* Class = "NSWindow"; title = "New Category"; ObjectID = "C4G-OG-ksc"; */ +"C4G-OG-ksc.title" = "Новая категория"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "N2f-jz-YyX"; */ +"N2f-jz-YyX.title" = "Отмена"; + +/* Class = "NSTextFieldCell"; title = "untitled category"; ObjectID = "NQn-fS-Rbd"; */ +"NQn-fS-Rbd.title" = "безымянная категория"; + +/* Class = "NSTextFieldCell"; title = "Name of the new category:"; ObjectID = "Pe0-gr-Yv4"; */ +"Pe0-gr-Yv4.title" = "Название новой категории:"; + +/* Class = "NSButtonCell"; title = "Create"; ObjectID = "Z9M-dc-5Ml"; */ +"Z9M-dc-5Ml.title" = "Создать"; + |