~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to ideintf/languages/objinspstrconsts.zh_CN.po

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
#: objinspstrconsts.fesfetitle
157
157
#, fuzzy
158
 
#| msgid "Edit Fields"
159
 
msgid "Edit Fields..."
 
158
#| msgid "Edit Fields..."
 
159
msgid "Edit Fields ..."
160
160
msgstr "编辑字段"
161
161
 
162
162
#: objinspstrconsts.fesfieldcantbec
264
264
msgid "Set value"
265
265
msgstr "设置值"
266
266
 
267
 
#: objinspstrconsts.lisoem1
268
 
msgid "OEM 1"
269
 
msgstr ""
270
 
 
271
 
#: objinspstrconsts.lisoem2
272
 
msgid "OEM 2"
273
 
msgstr ""
274
 
 
275
 
#: objinspstrconsts.lisoem3
276
 
msgid "OEM 3"
277
 
msgstr ""
278
 
 
279
 
#: objinspstrconsts.lisoem4
280
 
msgid "OEM 4"
281
 
msgstr ""
282
 
 
283
 
#: objinspstrconsts.lisoem5
284
 
msgid "OEM 5"
285
 
msgstr ""
286
 
 
287
 
#: objinspstrconsts.lisoem6
288
 
msgid "OEM 6"
289
 
msgstr ""
290
 
 
291
 
#: objinspstrconsts.lisoem7
292
 
msgid "OEM 7"
293
 
msgstr ""
294
 
 
295
 
#: objinspstrconsts.lisoem8
296
 
msgid "OEM 8"
297
 
msgstr ""
298
 
 
299
 
#: objinspstrconsts.lisoemcomma
300
 
msgid "OEM comma"
301
 
msgstr ""
302
 
 
303
 
#: objinspstrconsts.lisoemminus
304
 
msgid "OEM minus"
305
 
msgstr ""
306
 
 
307
 
#: objinspstrconsts.lisoemperiod
308
 
msgid "OEM period"
309
 
msgstr ""
310
 
 
311
 
#: objinspstrconsts.lisoemplus
312
 
msgid "OEM plus"
313
 
msgstr ""
314
 
 
315
267
#: objinspstrconsts.nbcesaddpage
316
 
msgid "Add page"
 
268
#, fuzzy
 
269
#| msgid "Add page"
 
270
msgid "Add Page"
317
271
msgstr "添加页面"
318
272
 
319
273
#: objinspstrconsts.nbcesdeletepage
320
 
msgid "Delete page"
 
274
#, fuzzy
 
275
#| msgid "Delete page"
 
276
msgid "Delete Page"
321
277
msgstr "删除页面"
322
278
 
323
279
#: objinspstrconsts.nbcesinsertpage
324
 
msgid "Insert page"
 
280
#, fuzzy
 
281
#| msgid "Insert page"
 
282
msgid "Insert Page"
325
283
msgstr "插入页面"
326
284
 
327
285
#: objinspstrconsts.nbcesmovepageleft
328
 
msgid "Move page left"
 
286
#, fuzzy
 
287
#| msgid "Move page left"
 
288
msgid "Move Page Left"
329
289
msgstr "左移页面"
330
290
 
331
291
#: objinspstrconsts.nbcesmovepageright
332
 
msgid "Move page right"
 
292
#, fuzzy
 
293
#| msgid "Move page right"
 
294
msgid "Move Page Right"
333
295
msgstr "右移页面"
334
296
 
335
297
#: objinspstrconsts.nbcesshowpage
336
 
msgid "Show page ..."
 
298
#, fuzzy
 
299
#| msgid "Show page ..."
 
300
msgid "Show Page"
337
301
msgstr "显示页面 ..."
338
302
 
339
303
#: objinspstrconsts.oicoleditadd
373
337
msgstr "动作"
374
338
 
375
339
#: objinspstrconsts.oisactionlistcomponenteditor
376
 
msgid "Action&List Editor..."
 
340
msgid "Action&List Editor ..."
377
341
msgstr ""
378
342
 
