diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2009-05-03 17:15:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2009-05-03 17:15:00 +0200 |
commit | 991eda006700f1703bcec528c1ff178a4cab9048 (patch) | |
tree | 11f216938606e63027bc717e3d36668df646f474 /po/ru_RU.po | |
parent | 733a2becc44a02daf10b97d24b8a9c8b00de3964 (diff) | |
download | vdr-patch-lnbsharing-8e56c09aaa342063248259d2d6d92f165afdf06d.tar.gz vdr-patch-lnbsharing-8e56c09aaa342063248259d2d6d92f165afdf06d.tar.bz2 |
Version 1.7.7vdr-1.7.7
- The new function cDevice::GetVideoSize() returns the size and aspect ratio
of the video material currently displayed. This function is used to determine
the proper size of the OSD. Plugin authors should implement this function in
classes derived from cDevice, if they are able to replay video.
- The OSD and font sizes are now defined in percent of the actual video display
size. The maximum OSD size has been raised to 1920x1080, to allow full
screen OSD on HD systems.
- The OSD size is now automatically adjusted to the actual video display
(provided the output device implements the GetVideoSize() function).
- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
Oliver Endriss for reporting broken index generation after a buffer overflow).
Diffstat (limited to 'po/ru_RU.po')
-rw-r--r-- | po/ru_RU.po | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/po/ru_RU.po b/po/ru_RU.po index a3c19cd..a0a2555 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -493,17 +493,17 @@ msgstr "Стиль" msgid "Setup.OSD$Theme" msgstr "Тема" -msgid "Setup.OSD$Left" -msgstr "Отступ слева" +msgid "Setup.OSD$Left (%)" +msgstr "Отступ слева (%)" -msgid "Setup.OSD$Top" -msgstr "Отступ сверху" +msgid "Setup.OSD$Top (%)" +msgstr "Отступ сверху (%)" -msgid "Setup.OSD$Width" -msgstr "Ширина" +msgid "Setup.OSD$Width (%)" +msgstr "Ширина (%)" -msgid "Setup.OSD$Height" -msgstr "Высота" +msgid "Setup.OSD$Height (%)" +msgstr "Высота (%)" msgid "Setup.OSD$Message time (s)" msgstr "Длительность показа сообщений (сек)" @@ -523,14 +523,14 @@ msgstr "Мелкий фонт" msgid "Setup.OSD$Fixed font" msgstr "Фиксированный фонт" -msgid "Setup.OSD$Default font size (pixel)" -msgstr "Размер фонта для меню (pixel)" +msgid "Setup.OSD$Default font size (%)" +msgstr "Размер фонта для меню (%)" -msgid "Setup.OSD$Small font size (pixel)" -msgstr "Размер мелкого фонта (pixel)" +msgid "Setup.OSD$Small font size (%)" +msgstr "Размер мелкого фонта (%)" -msgid "Setup.OSD$Fixed font size (pixel)" -msgstr "Размер фиксированного фонта (pixel)" +msgid "Setup.OSD$Fixed font size (%)" +msgstr "Размер фиксированного фонта (%)" msgid "Setup.OSD$Channel info position" msgstr "Положение окна информации о канале" |