spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit d26ccbadc0449631b547bef87cd5a01f79dba00a
parent e5f1d936a5debb3f5c889d9a3e54466da5923616
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed, 16 Mar 2011 22:55:51 +0800

i18n: Sync with Transifex

Diffstat:
Apo/bn_IN.po | 171+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mpo/es.po | 22++++++++++++++--------
2 files changed, 185 insertions(+), 8 deletions(-)

diff --git a/po/bn_IN.po b/po/bn_IN.po @@ -0,0 +1,171 @@ +# 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 <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: Spek\n" +"Report-Msgid-Bugs-To: http://code.google.com/p/spek/issues/list\n" +"POT-Creation-Date: 2011-03-03 21:34+0800\n" +"PO-Revision-Date: 2011-03-16 14:42+0000\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=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn_IN\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: ../data/spek.desktop.in.in.h:1 +msgid "Spectrum Analyser" +msgstr "" + +#: ../data/spek.desktop.in.in.h:2 +msgid "Spek" +msgstr "" + +#: ../data/spek.desktop.in.in.h:3 +msgid "View spectrograms of your audio files" +msgstr "" + +#: ../src/spek.vala:25 +msgid "Display the version and exit" +msgstr "" + +#: ../src/spek.vala:38 +msgid "[FILE]" +msgstr "" + +#: ../src/spek.vala:42 +#, 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:48 +#, c-format +msgid "%s version %s\n" +msgstr "" + +#: ../src/spek.vala:53 +msgid "Specify a single file\n" +msgstr "" + +#: ../src/spek-audio.c:47 +msgid "Cannot open input file" +msgstr "" + +#: ../src/spek-audio.c:54 +msgid "Cannot find stream info" +msgstr "" + +#: ../src/spek-audio.c:66 +msgid "The file contains no audio streams" +msgstr "" + +#: ../src/spek-audio.c:73 +msgid "Cannot find decoder" +msgstr "" + +#: ../src/spek-audio.c:88 +msgid "No audio channels" +msgstr "" + +#: ../src/spek-audio.c:92 +msgid "Cannot open decoder" +msgstr "" + +#: ../src/spek-audio.c:113 +msgid "Unsupported sample format" +msgstr "" + +#: ../src/spek-pipeline.vala:70 +#, c-format +msgid "%d kbps" +msgstr "" + +#: ../src/spek-pipeline.vala:73 +#, c-format +msgid "%d Hz" +msgstr "" + +#: ../src/spek-pipeline.vala:78 +#, c-format +msgid "%d bit" +msgid_plural "%d bits" +msgstr[0] "" +msgstr[1] "" + +#: ../src/spek-pipeline.vala:81 +#, c-format +msgid "%d channel" +msgid_plural "%d channels" +msgstr[0] "" +msgstr[1] "" + +#. TRANSLATORS: first %s is the error message, second %s is stream +#. description. +#: ../src/spek-pipeline.vala:88 +#, c-format +msgid "%s: %s" +msgstr "" + +#: ../src/spek-spectrogram.vala:194 +#, c-format +msgid "%d kHz" +msgstr "" + +#: ../src/spek-window.vala:36 +msgid "Spek - Acoustic Spectrum Analyser" +msgstr "" + +#: ../src/spek-window.vala:82 +msgid "" +"A new version of Spek is available on <a href=\"http://www.spek-" +"project.org\">www.spek-project.org</a>" +msgstr "" + +#: ../src/spek-window.vala:88 +msgid "All files" +msgstr "" + +#: ../src/spek-window.vala:91 +msgid "PNG images" +msgstr "" + +#: ../src/spek-window.vala:94 +msgid "Audio files" +msgstr "" + +#. TRANSLATORS: window title, %s is replaced with the file name +#: ../src/spek-window.vala:142 +#, c-format +msgid "Spek - %s" +msgstr "" + +#: ../src/spek-window.vala:147 +msgid "Open File" +msgstr "" + +#: ../src/spek-window.vala:164 +msgid "Save Spectrogram" +msgstr "" + +#. Suggested name is <file_name>.png +#: ../src/spek-window.vala:171 +msgid "Untitled" +msgstr "" + +#: ../src/spek-window.vala:213 +msgid "Copyright © 2010-2011 Alexander Kojevnikov" +msgstr "" + +#: ../src/spek-window.vala:218 +msgid "Spek Website" +msgstr "" + +#: ../src/spek-window.vala:227 +msgid "translator-credits" +msgstr "" diff --git a/po/es.po b/po/es.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Spek\n" "Report-Msgid-Bugs-To: http://code.google.com/p/spek/issues/list\n" "POT-Creation-Date: 2011-03-03 21:34+0800\n" -"PO-Revision-Date: 2011-03-16 14:36+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"PO-Revision-Date: 2011-03-16 14:41+0000\n" +"Last-Translator: alexkay <alexander@kojevnikov.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,9 +40,12 @@ msgstr "[ARCHIVO]" #: ../src/spek.vala:42 #, c-format msgid "Run `%s --help` to see a full list of available command line options.\n" -msgstr "Ejecutar `%s --help` para ver una lista completa de las opciones de linea de comando disponibles.\n" +msgstr "" +"Ejecutar `%s --help` para ver una lista completa de las opciones de linea de" +" comando disponibles.\n" -#. TRANSLATORS: first %s is the package name, second %s is the package version. +#. TRANSLATORS: first %s is the package name, second %s is the package +#. version. #: ../src/spek.vala:48 #, c-format msgid "%s version %s\n" @@ -104,7 +107,8 @@ msgid_plural "%d channels" msgstr[0] "%d canal" msgstr[1] "%d canales" -#. TRANSLATORS: first %s is the error message, second %s is stream description. +#. TRANSLATORS: first %s is the error message, second %s is stream +#. description. #: ../src/spek-pipeline.vala:88 #, c-format msgid "%s: %s" @@ -121,9 +125,11 @@ msgstr "Spek - Analizador Acústico de Espectro" #: ../src/spek-window.vala:82 msgid "" -"A new version of Spek is available on <a href=\"http://www.spek-project.org" -"\">www.spek-project.org</a>" -msgstr "Una nueva versión de Spek está disponible en <a href=\"http://www.spek-project.org\">www.spek-project.org</a>" +"A new version of Spek is available on <a href=\"http://www.spek-" +"project.org\">www.spek-project.org</a>" +msgstr "" +"Una nueva versión de Spek está disponible en <a href=\"http://www.spek-" +"project.org\">www.spek-project.org</a>" #: ../src/spek-window.vala:88 msgid "All files"