This repository has been archived by the owner on May 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
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
bleakgrey
committed
Mar 3, 2018
1 parent
9173fc2
commit 5fb8869
Showing
3 changed files
with
94 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
src/TransporterWindow.vala | ||
src/Transporter.vala | ||
src/WormholeInterface.vala | ||
src/View/InstallView.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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.bleakgrey.transporter\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-02-28 17:48+0300\n" | ||
"POT-Creation-Date: 2018-03-03 17:01+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,40 +17,68 @@ msgstr "" | |
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/Transporter.vala:41 | ||
#: src/TransporterWindow.vala:52 | ||
msgid "Back" | ||
msgstr "" | ||
|
||
#: src/Transporter.vala:105 | ||
#: src/TransporterWindow.vala:84 | ||
msgid "Are you sure you want to cancel transaction?" | ||
msgstr "" | ||
|
||
#: src/Transporter.vala:137 | ||
#: src/TransporterWindow.vala:128 | ||
msgid "Select files or a folder to send" | ||
msgstr "" | ||
|
||
#: src/Transporter.vala:140 | ||
#: src/TransporterWindow.vala:131 | ||
msgid "_Cancel" | ||
msgstr "" | ||
|
||
#: src/Transporter.vala:142 | ||
#: src/TransporterWindow.vala:133 | ||
msgid "_Open" | ||
msgstr "" | ||
|
||
#: src/View/InstallView.vala:12 | ||
msgid "Preparing Transporter" | ||
#: src/WormholeInterface.vala:8 | ||
msgid "Error" | ||
msgstr "" | ||
|
||
#: src/View/InstallView.vala:13 | ||
msgid "Installing magic-wormhole" | ||
#: src/WormholeInterface.vala:62 src/WormholeInterface.vala:69 | ||
msgid "Installation Error" | ||
msgstr "" | ||
|
||
#: src/WormholeInterface.vala:69 | ||
msgid "Couldn't install magic-wormhole automatically." | ||
msgstr "" | ||
|
||
#: src/WormholeInterface.vala:149 | ||
msgid "Please verify your ID and try again." | ||
msgstr "" | ||
|
||
#: src/WormholeInterface.vala:149 | ||
msgid "Invalid ID" | ||
msgstr "" | ||
|
||
#: src/WormholeInterface.vala:154 | ||
msgid "Server is crowded at the moment. " | ||
msgstr "" | ||
|
||
#: src/WormholeInterface.vala:154 | ||
msgid "Server Error" | ||
msgstr "" | ||
|
||
#: src/View/InstallView.vala:25 | ||
msgid "Something's Wrong" | ||
#: src/WormholeInterface.vala:159 | ||
msgid "Received file already exists in Downloads folder." | ||
msgstr "" | ||
|
||
#: src/View/InstallView.vala:26 | ||
msgid "Couldn't install magic-wormhole automatically" | ||
#: src/WormholeInterface.vala:159 | ||
msgid "File Conflict" | ||
msgstr "" | ||
|
||
#: src/View/InstallView.vala:12 | ||
msgid "Preparing Transporter" | ||
msgstr "" | ||
|
||
#: src/View/InstallView.vala:13 | ||
msgid "Installing magic-wormhole" | ||
msgstr "" | ||
|
||
#: src/View/ReceiveView.vala:13 | ||
|
@@ -70,18 +98,10 @@ msgid "Saved in your Downloads folder" | |
msgstr "" | ||
|
||
#: src/View/ReceiveView.vala:75 | ||
msgid "Transfer Failed" | ||
msgstr "" | ||
|
||
#: src/View/ReceiveView.vala:76 | ||
msgid "Try again in a bit" | ||
msgstr "" | ||
|
||
#: src/View/ReceiveView.vala:82 | ||
msgid "Transferring: " | ||
msgstr "" | ||
|
||
#: src/View/ReceiveView.vala:83 | ||
#: src/View/ReceiveView.vala:76 | ||
msgid "Please wait a moment" | ||
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