-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ubports-seabass] add ability to create new files (#53)
* [ubports-seabass] add ability to create new files * [ubports-seabass] add donation buttons
- Loading branch information
Showing
12 changed files
with
224 additions
and
49 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"desktop": "seabass2.desktop" | ||
} | ||
}, | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"maintainer": "Mikhael Milikhin <[email protected]>", | ||
"framework" : "ubuntu-sdk-16.04" | ||
} |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: seabass2.mikhael\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-06-08 07:38+0000\n" | ||
"POT-Creation-Date: 2020-06-08 15:35+0000\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,7 +17,7 @@ msgstr "" | |
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: ../qml/About.qml:12 ../qml/Main.qml:181 | ||
#: ../qml/About.qml:12 ../qml/Main.qml:215 | ||
msgid "About" | ||
msgstr "" | ||
|
||
|
@@ -40,15 +40,15 @@ msgid "" | |
"Unable to write the file. Please ensure that you have write access to %1" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:173 ../qml/components/FileList.qml:25 | ||
#: ../qml/Main.qml:207 ../qml/components/FileList.qml:26 | ||
msgid "Files" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:189 ../qml/components/SaveDialog.qml:26 | ||
#: ../qml/Main.qml:223 ../qml/components/SaveDialog.qml:26 | ||
msgid "Save" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:200 | ||
#: ../qml/Main.qml:234 | ||
msgid "Toggle keyboard extension" | ||
msgstr "" | ||
|
||
|
@@ -60,11 +60,15 @@ msgstr "" | |
msgid "Error occured" | ||
msgstr "" | ||
|
||
#: ../qml/components/ErrorDialog.qml:22 ../qml/components/FileList.qml:31 | ||
#: ../qml/components/FileList.qml:40 ../qml/components/SaveDialog.qml:34 | ||
#: ../qml/components/ErrorDialog.qml:22 ../qml/components/FileList.qml:32 | ||
#: ../qml/components/FileList.qml:41 ../qml/components/SaveDialog.qml:34 | ||
msgid "Close" | ||
msgstr "" | ||
|
||
#: ../qml/components/FileList.qml:46 | ||
msgid "New file..." | ||
msgstr "" | ||
|
||
#: ../qml/components/KeyboardExtension.qml:33 | ||
msgid "Tab" | ||
msgstr "" | ||
|
@@ -73,6 +77,22 @@ msgstr "" | |
msgid "Esc" | ||
msgstr "" | ||
|
||
#: ../qml/components/NewFileDialog.qml:21 | ||
msgid "Create new file" | ||
msgstr "" | ||
|
||
#: ../qml/components/NewFileDialog.qml:26 | ||
msgid "file.txt" | ||
msgstr "" | ||
|
||
#: ../qml/components/NewFileDialog.qml:36 | ||
msgid "Create" | ||
msgstr "" | ||
|
||
#: ../qml/components/NewFileDialog.qml:44 ../qml/components/SaveDialog.qml:42 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: ../qml/components/SaveDialog.qml:23 | ||
msgid "Save changes in %1?" | ||
msgstr "" | ||
|
@@ -81,10 +101,6 @@ msgstr "" | |
msgid "Changes will be lost if you close the file without saving." | ||
msgstr "" | ||
|
||
#: ../qml/components/SaveDialog.qml:42 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: seabass2.desktop.in.h:1 | ||
msgid "Seabass2" | ||
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
Oops, something went wrong.