379
343
#: objinspstrconsts.oisactionlisteditor
419
383
msgstr "添加(&A)"
420
384
 
421
385
#: objinspstrconsts.oiscancel
 
386
#, fuzzy
 
387
#| msgid "&Cancel"
422
388
msgctxt "objinspstrconsts.oiscancel"
423
 
msgid "&Cancel"
 
389
msgid "Cancel"
424
390
msgstr "取消(&C)"
425
391
 
426
392
#: objinspstrconsts.oiscategory
428
394
msgstr "分类"
429
395
 
430
396
#: objinspstrconsts.oiscdelete
431
 
msgctxt "objinspstrconsts.oiscdelete"
432
 
msgid "&Delete"
433
 
msgstr "删除(&E)"
 
397
msgid "Delete?"
 
398
msgstr ""
434
399
 
435
400
#: objinspstrconsts.oischar
436
401
msgid "Char"
558
523
msgid "Float"
559
524
msgstr "Float"
560
525
 
 
526
#: objinspstrconsts.oishelp
 
527
msgid "&Help"
 
528
msgstr ""
 
529
 
561
530
#: objinspstrconsts.oisimagelistcomponenteditor
562
 
msgid "I&mageList Editor..."
 
531
msgid "I&mageList Editor ..."
563
532
msgstr ""
564
533
 
565
534
#: objinspstrconsts.oisincompatibleidentifier
570
539
msgid "Incompatible Method"
571
540
msgstr "方法不兼容"
572
541
 
573
 
#: objinspstrconsts.oisindexoutofbounds
574
 
msgid "Index out of bounds"
575
 
msgstr ""
576
 
 
577
542
#: objinspstrconsts.oisinputmask
578
543
msgid "Input Mask:"
579
544
msgstr "输入掩码:"
619
584
msgstr "载入图像"
620
585
 
621
586
#: objinspstrconsts.oismasks
622
 
msgid "Masks..."
 
587
#, fuzzy
 
588
#| msgid "Masks..."
 
589
msgid "Masks ..."
623
590
msgstr "掩码..."
624
591
 
625
592
#: objinspstrconsts.oismethod
635
602
msgstr ""
636
603
 
637
604
#: objinspstrconsts.oismoveup
 
605
msgctxt "objinspstrconsts.oismoveup"
638
606
msgid "Move &Up"
639
607
msgstr ""
640
608
 
650
618
msgid "(none)"
651
619
msgstr "(没有)"
652
620
 
653
 
#: objinspstrconsts.oisnotsupported
654
 
msgid "not supported"
655
 
msgstr ""
656
 
 
657
621
#: objinspstrconsts.oisobject
658
622
msgid "Object"
659
623
msgstr "对象"
806
770
msgstr "Strings 编辑对话框"
807
771
 
808
772
#: objinspstrconsts.oistdactcolorselect1headline
809
 
msgid "Select &Color..."
 
773
#, fuzzy
 
774
#| msgid "Select &Color..."
 
775
msgid "Select &Color ..."
810
776
msgstr "选择颜色(&C)"
811
777
 
812
778
#: objinspstrconsts.oistdactcolorselecthint
988
954
msgstr "退出"
989
955
 
990
956
#: objinspstrconsts.oistdactfileopenheadline
991
 
msgid "&Open..."
 
957
#, fuzzy
 
958
#| msgid "&Open..."
 
959
msgid "&Open ..."
992
960
msgstr "打开(&O)..."
993
961
 
994
962
#: objinspstrconsts.oistdactfileopenhint
1001
969
msgstr "Ctrl+O"
1002
970
 
1003
971
#: objinspstrconsts.oistdactfileopenwithheadline
1004
 
msgid "Open with..."
 
972
msgid "Open with ..."
1005
973
msgstr ""
1006
974
 
1007
975
#: objinspstrconsts.oistdactfileopenwithhint
1009
977
msgstr ""
1010
978
 
1011
979
#: objinspstrconsts.oistdactfilesaveasheadline
1012
 
msgid "Save &As..."
 
980
#, fuzzy
 
981
#| msgid "Save &As..."
 
