-
Notifications
You must be signed in to change notification settings - Fork 11
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
dannygb
committed
Nov 15, 2018
1 parent
90b29d8
commit 3b7d215
Showing
2 changed files
with
191 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -2,6 +2,5 @@ build/ | |
|
||
/.project | ||
*.user | ||
*.pot | ||
*.log | ||
*.err |
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,191 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-11-15 22:01+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" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: /home/dan/KeePit/KeePit/CreateDatabase.qml:38 | ||
msgid "Create Database" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/CreateDatabase.qml:60 | ||
#: /home/dan/KeePit/KeePit/CreateDatabase.qml:65 | ||
msgid "Master Password" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/CreateDatabase.qml:76 | ||
msgid "Repeat Password" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/CreateDatabase.qml:82 | ||
msgid "Key file" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/CreateDatabase.qml:95 | ||
msgid "Create Key" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/CreateDatabase.qml:106 | ||
msgid "Use Existing Key" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Entry.qml:34 | ||
#: /home/dan/KeePit/KeePit/ListEntryItems.qml:67 | ||
msgid "Logout" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Entry.qml:47 | ||
msgid "Copy" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Entry.qml:68 | ||
msgid "Username" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Entry.qml:79 | ||
msgid "Password" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Entry.qml:92 | ||
msgid "Url" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Entry.qml:104 | ||
msgid "Notes" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Importer.qml:116 | ||
msgid "Importing database..." | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Importer.qml:137 | ||
msgid "Waiting" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Importer.qml:139 | ||
msgid "Processing" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Importer.qml:141 | ||
#, qt-format | ||
msgid "Imported to %1" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Importer.qml:143 | ||
#, qt-format | ||
msgid "Already in library: %1" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Importer.qml:145 | ||
#, qt-format | ||
msgid "Error: %1" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/KeySelector.qml:43 | ||
msgid "Use Key" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/KeySelector.qml:65 | ||
#: /home/dan/KeePit/KeePit/Main.qml:260 | ||
msgid "Select Key" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/ListEntryItems.qml:74 | ||
#: /home/dan/KeePit/KeePit/Main.qml:200 /home/dan/KeePit/KeePit/Main.qml:208 | ||
msgid "Search" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/ListEntryItems.qml:84 | ||
msgid "Home" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:159 | ||
msgid "Error" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:160 | ||
msgid "An error has occurred" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:162 /home/dan/KeePit/KeePit/Main.qml:175 | ||
#: /home/dan/KeePit/KeePit/Main.qml:189 | ||
msgid "Ok" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:172 | ||
msgid "About (KeePit v3.0)" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:173 | ||
msgid "Copyright © " | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:186 | ||
msgid "Info" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:187 | ||
msgid "Information: " | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:203 | ||
msgid "search term" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:218 /home/dan/KeePit/KeePit/Main.qml:244 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Main.qml:229 /home/dan/KeePit/KeePit/Main.qml:236 | ||
msgid "Delete" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/OpenDatabase.qml:42 | ||
msgid "About" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/OpenDatabase.qml:47 | ||
msgid "Import key" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/OpenDatabase.qml:55 | ||
msgid "Close" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/OpenDatabase.qml:105 | ||
msgid "Open Database" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/PasswordInput.qml:51 | ||
msgid "Show password" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Selector.qml:34 | ||
#: /home/dan/KeePit/KeePit/Selector.qml:47 | ||
msgid "Databases" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Selector.qml:39 | ||
msgid "Keys" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Selector.qml:239 | ||
msgid "Import" | ||
msgstr "" | ||
|
||
#: /home/dan/KeePit/KeePit/Selector.qml:249 | ||
msgid "Create" | ||
msgstr "" |