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
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:652
msgid "Enter the text to search for in the file names."
msgstr "Enter the text to search for in the file names."
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:229
msgid "Regular _Expression"
msgstr "Regular _Expression"
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:231
msgid ""
"If you enable this option, the pattern will be treated as a regular "
"expression and matched using the Perl-compatible regular expressions (PCRE). "
"Check the documentation for details about the regular expression syntax."
msgstr ""
"If you enable this option, the pattern will be treated as a regular "
"expression and matched using the Perl-compatible regular expressions (PCRE). "
"Check the documentation for details about the regular expression syntax."
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:238
msgid "Replace _With:"
msgstr "Replace _With:"
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:246
msgid ""
"Enter the text that should be used as replacement for the pattern above."
msgstr ""
"Enter the text that should be used as replacement for the pattern above."
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:258
msgid "C_ase Sensitive Search"
msgstr "C_ase Sensitive Search"
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:260
msgid ""
"If you enable this option, the pattern will be searched in a case-sensitive "
"manner. The default is to use a case-insensitive search."
msgstr ""
"If you enable this option, the pattern will be searched in a case-sensitive "
"manner. The default is to use a case-insensitive search."
#. setup a tooltip with the error message
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:620
#, c-format
msgid "Invalid regular expression, at character position %ld: %s"
msgstr "Invalid regular expression, at character position %ld: %s"
#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:670
msgid "Search & Replace"
msgstr "Search & Replace"
#: ../plugins/thunar-sendto-email/main.c:176
#, c-format
msgid "Send \"%s\" as compressed archive?"
msgstr "Send \"%s\" as compressed archive?"
#: ../plugins/thunar-sendto-email/main.c:178
#: ../plugins/thunar-sendto-email/main.c:197
msgid "Send _directly"
msgstr "Send _directly"
#: ../plugins/thunar-sendto-email/main.c:179
msgid "Send com_pressed"
msgstr "Send com_pressed"
#: ../plugins/thunar-sendto-email/main.c:181
msgid ""
"When sending a file via email, you can either choose to send the file "
"directly, as is, or compress the file before attaching it to an email. It is "
"highly recommended to compress large files before sending them."
msgstr ""
"When sending a file via e-mail, you can either choose to send the file "
"directly, as is, or compress the file before attaching it to an e-mail. It "
"is highly recommended to compress large files before sending them."
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
3138
3139
3140
3141
3142
3143
3144
3145
3146
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
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
#: ../plugins/thunar-sendto-email/main.c:192
#, c-format
msgid "Send %d file as compressed archive?"
msgid_plural "Send %d files as compressed archive?"
msgstr[0] "Send %d file as compressed archive?"
msgstr[1] "Send %d files as compressed archive?"
#: ../plugins/thunar-sendto-email/main.c:198
msgid "Send as _archive"
msgstr "Send as _archive"
#: ../plugins/thunar-sendto-email/main.c:200
msgid ""
"When sending multiple files via email, you can either choose to send the "
"files directly, attaching multiple files to an email, or send all files "
"compressed into a single archive file and attach the archive. It is highly "
"recommended to send multiple large files as archive."
msgstr ""
"When sending multiple files via e-mail, you can either choose to send the "
"files directly, attaching multiple files to an e-mail, or send all files "
"compressed into a single archive file and attach the archive. It is highly "
"recommended to send multiple large files as archive."
#. allocate the progress dialog
#. setup the label
#: ../plugins/thunar-sendto-email/main.c:249
#: ../plugins/thunar-sendto-email/main.c:274
msgid "Compressing files..."
msgstr "Compressing files..."
#. tell the user that the command failed
#: ../plugins/thunar-sendto-email/main.c:299
#, c-format
msgid "ZIP command terminated with error %d"
msgstr "ZIP command terminated with error %d"
#: ../plugins/thunar-sendto-email/main.c:385
msgid "Failed to create temporary directory"
msgstr "Failed to create temporary directory"
#: ../plugins/thunar-sendto-email/main.c:436
#, c-format
msgid "Failed to create symbolic link for \"%s\""
msgstr "Failed to create symbolic link for \"%s\""
#. tell the user that we failed to compress the file(s)
#: ../plugins/thunar-sendto-email/main.c:459
#, c-format
msgid "Failed to compress %d file"
msgid_plural "Failed to compress %d files"
msgstr[0] "Failed to compress %d file"
msgstr[1] "Failed to compress %d files"
#. tell the user that we failed
#: ../plugins/thunar-sendto-email/main.c:600
msgid "Failed to compose new email"
msgstr "Failed to compose new e-mail"
#: ../plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in.h:1
msgid "Mail Recipient"
msgstr "Mail Recipient"
#. tell the user that we failed to connect to the trash
#. display an error message to the user
#: ../plugins/thunar-tpa/thunar-tpa-icon.c:272
#: ../plugins/thunar-tpa/thunar-tpa-icon.c:317
#: ../plugins/thunar-tpa/thunar-tpa-icon.c:346
#: ../plugins/thunar-tpa/thunar-tpa-icon.c:380
msgid "Failed to connect to the Trash"
msgstr "Failed to connect to the Wastebasket"
#. tell the user whether the trash is full or empty
#: ../plugins/thunar-tpa/thunar-tpa-icon.c:287
msgid "Trash is full"
msgstr "Wastebasket is full"
#: ../plugins/thunar-tpa/thunar-tpa-icon.c:287
msgid "Trash is empty"
msgstr "Wastebasket is empty"
#: ../plugins/thunar-tpa/thunar-tpa.desktop.in.in.h:1
msgid "Display the trash can"
msgstr "Display the Wastebasket"
#: ../plugins/thunar-tpa/thunar-tpa.desktop.in.in.h:2
msgid "Trash Applet"
msgstr "Wastebasket Applet"
#: ../plugins/thunar-uca/thunar-uca-chooser.c:125
msgid "Custom Actions"
msgstr "Custom Actions"
#: ../plugins/thunar-uca/thunar-uca-chooser.c:141
msgid ""
"You can configure custom actions that will appear in the\n"
"file managers context menus for certain kinds of files."
msgstr ""
"You can configure custom actions that will appear in the\n"
"file managers context menus for certain kinds of files."
#: ../plugins/thunar-uca/thunar-uca-chooser.c:187
msgid "Add a new custom action."
msgstr "Add a new custom action."
#: ../plugins/thunar-uca/thunar-uca-chooser.c:197
msgid "Edit the currently selected action."
msgstr "Edit the currently selected action."
#: ../plugins/thunar-uca/thunar-uca-chooser.c:207
msgid "Delete the currently selected action."
msgstr "Delete the currently selected action."
#: ../plugins/thunar-uca/thunar-uca-chooser.c:217
msgid "Move the currently selected action up by one row."
msgstr "Move the currently selected action up by one row."
#: ../plugins/thunar-uca/thunar-uca-chooser.c:227
msgid "Move the currently selected action down by one row."
msgstr "Move the currently selected action down by one row."
#: ../plugins/thunar-uca/thunar-uca-chooser.c:363
msgid "Edit Action"
msgstr "Edit Action"
#: ../plugins/thunar-uca/thunar-uca-chooser.c:363
msgid "Create Action"
msgstr "Create Action"
#: ../plugins/thunar-uca/thunar-uca-chooser.c:412
msgid "Failed to save actions to disk."
msgstr "Failed to save actions to disk."
#.
#. Basic
#.
#: ../plugins/thunar-uca/thunar-uca-editor.c:135
msgid "Basic"
msgstr "Basic"
#: ../plugins/thunar-uca/thunar-uca-editor.c:144
msgid "_Name:"
msgstr "_Name:"
#: ../plugins/thunar-uca/thunar-uca-editor.c:149
msgid "The name of the action that will be displayed in the context menu."
msgstr "The name of the action that will be displayed in the context menu."
#: ../plugins/thunar-uca/thunar-uca-editor.c:162
msgid "_Description:"
msgstr "_Description:"
#: ../plugins/thunar-uca/thunar-uca-editor.c:167
msgid ""
"The description of the action that will be displayed as tooltip in the "
"statusbar when selecting the item from the context menu."
msgstr ""
"The description of the action that will be displayed as tooltip in the "
"statusbar when selecting the item from the context menu."
#: ../plugins/thunar-uca/thunar-uca-editor.c:180
msgid "_Command:"
msgstr "_Command:"
#: ../plugins/thunar-uca/thunar-uca-editor.c:189
msgid ""
"The command (including the necessary parameters) to perform the action. See "
"the command parameter legend below for a list of supported parameter "
"variables, which will be substituted when launching the command. When upper-"
"case letters (e.g. %F, %D, %N) are used, the action will be applicable even "
"if more than one item is selected. Else the action will only be applicable "
"if exactly one item is selected."
msgstr ""
"The command (including the necessary parameters) to perform the action. See "
"the command parameter legend below for a list of supported parameter "
"variables, which will be substituted when launching the command. When upper-"
"case letters (e.g. %F, %D, %N) are used, the action will be applicable even "
"if more than one item is selected. Else the action will only be applicable "
"if exactly one item is selected."
#: ../plugins/thunar-uca/thunar-uca-editor.c:200
msgid "Browse the file system to select an application to use for this action."
msgstr ""
"Browse the file system to select an application to use for this action."
#: ../plugins/thunar-uca/thunar-uca-editor.c:216
msgid "_Icon:"
msgstr "_Icon:"
#. setup a label to tell that no icon was selected
#: ../plugins/thunar-uca/thunar-uca-editor.c:224
#: ../plugins/thunar-uca/thunar-uca-editor.c:724
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
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
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
msgid "No icon"
msgstr "No icon"
#: ../plugins/thunar-uca/thunar-uca-editor.c:225
msgid ""
"Click this button to select an icon file that will be displayed in the "
"context menu in addition to the action name chosen above."
msgstr ""
"Click this button to select an icon file that will be displayed in the "
"context menu in addition to the action name chosen above."
#: ../plugins/thunar-uca/thunar-uca-editor.c:256
msgid ""
"The following command parameters will be\n"
"substituted when launching the action:"
msgstr ""
"The following command parameters will be\n"
"substituted when launching the action:"
#: ../plugins/thunar-uca/thunar-uca-editor.c:294
msgid "the path to the first selected file"
msgstr "the path to the first selected file"
#: ../plugins/thunar-uca/thunar-uca-editor.c:306
msgid "the paths to all selected files"
msgstr "the paths to all selected files"
#: ../plugins/thunar-uca/thunar-uca-editor.c:318
#, c-format
msgid "directory containing the file that is passed in %f"
msgstr "directory containing the file that is passed in %f"
#: ../plugins/thunar-uca/thunar-uca-editor.c:330
#, c-format
msgid "directories containing the files that are passed in %F"
msgstr "directories containing the files that are passed in %F"
#: ../plugins/thunar-uca/thunar-uca-editor.c:342
msgid "the first selected filename (without path)"
msgstr "the first selected filename (without path)"
#: ../plugins/thunar-uca/thunar-uca-editor.c:354
msgid "the selected filenames (without paths)"
msgstr "the selected filenames (without paths)"
#: ../plugins/thunar-uca/thunar-uca-editor.c:368
msgid "Appearance Conditions"
msgstr "Appearance Conditions"
#: ../plugins/thunar-uca/thunar-uca-editor.c:376
msgid "_File Pattern:"
msgstr "_File Pattern:"
#: ../plugins/thunar-uca/thunar-uca-editor.c:381
msgid ""
"Enter a list of patterns that will be used to determine whether this action "
"should be displayed for a selected file. If you specify more than one "
"pattern here, the list items must be separated with semicolons (e.g. *.txt;*."
"doc)."
msgstr ""
"Enter a list of patterns that will be used to determine whether this action "
"should be displayed for a selected file. If you specify more than one "
"pattern here, the list items must be separated with semicolons (e.g. *.txt;*."
"doc)."
#: ../plugins/thunar-uca/thunar-uca-editor.c:400
msgid "Appears if selection contains:"
msgstr "Appears if selection contains:"
#: ../plugins/thunar-uca/thunar-uca-editor.c:413
msgid "_Directories"
msgstr "_Directories"
#: ../plugins/thunar-uca/thunar-uca-editor.c:417
msgid "_Audio Files"
msgstr "_Audio Files"
#: ../plugins/thunar-uca/thunar-uca-editor.c:421
msgid "_Image Files"
msgstr "_Image Files"
#: ../plugins/thunar-uca/thunar-uca-editor.c:425
msgid "_Text Files"
msgstr "_Text Files"
#: ../plugins/thunar-uca/thunar-uca-editor.c:430
msgid "_Video Files"
msgstr "_Video Files"
#: ../plugins/thunar-uca/thunar-uca-editor.c:434
msgid "_Other Files"
msgstr "_Other Files"
#: ../plugins/thunar-uca/thunar-uca-editor.c:451
msgid ""
"This page lists the conditions under which the\n"
"action will appear in the file managers context\n"
"menus. The file patterns are specified as a list\n"
"of simple file patterns separated by semicolons\n"
"(e.g. *.txt;*.doc). For an action to appear in the\n"
"context menu of a file or folder, atleast one of\n"
"these patterns must match the name of the file\n"
"or folder. Additionally, you can specify that the\n"
"action should only appear for certain kinds of\n"
"files."
msgstr ""
"This page lists the conditions under which the\n"
"action will appear in the file managers context\n"
"menus. The file patterns are specified as a list\n"
"of simple file patterns separated by semicolons\n"
"(e.g. *.txt;*.doc). For an action to appear in the\n"
"context menu of a file or folder, atleast one of\n"
"these patterns must match the name of the file\n"
"or folder. Additionally, you can specify that the\n"
"action should only appear for certain kinds of\n"
"files."
#: ../plugins/thunar-uca/thunar-uca-model.c:780
#, c-format
msgid "Unknown element <%s>"
msgstr "Unknown element <%s>"
#: ../plugins/thunar-uca/thunar-uca-model.c:798
msgid "End element handler called while in root context"
msgstr "End element handler called while in root context"
#: ../plugins/thunar-uca/thunar-uca-model.c:886
#, c-format
msgid "Unknown closing element <%s>"
msgstr "Unknown closing element <%s>"
#: ../plugins/thunar-uca/thunar-uca-model.c:1318
msgid "Failed to determine save location for uca.xml"
msgstr "Failed to determine save location for uca.xml"
#: ../plugins/thunar-uca/thunar-uca-model.c:1433
msgid "Command not configured"
msgstr "Command not configured"
#: ../plugins/thunar-uca/thunar-uca-provider.c:188
msgid "Configure c_ustom actions..."
msgstr "Configure c_ustom actions..."
#: ../plugins/thunar-uca/thunar-uca-provider.c:189
msgid ""
"Setup custom actions that will appear in the file managers context menus"
msgstr ""
"Setup custom actions that will appear in the file managers context menus"
#: ../plugins/thunar-uca/thunar-uca-provider.c:406
#, c-format
msgid "Failed to launch action \"%s\"."
msgstr "Failed to launch action \"%s\"."
#: ../plugins/thunar-uca/uca.xml.in.h:1
msgid "Example for a custom action"
msgstr "Example for a custom action"
#: ../plugins/thunar-uca/uca.xml.in.h:2
msgid "Open Terminal Here"
msgstr "Open Terminal Here"
#: ../Thunar.desktop.in.in.h:1
msgid "Browse the filesystem with the file manager"
msgstr "Browse the filesystem with the file manager"
#: ../Thunar.desktop.in.in.h:3
msgid "Thunar File Manager"
msgstr "Thunar File Manager"
#: ../Thunar-folder-handler.desktop.in.in.h:1
msgid "Open Folder"
msgstr "Open Folder"
#: ../Thunar-folder-handler.desktop.in.in.h:2
msgid "Open Folder with Thunar"
msgstr "Open Folder with Thunar"
#: ../Thunar-folder-handler.desktop.in.in.h:3
msgid "Open the specified folders in Thunar"
msgstr "Open the specified folders in Thunar"
#~ msgid ""
#~ "Are you sure that you want to permanently\n"
#~ "delete the selected file?Are you sure that you want to permanently\n"
#~ "delete the %u selected files?"
#~ msgstr ""
#~ "Are you sure that you want to permanently\n"
#~ "delete the selected file?Are you sure that you want to permanently\n"
#~ "delete the %u selected files?"