mirror of
https://github.com/alexkay/spek.git
synced 2025-05-05 01:01:02 +03:00
i18n: Transifex integration
This commit is contained in:
parent
0fabf1789c
commit
e8e6a9b2a6
8
.tx/config
Normal file
8
.tx/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[spek.spek]
|
||||||
|
file_filter = po/<lang>.po
|
||||||
|
source_file = po/spek.pot
|
||||||
|
source_lang = en
|
||||||
|
|
||||||
|
[main]
|
||||||
|
host = http://www.transifex.net
|
||||||
|
|
28
po/ru.po
28
po/ru.po
@ -2,21 +2,20 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: de\n"
|
"Project-Id-Version: Spek\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: http://code.google.com/p/spek/issues/list\n"
|
||||||
"POT-Creation-Date: 2011-02-23 17:10+0800\n"
|
"POT-Creation-Date: 2011-02-23 17:10+0800\n"
|
||||||
"PO-Revision-Date: 2011-02-18 18:06+0800\n"
|
"PO-Revision-Date: 2011-02-23 10:11+0000\n"
|
||||||
"Last-Translator: Alexander Kojevnikov <alexander@kojevnikov.com>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: russian\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"Language: ru\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Language: ru\n"
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||||
|
|
||||||
#: ../data/spek.desktop.in.in.h:1
|
#: ../data/spek.desktop.in.in.h:1
|
||||||
msgid "Spectrum Analyser"
|
msgid "Spectrum Analyser"
|
||||||
@ -96,6 +95,8 @@ msgid "%d bit"
|
|||||||
msgid_plural "%d bits"
|
msgid_plural "%d bits"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#: ../src/spek-pipeline.vala:81
|
#: ../src/spek-pipeline.vala:81
|
||||||
#, c-format
|
#, c-format
|
||||||
@ -103,8 +104,11 @@ msgid "%d channel"
|
|||||||
msgid_plural "%d channels"
|
msgid_plural "%d channels"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#. 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
|
#: ../src/spek-pipeline.vala:88
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s: %s"
|
msgid "%s: %s"
|
||||||
@ -116,8 +120,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../src/spek-window.vala:82
|
#: ../src/spek-window.vala:82
|
||||||
msgid ""
|
msgid ""
|
||||||
"A new version of Spek is available on <a href=\"http://www.spek-project.org"
|
"A new version of Spek is available on <a href=\"http://www.spek-"
|
||||||
"\">www.spek-project.org</a>"
|
"project.org\">www.spek-project.org</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/spek-window.vala:88
|
#: ../src/spek-window.vala:88
|
||||||
|
Loading…
x
Reference in New Issue
Block a user