Newer
Older
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
"DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n"
"HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n"
"MOVE\t\tMove a file, set of files or directory tree\n"
"PATH\t\tSet or show the search path\n"
"POPD\t\tRestores the directory to the last one saved with PUSHD\n"
"PROMPT\t\tChange the command prompt\n"
"PUSHD\t\tChanges to a new directory, saving the current one\n"
"REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n"
"TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n"
"VER\t\tShow the current version of CMD\n"
"VOL\t\tShow the volume label of a disk device\n"
"EXIT\t\tClose down CMD\n"
"\n"
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
"CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n"
"CALL\t\tInvoke a batch file from inside another\n"
"CD (CHDIR)\tChange current default directory\n"
"CHOICE\t\tWait for an keypress from a selectable list\n"
"CLS\t\tClear the console screen\n"
"COPY\t\tCopy file\n"
"CTTY\t\tChange input/output device\n"
"DATE\t\tShow or change the system date\n"
"DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n"
"HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n"
"MOVE\t\tMove a file, set of files or directory tree\n"
"PATH\t\tSet or show the search path\n"
"POPD\t\tRestores the directory to the last one saved with PUSHD\n"
"PROMPT\t\tChange the command prompt\n"
"PUSHD\t\tChanges to a new directory, saving the current one\n"
"REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n"
"TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n"
"VER\t\tShow the current version of CMD\n"
"VOL\t\tShow the volume label of a disk device\n"
"EXIT\t\tClose down CMD\n"
"\n"
"Enter HELP <command> for further information on any of the above commands\n"
#: cmd.rc:255
msgid "Are you sure"
msgstr "Are you sure"
#: cmd.rc:256 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:257 xcopy.rc:41
msgctxt "No key"
msgid "N"
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
#: cmd.rc:258
msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n"
#: cmd.rc:259
msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:260
msgid "Overwrite %s"
msgstr "Overwrite %s"
#: cmd.rc:261
msgid "More..."
msgstr "More..."
#: cmd.rc:262
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:263
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
"Not Yet Implemented\n"
"\n"
#: cmd.rc:264
msgid "Argument missing\n"
msgstr "Argument missing\n"
#: cmd.rc:265
msgid "Syntax error\n"
msgstr "Syntax error\n"
#: cmd.rc:266
msgid "%s : File Not Found\n"
msgstr "%s : File Not Found\n"
#: cmd.rc:267
msgid "No help available for %s\n"
msgstr "No help available for %s\n"
#: cmd.rc:268
msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n"
#: cmd.rc:269
msgid "Current Date is %s\n"
msgstr "Current Date is %s\n"
#: cmd.rc:270
msgid "Current Time is %s\n"
msgstr "Current Time is %s\n"
#: cmd.rc:271
msgid "Enter new date: "
msgstr "Enter new date: "
#: cmd.rc:272
msgid "Enter new time: "
msgstr "Enter new time: "
#: cmd.rc:273
msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n"
#: cmd.rc:274 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n"
#: cmd.rc:275
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:276 xcopy.rc:42
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:277
msgid "%s, Delete"
msgstr "%s, Delete"
#: cmd.rc:278
msgid "Echo is %s\n"
msgstr "Echo is %s\n"
#: cmd.rc:279
msgid "Verify is %s\n"
msgstr "Verify is %s\n"
#: cmd.rc:280
msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n"
#: cmd.rc:281
msgid "Parameter error\n"
msgstr "Parameter error\n"
#: cmd.rc:282
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
#: cmd.rc:283
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:284
msgid "PATH not found\n"
msgstr "PATH not found\n"
#: cmd.rc:285
msgid "Press Return key to continue: "
msgstr "Press Return key to continue: "
#: cmd.rc:286
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:287
msgid ""
"CMD Version %s\n"
"\n"
msgstr ""
"CMD Version %s\n"
"\n"
#: cmd.rc:288
msgid "More? "
msgstr "More? "
#: cmd.rc:289
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
#: ipconfig.rc:27
msgid "Usage: ipconfig [ /? | /all ]\n"
msgstr "Usage: ipconfig [ /? | /all ]\n"
#: ipconfig.rc:28
msgid "Error: Unknown or invalid command line parameters specified\n"
msgstr "Error: Unknown or invalid command line parameters specified\n"
#: ipconfig.rc:29
msgid "%s adapter %s\n"
msgstr "%s adapter %s\n"
#: ipconfig.rc:30
msgid "Ethernet"
msgstr "Ethernet"
#: ipconfig.rc:31
msgid "Unknown"
msgstr "Unknown"
#: ipconfig.rc:32
msgid "Connection-specific DNS suffix"
msgstr "Connection-specific DNS suffix"
#: ipconfig.rc:33
msgid "IP address"
msgstr "IP address"
#: ipconfig.rc:34
msgid "Hostname"
msgstr "Hostname"
#: ipconfig.rc:35
msgid "Node type"
msgstr "Node type"
#: ipconfig.rc:36
msgid "Broadcast"
msgstr "Broadcast"
#: ipconfig.rc:37
msgid "Peer-to-peer"
msgstr "Peer-to-peer"
#: ipconfig.rc:38
msgid "Mixed"
msgstr "Mixed"
#: ipconfig.rc:39
msgid "Hybrid"
msgstr "Hybrid"
#: ipconfig.rc:40
msgid "IP routing enabled"
msgstr "IP routing enabled"
#: ipconfig.rc:41
msgid "Description"
msgstr "Description"
#: ipconfig.rc:42
msgid "Physical address"
msgstr "Physical address"
#: ipconfig.rc:43
msgid "DHCP enabled"
msgstr "DHCP enabled"
#: ipconfig.rc:46
msgid "Default gateway"
msgstr "Default gateway"
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
#: net.rc:27
msgid ""
"The syntax of this command is:\n"
"\n"
"NET [ HELP | START | STOP | USE ]\n"
msgstr ""
"The syntax of this command is:\n"
"\n"
"NET [ HELP | START | STOP | USE ]\n"
#: net.rc:28
msgid "Specify service name to start.\n"
msgstr "Specify service name to start.\n"
#: net.rc:29
msgid "Specify service name to stop.\n"
msgstr "Specify service name to stop.\n"
#: net.rc:30
msgid "Stopping dependent service: %s\n"
msgstr "Stopping dependent service: %s\n"
#: net.rc:31
msgid "Could not stop service %s\n"
msgstr "Could not stop service %s\n"
#: net.rc:32
msgid "Could not get handle to service control manager.\n"
msgstr "Could not get handle to service control manager.\n"
#: net.rc:33
msgid "Could not get handle to service.\n"
msgstr "Could not get handle to service.\n"
#: net.rc:34
msgid "The %s service is starting.\n"
msgstr "The %s service is starting.\n"
#: net.rc:35
msgid "The %s service was started successfully.\n"
msgstr "The %s service was started successfully.\n"
#: net.rc:36
msgid "The %s service failed to start.\n"
msgstr "The %s service failed to start.\n"
#: net.rc:37
msgid "The %s service is stopping.\n"
msgstr "The %s service is stopping.\n"
#: net.rc:38
msgid "The %s service was stopped successfully.\n"
msgstr "The %s service was stopped successfully.\n"
#: net.rc:39
msgid "The %s service failed to stop.\n"
msgstr "The %s service failed to stop.\n"
#: net.rc:40
msgid ""
"The syntax of this command is:\n"
"\n"
"NET HELP command\n"
" -or-\n"
"NET command /HELP\n"
"\n"
" Commands available are:\n"
" NET HELP NET START NET STOP NET USE\n"
msgstr ""
"The syntax of this command is:\n"
"\n"
"NET HELP command\n"
" -or-\n"
"NET command /HELP\n"
"\n"
" Commands available are:\n"
" NET HELP NET START NET STOP NET USE\n"
#: net.rc:42
msgid "There are no entries in the list.\n"
msgstr "There are no entries in the list.\n"
#: net.rc:43
msgid ""
"\n"
"Status Local Remote\n"
"---------------------------------------------------------------\n"
msgstr ""
"\n"
"Status Local Remote\n"
"---------------------------------------------------------------\n"
#: net.rc:44
msgid "%s %S %S Open resources: %lu\n"
msgstr "%s %S %S Open resources: %lu\n"
#: notepad.rc:26 progman.rc:29 taskmgr.rc:35 view.rc:28 winefile.rc:25
#: winhlp32.rc:28 wordpad.rc:26
msgid "&File"
msgstr "&File"
#: notepad.rc:27
msgid "&New\tCtrl+N"
msgstr "&New\tCtrl+N"
#: notepad.rc:28 wordpad.rc:29
msgid "&Open...\tCtrl+O"
msgstr "&Open...\tCtrl+O"
#: notepad.rc:29 wordpad.rc:30
msgid "&Save\tCtrl+S"
msgstr "&Save\tCtrl+S"
#: notepad.rc:30 wordpad.rc:31
msgid "Save &as..."
msgstr "Save &as..."
#: notepad.rc:32 wordpad.rc:33
msgid "&Print...\tCtrl+P"
msgstr "&Print...\tCtrl+P"
#: notepad.rc:33
msgid "Page Se&tup..."
msgstr "Page Se&tup..."
#: notepad.rc:34
msgid "P&rinter Setup..."
msgstr "P&rinter Setup..."
#: notepad.rc:36 view.rc:31 winhlp32.rc:34 wordpad.rc:37
msgid "E&xit"
msgstr "E&xit"
#: notepad.rc:38 wineconsole.rc:25 winhlp32.rc:36 wordpad.rc:39
msgid "&Edit"
msgstr "&Edit"
#: notepad.rc:39 wordpad.rc:41
msgid "&Undo\tCtrl+Z"
msgstr "&Undo\tCtrl+Z"
#: notepad.rc:41 wordpad.rc:44
msgid "Cu&t\tCtrl+X"
msgstr "Cu&t\tCtrl+X"
#: notepad.rc:42 wordpad.rc:45
msgid "&Copy\tCtrl+C"
msgstr "&Copy\tCtrl+C"
#: notepad.rc:43 wordpad.rc:46
msgid "&Paste\tCtrl+V"
msgstr "&Paste\tCtrl+V"
#: notepad.rc:44 winefile.rc:30
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
msgid "&Delete\tDel"
msgstr "&Delete\tDel"
#: notepad.rc:46
msgid "Select &all\tCtrl+A"
msgstr "Select &all\tCtrl+A"
#: notepad.rc:47
msgid "&Time/Date\tF5"
msgstr "&Time/Date\tF5"
#: notepad.rc:49
msgid "&Wrap long lines"
msgstr "&Wrap long lines"
#: notepad.rc:53
msgid "&Search...\tCtrl+F"
msgstr "&Search...\tCtrl+F"
#: notepad.rc:54
msgid "&Search next\tF3"
msgstr "&Search next\tF3"
#: notepad.rc:55 wordpad.rc:52
msgid "&Replace...\tCtrl+H"
msgstr "&Replace...\tCtrl+H"
#: notepad.rc:57 progman.rc:52 taskmgr.rc:87 winefile.rc:130 winhlp32.rc:60
#: wordpad.rc:91
msgid "&Help"
msgstr "&Help"
#: notepad.rc:59 progman.rc:54
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
msgid "&Search..."
msgstr "&Search..."
#: notepad.rc:60
msgid "&Help on help"
msgstr "&Help on help"
#: notepad.rc:62
msgid "&About Notepad"
msgstr "&About Notepad"
#: notepad.rc:68
msgid "&f"
msgstr "&f"
#: notepad.rc:69
msgid "Page &p"
msgstr "Page &p"
#: notepad.rc:71
msgid "Notepad"
msgstr "Notepad"
#: notepad.rc:72 progman.rc:66 winhlp32.rc:94
msgid "ERROR"
msgstr "ERROR"
#: notepad.rc:73 progman.rc:67 winhlp32.rc:95
msgid "WARNING"
msgstr "WARNING"
#: notepad.rc:74 progman.rc:68 winhlp32.rc:96
msgid "Information"
msgstr "Information"
#: notepad.rc:76
msgid "Untitled"
msgstr "Untitled"
#: notepad.rc:78 progman.rc:84 winhlp32.rc:102
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
msgid "All files (*.*)"
msgstr "All files (*.*)"
#: notepad.rc:79
msgid "Text files (*.txt)"
msgstr "Text files (*.txt)"
#: notepad.rc:82
msgid ""
"File '%s' is too large for notepad.\n"
"Please use a different editor."
msgstr ""
"File '%s' is too large for notepad.\n"
"Please use a different editor."
#: notepad.rc:84
msgid ""
"You didn't enter any text.\n"
"Please type something and try again"
msgstr ""
"You didn't enter any text.\n"
"Please type something and try again"
#: notepad.rc:86
msgid ""
"File '%s' does not exist.\n"
"\n"
"Do you want to create a new file?"
msgstr ""
"File '%s' does not exist.\n"
"\n"
"Do you want to create a new file?"
#: notepad.rc:88
msgid ""
"File '%s' has been modified.\n"
"\n"
"Would you like to save the changes?"
msgstr ""
"File '%s' has been modified.\n"
"\n"
"Would you like to save the changes?"
#: notepad.rc:89
msgid "'%s' could not be found."
msgstr "'%s' could not be found."
#: notepad.rc:91
msgid ""
"Not enough memory to complete this task.\n"
"Close one or more applications to increase the amount of free memory."
msgstr ""
"Not enough memory to complete this task.\n"
"Close one or more applications to increase the amount of free memory."
#: notepad.rc:93
msgid "Unicode (UTF-16)"
msgstr "Unicode (UTF-16)"
#: notepad.rc:94
msgid "Unicode (UTF-16 big-endian)"
msgstr "Unicode (UTF-16 big-endian)"
#: notepad.rc:101
msgid ""
"%s\n"
"This file contains Unicode characters which will be lost if\n"
"you save this file in the %s encoding.\n"
"To keep these characters, click Cancel, and then select\n"
"one of the Unicode options in the Encoding drop down list.\n"
"Continue?"
msgstr ""
"%s\n"
"This file contains Unicode characters which will be lost if\n"
"you save this file in the %s encoding.\n"
"To keep these characters, click Cancel, and then select\n"
"one of the Unicode options in the Encoding drop down list.\n"
"Continue?"
#: progman.rc:30
msgid "&New..."
msgstr "&New..."
#: progman.rc:31
msgid "O&pen\tEnter"
msgstr "O&pen\tEnter"
#: progman.rc:32 winefile.rc:27
msgid "&Move...\tF7"
msgstr "&Move...\tF7"
#: progman.rc:33 winefile.rc:28
msgid "&Copy...\tF8"
msgstr "&Copy...\tF8"
#: progman.rc:34
msgid "&Delete\tEntf"
msgstr "&Delete\tEntf"
#: progman.rc:35
msgid "&Attributes...\tAlt+Enter"
msgstr "&Attributes...\tAlt+Enter"
#: progman.rc:37
msgid "&Execute..."
msgstr "&Execute..."
#: progman.rc:39
msgid "E&xit Windows..."
msgstr "E&xit Windows..."
#: progman.rc:41 taskmgr.rc:41 winefile.rc:95 winemine.rc:34 winhlp32.rc:44
msgid "&Options"
msgstr "&Options"
#: progman.rc:42
msgid "&Arrange automatically"
msgstr "&Arrange automatically"
#: progman.rc:43 winefile.rc:107
msgid "&Minimize on run"
msgstr "&Minimize on run"
#: progman.rc:44 winefile.rc:108
msgid "&Save settings on exit"
msgstr "&Save settings on exit"
#: progman.rc:46 taskmgr.rc:78 taskmgr.rc:256
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
msgid "&Windows"
msgstr "&Windows"
#: progman.rc:47
msgid "&Overlapped\tShift+F5"
msgstr "&Overlapped\tShift+F5"
#: progman.rc:48
msgid "&Side by side\tShift+F4"
msgstr "&Side by side\tShift+F4"
#: progman.rc:49
msgid "&Arrange Icons"
msgstr "&Arrange Icons"
#: progman.rc:56
msgid "&Help on Help"
msgstr "&Help on Help"
#: progman.rc:57
msgid "&Tutorial"
msgstr "&Tutorial"
#: progman.rc:59
msgid "&About Wine"
msgstr "&About Wine"
#: progman.rc:65
msgid "Program Manager"
msgstr "Program Manager"
#: progman.rc:69
msgid "Delete"
msgstr "Delete"
#: progman.rc:70
msgid "Delete group `%s' ?"
msgstr "Delete group `%s' ?"
#: progman.rc:71
msgid "Delete program `%s' ?"
msgstr "Delete program `%s' ?"
#: progman.rc:72 winhlp32.rc:97
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
msgid "Not implemented"
msgstr "Not implemented"
#: progman.rc:73
msgid "Error reading `%s'."
msgstr "Error reading `%s'."
#: progman.rc:74
msgid "Error writing `%s'."
msgstr "Error writing `%s'."
#: progman.rc:77
msgid ""
"The group file `%s' cannot be opened.\n"
"Should it be tried further on?"
msgstr ""
"The group file `%s' cannot be opened.\n"
"Should it be tried further on?"
#: progman.rc:78
msgid "Out of memory."
msgstr "Out of memory."
#: progman.rc:79
msgid "Help not available."
msgstr "Help not available."
#: progman.rc:80
msgid "Unknown feature in %s"
msgstr "Unknown feature in %s"
#: progman.rc:81
msgid "File `%s' exists. Not overwritten."
msgstr "File `%s' exists. Not overwritten."
#: progman.rc:82
msgid "Save group as `%s to prevent overwriting original files."
msgstr "Save group as `%s to prevent overwriting original files."
#: progman.rc:85
msgid "Programs"
msgstr "Programs"
#: progman.rc:86
msgid "Libraries (*.dll)"
msgstr "Libraries (*.dll)"
#: progman.rc:87
msgid "Icon files"
msgstr "Icon files"
#: progman.rc:88
msgid "Icons (*.ico)"
msgstr "Icons (*.ico)"
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
#: reg.rc:27
msgid ""
"The syntax of this command is:\n"
"\n"
"REG [ ADD | DELETE | QUERY ]\n"
"REG command /?\n"
msgstr ""
"The syntax of this command is:\n"
"\n"
"REG [ ADD | DELETE | QUERY ]\n"
"REG command /?\n"
#: reg.rc:28
msgid ""
"REG ADD key_name [/v value_name | /ve] [/t type] [/s separator] [/d data] [/"
"f]\n"
msgstr ""
"REG ADD key_name [/v value_name | /ve] [/t type] [/s separator] [/d data] [/"
"f]\n"
#: reg.rc:29
msgid "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n"
msgstr "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n"
#: reg.rc:30
msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
msgstr "REG QUERY key_name [/v value_name | /ve] [/s]\n"
#: reg.rc:31
msgid "The operation completed successfully\n"
msgstr "The operation completed successfully\n"
#: reg.rc:32
msgid "Error: Invalid key name\n"
msgstr "Error: Invalid key name\n"
#: reg.rc:33
msgid "Error: Invalid command line parameters\n"
msgstr "Error: Invalid command line parameters\n"
#: reg.rc:34
msgid "Error: Unable to add keys to remote machine\n"
msgstr "Error: Unable to add keys to remote machine\n"
#: reg.rc:35
msgid ""
"Error: The system was unable to find the specified registry key or value\n"
msgstr ""
"Error: The system was unable to find the specified registry key or value\n"
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
#: start.rc:45
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
"Usage:\n"
"start [options] program_filename [...]\n"
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/L Show end-user license.\n"
"\n"
"start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
"Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.\n"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; run 'start /L' for details.\n"
msgstr ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
"Usage:\n"
"start [options] program_filename [...]\n"
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/L Show end-user license.\n"
"\n"
"start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
"Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.\n"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; run 'start /L' for details.\n"
#: start.rc:63
msgid ""
"start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
"This program is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU Lesser Public License\n"
"as published by the Free Software Foundation; either version 2.1\n"
"of the License, or (at your option) any later version.\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU Lesser Public License for more details.\n"
"\n"
"You should have received a copy of the GNU Lesser Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n"
"\n"
"See the COPYING.LIB file for license information.\n"
msgstr ""
"start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
"This program is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU Lesser Public License\n"
"as published by the Free Software Foundation; either version 2.1\n"
"of the License, or (at your option) any later version.\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU Lesser Public License for more details.\n"
"\n"
"You should have received a copy of the GNU Lesser Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n"
"\n"
"See the COPYING.LIB file for license information.\n"
#: start.rc:65
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
#: start.rc:67
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Could not translate the specified Unix filename to a DOS filename."
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
#: taskkill.rc:27
msgid "Usage: taskkill [/?] [/f] [/im ProcessName | /pid ProcessID]\n"
msgstr "Usage: taskkill [/?] [/f] [/im ProcessName | /pid ProcessID]\n"
#: taskkill.rc:28
msgid "Error: Unknown or invalid command line option specified.\n"
msgstr "Error: Unknown or invalid command line option specified.\n"
#: taskkill.rc:29
msgid "Error: Invalid command line parameter specified.\n"
msgstr "Error: Invalid command line parameter specified.\n"
#: taskkill.rc:30
msgid "Error: One of options /im or /pid must be specified.\n"
msgstr "Error: One of options /im or /pid must be specified.\n"
#: taskkill.rc:31
msgid "Error: Option %s expects a command line parameter.\n"
msgstr "Error: Option %s expects a command line parameter.\n"
#: taskkill.rc:32
msgid "Error: Options /im and /pid are mutually exclusive.\n"
msgstr "Error: Options /im and /pid are mutually exclusive.\n"
#: taskkill.rc:33
msgid "Close message sent to top-level windows of process with PID %u.\n"
msgstr "Close message sent to top-level windows of process with PID %u.\n"
#: taskkill.rc:34
msgid ""
"Close message sent to top-level windows of process \"%s\" with PID %u.\n"
msgstr ""
"Close message sent to top-level windows of process \"%s\" with PID %u.\n"
#: taskkill.rc:35
msgid "Process with PID %u was forcibly terminated.\n"
msgstr "Process with PID %u was forcibly terminated.\n"
#: taskkill.rc:36
msgid "Process \"%s\" with PID %u was forcibly terminated.\n"
msgstr "Process \"%s\" with PID %u was forcibly terminated.\n"
#: taskkill.rc:37
msgid "Error: Could not find process \"%s\".\n"
msgstr "Error: Could not find process \"%s\".\n"
#: taskkill.rc:38
msgid "Error: Unable to enumerate the process list.\n"
msgstr "Error: Unable to enumerate the process list.\n"
#: taskkill.rc:39
msgid "Error: Unable to terminate process \"%s\".\n"
msgstr "Error: Unable to terminate process \"%s\".\n"
#: taskkill.rc:40
msgid "Error: Process self-termination is not permitted.\n"
msgstr "Error: Process self-termination is not permitted.\n"
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
#: taskmgr.rc:37 taskmgr.rc:109
msgid "&New Task (Run...)"
msgstr "&New Task (Run...)"
#: taskmgr.rc:39
msgid "E&xit Task Manager"
msgstr "E&xit Task Manager"
#: taskmgr.rc:43 taskmgr.rc:142
msgid "&Always On Top"
msgstr "&Always On Top"
#: taskmgr.rc:45
msgid "&Minimize On Use"
msgstr "&Minimize On Use"
#: taskmgr.rc:47
msgid "&Hide When Minimized"
msgstr "&Hide When Minimized"
#: taskmgr.rc:49 taskmgr.rc:258
msgid "&Show 16-bit tasks"
msgstr "&Show 16-bit tasks"
#: taskmgr.rc:52 winefile.rc:76 wordpad.rc:66
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
msgid "&View"
msgstr "&View"
#: taskmgr.rc:54
msgid "&Refresh Now"
msgstr "&Refresh Now"
#: taskmgr.rc:55
msgid "&Update Speed"
msgstr "&Update Speed"
#: taskmgr.rc:57 taskmgr.rc:159
msgid "&High"
msgstr "&High"
#: taskmgr.rc:58 taskmgr.rc:163
msgid "&Normal"
msgstr "&Normal"
#: taskmgr.rc:60 taskmgr.rc:167
msgid "&Low"
msgstr "&Low"
#: taskmgr.rc:61
msgid "&Paused"
msgstr "&Paused"
#: taskmgr.rc:65 taskmgr.rc:111 taskmgr.rc:253
msgid "Lar&ge Icons"
msgstr "Lar&ge Icons"
#: taskmgr.rc:66 taskmgr.rc:112 taskmgr.rc:254
msgid "S&mall Icons"
msgstr "S&mall Icons"