diff options
author | Samuel Thibault <sthibault@debian.org> | 2011-01-10 22:49:34 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2011-01-10 22:49:34 +0000 |
commit | 1f0d03ad3baa3be617f037158be94b9634bdf60c (patch) | |
tree | 53c2d2de9c3d0e4b512f0aa098b920cfdf171ba8 /po/ru | |
parent | f80681846085e2ec2bae299d3c9112408fa0c645 (diff) | |
download | installation-guide-1f0d03ad3baa3be617f037158be94b9634bdf60c.zip |
Add keyboard-configuration/xkb-keymap preseed variable.
Diffstat (limited to 'po/ru')
-rw-r--r-- | po/ru/preseed.po | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/po/ru/preseed.po b/po/ru/preseed.po index a50e543c5..26cb23706 100644 --- a/po/ru/preseed.po +++ b/po/ru/preseed.po @@ -1402,12 +1402,14 @@ msgid "" "# Keyboard selection.\n" "#d-i console-tools/archs select at\n" "d-i console-keymaps-at/keymap select us\n" +"d-i keyboard-configuration/xkb-keymap select us\n" "# Example for a different keyboard architecture\n" "#d-i console-keymaps-usb/keymap select mac-usb-us" msgstr "" "# Выбор клавиатуры.\n" "#d-i console-tools/archs select at\n" -"d-i console-keymaps-at/keymap select us\n" +"d-i console-keymaps-at/keymap select ru\n" +"d-i keyboard-configuration/xkb-keymap select ru\n" "# Пример другой архитектуры клавиатуры\n" "#d-i console-keymaps-usb/keymap select mac-usb-us" |