# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/YaLTeR/video-trimmer/-/" "issues\n" "POT-Creation-Date: 2025-06-30 17:27+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Can't extract filenames from a VariantDict yet. #. Translators: --output commandline option description. #: src/application.rs:37 msgid "Output file path" msgstr "" #. Translators: --output commandline option arg description. #: src/application.rs:39 msgid "PATH" msgstr "" #: src/main.rs:40 src/window.blp:45 #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.desktop.in.in:3 #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in:5 msgid "Video Trimmer" msgstr "" #: src/shortcuts.blp:9 msgctxt "shortcut window" msgid "General" msgstr "" #: src/shortcuts.blp:12 msgctxt "shortcut window" msgid "Trim" msgstr "" #: src/shortcuts.blp:17 msgctxt "shortcut window" msgid "Set Start at current postion" msgstr "" #: src/shortcuts.blp:22 msgctxt "shortcut window" msgid "Set End at current position" msgstr "" #: src/shortcuts.blp:27 msgctxt "shortcut window" msgid "New window" msgstr "" #: src/shortcuts.blp:32 msgctxt "shortcut window" msgid "Close window" msgstr "" #: src/shortcuts.blp:37 msgctxt "shortcut window" msgid "Keyboard shortcuts" msgstr "" #: src/shortcuts.blp:42 msgctxt "shortcut window" msgid "Quit" msgstr "" #: src/shortcuts.blp:48 msgctxt "shortcut window" msgid "Playback" msgstr "" #: src/shortcuts.blp:51 msgctxt "shortcut window" msgid "Play / Pause" msgstr "" #: src/shortcuts.blp:56 msgctxt "shortcut window" msgid "Step forward" msgstr "" #: src/shortcuts.blp:61 msgctxt "shortcut window" msgid "Step back" msgstr "" #. Translators: Title that is shown if we couldn't load the video track for the opened file (but possibly loaded audio). #: src/video_preview.blp:17 msgid "Could Not Load Video Track" msgstr "" #. Translators: Description that is shown if we couldn't load the video track for the opened file (but possibly loaded audio). #: src/video_preview.blp:20 msgid "" "Maybe the file only has an audio track, or maybe the necessary video codec " "is missing." msgstr "" #. Translators: file chooser file filter name. #: src/window.rs:221 msgid "Video files" msgstr "" #. Translators: file chooser dialog title. #: src/window.rs:228 msgid "Open video" msgstr "" #. Translators: error dialog title. #: src/window.rs:239 src/window.rs:387 src/window.rs:630 msgid "Error" msgstr "" #. Translators: error dialog text. #: src/window.rs:242 src/window.rs:390 src/window.rs:633 msgid "" "Video Trimmer can only operate on local files. Please choose another file." msgstr "" #. Translators: error dialog button. #: src/window.rs:247 src/window.rs:395 src/window.rs:572 src/window.rs:594 #: src/window.rs:638 msgid "_OK" msgstr "" #. Translators: this is appended to the output video file name. #. So for example "my video.mp4" will become "my video (trimmed).mp4". #: src/window.rs:356 msgid " (trimmed)" msgstr "" #. Translators: message dialog text. #: src/window.rs:482 msgid "Trimming…" msgstr "" #. Translators: trimming dialog button. #: src/window.rs:485 msgid "_Cancel" msgstr "" #. Translators: text on the toast after trimming was done. #. The placeholder is the video filename. #: src/window.rs:505 msgid "{} has been saved" msgstr "" #. Translators: text on the button of the toast after #. trimming was done to show the output file in the file #. manager. #: src/window.rs:512 msgid "Show in Files" msgstr "" #. Translators: error dialog heading. #: src/window.rs:544 msgid "Error trimming video" msgstr "" #. Translators: error dialog text before the FFmpeg #. error output. #: src/window.rs:548 msgid "Please attach the following information when reporting an issue." msgstr "" #: src/window.rs:559 msgid "Could not communicate with the ffmpeg subprocess" msgstr "" #. Translators: error dialog text. #: src/window.rs:590 msgid "Could not create the ffmpeg subprocess" msgstr "" #. Translators: shown in the About dialog, put your name here. #: src/window.rs:855 msgid "translator-credits" msgstr "" #. Translators: link title in the About dialog. #: src/window.rs:858 msgid "Contribute Translations" msgstr "" #. Translators: name of https://gitlab.gnome.org/YaLTeR/identity #: src/window.rs:864 msgid "Identity" msgstr "" #. Translators: summary of https://gitlab.gnome.org/YaLTeR/identity #: src/window.rs:866 msgid "Compare images and videos" msgstr "" #: src/window.rs:873 msgid "This release makes the trimming options more discoverable." msgstr "" #: src/window.rs:874 msgid "Changed the versioning scheme to year.month." msgstr "" #: src/window.rs:875 msgid "" "Moved the accurate trimming and remove audio options from the save dialog to " "the main window." msgstr "" #: src/window.rs:876 msgid "Added , and . shortcuts for short video stepping." msgstr "" #: src/window.rs:877 msgid "Updated to the GNOME 48 platform." msgstr "" #: src/window.rs:878 msgid "Updated translations." msgstr "" #. Translators: Primary menu entry that opens a new window. #: src/window.blp:8 msgid "_New Window" msgstr "" #. Translators: Primary menu entry that opens the Keyboard Shortcuts dialog. #: src/window.blp:14 msgid "_Keyboard Shortcuts" msgstr "" #. Translators: Primary menu entry that opens the About dialog. #: src/window.blp:20 msgid "_About Video Trimmer" msgstr "" #. Translators: Options menu entry title that enables accurate trimming with re-encoding. #: src/window.blp:32 msgid "Precise Trim" msgstr "" #. Translators: Options menu entry subtitle that enables accurate trimming with re-encoding. #: src/window.blp:34 msgid "Slower and may lose quality due to re-encoding" msgstr "" #. Translators: Options menu entry that strips audio from the video file. #: src/window.blp:39 msgid "Remove Audio" msgstr "" #. Translators: Main menu button tooltip. #: src/window.blp:68 src/window.blp:124 msgid "Main Menu" msgstr "" #. Translators: Title text on the window when no files are open. #: src/window.blp:77 msgid "Trim Videos" msgstr "" #. Translators: Description text on the window when no files are open. #: src/window.blp:80 msgid "Drag and drop a video here" msgstr "" #. Translators: Open button label when no files are open. #: src/window.blp:84 msgid "Open Video…" msgstr "" #. Translators: Open button tooltip. #: src/window.blp:86 msgid "Select a Video" msgstr "" #. Translators: Trim button. #: src/window.blp:110 msgid "Trim" msgstr "" #. Translators: Trim button tooltip. #: src/window.blp:113 msgid "Trim Video" msgstr "" #. Translators: Title that is shown upon video preview loading error. #: src/window.blp:152 msgid "Video Preview Failed to Load" msgstr "" #. Translators: Description that is shown upon video preview loading error. #: src/window.blp:155 msgid "" "Please enter the start and end timestamps manually.\n" "\n" "If you're running Video Trimmer under Flatpak, note that opening files by " "drag-and-drop may not work." msgstr "" #. Translators: Label for the entry for the start timestamp. #: src/window.blp:175 msgid "Start" msgstr "" #. Translators: Label for the entry for the end timestamp. #: src/window.blp:192 msgid "End" msgstr "" #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.desktop.in.in:4 #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in:6 msgid "Trim videos quickly" msgstr "" #. Translators: search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.desktop.in.in:6 msgid "Cut;Movie;Film;Clip;" msgstr "" #. developer_name tag deprecated with Appstream 1.0 #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in:13 msgid "Ivan Molodetskikh" msgstr "" #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in:23 msgid "" "Video Trimmer cuts out a fragment of a video given the start and end " "timestamps. The video is never re-encoded, so the process is very fast and " "does not reduce the video quality." msgstr "" #: data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in:30 msgid "Main Window" msgstr ""