982
msgid "Save &As ..."
1013
983
msgstr "另存为(&A)"
1014
984
 
1015
985
#: objinspstrconsts.oistdactfilesaveashint
1017
987
msgstr "另存为"
1018
988
 
1019
989
#: objinspstrconsts.oistdactfonteditheadline
1020
 
msgid "Select &Font..."
 
990
#, fuzzy
 
991
#| msgid "Select &Font..."
 
992
msgid "Select &Font ..."
1021
993
msgstr "选择字体(&F)"
1022
994
 
1023
995
#: objinspstrconsts.oistdactfontedithint
1057
1029
msgstr "查找最前"
1058
1030
 
1059
1031
#: objinspstrconsts.oistdactsearchfindheadline
1060
 
msgid "&Find..."
 
1032
#, fuzzy
 
1033
#| msgid "&Find..."
 
1034
msgid "&Find ..."
1061
1035
msgstr "查找(&F)"
1062
1036
 
1063
1037
#: objinspstrconsts.oistdactsearchfindhint
1089
1063
msgstr "替换"
1090
1064
 
1091
1065
#: objinspstrconsts.oistestdialog
1092
 
msgid "Test dialog..."
 
1066
#, fuzzy
 
1067
#| msgid "Test dialog..."
 
1068
msgid "Test dialog ..."
1093
1069
msgstr "测试对话框..."
1094
1070
 
1095
1071
#: objinspstrconsts.oistestinput
1226
1202
msgstr "节编辑器"
1227
1203
 
1228
1204
#: objinspstrconsts.sccsiledtadd
1229
 
msgid "Add..."
 
1205
#, fuzzy
 
1206
#| msgid "Add ..."
 
1207
msgid "&Add ..."
1230
1208
msgstr "添加..."
1231
1209
 
1232
1210
#: objinspstrconsts.sccsiledtadjustment
1234
1212
msgstr "调整"
1235
1213
 
1236
1214
#: objinspstrconsts.sccsiledtapply
 
1215
#, fuzzy
 
1216
#| msgid "Apply"
1237
1217
msgctxt "objinspstrconsts.sccsiledtapply"
1238
 
msgid "Apply"
 
1218
msgid "&Apply"
1239
1219
msgstr "应用"
1240
1220
 
1241
1221
#: objinspstrconsts.sccsiledtcaption
1247
1227
msgstr "中心"
1248
1228
 
1249
1229
#: objinspstrconsts.sccsiledtclear
 
1230
#, fuzzy
 
1231
#| msgid "Clear"
1250
1232
msgctxt "objinspstrconsts.sccsiledtclear"
1251
 
msgid "Clear"
 
1233
msgid "&Clear"
1252
1234
msgstr "清除"
1253
1235
 
1254
1236
#: objinspstrconsts.sccsiledtcrop
1256
1238
msgstr "裁剪"
1257
1239
 
1258
1240
#: objinspstrconsts.sccsiledtdelete
 
1241
#, fuzzy
 
1242
#| msgid "Delete"
1259
1243
msgctxt "objinspstrconsts.sccsiledtdelete"
1260
 
msgid "Delete"
 
1244
msgid "&Delete"
1261
1245
msgstr "删除"
1262
1246
 
1263
1247
#: objinspstrconsts.sccsiledtgrplcaption
1269
1253
msgstr "选择的图像"
1270
1254
 
1271
1255
#: objinspstrconsts.sccsiledtmovedown
 
1256
#, fuzzy
 
1257
#| msgid "Move Down"
1272
1258
msgctxt "objinspstrconsts.sccsiledtmovedown"
1273
 
msgid "Move Down"
 
1259
msgid "Move D&own"
1274
1260
msgstr "下移"
1275
1261
 
1276
1262
#: objinspstrconsts.sccsiledtmoveup
 
1263
#, fuzzy
 
1264
#| msgid "Move Up"
1277
1265
msgctxt "objinspstrconsts.sccsiledtmoveup"
1278
 
msgid "Move Up"
 
1266
msgid "Move &Up"
1279
1267
msgstr "上移"
1280
1268
 
