i10n: Regenerate .po files
This commit is contained in:
parent
4297d8d14d
commit
e0a7a4326f
|
@ -68,48 +68,16 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.2.0" date="2018-10-31">
|
||||
<release version="1.0.0" date="2020-07-25">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Added Watchlist</li>
|
||||
<li>Added Redraft support</li>
|
||||
<li>Added Pinning support</li>
|
||||
<li>Added Simplified Chinese and German translations</li>
|
||||
<li>Added --hidden Start Flag</li>
|
||||
<li>Added Shortcuts and Back mouse button support</li>
|
||||
<li>Changed Notifications screen behavior</li>
|
||||
<li>Fixed minor bugs</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.1.5" date="2018-06-21">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Added Russian, French and Polish translations</li>
|
||||
<li>Added Direct timeline</li>
|
||||
<li>Added support for custom character limit</li>
|
||||
<li>Added support for streaming all timelines</li>
|
||||
<li>Added tooltips for image attachments</li>
|
||||
<li>Added remove action for attachments</li>
|
||||
<li>Changed behavior for mentioning users</li>
|
||||
<li>Changed behavior for missing image attachments</li>
|
||||
<li>Fixed minor bugs</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.1.3" date="2018-05-31">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Initial release</li>
|
||||
<li>New app icon (kudos to Tobias Bernard!)</li>
|
||||
<li>New interface design</li>
|
||||
<li>Fixed bugs</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
<custom>
|
||||
<value key="x-appcenter-color-primary">#F5F8FF</value>
|
||||
<value key="x-appcenter-color-primary-text">#413F58</value>
|
||||
</custom>
|
||||
|
||||
</component>
|
||||
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes">250</property>
|
||||
<property name="label">250</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</object>
|
||||
<packing>
|
||||
<property name="name">0</property>
|
||||
<property name="title" translatable="yes">0</property>
|
||||
<property name="title" translatable="no">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
</object>
|
||||
<packing>
|
||||
<property name="name">message</property>
|
||||
<property name="title" translatable="yes">page0</property>
|
||||
<property name="title" translatable="no">page0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -92,7 +92,7 @@
|
|||
</object>
|
||||
<packing>
|
||||
<property name="name">spinner</property>
|
||||
<property name="title" translatable="yes">page1</property>
|
||||
<property name="title" translatable="no">page1</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</object>
|
||||
<packing>
|
||||
<property name="name">status</property>
|
||||
<property name="title" translatable="yes">page1</property>
|
||||
<property name="title" translatable="no">page1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -149,7 +149,7 @@
|
|||
</object>
|
||||
<packing>
|
||||
<property name="name">content</property>
|
||||
<property name="title" translatable="yes">page0</property>
|
||||
<property name="title" translatable="no">page0</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
</object>
|
||||
<packing>
|
||||
<property name="name">page1</property>
|
||||
<property name="title" translatable="yes">page1</property>
|
||||
<property name="title" translatable="no">page1</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
|
|
@ -41,76 +41,6 @@
|
|||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="edit_bar">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="margin_start">6</property>
|
||||
<property name="margin_end">6</property>
|
||||
<property name="margin_top">6</property>
|
||||
<property name="margin_bottom">6</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="edit_btn">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Describe for the visually impaired</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="valign">start</property>
|
||||
<child>
|
||||
<object class="GtkImage">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">document-edit-symbolic</property>
|
||||
</object>
|
||||
</child>
|
||||
<style>
|
||||
<class name="osd"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="remove_btn">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Remove</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="valign">start</property>
|
||||
<child>
|
||||
<object class="GtkImage">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon_name">user-trash-symbolic</property>
|
||||
</object>
|
||||
</child>
|
||||
<style>
|
||||
<class name="osd"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<style>
|
||||
<class name="linked"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="chip">
|
||||
<property name="can_focus">False</property>
|
||||
|
@ -161,6 +91,9 @@
|
|||
<property name="top_attach">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">FIlter:</property>
|
||||
<property name="label" translatable="yes">Filter:</property>
|
||||
<property name="xalign">0</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: com.github.bleakgrey.tootle\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-02 15:30+0300\n"
|
||||
"POT-Creation-Date: 2020-08-02 17:48+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: com.github.bleakgrey.tootle\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-02 15:30+0300\n"
|
||||
"POT-Creation-Date: 2020-08-02 17:48+0300\n"
|
||||
"PO-Revision-Date: 2020-08-02 15:03+0300\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: com.github.bleakgrey.tootle\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-02 15:30+0300\n"
|
||||
"POT-Creation-Date: 2020-08-02 17:48+0300\n"
|
||||
"PO-Revision-Date: 2020-08-02 15:03+0300\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: com.github.bleakgrey.tootle\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-02 15:30+0300\n"
|
||||
"POT-Creation-Date: 2020-08-02 17:48+0300\n"
|
||||
"PO-Revision-Date: 2020-08-02 15:03+0300\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: com.github.bleakgrey.tootle\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-02 15:30+0300\n"
|
||||
"POT-Creation-Date: 2020-08-02 17:48+0300\n"
|
||||
"PO-Revision-Date: 2020-08-02 15:03+0300\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: com.github.bleakgrey.tootle\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-02 15:30+0300\n"
|
||||
"POT-Creation-Date: 2020-08-02 17:48+0300\n"
|
||||
"PO-Revision-Date: 2020-08-02 15:03+0300\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: com.github.bleakgrey.tootle\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-02 15:30+0300\n"
|
||||
"POT-Creation-Date: 2020-08-02 17:48+0300\n"
|
||||
"PO-Revision-Date: 2020-08-02 15:03+0300\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
|
@ -30,7 +30,7 @@ public class Tootle.Accounts : GLib.Object {
|
|||
warning ("Token invalid!");
|
||||
app.error (
|
||||
_("Network Error"),
|
||||
_("This instance has invalidated this session. Please sign in again.\n\n%s").printf (reason)
|
||||
_("The instance has invalidated this session. Please sign in again.\n\n%s").printf (reason)
|
||||
);
|
||||
})
|
||||
.exec ();
|
||||
|
|
Loading…
Reference in New Issue