This repository has been archived by the owner on May 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b8ee15
commit ae77ca1
Showing
6 changed files
with
162 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
fr | ||
nl | ||
ru |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: \n" | ||
"POT-Creation-Date: 2022-10-08 13:49+0800\n" | ||
"PO-Revision-Date: 2022-10-08 13:51+0800\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: ru_RU\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" | ||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" | ||
"X-Generator: Poedit 3.1.1\n" | ||
"X-Poedit-Basepath: ../src\n" | ||
"X-Poedit-SearchPath-0: MainWindow.vala\n" | ||
|
||
#: MainWindow.vala:33 | ||
msgid "Raddiola" | ||
msgstr "" | ||
|
||
#: MainWindow.vala:74 | ||
msgid "Back" | ||
msgstr "Назад" | ||
|
||
#: MainWindow.vala:75 | ||
msgid "Add station" | ||
msgstr "Добавить станцию" | ||
|
||
#: MainWindow.vala:76 | ||
msgid "Delete station" | ||
msgstr "Удалить станцию" | ||
|
||
#: MainWindow.vala:77 | ||
msgid "Edit station" | ||
msgstr "Редактировать станцию" | ||
|
||
#: MainWindow.vala:78 | ||
msgid "Play" | ||
msgstr "Воспроизвести" | ||
|
||
#: MainWindow.vala:79 | ||
msgid "Stop" | ||
msgstr "Остановить" | ||
|
||
#: MainWindow.vala:80 | ||
msgid "Start recording" | ||
msgstr "Начать запись" | ||
|
||
#: MainWindow.vala:81 | ||
msgid "Stop recording" | ||
msgstr "Остановить запись" | ||
|
||
#: MainWindow.vala:82 | ||
msgid "Open the Records folder" | ||
msgstr "Открыть папку с записями" | ||
|
||
#: MainWindow.vala:131 | ||
msgid "_Name:" | ||
msgstr "_Название:" | ||
|
||
#: MainWindow.vala:144 | ||
msgid "_URL:" | ||
msgstr "" | ||
|
||
#: MainWindow.vala:149 | ||
msgid "OK" | ||
msgstr "" | ||
|
||
#: MainWindow.vala:164 MainWindow.vala:284 MainWindow.vala:313 | ||
#: MainWindow.vala:324 MainWindow.vala:339 MainWindow.vala:441 | ||
#, c-format | ||
msgid "Error: %s" | ||
msgstr "Ошибка: \"%s\"" | ||
|
||
#: MainWindow.vala:179 MainWindow.vala:212 MainWindow.vala:273 | ||
#: MainWindow.vala:363 | ||
msgid "Please choose a station" | ||
msgstr "Пожалуйста, выберите станцию" | ||
|
||
#: MainWindow.vala:291 | ||
msgid "Please enter the name" | ||
msgstr "Пожалуйста, введите название" | ||
|
||
#: MainWindow.vala:296 | ||
msgid "Please enter the url" | ||
msgstr "Пожалуйста, введите url" | ||
|
||
#: MainWindow.vala:307 | ||
msgid "Rename failed" | ||
msgstr "Не удалось переименовать" | ||
|
||
#: MainWindow.vala:317 MainWindow.vala:332 | ||
msgid "A station with the same name already exists" | ||
msgstr "Станция с таким названием уже существует" | ||
|
||
#: MainWindow.vala:342 | ||
msgid "Add failed" | ||
msgstr "Не удалось добавить" | ||
|
||
#: MainWindow.vala:368 | ||
msgid "Question" | ||
msgstr "Вопрос" | ||
|
||
#: MainWindow.vala:368 | ||
#, c-format | ||
msgid "Delete station %s ?" | ||
msgstr "Удалить станцию \"%s\"?" | ||
|
||
#: MainWindow.vala:369 | ||
msgid "No" | ||
msgstr "Нет" | ||
|
||
#: MainWindow.vala:370 | ||
msgid "Delete" | ||
msgstr "Удалить" | ||
|
||
#: MainWindow.vala:380 | ||
msgid "Delete failed" | ||
msgstr "Не удалось удалить" | ||
|
||
#: MainWindow.vala:446 | ||
msgid "Message" | ||
msgstr "Сообщение" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[CCode (lower_case_cprefix = "", cheader_filename = "config.h")] | ||
namespace Config { | ||
public const string GETTEXT_PACKAGE; | ||
public const string LOCALEDIR; | ||
} |