-
Notifications
You must be signed in to change notification settings - Fork 20
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
Showing
14 changed files
with
155 additions
and
9 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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
Empty file.
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,4 @@ | ||
src/Views/WelcomeView.vala | ||
src/Views/RecordView.vala | ||
src/Application.vala | ||
src/MainWindow.vala |
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,47 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the com.github.ryonakano.reco package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: com.github.ryonakano.reco\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-12-01 16:57+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/Views/WelcomeView.vala:35 | ||
msgid "Format:" | ||
msgstr "" | ||
|
||
#: src/Views/WelcomeView.vala:42 | ||
msgid "Delay in seconds:" | ||
msgstr "" | ||
|
||
#: src/Views/WelcomeView.vala:58 | ||
msgid "Start recording" | ||
msgstr "" | ||
|
||
#: src/Views/RecordView.vala:51 | ||
msgid "Stop recording" | ||
msgstr "" | ||
|
||
#: src/Views/RecordView.vala:78 | ||
msgid "Unable to Create an Audio File" | ||
msgstr "" | ||
|
||
#: src/Views/RecordView.vala:78 | ||
msgid "A gstreamer error happened while recording:" | ||
msgstr "" | ||
|
||
#: src/Views/RecordView.vala:78 | ||
#, c-format | ||
msgid "Error: %s" | ||
msgstr "" |
Empty file.
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,2 @@ | ||
data/com.github.ryonakano.reco.appdata.xml.in | ||
data/com.github.ryonakano.reco.desktop.in |
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,64 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the extra package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: extra\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-12-01 16:57+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:7 | ||
#: data/com.github.ryonakano.reco.desktop.in:3 | ||
msgid "Reco" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:8 | ||
#: data/com.github.ryonakano.reco.desktop.in:5 | ||
msgid "Record talk to remember its content later" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:10 | ||
msgid "An audio recording app that lets you recall things talked later." | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:13 | ||
msgid "Useful when:" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:15 | ||
msgid "you join a discussion and take your minutes later" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:16 | ||
msgid "you want to record talk with your friends or lover" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:18 | ||
msgid "Features include:" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:20 | ||
msgid "Timed recording" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.appdata.xml.in:59 | ||
msgid "Ryo Nakano" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.desktop.in:4 | ||
msgid "Audio Recording App" | ||
msgstr "" | ||
|
||
#: data/com.github.ryonakano.reco.desktop.in:8 | ||
msgid "com.github.ryonakano.reco" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
i18n.gettext('extra', | ||
args: [ | ||
'--directory=' + meson.source_root (), | ||
'--from-code=UTF-8' | ||
], | ||
install: false | ||
) |
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,8 @@ | ||
i18n.gettext(meson.project_name(), | ||
args: [ | ||
'--directory=' + meson.source_root (), | ||
'--from-code=UTF-8' | ||
] | ||
) | ||
|
||
subdir('extra') |
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