[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: add strings from Belen
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: add strings from Belen |
Date: |
Sat, 03 Jul 2021 14:48:26 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-gtk.
The following commit(s) were added to refs/heads/master by this push:
new 37ee27e add strings from Belen
37ee27e is described below
commit 37ee27e97cf45fe70d6f68ce0cfdb689fff3f516
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Jul 3 14:48:24 2021 +0200
add strings from Belen
---
contrib/anastasis_gtk_main_window.glade | 68 +++++++++++++++++++++++++++------
1 file changed, 57 insertions(+), 11 deletions(-)
diff --git a/contrib/anastasis_gtk_main_window.glade
b/contrib/anastasis_gtk_main_window.glade
index 6d41775..ea7cb6e 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -44,9 +44,39 @@ Author: Christian Grothoff, Dennis Neufeld
</columns>
<data>
<row>
- <col id="0" translatable="yes">hello</col>
- <col id="1" translatable="yes">state</col>
- <col id="2" translatable="yes">tip</col>
+ <col id="0" translatable="yes">1. Location & currency</col>
+ <col id="1" translatable="no">*_SELECTING</col>
+ <col id="2" translatable="yes">Where you live will determine which
personal information can be used to identify your backup.</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">2. Personal information</col>
+ <col id="1" translatable="no">USER_ATTRIBUTES_COLLECTING</col>
+ <col id="2" translatable="yes">Your personal information will not be
shared with anyone. But you must provide the same information during
recovery.\</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">3. Authorization methods</col>
+ <col id="1" translatable="no">AUTHENTICATIONS_EDITING</col>
+ <col id="2" translatable="yes"/>
+ </row>
+ <row>
+ <col id="0" translatable="yes">4. Recovery policies</col>
+ <col id="1" translatable="no">POLICIES_REVIEWING</col>
+ <col id="2" translatable="yes"/>
+ </row>
+ <row>
+ <col id="0" translatable="yes">5. Enter secret</col>
+ <col id="1" translatable="no">SECRET_EDITING</col>
+ <col id="2" translatable="yes"/>
+ </row>
+ <row>
+ <col id="0" translatable="yes">6. Payment (optional)</col>
+ <col id="1" translatable="no">*_PAYING</col>
+ <col id="2" translatable="yes"/>
+ </row>
+ <row>
+ <col id="0" translatable="yes">7. Backup completed</col>
+ <col id="1" translatable="no">BACKUP_FINISHED</col>
+ <col id="2" translatable="yes"/>
</row>
</data>
</object>
@@ -61,9 +91,24 @@ Author: Christian Grothoff, Dennis Neufeld
</columns>
<data>
<row>
- <col id="0" translatable="yes">identity</col>
- <col id="1" translatable="yes">foo</col>
- <col id="2" translatable="yes">tip</col>
+ <col id="0" translatable="yes">1. Location & currency</col>
+ <col id="1" translatable="no">*_SELECTING</col>
+ <col id="2" translatable="yes">Where you live will determine which
personal information can be used to identify your backup.</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">2. Personal information</col>
+ <col id="1" translatable="no">USER_ATTRIBUTES_COLLECTING</col>
+ <col id="2" translatable="yes">Your personal information will not be
shared with anyone. But you must provide the same information during
recovery.</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">3. Solve challenges</col>
+ <col id="1" translatable="no">CHALLENGE_SELECTING</col>
+ <col id="2" translatable="yes"/>
+ </row>
+ <row>
+ <col id="0" translatable="yes">4. Secret recovered</col>
+ <col id="1" translatable="no">RECOVERY_FINISHED</col>
+ <col id="2" translatable="yes"/>
</row>
</data>
</object>
@@ -341,8 +386,7 @@ Author: Christian Grothoff, Dennis Neufeld
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow"
id="anastasis_gtk_backup_progress_scrolled_window">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="shadow_type">in</property>
<property name="propagate_natural_width">True</property>
<child>
@@ -361,9 +405,11 @@ Author: Christian Grothoff, Dennis Neufeld
<object class="GtkTreeViewColumn"
id="anastasis_gtk_backup_progress_description_column">
<property name="sizing">fixed</property>
<property name="fixed_width">250</property>
- <property name="title"
translatable="yes">Backup</property>
+ <property name="title" translatable="yes">Back up
a secret</property>
<child>
- <object class="GtkCellRendererText"
id="anastasis_gtk_backup_progress_description"/>
+ <object class="GtkCellRendererText"
id="anastasis_gtk_backup_progress_description">
+ <property name="ypad">15</property>
+ </object>
<attributes>
<attribute name="markup">0</attribute>
</attributes>
@@ -402,7 +448,7 @@ Author: Christian Grothoff, Dennis Neufeld
<object class="GtkTreeViewColumn"
id="anastasis_gtk_recovery_progress_description_colum">
<property name="sizing">fixed</property>
<property name="fixed_width">250</property>
- <property name="title"
translatable="yes">Recovery</property>
+ <property name="title" translatable="yes">Recover
a secret</property>
<child>
<object class="GtkCellRendererText"
id="anastasis_gtk_recovery_progress_description"/>
<attributes>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: add strings from Belen,
gnunet <=