mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 09:59:43 +00:00
* Ukrainian translations * Typo fixes. Kudos to @troyane * Fix typo in DEFAULT_GROUP_NAME * Fix typos Applied fixes in Localizable.strings, MainMenu.strings, PasswordCreatorView.strings, PluginPreferences.strings. Co-authored-by: Nazar Gerasymchuk <troyan3@gmail.com>
19 lines
721 B
Plaintext
19 lines
721 B
Plaintext
|
|
/* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */
|
|
"3.title" = "Відімкнути";
|
|
|
|
/* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */
|
|
"18.title" = "Файл ключа";
|
|
|
|
/* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */
|
|
"269.title" = "Помилковий пароль!";
|
|
|
|
/* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */
|
|
"339.placeholderString" = "Введіть пароль";
|
|
|
|
/* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */
|
|
"IU9-5u-jn9.title" = "Пароль";
|
|
|
|
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */
|
|
"erj-mR-UyO.title" = "Скасувати";
|