1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Updated audacity.pot

This commit is contained in:
Paul Licameli 2018-01-16 21:45:53 -05:00
parent bc295bd7d7
commit fdf14d98c6
2 changed files with 131 additions and 25 deletions

View File

@ -248,6 +248,7 @@ src/blockfile/PCMAliasBlockFile.h
src/blockfile/SilentBlockFile.h
src/blockfile/SimpleBlockFile.h
src/commands/AppCommandEvent.cpp
src/commands/AutomationCommands.cpp
src/commands/BatchEvalCommand.cpp
src/commands/Command.cpp
src/commands/CommandBuilder.cpp
@ -258,7 +259,6 @@ src/commands/CommandSignature.cpp
src/commands/CommandType.cpp
src/commands/CompareAudioCommand.cpp
src/commands/ExecMenuCommand.cpp
src/commands/GetAllMenuCommands.cpp
src/commands/GetProjectInfoCommand.cpp
src/commands/GetTrackInfoCommand.cpp
src/commands/HelpCommand.cpp
@ -274,6 +274,7 @@ src/commands/SelectCommand.cpp
src/commands/SetProjectInfoCommand.cpp
src/commands/SetTrackInfoCommand.cpp
src/commands/AppCommandEvent.h
src/commands/AutomationCommands.h
src/commands/BatchEvalCommand.h
src/commands/Command.h
src/commands/CommandBuilder.h
@ -288,7 +289,6 @@ src/commands/CommandTargets.h
src/commands/CommandType.h
src/commands/CompareAudioCommand.h
src/commands/ExecMenuCommand.h
src/commands/GetAllMenuCommands.h
src/commands/GetProjectInfoCommand.h
src/commands/GetTrackInfoCommand.h
src/commands/HelpCommand.h

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: audacity 2.2.0\n"
"Report-Msgid-Bugs-To: audacity-translation@lists.sourceforge.net\n"
"POT-Creation-Date: 2018-01-05 19:31-0500\n"
"POT-Creation-Date: 2018-01-16 21:45-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -394,10 +394,6 @@ msgstr ""
msgid "Check Online"
msgstr ""
#: src/AboutDialog.cpp
msgid "quality assurance"
msgstr ""
#: src/AboutDialog.cpp
msgid "system administration"
msgstr ""
@ -414,6 +410,10 @@ msgstr ""
msgid "documentation and support"
msgstr ""
#: src/AboutDialog.cpp
msgid "quality assurance"
msgstr ""
#: src/AboutDialog.cpp
msgid "documentation and support, French"
msgstr ""
@ -495,11 +495,6 @@ msgstr ""
msgid "DarkAudacity Customisation"
msgstr ""
#. i18n-hint: The Latin phrase, "In memory of" a deceased person, often untranslated in European languages
#: src/AboutDialog.cpp
msgid "In Memoriam"
msgstr ""
#: src/AboutDialog.cpp
msgid "Audacity Team Members"
msgstr ""
@ -1061,6 +1056,40 @@ msgstr ""
msgid "C&hoose command"
msgstr ""
#: src/BatchCommands.cpp
msgid "No Action"
msgstr ""
#. i18n-hint: before is adverb; MP3 names an audio file format
#: src/BatchCommands.cpp
msgid "Export as MP3 56k before"
msgstr ""
#. i18n-hint: after is adverb; MP3 names an audio file format
#: src/BatchCommands.cpp
msgid "Export as MP3 56k after"
msgstr ""
#. i18n-hint: FLAC names an audio file format
#: src/BatchCommands.cpp
msgid "Export as FLAC"
msgstr ""
#. i18n-hint: MP3 names an audio file format
#: src/BatchCommands.cpp
msgid "Export as MP3"
msgstr ""
#. i18n-hint: Ogg names an audio file format
#: src/BatchCommands.cpp
msgid "Export as Ogg"
msgstr ""
#. i18n-hint: WAV names an audio file format
#: src/BatchCommands.cpp
msgid "Export as WAV"
msgstr ""
#: src/BatchCommands.cpp
msgid "cleaned"
msgstr ""
@ -2888,6 +2917,10 @@ msgstr ""
msgid "&Zoom to Selection"
msgstr ""
#: src/Menus.cpp
msgid "Zoom &Toggle"
msgstr ""
#: src/Menus.cpp
msgid "T&rack Size"
msgstr ""
@ -3329,6 +3362,10 @@ msgstr ""
msgid "&Tools"
msgstr ""
#: src/Menus.cpp
msgid "Simulate Recording Errors"
msgstr ""
#: src/Menus.cpp
msgid "&Screenshot Tools..."
msgstr ""
@ -3759,6 +3796,7 @@ msgstr ""
msgid "&Full screen (on/off)"
msgstr ""
#. i18n-hint: Shrink all project windows to icons on the Macintosh tooldock
#: src/Menus.cpp
msgid "Minimize all projects"
msgstr ""
@ -4864,6 +4902,10 @@ msgid ""
"%s"
msgstr ""
#: src/PluginManager.cpp src/effects/Effect.cpp
msgid "Built-in"
msgstr ""
#: src/PluginManager.cpp
#, c-format
msgid "Overwrite the plug-in file %s ?"
@ -5233,6 +5275,23 @@ msgstr ""
msgid "Actual Rate: %d"
msgstr ""
#. i18n-hint: A name given to a track, appearing as its menu button.
#. The translation should be short or else it will not display well.
#. At most, about 11 Latin characters.
#.
#: src/Project.cpp
msgid "Errors"
msgstr ""
#: src/Project.cpp
msgid ""
"Recorded audio was lost at the labeled locations. Possible causes:\n"
"\n"
"\tOther applications are competing with Audacity for processor time\n"
"\n"
"\tYou are saving directly to a slow external storage device\n"
msgstr ""
#: src/Project.cpp
msgid "Recorded Audio"
msgstr ""
@ -5413,6 +5472,7 @@ msgstr ""
msgid "Mixer"
msgstr ""
#. i18n-hint: Noun (the meter is used for playback or record level monitoring)
#: src/Screenshot.cpp src/toolbars/MeterToolBar.cpp src/widgets/Meter.cpp
msgid "Meter"
msgstr ""
@ -9464,11 +9524,8 @@ msgid ""
msgstr ""
#: src/effects/VST/VSTEffect.cpp
msgid "Audio In: "
msgstr ""
#: src/effects/VST/VSTEffect.cpp
msgid ", Audio Out: "
#, c-format
msgid "Audio In: %d, Audio Out: %d"
msgstr ""
#: src/effects/VST/VSTEffect.cpp
@ -11557,10 +11614,6 @@ msgstr ""
msgid "B&lend system and Audacity theme"
msgstr ""
#: src/prefs/GUIPrefs.cpp
msgid "&Display a mono channel as virtual stereo"
msgstr ""
#: src/prefs/ImportExportPrefs.cpp
msgid "Import / Export"
msgstr ""
@ -12235,6 +12288,11 @@ msgstr ""
msgid "Always record on a new track"
msgstr ""
#. i18n-hint: Dropout is a loss of a short sequence audio sample data from the recording
#: src/prefs/RecordingPrefs.cpp
msgid "Detect dropouts"
msgstr ""
#: src/prefs/RecordingPrefs.cpp
msgid "Automated Recording Level Adjustment"
msgstr ""
@ -12610,6 +12668,42 @@ msgstr ""
msgid "Stem plot"
msgstr ""
#: src/prefs/TracksPrefs.cpp src/toolbars/EditToolBar.cpp
msgid "Fit to Width"
msgstr ""
#: src/prefs/TracksPrefs.cpp src/toolbars/EditToolBar.cpp
msgid "Zoom to Selection"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "Zoom Default"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "Minutes"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "Seconds"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "MilliSeconds"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "Samples"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "4 Pixels per Sample"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "Max Zoom"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "&Pinned Recording/Playback head"
msgstr ""
@ -12642,6 +12736,18 @@ msgstr ""
msgid "Sho&w audio track name as overlay"
msgstr ""
#: src/prefs/TracksPrefs.cpp src/toolbars/EditToolBar.cpp
msgid "Zoom Toggle"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "Preset 1:"
msgstr ""
#: src/prefs/TracksPrefs.cpp
msgid "Preset 2:"
msgstr ""
#: src/prefs/WarningsPrefs.cpp
msgid "Warnings"
msgstr ""
@ -12813,6 +12919,10 @@ msgstr ""
msgid "Zoom Out"
msgstr ""
#: src/toolbars/EditToolBar.cpp
msgid "Show Effects Rack"
msgstr ""
#: src/toolbars/EditToolBar.cpp
msgid "Fit selection in window"
msgstr ""
@ -12821,10 +12931,6 @@ msgstr ""
msgid "Fit project in window"
msgstr ""
#: src/toolbars/EditToolBar.cpp
msgid "Show Effects Rack"
msgstr ""
#: src/toolbars/EditToolBar.cpp
msgid "Open Effects Rack"
msgstr ""