1281
1269
#: objinspstrconsts.sccsiledtnone
1291
1279
msgstr "透明的颜色"
1292
1280
 
1293
1281
#: objinspstrconsts.sccsiledtsave
 
1282
#, fuzzy
 
1283
#| msgid "Save ..."
1294
1284
msgctxt "objinspstrconsts.sccsiledtsave"
1295
 
msgid "Save..."
 
1285
msgid "&Save ..."
1296
1286
msgstr "保存..."
1297
1287
 
1298
1288
#: objinspstrconsts.sccsiledtsaveall
1299
 
msgid "Save All..."
 
1289
#, fuzzy
 
1290
#| msgid "Save All..."
 
1291
msgid "Save All ..."
1300
1292
msgstr "全部保存..."
1301
1293
 
1302
1294
#: objinspstrconsts.sccsiledtsavedialog
1313
1305
 
1314
1306
#: objinspstrconsts.sccslvedt
1315
1307
#, fuzzy
1316
 
#| msgid "Edit ListView Items..."
 
1308
#| msgid "Edit Items..."
1317
1309
msgctxt "objinspstrconsts.sccslvedt"
1318
 
msgid "Edit Items..."
 
1310
msgid "Edit Items ..."
1319
1311
msgstr "编辑 ListView 标签..."
1320
1312
 
1321
1313
#: objinspstrconsts.sccslvedtapply
1372
1364
msgstr "新建子项"
1373
1365
 
1374
1366
#: objinspstrconsts.sccsmaskeditor
1375
 
msgid "Edit Mask Editor..."
 
1367
#, fuzzy
 
1368
#| msgid "Edit Mask Editor..."
 
1369
msgid "Edit Mask Editor ..."
1376
1370
msgstr "掩码编辑器"
1377
1371
 
1378
1372
#: objinspstrconsts.sccssbeditpanels
1380
1374
msgstr "面板编辑器"
1381
1375
 
1382
1376
#: objinspstrconsts.sccssgedt
1383
 
msgid "Edit StringGrid..."
 
1377
#, fuzzy
 
1378
#| msgid "Edit StringGrid..."
 
1379
msgid "Edit StringGrid ..."
1384
1380
msgstr "编辑 StringGrid..."
1385
1381
 
1386
1382
#: objinspstrconsts.sccssgedtapply
1401
1397
msgstr "String 网格"
1402
1398
 
1403
1399
#: objinspstrconsts.sccssgedtload
1404
 
msgid "Load..."
 
1400
#, fuzzy
 
1401
#| msgid "Load..."
 
1402
msgid "Load ..."
1405
1403
msgstr "载入..."
1406
1404
 
1407
1405
#: objinspstrconsts.sccssgedtmoverowscols
1414
1412
msgstr "打开"
1415
1413
 
1416
1414
#: objinspstrconsts.sccssgedtsave
 
1415
#, fuzzy
 
1416
#| msgid "Save..."
1417
1417
msgctxt "objinspstrconsts.sccssgedtsave"
1418
 
msgid "Save..."
 
1418
msgid "Save ..."
1419
1419
msgstr "保存..."
1420
1420
 
1421
1421
#: objinspstrconsts.sccssgedtsavedialog
1425
1425
 
1426
1426
#: objinspstrconsts.sccstredt
1427
1427
#, fuzzy
1428
 
#| msgid "Edit TreeView Items..."
 
1428
#| msgid "Edit Items..."
1429
1429
msgctxt "objinspstrconsts.sccstredt"
1430
 
msgid "Edit Items..."
 
1430
msgid "Edit Items ..."
1431
1431
msgstr "编辑 TreeView 标签..."
1432
1432
 
1433
1433
#: objinspstrconsts.sccstredtapply
1510
1510
msgid "Grab key"
1511
1511
msgstr ""
1512
1512
 
1513
 
#: objinspstrconsts.srkm_alt
1514
 
msgid "Alt"
1515
 
msgstr ""
1516
 
 
1517
 
#: objinspstrconsts.srkm_ctrl
1518
 
msgid "Ctrl"
1519
 
msgstr ""
1520
 
 
1521
 
