Changeset 5587b87fac in tspsg for ui/settingsdialog.ui
- Timestamp:
- Jun 23, 2009, 7:56:29 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 78282ec778
- Parents:
- 0621172ec1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/settingsdialog.ui
r0621172ec1 r5587b87fac 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 98</width>10 <height>1 88</height>9 <width>448</width> 10 <height>174</height> 11 11 </rect> 12 12 </property> 13 13 <property name="windowTitle"> 14 <string> Параметры</string>14 <string>Preferences</string> 15 15 </property> 16 16 <property name="windowIcon"> … … 149 149 <widget class="QGroupBox" name="groupRandomSettings"> 150 150 <property name="title"> 151 <string> Случайные значения:</string>151 <string>Random values:</string> 152 152 </property> 153 153 <layout class="QVBoxLayout"> … … 163 163 </property> 164 164 <property name="text"> 165 <string> Ми&нимум:</string>165 <string>&Minimal:</string> 166 166 </property> 167 167 <property name="buddy"> … … 176 176 </property> 177 177 <property name="statusTip"> 178 <string> Нижняя граница для генерации случайных значений</string>178 <string>Minimum for random number generation</string> 179 179 </property> 180 180 <property name="maximum"> … … 199 199 </property> 200 200 <property name="text"> 201 <string> &Максимум:</string>201 <string>Ma&ximal:</string> 202 202 </property> 203 203 <property name="buddy"> … … 212 212 </property> 213 213 <property name="statusTip"> 214 <string> Верхняя граница для генерации случайных значений</string>214 <string>Maximum for random number generation</string> 215 215 </property> 216 216 <property name="minimum"> … … 233 233 <widget class="QGroupBox" name="groupPrintSetup"> 234 234 <property name="title"> 235 <string> Настройки печати:</string>235 <string>Print settings:</string> 236 236 </property> 237 237 <layout class="QVBoxLayout" name="verticalLayout"> … … 247 247 </property> 248 248 <property name="text"> 249 <string>& Левый отступ:</string>249 <string>&Left margin:</string> 250 250 </property> 251 251 <property name="buddy"> … … 260 260 </property> 261 261 <property name="statusTip"> 262 <string> Размер отступа от левого края страницы</string>262 <string>Left border margin for page</string> 263 263 </property> 264 264 <property name="maximum"> … … 286 286 </property> 287 287 <property name="statusTip"> 288 <string> Задать цвет шрифта, используемого при печати</string>288 <string>Font color for printing</string> 289 289 </property> 290 290 <property name="text"> 291 <string>& Цвет...</string>291 <string>&Color...</string> 292 292 </property> 293 293 <property name="icon"> … … 303 303 </property> 304 304 <property name="statusTip"> 305 <string> Задать параметры шрифта, используемого при печати</string>305 <string>Font face for printing</string> 306 306 </property> 307 307 <property name="text"> 308 <string>& Шрифт...</string>308 <string>&Font...</string> 309 309 </property> 310 310 <property name="icon"> … … 327 327 </property> 328 328 <property name="statusTip"> 329 <string> Восстанавливать состояние и размеры окна после перезапуска программы</string>329 <string>Restore main window state and position on application restart</string> 330 330 </property> 331 331 <property name="text"> 332 <string> Сохранять состояние и положение главного окна</string>332 <string>Save main window state and position</string> 333 333 </property> 334 334 </widget> … … 367 367 </property> 368 368 <item> 369 <widget class="QToolButton" name="toolButton"> 369 <widget class="QToolButton" name="buttonHelp"> 370 <property name="enabled"> 371 <bool>false</bool> 372 </property> 370 373 <property name="cursor"> 371 374 <cursorShape>PointingHandCursor</cursorShape> 372 375 </property> 373 376 <property name="toolTip"> 374 <string> Справка</string>377 <string>Help</string> 375 378 </property> 376 379 <property name="statusTip"> 377 <string> Получить помощь по настройкам</string>380 <string>Get preferences help</string> 378 381 </property> 379 382 <property name="text"> 380 <string> Помощь</string>383 <string>Help</string> 381 384 </property> 382 385 <property name="icon"> … … 398 401 </property> 399 402 <property name="statusTip"> 400 <string> Наведите указатель мыши на элемент диалога, чтоб получить подсказку</string>403 <string>Hover mouse pointer over dialog elements to get additional help</string> 401 404 </property> 402 405 <property name="text"> … … 420 423 </property> 421 424 <property name="statusTip"> 422 <string> Сохранить новые параметры</string>425 <string>Save new preferences</string> 423 426 </property> 424 427 <property name="text"> … … 440 443 </property> 441 444 <property name="statusTip"> 442 <string> Закрыть окно без сохранения параметров</string>445 <string>Close without saving preferences</string> 443 446 </property> 444 447 <property name="text"> 445 <string>& Отмена</string>448 <string>&Cancel</string> 446 449 </property> 447 450 <property name="icon">
Note: See TracChangeset
for help on using the changeset viewer.