-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
5 changed files
with
31 additions
and
10 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
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: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-10-18 06:34-0400\n" | ||
"POT-Creation-Date: 2016-11-02 06:30-0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -207,25 +207,31 @@ msgstr "" | |
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:5 | ||
msgid "" | ||
"This development release restores camera dialog functionality that with " | ||
"recent software versions." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:6 | ||
msgid "" | ||
"This development release fixes a large number of bugs from previous " | ||
"releases. User properties that cannot be edited are now restricted to " | ||
"administrative users." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:6 | ||
#: ../data/appdata/mugshot.appdata.xml.in.h:7 | ||
msgid "" | ||
"This development release upgrades the camera dialog to use Cheese and " | ||
"Clutter to display and capture the camera feed." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:7 | ||
#: ../data/appdata/mugshot.appdata.xml.in.h:8 | ||
msgid "" | ||
"This stable release improves Mugshot functionality for LDAP users, and " | ||
"includes the latest SudoDialog, improving the appearance and usability of " | ||
"the password dialog." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:8 | ||
#: ../data/appdata/mugshot.appdata.xml.in.h:9 | ||
msgid "" | ||
"This stable release improves the user configuration (chfn) backend and " | ||
"prevents Mugshot from locking up. Mugshot also no longer depends on " | ||
|
@@ -234,28 +240,28 @@ msgid "" | |
"addressed." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:9 | ||
#: ../data/appdata/mugshot.appdata.xml.in.h:10 | ||
msgid "" | ||
"This stable release improved AccountsService functionality and overall " | ||
"usability. Users without admin rights can no longer attempt to change their " | ||
"name, and initials are automatically populated when the name is entered." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:10 | ||
#: ../data/appdata/mugshot.appdata.xml.in.h:11 | ||
msgid "" | ||
"This stable release fixed a crash that occured when saving user details in a " | ||
"non-English locale. This release also included an updated translation " | ||
"template and new translations." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:11 | ||
#: ../data/appdata/mugshot.appdata.xml.in.h:12 | ||
msgid "" | ||
"This stable release fixed several bugs related to profile image management, " | ||
"introduced an improved password dialog, and transitioned to using GLib to " | ||
"more reliably determine user and environment settings." | ||
msgstr "" | ||
|
||
#: ../data/appdata/mugshot.appdata.xml.in.h:12 | ||
#: ../data/appdata/mugshot.appdata.xml.in.h:13 | ||
msgid "" | ||
"The first stable release introduced simplified packaging, replaced the Help " | ||
"functionality with the online help documents, and transitioned to using " | ||
|
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 |
---|---|---|
|
@@ -187,7 +187,7 @@ def run(self): | |
|
||
DistUtilsExtra.auto.setup( | ||
name='mugshot', | ||
version='0.3.1', | ||
version='0.3.2', | ||
license='GPL-3+', | ||
author='Sean Davis', | ||
author_email='[email protected]', | ||
|