mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Merge branch 'piotrdrag/potfiles-201212' into 'master'
Mark missing strings in .ui files for translation & Update POTFILES.in See merge request World/Authenticator!165
This commit is contained in:
commit
f38b070159
7 changed files with 22 additions and 21 deletions
|
@ -9,7 +9,7 @@
|
|||
<property name="modal">True</property>
|
||||
<property name="default_width">360</property>
|
||||
<property name="default_height">600</property>
|
||||
<property name="title">Add a new account</property>
|
||||
<property name="title" translatable="yes">Add a new account</property>
|
||||
<child>
|
||||
<object class="HdyLeaflet">
|
||||
<child>
|
||||
|
@ -122,7 +122,7 @@
|
|||
<property name="halign">end</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="text" translatable="yes">0</property>
|
||||
<property name="text">0</property>
|
||||
<property name="adjustment">counter_adjustment</property>
|
||||
<property name="numeric">True</property>
|
||||
</object>
|
||||
|
|
|
@ -3,17 +3,17 @@
|
|||
<menu id="account-menu">
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label">Share</attribute>
|
||||
<attribute name="label" translatable="yes">Share</attribute>
|
||||
<attribute name="action">account.share</attribute>
|
||||
</item>
|
||||
</section>
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label">Rename</attribute>
|
||||
<attribute name="label" translatable="yes">Rename</attribute>
|
||||
<attribute name="action">account.rename</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label">Delete</attribute>
|
||||
<attribute name="label" translatable="yes">Delete</attribute>
|
||||
<attribute name="action">account.delete</attribute>
|
||||
</item>
|
||||
</section>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<child>
|
||||
<object class="HdyPreferencesPage">
|
||||
<property name="icon-name">applications-system-symbolic</property>
|
||||
<property name="title">General</property>
|
||||
<property name="title" translatable="yes">General</property>
|
||||
<child>
|
||||
<object class="HdyPreferencesGroup">
|
||||
<property name="title" translatable="yes">Appearance</property>
|
||||
|
@ -33,11 +33,11 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="HdyPreferencesGroup">
|
||||
<property name="title">Privacy</property>
|
||||
<property name="title" translatable="yes">Privacy</property>
|
||||
<child>
|
||||
<object class="HdyActionRow">
|
||||
<property name="title" translatable="yes">Password</property>
|
||||
<property name="subtitle" translatable="yes">Setup a password to lock the application with</property>
|
||||
<property name="subtitle" translatable="yes">Set up a password to lock the application with</property>
|
||||
<property name="activatable">True</property>
|
||||
<property name="action-name">preferences.show_password_page</property>
|
||||
<child>
|
||||
|
@ -83,7 +83,7 @@
|
|||
<child>
|
||||
<object class="HdyPreferencesPage">
|
||||
<property name="icon-name">document-save-as-symbolic</property>
|
||||
<property name="title">Backup/Restore</property>
|
||||
<property name="title" translatable="yes">Backup/Restore</property>
|
||||
<child>
|
||||
<object class="HdyPreferencesGroup" id="backup_group">
|
||||
<property name="title" translatable="yes">Backup</property>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<property name="action-name">preferences.save_password</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label">Save</property>
|
||||
<property name="label" translatable="yes">Save</property>
|
||||
<style>
|
||||
<class name="suggested-action" />
|
||||
</style>
|
||||
|
@ -38,7 +38,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="label" translatable="yes">Setup a password</property>
|
||||
<property name="label" translatable="yes">Set up a password</property>
|
||||
<style>
|
||||
<class name="title-2" />
|
||||
</style>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<property name="action-name">preferences.reset_password</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="label">Reset</property>
|
||||
<property name="label" translatable="yes">Reset</property>
|
||||
<property name="margin-end">8</property>
|
||||
<style>
|
||||
<class name="destructive-action" />
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
<object class="HdyActionRow">
|
||||
<property name="activatable_widget">provider_help_entry</property>
|
||||
<property name="title" translatable="yes">Help URL</property>
|
||||
<property name="subtitle" translatable="yes">How to setup Two-Factor Authentication</property>
|
||||
<property name="subtitle" translatable="yes">How to set up Two-Factor Authentication</property>
|
||||
<child>
|
||||
<object class="GtkEntry" id="provider_help_entry">
|
||||
<property name="halign">end</property>
|
||||
|
|
|
@ -3,27 +3,27 @@
|
|||
<menu id="menu">
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label">_Lock the application</attribute>
|
||||
<attribute name="label" translatable="yes">_Lock the application</attribute>
|
||||
<attribute name="action">app.lock</attribute>
|
||||
</item>
|
||||
</section>
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label">_Providers</attribute>
|
||||
<attribute name="label" translatable="yes">_Providers</attribute>
|
||||
<attribute name="action">app.providers</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label">_Preferences</attribute>
|
||||
<attribute name="label" translatable="yes">_Preferences</attribute>
|
||||
<attribute name="action">app.preferences</attribute>
|
||||
</item>
|
||||
</section>
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label">_Keyboard Shortcuts</attribute>
|
||||
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
|
||||
<attribute name="action">win.show-help-overlay</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label">About Authenticator</attribute>
|
||||
<attribute name="label" translatable="yes">About Authenticator</attribute>
|
||||
<attribute name="action">app.about</attribute>
|
||||
</item>
|
||||
</section>
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
data/com.belmoussaoui.Authenticator.desktop.in.in
|
||||
data/com.belmoussaoui.Authenticator.gschema.xml.in
|
||||
data/com.belmoussaoui.Authenticator.metainfo.xml.in.in
|
||||
data/resources/ui/account_add.ui.in
|
||||
data/resources/ui/account_add.ui
|
||||
data/resources/ui/account_qrcode_page.ui
|
||||
data/resources/ui/account_row.ui
|
||||
data/resources/ui/preferences.ui
|
||||
data/resources/ui/preferences_password_page.ui
|
||||
data/resources/ui/preferences.ui
|
||||
data/resources/ui/provider_page.ui
|
||||
data/resources/ui/providers_all.ui
|
||||
data/resources/ui/providers_list.ui
|
||||
data/resources/ui/shortcuts.ui
|
||||
data/resources/ui/window.ui
|
||||
src/application.rs
|
||||
src/backup/andotp.rs
|
||||
src/backup/bitwarden.rs
|
||||
src/backup/freeotp.rs
|
||||
src/backup/legacy.rs
|
||||
src/widgets/preferences/window.rs
|
||||
src/application.rs
|
||||
|
|
Loading…
Add table
Reference in a new issue