mirror of
https://github.com/alexkay/spek.git
synced 2025-04-22 03:10:29 +03:00
i18n: Update spek.pot
This commit is contained in:
parent
d9d177ecff
commit
39bd9e9d6c
41
po/spek.pot
41
po/spek.pot
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-03-17 22:05+0800\n"
|
||||
"POT-Creation-Date: 2011-03-31 08:06+0800\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"
|
||||
@ -97,15 +97,36 @@ msgstr ""
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-preferences-dialog.vala:44
|
||||
#: ../src/spek-preferences-dialog.vala:45
|
||||
msgid "_Language:"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-preferences-dialog.vala:62
|
||||
msgid "Check for _updates"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-spectrogram.vala:194
|
||||
#: ../src/spek-preferences.vala:40
|
||||
msgid "(system default)"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-spectrogram.vala:199
|
||||
msgid "00 kHz"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-spectrogram.vala:205
|
||||
#, c-format
|
||||
msgid "%d kHz"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-spectrogram.vala:255
|
||||
msgid "-00 dB"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-spectrogram.vala:261
|
||||
#, c-format
|
||||
msgid "%d dB"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-window.vala:37
|
||||
msgid "Spek - Acoustic Spectrum Analyser"
|
||||
msgstr ""
|
||||
@ -147,15 +168,15 @@ msgstr ""
|
||||
msgid "Untitled"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-window.vala:229
|
||||
#: ../src/spek-window.vala:230
|
||||
msgid "Copyright © 2010-2011 Alexander Kojevnikov"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-window.vala:234
|
||||
#: ../src/spek-window.vala:235
|
||||
msgid "Spek Website"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek-window.vala:243
|
||||
#: ../src/spek-window.vala:244
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
|
||||
@ -163,21 +184,21 @@ msgstr ""
|
||||
msgid "Display the version and exit"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek.vala:45
|
||||
#: ../src/spek.vala:43
|
||||
msgid "[FILE]"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek.vala:49
|
||||
#: ../src/spek.vala:47
|
||||
#, c-format
|
||||
msgid "Run `%s --help` to see a full list of available command line options.\n"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: first %s is the package name, second %s is the package version.
|
||||
#: ../src/spek.vala:55
|
||||
#: ../src/spek.vala:53
|
||||
#, c-format
|
||||
msgid "%s version %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/spek.vala:60
|
||||
#: ../src/spek.vala:58
|
||||
msgid "Specify a single file\n"
|
||||
msgstr ""
|
||||
|
@ -196,6 +196,7 @@ namespace Spek {
|
||||
var freq = pipeline.sample_rate / 2;
|
||||
var rate_ruler = new Ruler (
|
||||
Ruler.Position.LEFT,
|
||||
// TRANSLATORS: keep "00" unchanged, it's used to calc the text width
|
||||
_("00 kHz"),
|
||||
{1000, 2000, 5000, 10000, 20000},
|
||||
freq,
|
||||
@ -252,6 +253,7 @@ namespace Spek {
|
||||
// Spectral density.
|
||||
var density_ruler = new Ruler (
|
||||
Ruler.Position.RIGHT,
|
||||
// TRANSLATORS: keep "-00" unchanged, it's used to calc the text width
|
||||
_("-00 dB"),
|
||||
{1, 2, 5, 10, 20, 50},
|
||||
-THRESHOLD,
|
||||
|
Loading…
x
Reference in New Issue
Block a user