#: objinspstrconsts.srvk_accept
1522
 
msgid "Accept"
1523
 
msgstr ""
1524
 
 
1525
 
#: objinspstrconsts.srvk_apps
1526
 
msgid "Application Key"
1527
 
msgstr ""
1528
 
 
1529
 
#: objinspstrconsts.srvk_back
1530
 
msgid "Backspace"
1531
 
msgstr ""
1532
 
 
1533
 
#: objinspstrconsts.srvk_cancel
1534
 
msgctxt "objinspstrconsts.srvk_cancel"
1535
 
msgid "Cancel"
1536
 
msgstr "取消"
1537
 
 
1538
 
#: objinspstrconsts.srvk_capital
1539
 
msgid "Capital"
1540
 
msgstr ""
1541
 
 
1542
 
#: objinspstrconsts.srvk_clear
1543
 
msgctxt "objinspstrconsts.srvk_clear"
1544
 
msgid "Clear"
1545
 
msgstr "清除"
1546
 
 
1547
 
#: objinspstrconsts.srvk_cmd
1548
 
msgid "Cmd"
1549
 
msgstr ""
1550
 
 
1551
 
#: objinspstrconsts.srvk_control
1552
 
msgid "Control"
1553
 
msgstr ""
1554
 
 
1555
 
#: objinspstrconsts.srvk_convert
1556
 
msgid "Convert"
1557
 
msgstr ""
1558
 
 
1559
 
#: objinspstrconsts.srvk_delete
1560
 
msgctxt "objinspstrconsts.srvk_delete"
1561
 
msgid "Delete"
1562
 
msgstr "删除"
1563
 
 
1564
 
#: objinspstrconsts.srvk_down
1565
 
msgctxt "objinspstrconsts.srvk_down"
1566
 
msgid "Down"
1567
 
msgstr "下移"
1568
 
 
1569
 
#: objinspstrconsts.srvk_end
1570
 
msgid "End"
1571
 
msgstr ""
1572
 
 
1573
 
#: objinspstrconsts.srvk_escape
1574
 
msgid "Escape"
1575
 
msgstr ""
1576
 
 
1577
 
#: objinspstrconsts.srvk_execute
1578
 
msgid "Execute"
1579
 
msgstr ""
1580
 
 
1581
 
#: objinspstrconsts.srvk_final
1582
 
msgid "Final"
1583
 
msgstr ""
1584
 
 
1585
 
#: objinspstrconsts.srvk_hanja
1586
 
msgid "Hanja"
1587
 
msgstr ""
1588
 
 
1589
 
#: objinspstrconsts.srvk_help
1590
 
msgctxt "objinspstrconsts.srvk_help"
1591
 
msgid "Help"
1592
 
msgstr "帮助"
1593
 
 
1594
 
#: objinspstrconsts.srvk_home
1595
 
msgid "Home"
1596
 
msgstr ""
1597
 
 
1598
 
#: objinspstrconsts.srvk_insert
1599
 
msgctxt "objinspstrconsts.srvk_insert"
1600
 
msgid "Insert"
1601
 
msgstr "插入"
1602
 
 
1603
 
#: objinspstrconsts.srvk_irregular
1604
 
msgid "Irregular"
1605
 
msgstr ""
1606
 
 
1607
 
#: objinspstrconsts.srvk_junja
1608
 
msgid "Junja"
1609
 
msgstr ""
1610
 
 
1611
 
#: objinspstrconsts.srvk_kana
1612
 
msgid "Kana"
1613
 
msgstr ""
1614
 
 
1615
 
#: objinspstrconsts.srvk_lbutton
1616
 
msgid "Mouse Button Left"
1617
 
msgstr ""
1618
 
 
1619
 
#: objinspstrconsts.srvk_left
1620
 
msgctxt "objinspstrconsts.srvk_left"
1621
 
msgid "Left"
1622
 
msgstr "左"
1623
 
 
1624
 
#: objinspstrconsts.srvk_lwin
1625
 
msgid "Left Windows Key"
1626
 
msgstr ""
1627
 
 
1628
 
