mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
parent
39a287d577
commit
11196b6412
5 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# Authenticator
|
||||
|
||||
<img src="https://gitlab.gnome.org/bilelmoussaoui/authenticator/raw/master/data/icons/com.belmoussaoui.Authenticator.svg" width="128px" height="128px" />
|
||||
<p>Generate Two-Factor codes</p>
|
||||
<p>Generate Two-Factor Codes</p>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Authenticator
|
||||
GenericName=Two-factor Authentication
|
||||
Comment=Generate Two-Factor codes
|
||||
Comment=Generate Two-Factor Codes
|
||||
Type=Application
|
||||
Exec=authenticator
|
||||
Terminal=false
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<metadata_license>CC0</metadata_license>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<name>Authenticator</name>
|
||||
<summary>Generate Two-Factor codes</summary>
|
||||
<summary>Generate Two-Factor Codes</summary>
|
||||
<description>
|
||||
<p>Simple application that generates a two-factor authentication code, created for GNOME.</p>
|
||||
<p>Features:</p>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="HdyActionRow">
|
||||
<property name="title" translatable="yes">_Auto Lock the application</property>
|
||||
<property name="title" translatable="yes">_Auto Lock the Application</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable-widget">auto_lock_switch</property>
|
||||
<property name="subtitle" translatable="yes">Whether to automatically lock the application</property>
|
||||
|
@ -65,7 +65,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="HdyActionRow">
|
||||
<property name="title" translatable="yes">Auto lock _timeout</property>
|
||||
<property name="title" translatable="yes">Auto lock _Timeout</property>
|
||||
<property name="subtitle" translatable="yes">The time in minutes</property>
|
||||
<property name="activatable-widget">lock_timeout_spin_btn</property>
|
||||
<property name="use-underline">True</property>
|
||||
|
|
|
@ -145,7 +145,7 @@ mod imp {
|
|||
.program_name(&gettext("Authenticator"))
|
||||
.modal(true)
|
||||
.version(config::VERSION)
|
||||
.comments(&gettext("Generate Two-Factor codes"))
|
||||
.comments(&gettext("Generate Two-Factor Codes"))
|
||||
.website("https://gitlab.gnome.org/World/Authenticator")
|
||||
.authors(vec!["Bilal Elmoussaoui".to_string()])
|
||||
.artists(vec!["Alexandros Felekidis".to_string(), "Tobias Bernard".to_string()])
|
||||
|
|
Loading…
Add table
Reference in a new issue