video2x/src/video2x.pot

263 lines
4.9 KiB
Plaintext
Raw Normal View History

2020-05-09 23:40:07 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2020-05-11 08:41:05 +00:00
"POT-Creation-Date: 2020-05-11 04:39-0400\n"
2020-05-09 23:40:07 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=cp1252\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
#: progress_monitor.py:42
msgid "Upscaling Progress"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:104
2020-05-09 23:40:07 +00:00
msgid "Specified or default cache directory is a file/link"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:110
2020-05-09 23:40:07 +00:00
msgid "Creating cache directory {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:113
2020-05-09 23:40:07 +00:00
msgid "Unable to create {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:118
2020-05-09 23:40:07 +00:00
msgid "Extracted frames are being saved to: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:120
2020-05-09 23:40:07 +00:00
msgid "Upscaled frames are being saved to: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:130
2020-05-09 23:40:07 +00:00
msgid "Cleaning up cache directory: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:133
2020-05-09 23:40:07 +00:00
msgid "Unable to delete: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:139 upscaler.py:154 upscaler.py:165
2020-05-09 23:40:07 +00:00
msgid "Input and output path type mismatch"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:140
2020-05-09 23:40:07 +00:00
msgid "Input is multiple files but output is not directory"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:144
2020-05-09 23:40:07 +00:00
msgid "Input path {} is neither a file nor a directory"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:148 upscaler.py:170
2020-05-09 23:40:07 +00:00
msgid "Input directory and output directory cannot be the same"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:155
2020-05-09 23:40:07 +00:00
msgid "Input is single file but output is directory"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:158
2020-05-09 23:40:07 +00:00
msgid "No suffix found in output file path"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:159
2020-05-09 23:40:07 +00:00
msgid "Suffix must be specified for FFmpeg"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:166
2020-05-09 23:40:07 +00:00
msgid "Input is directory but output is existing single file"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:175
2020-05-09 23:40:07 +00:00
msgid "Input path is neither a file nor a directory"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:184
2020-05-09 23:40:07 +00:00
msgid "FFmpeg or FFprobe cannot be found under the specified path"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:185 upscaler.py:195
2020-05-09 23:40:07 +00:00
msgid "Please check the configuration file settings"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:194
2020-05-09 23:40:07 +00:00
msgid "Specified driver executable directory doesn't exist"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:221
2020-05-09 23:40:07 +00:00
msgid "Failed to parse driver argument: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:253
2020-05-09 23:40:07 +00:00
msgid "Unrecognized driver: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:293
2020-05-09 23:40:07 +00:00
msgid "Starting progress monitor"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:298
2020-05-09 23:40:07 +00:00
msgid "Starting upscaled image cleaner"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:307 upscaler.py:324
2020-05-09 23:40:07 +00:00
msgid "Killing progress monitor"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:310 upscaler.py:327
2020-05-09 23:40:07 +00:00
msgid "Killing upscaled image cleaner"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:331
2020-05-09 23:40:07 +00:00
msgid "Terminating all processes"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:338
2020-05-09 23:40:07 +00:00
msgid "Main process waiting for subprocesses to exit"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:357 upscaler.py:361
2020-05-09 23:40:07 +00:00
msgid "Subprocess {} exited with code {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:367
2020-05-09 23:40:07 +00:00
msgid "Stop signal received"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:372
2020-05-09 23:40:07 +00:00
msgid "Subprocess execution ran into an error"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:421
2020-05-09 23:40:07 +00:00
msgid "Upscaling single video file: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:443 upscaler.py:502
2020-05-09 23:40:07 +00:00
msgid "Starting to upscale extracted images"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:448 upscaler.py:504
2020-05-09 23:40:07 +00:00
msgid "Upscaling completed"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:457
2020-05-09 23:40:07 +00:00
msgid "Reading video information"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:471
2020-05-09 23:40:07 +00:00
msgid "Aborting: No video stream found"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:490
2020-05-09 23:40:07 +00:00
msgid "Unsupported pixel format: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:493
2020-05-09 23:40:07 +00:00
msgid "Framerate: {}"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:507
2020-05-09 23:40:07 +00:00
msgid "Converting extracted frames into video"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:514
2020-05-09 23:40:07 +00:00
msgid "Conversion completed"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:518
2020-05-09 23:40:07 +00:00
msgid "Migrating audio, subtitles and other streams to upscaled video"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:527
2020-05-09 23:40:07 +00:00
msgid "Failed to migrate streams"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:528
2020-05-09 23:40:07 +00:00
msgid "Trying to output video without additional streams"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:535
2020-05-09 23:40:07 +00:00
msgid "Output video file exists, aborting"
msgstr ""
2020-05-11 08:41:05 +00:00
#: upscaler.py:539
2020-05-09 23:40:07 +00:00
msgid "Writing intermediate file to: {}"
msgstr ""
#: video2x.py:84
msgid ""
"Video2X Version: {}\n"
"Author: K4YT3X\n"
"License: GNU GPL v3\n"
"Github Page: https://github.com/k4yt3x/video2x\n"
"Contact: k4yt3x@k4yt3x.com"
msgstr ""
#: video2x.py:106
2020-05-11 08:41:05 +00:00
msgid "Video2X Options"
2020-05-09 23:40:07 +00:00
msgstr ""
#: video2x.py:107
msgid "show this help message and exit"
msgstr ""
#: video2x.py:108
msgid "source video file/directory"
msgstr ""
#: video2x.py:109
msgid "output video file/directory"
msgstr ""
#: video2x.py:110
msgid "video2x config file path"
msgstr ""
#: video2x.py:112
2020-05-11 08:41:05 +00:00
msgid "display version, lawful information and exit"
2020-05-09 23:40:07 +00:00
msgstr ""
2020-05-11 08:41:05 +00:00
#: video2x.py:115
msgid "Upscaling Options"
2020-05-09 23:40:07 +00:00
msgstr ""
2020-05-11 08:41:05 +00:00
#: video2x.py:116
msgid "upscaling driver"
2020-05-09 23:40:07 +00:00
msgstr ""
#: video2x.py:117
2020-05-11 08:41:05 +00:00
msgid "scaling ratio"
2020-05-09 23:40:07 +00:00
msgstr ""
#: video2x.py:118
2020-05-11 08:41:05 +00:00
msgid "number of processes to use for upscaling"
2020-05-09 23:40:07 +00:00
msgstr ""
#: video2x.py:119
2020-05-11 08:41:05 +00:00
msgid "preserve extracted and upscaled frames"
2020-05-09 23:40:07 +00:00
msgstr ""
2020-05-11 08:41:05 +00:00
#: video2x.py:159
2020-05-09 23:40:07 +00:00
msgid "This file cannot be imported"
msgstr ""
2020-05-11 08:41:05 +00:00
#: video2x.py:229
2020-05-09 23:40:07 +00:00
msgid "Program completed, taking {} seconds"
msgstr ""
2020-05-11 08:41:05 +00:00
#: video2x.py:232
2020-05-09 23:40:07 +00:00
msgid "An exception has occurred"
msgstr ""