#: objinspstrconsts.srvk_mbutton
1629
 
msgid "Mouse Button Middle"
1630
 
msgstr ""
1631
 
 
1632
 
#: objinspstrconsts.srvk_menu
1633
 
msgid "Menu"
1634
 
msgstr ""
1635
 
 
1636
 
#: objinspstrconsts.srvk_meta
1637
 
msgid "Meta"
1638
 
msgstr ""
1639
 
 
1640
 
#: objinspstrconsts.srvk_modechange
1641
 
msgid "Mode Change"
1642
 
msgstr ""
1643
 
 
1644
 
#: objinspstrconsts.srvk_next
1645
 
msgctxt "objinspstrconsts.srvk_next"
1646
 
msgid "Next"
1647
 
msgstr "下一个"
1648
 
 
1649
 
#: objinspstrconsts.srvk_nonconvert
1650
 
msgid "Nonconvert"
1651
 
msgstr ""
1652
 
 
1653
 
#: objinspstrconsts.srvk_none
1654
 
msgid "none"
1655
 
msgstr ""
1656
 
 
1657
 
#: objinspstrconsts.srvk_numlock
1658
 
msgid "Numlock"
1659
 
msgstr ""
1660
 
 
1661
 
#: objinspstrconsts.srvk_numpad
1662
 
msgid "Numpad %d"
1663
 
msgstr ""
1664
 
 
1665
 
#: objinspstrconsts.srvk_pause
1666
 
msgid "Pause key"
1667
 
msgstr ""
1668
 
 
1669
 
#: objinspstrconsts.srvk_print
1670
 
msgid "Print"
1671
 
msgstr ""
1672
 
 
1673
 
#: objinspstrconsts.srvk_prior
1674
 
msgctxt "objinspstrconsts.srvk_prior"
1675
 
msgid "Prior"
1676
 
msgstr "前一个"
1677
 
 
1678
 
#: objinspstrconsts.srvk_rbutton
1679
 
msgid "Mouse Button Right"
1680
 
msgstr ""
1681
 
 
1682
 
#: objinspstrconsts.srvk_return
1683
 
msgid "Return"
1684
 
msgstr ""
1685
 
 
1686
 
#: objinspstrconsts.srvk_right
1687
 
msgctxt "objinspstrconsts.srvk_right"
1688
 
msgid "Right"
1689
 
msgstr "右"
1690
 
 
1691
 
#: objinspstrconsts.srvk_rwin
1692
 
msgid "Right Windows Key"
1693
 
msgstr ""
1694
 
 
1695
 
#: objinspstrconsts.srvk_scroll
1696
 
msgid "Scroll"
1697
 
msgstr ""
1698
 
 
1699
 
#: objinspstrconsts.srvk_select
1700
 
msgid "Select"
1701
 
msgstr ""
1702
 
 
1703
 
#: objinspstrconsts.srvk_shift
1704
 
msgid "Shift"
1705
 
msgstr ""
1706
 
 
1707
 
#: objinspstrconsts.srvk_snapshot
1708
 
msgid "Snapshot"
1709
 
msgstr ""
1710
 
 
1711
 
#: objinspstrconsts.srvk_space
1712
 
msgid "Space key"
1713
 
msgstr ""
1714
 
 
1715
 
#: objinspstrconsts.srvk_super
1716
 
msgid "Super"
1717
 
msgstr ""
1718
 
 
1719
 
#: objinspstrconsts.srvk_tab
1720
 
msgid "Tab"
1721
 
msgstr ""
1722
 
 
1723
 
#: objinspstrconsts.srvk_unknown
1724
 
msgctxt "objinspstrconsts.srvk_unknown"
1725
 
msgid "Unknown"
1726
 
msgstr "未知"
1727
 
 
1728
 
#: objinspstrconsts.srvk_up
1729
 
msgctxt "objinspstrconsts.srvk_up"
1730
 
msgid "Up"
1731
 
msgstr "Up"
1732
 
 
1733
1513
#: objinspstrconsts.s_addassingle
1734
1514
msgid "Add as single"
1735
1515
msgstr ""