Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit ac70d19

Browse files
author
bleakgrey
committed
Update locales
1 parent 56258c8 commit ac70d19

File tree

8 files changed

+221
-1206
lines changed

8 files changed

+221
-1206
lines changed

po/LINGUAS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
fr
21
fr_FR
3-
it
42
ru
3+
pl

po/POTFILES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
data/com.github.bleakgrey.tootle.desktop.in
22
data/com.github.bleakgrey.tootle.appdata.xml.in
3-
src/AccountManager.vala
3+
src/Accounts.vala
44
src/Application.vala
55
src/Desktop.vala
66
src/Html.vala
77
src/ImageCache.vala
88
src/InstanceAccount.vala
99
src/MainWindow.vala
10-
src/NetManager.vala
10+
src/Network.vala
1111
src/Notificator.vala
12-
src/SettingsManager.vala
12+
src/Settings.vala
1313
src/API/Account.vala
1414
src/API/Attachment.vala
1515
src/API/Mention.vala
@@ -18,7 +18,6 @@ src/API/NotificationType.vala
1818
src/API/Relationship.vala
1919
src/API/Status.vala
2020
src/API/StatusVisibility.vala
21-
src/API/Tag.vala
2221
src/Widgets/AccountsButton.vala
2322
src/Widgets/AccountWidget.vala
2423
src/Widgets/AlignedLabel.vala
@@ -34,6 +33,7 @@ src/Dialogs/SettingsDialog.vala
3433
src/Views/AbstractView.vala
3534
src/Views/AccountView.vala
3635
src/Views/FavoritesView.vala
36+
src/Views/DirectView.vala
3737
src/Views/FederatedView.vala
3838
src/Views/FollowersView.vala
3939
src/Views/FollowingView.vala

po/com.github.bleakgrey.tootle.pot

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.bleakgrey.tootle\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-13 15:47+0100\n"
11+
"POT-Creation-Date: 2018-06-19 12:45+0300\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -77,15 +77,15 @@ msgstr ""
7777
msgid "Toot"
7878
msgstr ""
7979

80-
#: src/NetManager.vala:60
80+
#: src/Network.vala:60
8181
msgid "TLS Error"
8282
msgstr ""
8383

84-
#: src/NetManager.vala:60
84+
#: src/Network.vala:60
8585
msgid "Can't ensure secure connection: "
8686
msgstr ""
8787

88-
#: src/NetManager.vala:68
88+
#: src/Network.vala:68
8989
#, c-format
9090
msgid "Error: %s"
9191
msgstr ""
@@ -159,36 +159,40 @@ msgstr ""
159159
msgid "Post to mentioned users only"
160160
msgstr ""
161161

162-
#: src/Widgets/AccountsButton.vala:65
162+
#: src/Widgets/AccountsButton.vala:66
163163
msgid "Refresh"
164164
msgstr ""
165165

166-
#: src/Widgets/AccountsButton.vala:69
166+
#: src/Widgets/AccountsButton.vala:70
167167
msgid "Favorites"
168168
msgstr ""
169169

170-
#: src/Widgets/AccountsButton.vala:73 src/Views/SearchView.vala:12
170+
#: src/Widgets/AccountsButton.vala:74 src/Views/DirectView.vala:17
171+
msgid "Direct Messages"
172+
msgstr ""
173+
174+
#: src/Widgets/AccountsButton.vala:78 src/Views/SearchView.vala:12
171175
msgid "Search"
172176
msgstr ""
173177

174-
#: src/Widgets/AccountsButton.vala:77 src/Dialogs/SettingsDialog.vala:18
178+
#: src/Widgets/AccountsButton.vala:82 src/Dialogs/SettingsDialog.vala:18
175179
msgid "Settings"
176180
msgstr ""
177181

178-
#: src/Widgets/AccountsButton.vala:128
182+
#: src/Widgets/AccountsButton.vala:134
179183
msgid "<b>New Account</b>"
180184
msgstr ""
181185

182-
#: src/Widgets/AccountsButton.vala:129
186+
#: src/Widgets/AccountsButton.vala:135
183187
msgid "Click to add"
184188
msgstr ""
185189

186-
#: src/Widgets/AccountWidget.vala:28 src/Widgets/AttachmentWidget.vala:125
190+
#: src/Widgets/AccountWidget.vala:28 src/Widgets/AttachmentWidget.vala:129
187191
#: src/Widgets/StatusWidget.vala:273
188192
msgid "Open in Browser"
189193
msgstr ""
190194

191-
#: src/Widgets/AccountWidget.vala:30 src/Widgets/AttachmentWidget.vala:127
195+
#: src/Widgets/AccountWidget.vala:30 src/Widgets/AttachmentWidget.vala:131
192196
#: src/Widgets/StatusWidget.vala:275
193197
msgid "Copy Link"
194198
msgstr ""
@@ -205,29 +209,29 @@ msgstr ""
205209
msgid "_Open"
206210
msgstr ""
207211

208-
#: src/Widgets/AttachmentWidget.vala:61
212+
#: src/Widgets/AttachmentWidget.vala:65
209213
#, c-format
210214
msgid "Click to open %s media"
211215
msgstr ""
212216

213-
#: src/Widgets/AttachmentWidget.vala:78
217+
#: src/Widgets/AttachmentWidget.vala:82
214218
msgid "Uploading..."
215219
msgstr ""
216220

217-
#: src/Widgets/AttachmentWidget.vala:99
221+
#: src/Widgets/AttachmentWidget.vala:103
218222
msgid "File read error"
219223
msgstr ""
220224

221-
#: src/Widgets/AttachmentWidget.vala:99
225+
#: src/Widgets/AttachmentWidget.vala:103
222226
#, c-format
223227
msgid "Can't read file %s: %s"
224228
msgstr ""
225229

226-
#: src/Widgets/AttachmentWidget.vala:119
230+
#: src/Widgets/AttachmentWidget.vala:123
227231
msgid "Remove"
228232
msgstr ""
229233

230-
#: src/Widgets/AttachmentWidget.vala:129
234+
#: src/Widgets/AttachmentWidget.vala:133
231235
msgid "Download"
232236
msgstr ""
233237

@@ -375,7 +379,7 @@ msgstr ""
375379
#. var cache_size = new Gtk.SpinButton.with_range (16, 256, 1);
376380
#. settings.schema.bind ("cache-size", cache_size, "value", SettingsBindFlags.DEFAULT);
377381
#. grid.attach (cache_size, 1, i++);
378-
#: src/Dialogs/SettingsDialog.vala:55 src/Views/NotificationsView.vala:22
382+
#: src/Dialogs/SettingsDialog.vala:55 src/Views/NotificationsView.vala:21
379383
msgid "Notifications"
380384
msgstr ""
381385

0 commit comments

Comments
 (0)