# 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/World/eartag/-/issues\n" "POT-Creation-Date: 2024-05-03 06:32+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" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. TRANSLATORS: If possible, do not translate the name of the program (Ear Tag). Transliteration (re-writing to fit another alphabet) is acceptable. #: src/main.py:105 data/app.drey.EarTag.desktop.in:3 #: data/app.drey.EarTag.metainfo.xml.in:4 src/ui/window.ui:294 msgid "Ear Tag" msgstr "" #. TRANSLATORS: Add your name/nickname here #: src/main.py:115 src/main.py:117 msgid "translator-credits" msgstr "" #: data/app.drey.EarTag.desktop.in:4 msgid "Tag Editor" msgstr "" #. TRANSLATORS: App description. #: data/app.drey.EarTag.desktop.in:5 data/app.drey.EarTag.metainfo.xml.in:6 msgid "Edit audio file tags" msgstr "" #: data/app.drey.EarTag.desktop.in:12 msgid "music;audio;tag;tagging;tagger;" msgstr "" #: data/app.drey.EarTag.metainfo.xml.in:69 msgid "" "Ear Tag is a simple audio file tag editor. It is primarily geared towards " "making quick edits or bulk-editing tracks in albums/EPs. Unlike other " "tagging programs, Ear Tag does not require the user to set up a music " "library folder. It can:" msgstr "" #: data/app.drey.EarTag.metainfo.xml.in:71 msgid "Edit tags of MP3, WAV, M4A, FLAC, OGG and WMA files" msgstr "" #: data/app.drey.EarTag.metainfo.xml.in:72 msgid "Modify metadata of multiple files at once" msgstr "" #: data/app.drey.EarTag.metainfo.xml.in:73 msgid "Rename files using information from present tags" msgstr "" #: data/app.drey.EarTag.metainfo.xml.in:74 msgid "Identify files using AcoustID" msgstr "" #: data/app.drey.EarTag.metainfo.xml.in:76 msgid "Network access is only used for the \"Identify selected files\" option." msgstr "" #: src/window.py:109 msgid "All supported audio files" msgstr "" #. TRANSLATOR: Placeholder for file path when multiple files are selected #: src/window.py:199 src/fileview.py:858 msgid "(Multiple files selected)" msgstr "" #: src/window.py:271 src/ui/nofile.ui:39 msgid "Open Folder" msgstr "" #: src/window.py:274 src/ui/nofile.ui:26 msgid "Open File" msgstr "" #: src/window.py:336 msgid "No supported files found in opened folder" msgstr "" #: src/window.py:343 msgid "Some of the opened files have invalid values; cannot save" msgstr "" #: src/window.py:463 msgid "No files selected" msgstr "" #: src/window.py:467 #, python-brace-format msgid "1 file selected" msgid_plural "{n} files selected" msgstr[0] "" msgstr[1] "" #. TRANSLATORS: Displayed when drag-and-dropping a music file onto the window #: src/ui/window.ui:62 msgid "Drop a file to add it to the opened file list" msgstr "" #: src/ui/window.ui:123 msgid "Save" msgstr "" #. TRANSLATORS: Tooltip for button used to sort files in the opened file list #: src/ui/window.ui:137 msgid "Sort files by track number, album, name" msgstr "" #. TRANSLATORS: Tooltip for the button used to close the file list sidebar #: src/ui/window.ui:146 msgid "Close file list" msgstr "" #. TRANSLATORS: Tooltip for button used to open a file that will be inserted into the file queue #: src/ui/window.ui:160 msgid "Add file" msgstr "" #. TRANSLATORS: Tooltip for button used to open a file that will be inserted into the file queue #: src/ui/window.ui:168 msgid "Select multiple files" msgstr "" #: src/ui/window.ui:175 msgid "Search opened files" msgstr "" #: src/ui/window.ui:232 msgid "No Results Found" msgstr "" #: src/ui/window.ui:233 msgid "Try a different search query." msgstr "" #: src/ui/window.ui:248 msgid "Select all files" msgstr "" #: src/ui/window.ui:264 msgid "Remove selected files" msgstr "" #. TRANSLATORS: Tooltip for the button used to close the file list sidebar #: src/ui/window.ui:284 msgid "Show file list" msgstr "" #: src/ui/window.ui:325 msgid "_Open File" msgstr "" #: src/ui/window.ui:329 msgid "O_pen Folder" msgstr "" #: src/ui/window.ui:335 msgid "_Rename Selected Files" msgstr "" #: src/ui/window.ui:339 msgid "_Identify Selected Files" msgstr "" #: src/ui/window.ui:345 msgid "_Keyboard Shortcuts" msgstr "" #: src/ui/window.ui:349 msgid "_Settings" msgstr "" #: src/ui/window.ui:353 msgid "_About Ear Tag" msgstr "" #: src/ui/nofile.ui:13 msgid "Open or drag in some audio files to edit their metadata." msgstr "" #: src/filemanager.py:95 msgid "Failed to save file" msgstr "" #: src/filemanager.py:96 #, python-brace-format msgid "Could not save file {f}. Check the logs for more information." msgstr "" #. TRANSLATORS: "Okay" button in the "failed to save file" dialog #: src/filemanager.py:99 msgid "OK" msgstr "" #: src/filemanager.py:105 msgid "Saved changes to files" msgstr "" #: src/filemanager.py:216 msgid "Opened file is read-only; changes cannot be saved" msgstr "" #: src/filemanager.py:218 msgid "Some of the opened files are read-only; changes cannot be saved" msgstr "" #: src/backends/file.py:44 msgid "Length" msgstr "" #: src/backends/file.py:45 msgid "Bitrate" msgstr "" #: src/backends/file.py:47 src/ui/fileview.ui:109 msgid "Title" msgstr "" #: src/backends/file.py:48 src/ui/fileview.ui:119 msgid "Artist" msgstr "" #: src/backends/file.py:49 src/ui/fileview.ui:165 msgid "Album" msgstr "" #: src/backends/file.py:50 src/ui/fileview.ui:172 msgid "Album artist" msgstr "" #: src/backends/file.py:51 src/ui/fileview.ui:154 msgid "Track number" msgstr "" #: src/backends/file.py:52 msgid "Total tracks" msgstr "" #: src/backends/file.py:53 src/ui/fileview.ui:179 msgid "Genre" msgstr "" #: src/backends/file.py:54 src/ui/fileview.ui:186 msgid "Release date" msgstr "" #: src/backends/file.py:55 src/ui/fileview.ui:194 msgid "Comment" msgstr "" #: src/backends/file.py:57 msgid "(Select a tag)" msgstr "" #. TRANSLATORS: Short for "beats per minute". #: src/backends/file.py:59 msgid "BPM" msgstr "" #: src/backends/file.py:60 msgid "Compilation" msgstr "" #: src/backends/file.py:61 msgid "Composer" msgstr "" #: src/backends/file.py:62 msgid "Copyright" msgstr "" #: src/backends/file.py:63 msgid "Encoded by" msgstr "" #: src/backends/file.py:64 msgid "Mood" msgstr "" #. TRANSLATORS: Orchestra conductor #: src/backends/file.py:66 msgid "Conductor" msgstr "" #: src/backends/file.py:67 msgid "Arranger" msgstr "" #: src/backends/file.py:68 msgid "Disc number" msgstr "" #: src/backends/file.py:69 msgid "Publisher" msgstr "" #: src/backends/file.py:71 msgid "Language" msgstr "" #: src/backends/file.py:72 msgid "Disc subtitle" msgstr "" #: src/backends/file.py:73 msgid "Website/URL" msgstr "" #. TRANSLATORS: This is a sort tag, as in, a tag that dictates how music #. software should treat this tag when sorting. #: src/backends/file.py:77 msgid "Album artist (sort)" msgstr "" #. TRANSLATORS: This is a sort tag, as in, a tag that dictates how music #. software should treat this tag when sorting. #: src/backends/file.py:80 msgid "Album (sort)" msgstr "" #. TRANSLATORS: This is a sort tag, as in, a tag that dictates how music #. software should treat this tag when sorting. #: src/backends/file.py:83 msgid "Composer (sort)" msgstr "" #. TRANSLATORS: This is a sort tag, as in, a tag that dictates how music #. software should treat this tag when sorting. #: src/backends/file.py:86 msgid "Artist (sort)" msgstr "" #. TRANSLATORS: This is a sort tag, as in, a tag that dictates how music #. software should treat this tag when sorting. #: src/backends/file.py:89 msgid "Title (sort)" msgstr "" #: src/backends/file.py:91 msgid "MusicBrainz Artist ID" msgstr "" #: src/backends/file.py:92 msgid "MusicBrainz Album ID" msgstr "" #: src/backends/file.py:93 msgid "MusicBrainz Album Artist ID" msgstr "" #: src/backends/file.py:94 msgid "MusicBrainz Release Track ID" msgstr "" #: src/backends/file.py:95 msgid "MusicBrainz Recording ID" msgstr "" #: src/backends/file.py:96 msgid "MusicBrainz Release Group ID" msgstr "" #: src/fileview.py:184 msgid "Select Album Cover Image" msgstr "" #: src/fileview.py:211 msgid "Save Album Cover To…" msgstr "" #: src/fileview.py:239 #, python-brace-format msgid "Saved cover to {path}" msgstr "" #: src/fileview.py:262 #, python-brace-format msgid "Removed cover from file" msgid_plural "Removed covers from {n} files" msgstr[0] "" msgstr[1] "" #: src/fileview.py:266 msgid "Undo" msgstr "" #: src/fileview.py:496 msgid "More tags" msgstr "" #: src/fileview.py:872 #, python-brace-format msgid "1 channel" msgid_plural "{n} channels" msgstr[0] "" msgstr[1] "" #: src/ui/fileview.ui:11 msgid "Loading Files…" msgstr "" #: src/ui/fileview.ui:22 msgid "Select a File" msgstr "" #: src/ui/fileview.ui:23 msgid "Select the files you want to edit from the list of opened files." msgstr "" #: src/ui/fileview.ui:66 msgid "Previous file" msgstr "" #: src/ui/fileview.ui:90 msgid "Next file" msgstr "" #: src/ui/albumcoverbutton.ui:90 msgid "_Choose Image…" msgstr "" #: src/ui/albumcoverbutton.ui:95 msgid "_Save Image…" msgstr "" #: src/ui/albumcoverbutton.ui:100 msgid "_Remove Cover" msgstr "" #: src/ui/albumcoverbutton.ui:123 msgid "Front" msgstr "" #: src/ui/albumcoverbutton.ui:130 msgid "Back" msgstr "" #: src/tagentry.py:128 msgid "(multiple values)" msgstr "" #. TRANSLATORS: Placeholder for file sidebar items with no title set #: src/filelist.py:116 msgid "(No title)" msgstr "" #. TRANSLATORS: Shown when hovering over the dot next to modified files on the file list #: src/ui/filelistitem.ui:50 msgid "File has invalid values" msgstr "" #. TRANSLATORS: Shown when hovering over the dot next to modified files on the file list #: src/ui/filelistitem.ui:60 msgid "File has unsaved changes" msgstr "" #. TRANSLATORS: Tooltip for button used to remove file from opened file list #: src/ui/filelistitem.ui:126 msgid "Remove from list" msgstr "" #: src/ui/dialogs/closewarning.ui:5 src/ui/dialogs/discardwarning.ui:5 #: src/ui/dialogs/removaldiscardwarning.ui:5 msgid "Save Changes?" msgstr "" #: src/ui/dialogs/closewarning.ui:6 src/ui/dialogs/discardwarning.ui:6 #: src/ui/dialogs/removaldiscardwarning.ui:6 msgid "If you don't save your changes, they will be permanently lost." msgstr "" #: src/ui/dialogs/closewarning.ui:12 src/ui/dialogs/discardwarning.ui:12 #: src/ui/dialogs/removaldiscardwarning.ui:12 msgid "_Cancel" msgstr "" #: src/ui/dialogs/closewarning.ui:13 src/ui/dialogs/removaldiscardwarning.ui:13 msgid "_Discard and Close" msgstr "" #: src/ui/dialogs/closewarning.ui:14 src/ui/dialogs/removaldiscardwarning.ui:14 msgid "_Save and Close" msgstr "" #: src/ui/dialogs/discardwarning.ui:13 msgid "_Discard and Open" msgstr "" #: src/ui/dialogs/discardwarning.ui:14 msgid "_Save and Open" msgstr "" #: src/ui/dialogs/loadingfailure.ui:5 msgid "Failed to Load File" msgstr "" #: src/ui/dialogs/loadingfailure.ui:6 msgid "Could not load file {f}. Check the logs for more information." msgstr "" #: src/ui/dialogs/loadingfailure.ui:12 src/ui/dialogs/renamefailure.ui:12 msgid "_OK" msgstr "" #: src/ui/dialogs/renamefailure.ui:5 msgid "Failed to Rename File" msgstr "" #: src/ui/dialogs/renamefailure.ui:6 msgid "Could not rename file {f}. Check the logs for more information." msgstr "" #: src/ui/rename.ui:5 msgid "Rename Selected Files" msgstr "" #: src/ui/rename.ui:24 src/ui/identify/identify.ui:26 msgid "Cancel" msgstr "" #: src/ui/rename.ui:44 msgid "Rename" msgstr "" #: src/ui/rename.ui:82 msgid "Failed to rename files. Check the logs for more information." msgstr "" #: src/ui/rename.ui:98 msgid "Filename pattern" msgstr "" #: src/ui/rename.ui:106 msgid "Preview" msgstr "" #: src/ui/rename.ui:118 msgid "" "For a list of available placeholders, see the list of " "available tags." msgstr "" #. TRANSLATORS: Tooltip for release switcher button in MusicBrainz identification dialog. #. This allows the user to switch between different releases of an album, EP, etc. #: src/identify.py:117 msgid "Other releases" msgstr "" #: src/identify.py:492 msgid "Unidentified Files" msgstr "" #: src/identify.py:917 #, python-brace-format msgid "Identified {identified} out of {total} tracks" msgstr "" #: src/ui/identify/identify.ui:5 msgid "Identify Selected Files" msgstr "" #: src/ui/identify/identify.ui:48 msgid "Identify" msgstr "" #: src/ui/identify/identify.ui:59 msgid "Apply" msgstr "" #: src/ui/identify/identify.ui:92 msgid "" "Track information is provided by Musicbrainz. Files without metadata are identified using the AcoustID service." msgstr "" #: src/ui/identify/filerow.ui:24 msgid "File could not be identified" msgstr "" #: src/ui/settings.ui:9 msgid "File identification" msgstr "" #: src/ui/settings.ui:14 msgid "MusicBrainz confidence treshold" msgstr "" #: src/ui/settings.ui:15 msgid "" "Minimum confidence percentage required for a MusicBrainz search result to be " "evaluated" msgstr "" #: src/ui/settings.ui:36 msgid "AcoustID confidence treshold" msgstr "" #: src/ui/settings.ui:37 msgid "" "Minimum confidence percentage required for an AcoustID lookup result to be " "evaluated" msgstr "" #: src/ui/settings.ui:58 msgid "Downloaded cover art size" msgstr "" #: src/ui/settings.ui:63 msgid "Do not download covers" msgstr "" #: src/ui/settings.ui:64 msgid "250 px" msgstr "" #: src/ui/settings.ui:65 msgid "500 px" msgstr "" #: src/ui/settings.ui:66 msgid "1200 px" msgstr "" #: src/ui/settings.ui:67 msgid "Maximum size" msgstr "" #: src/ui/shortcuts.ui:12 msgctxt "shortcut window" msgid "Files" msgstr "" #: src/ui/shortcuts.ui:16 msgctxt "shortcut window" msgid "Open files" msgstr "" #: src/ui/shortcuts.ui:23 msgctxt "shortcut window" msgid "Open folder" msgstr "" #: src/ui/shortcuts.ui:30 msgctxt "shortcut window" msgid "Save all modified files" msgstr "" #: src/ui/shortcuts.ui:38 msgctxt "shortcut window" msgid "Sidebar" msgstr "" #: src/ui/shortcuts.ui:42 msgctxt "shortcut window" msgid "Select previous file in sidebar" msgstr "" #: src/ui/shortcuts.ui:49 msgctxt "shortcut window" msgid "Select next file in sidebar" msgstr "" #: src/ui/shortcuts.ui:56 msgctxt "shortcut window" msgid "Select all files in sidebar" msgstr "" #: src/ui/shortcuts.ui:63 msgctxt "shortcut window" msgid "Remove selected files from sidebar" msgstr "" #: src/ui/shortcuts.ui:64 msgctxt "shortcut window" msgid "Closes the window if no files are present." msgstr "" #: src/ui/shortcuts.ui:72 msgctxt "shortcut window" msgid "Other" msgstr "" #: src/ui/shortcuts.ui:76 msgctxt "shortcut window" msgid "Keyboard shortcuts" msgstr ""