Regenerate po files

This commit is contained in:
bleakgrey 2018-05-10 00:46:24 +03:00
parent 4605262f05
commit 52f1eaee64
11 changed files with 1129 additions and 18 deletions

View File

@ -1 +1,3 @@
ru
ru
fr
it

View File

@ -1,3 +1,28 @@
src/Application.vala
src/MainWindow.vala
src/SettingsManager.vala
src/AccountManager.vala
src/NetManager.vala
src/Utils.vala
src/CmdRunner.vala
src/API/StatusVisibility.vala
src/API/NotificationType.vala
src/API/Attachment.vala
src/Widgets/HeaderBar.vala
src/Widgets/AlignedLabel.vala
src/Widgets/RichLabel.vala
src/Widgets/AccountsButton.vala
src/Widgets/StatusWidget.vala
src/Widgets/NotificationWidget.vala
src/Widgets/AttachmentWidget.vala
src/Widgets/AttachmentBox.vala
src/Dialogs/PostDialog.vala
src/Views/AbstractView.vala
src/Views/AddAccountView.vala
src/Views/HomeView.vala
src/Views/LocalView.vala
src/Views/FederatedView.vala
src/Views/NotificationsView.vala
src/Views/StatusView.vala
src/Views/AccountView.vala
src/Views/FavoritesView.vala

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-13 13:04+0300\n"
"POT-Creation-Date: 2018-05-10 00:44+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"
@ -17,6 +17,266 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/AccountsButton.vala:12
msgid "Account Options"
#: src/NetManager.vala:61
msgid "TLS Error"
msgstr ""
#: src/NetManager.vala:61
msgid "Can't ensure secure connection: "
msgstr ""
#: src/API/StatusVisibility.vala:25
msgid "Post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:27
msgid "Don't post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:29
msgid "Post to followers only"
msgstr ""
#: src/API/StatusVisibility.vala:31
msgid "Post to mentioned users only"
msgstr ""
#: src/API/NotificationType.vala:45
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> mentioned you"
msgstr ""
#: src/API/NotificationType.vala:47
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted your toot"
msgstr ""
#: src/API/NotificationType.vala:49
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> favorited your toot"
msgstr ""
#: src/API/NotificationType.vala:51
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> now follows you"
msgstr ""
#: src/API/NotificationType.vala:53
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> wants to follow you"
msgstr ""
#: src/Widgets/HeaderBar.vala:20 src/Views/AddAccountView.vala:72
msgid "Back"
msgstr ""
#: src/Widgets/AccountsButton.vala:31
msgid "Log out"
msgstr ""
#: src/Widgets/AccountsButton.vala:56
msgid "Refresh"
msgstr ""
#: src/Widgets/AccountsButton.vala:60
msgid "Favorites"
msgstr ""
#: src/Widgets/AccountsButton.vala:64
msgid "Settings"
msgstr ""
#: src/Widgets/StatusWidget.vala:67
msgid "Boost"
msgstr ""
#: src/Widgets/StatusWidget.vala:73
msgid "Favorite"
msgstr ""
#: src/Widgets/StatusWidget.vala:79
msgid "Reply"
msgstr ""
#: src/Widgets/StatusWidget.vala:123
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted"
msgstr ""
#: src/Widgets/StatusWidget.vala:138
msgid "Toggle content"
msgstr ""
#: src/Widgets/StatusWidget.vala:154
msgid "[ This post contains sensitive content ]"
msgstr ""
#: src/Widgets/NotificationWidget.vala:20
msgid "Unknown Notification"
msgstr ""
#: src/Widgets/NotificationWidget.vala:25
msgid "Dismiss"
msgstr ""
#: src/Widgets/NotificationWidget.vala:59
msgid "Accept"
msgstr ""
#: src/Widgets/NotificationWidget.vala:61
msgid "Reject"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:53
#, c-format
msgid "Click to open %s media"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:74
msgid "Uploading file..."
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
msgid "File read error"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
#, c-format
msgid "Can't read file %s: %s"
msgstr ""
#: src/Widgets/AttachmentBox.vala:41
msgid "Select media files to add"
msgstr ""
#: src/Widgets/AttachmentBox.vala:44
msgid "_Cancel"
msgstr ""
#: src/Widgets/AttachmentBox.vala:46
msgid "_Open"
msgstr ""
#: src/Dialogs/PostDialog.vala:24
msgid "Toot"
msgstr ""
#: src/Dialogs/PostDialog.vala:34
msgid "Post Visibility"
msgstr ""
#: src/Dialogs/PostDialog.vala:39
msgid "Add Media"
msgstr ""
#: src/Dialogs/PostDialog.vala:47
msgid "Cancel"
msgstr ""
#: src/Dialogs/PostDialog.vala:49
msgid "Toot!"
msgstr ""
#: src/Views/AddAccountView.vala:34
msgid "What's an instance?"
msgstr ""
#: src/Views/AddAccountView.vala:39
msgid "Instance:"
msgstr ""
#: src/Views/AddAccountView.vala:69
msgid "Add Account"
msgstr ""
#: src/Views/AddAccountView.vala:76
msgid "Authorization Code:"
msgstr ""
#: src/Views/AddAccountView.vala:102
msgid "Enter Your Instance URL:"
msgstr ""
#: src/Views/HomeView.vala:27
msgid "Home"
msgstr ""
#: src/Views/LocalView.vala:14
msgid "Local Timeline"
msgstr ""
#: src/Views/FederatedView.vala:14
msgid "Federated Timeline"
msgstr ""
#: src/Views/NotificationsView.vala:21
msgid "Notifications"
msgstr ""
#: src/Views/AccountView.vala:78
msgid "Edit Profile"
msgstr ""
#: src/Views/AccountView.vala:79
msgid "Mention"
msgstr ""
#: src/Views/AccountView.vala:80
msgid "Report"
msgstr ""
#: src/Views/AccountView.vala:81 src/Views/AccountView.vala:157
msgid "Mute"
msgstr ""
#: src/Views/AccountView.vala:82 src/Views/AccountView.vala:156
msgid "Block"
msgstr ""
#: src/Views/AccountView.vala:94
msgid "More Actions"
msgstr ""
#: src/Views/AccountView.vala:113
msgid "TOOTS"
msgstr ""
#: src/Views/AccountView.vala:114
msgid "FOLLOWS"
msgstr ""
#: src/Views/AccountView.vala:115
msgid "FOLLOWERS"
msgstr ""
#: src/Views/AccountView.vala:145
msgid "Unfollow"
msgstr ""
#: src/Views/AccountView.vala:149
msgid "Follow"
msgstr ""
#: src/Views/AccountView.vala:156
msgid "Unblock"
msgstr ""
#: src/Views/AccountView.vala:157
msgid "Unmute"
msgstr ""
#: src/Views/AccountView.vala:213
msgid "Sent follow request"
msgstr ""
#: src/Views/AccountView.vala:215
msgid "Blocked"
msgstr ""
#: src/Views/AccountView.vala:217
msgid "Follows you"
msgstr ""
#: src/Views/AccountView.vala:219
msgid "Blocking this instance"
msgstr ""

282
po/fr.po Normal file
View File

@ -0,0 +1,282 @@
# French translations for com.github.bleakgrey.tootle package.
# Copyright (C) 2018 THE com.github.bleakgrey.tootle'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# Automatically generated, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-10 00:44+0300\n"
"PO-Revision-Date: 2018-05-10 00:35+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: src/NetManager.vala:61
msgid "TLS Error"
msgstr ""
#: src/NetManager.vala:61
msgid "Can't ensure secure connection: "
msgstr ""
#: src/API/StatusVisibility.vala:25
msgid "Post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:27
msgid "Don't post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:29
msgid "Post to followers only"
msgstr ""
#: src/API/StatusVisibility.vala:31
msgid "Post to mentioned users only"
msgstr ""
#: src/API/NotificationType.vala:45
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> mentioned you"
msgstr ""
#: src/API/NotificationType.vala:47
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted your toot"
msgstr ""
#: src/API/NotificationType.vala:49
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> favorited your toot"
msgstr ""
#: src/API/NotificationType.vala:51
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> now follows you"
msgstr ""
#: src/API/NotificationType.vala:53
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> wants to follow you"
msgstr ""
#: src/Widgets/HeaderBar.vala:20 src/Views/AddAccountView.vala:72
msgid "Back"
msgstr ""
#: src/Widgets/AccountsButton.vala:31
msgid "Log out"
msgstr ""
#: src/Widgets/AccountsButton.vala:56
msgid "Refresh"
msgstr ""
#: src/Widgets/AccountsButton.vala:60
msgid "Favorites"
msgstr ""
#: src/Widgets/AccountsButton.vala:64
msgid "Settings"
msgstr ""
#: src/Widgets/StatusWidget.vala:67
msgid "Boost"
msgstr ""
#: src/Widgets/StatusWidget.vala:73
msgid "Favorite"
msgstr ""
#: src/Widgets/StatusWidget.vala:79
msgid "Reply"
msgstr ""
#: src/Widgets/StatusWidget.vala:123
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted"
msgstr ""
#: src/Widgets/StatusWidget.vala:138
msgid "Toggle content"
msgstr ""
#: src/Widgets/StatusWidget.vala:154
msgid "[ This post contains sensitive content ]"
msgstr ""
#: src/Widgets/NotificationWidget.vala:20
msgid "Unknown Notification"
msgstr ""
#: src/Widgets/NotificationWidget.vala:25
msgid "Dismiss"
msgstr ""
#: src/Widgets/NotificationWidget.vala:59
msgid "Accept"
msgstr ""
#: src/Widgets/NotificationWidget.vala:61
msgid "Reject"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:53
#, c-format
msgid "Click to open %s media"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:74
msgid "Uploading file..."
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
msgid "File read error"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
#, c-format
msgid "Can't read file %s: %s"
msgstr ""
#: src/Widgets/AttachmentBox.vala:41
msgid "Select media files to add"
msgstr ""
#: src/Widgets/AttachmentBox.vala:44
msgid "_Cancel"
msgstr ""
#: src/Widgets/AttachmentBox.vala:46
msgid "_Open"
msgstr ""
#: src/Dialogs/PostDialog.vala:24
msgid "Toot"
msgstr ""
#: src/Dialogs/PostDialog.vala:34
msgid "Post Visibility"
msgstr ""
#: src/Dialogs/PostDialog.vala:39
msgid "Add Media"
msgstr ""
#: src/Dialogs/PostDialog.vala:47
msgid "Cancel"
msgstr ""
#: src/Dialogs/PostDialog.vala:49
msgid "Toot!"
msgstr ""
#: src/Views/AddAccountView.vala:34
msgid "What's an instance?"
msgstr ""
#: src/Views/AddAccountView.vala:39
msgid "Instance:"
msgstr ""
#: src/Views/AddAccountView.vala:69
msgid "Add Account"
msgstr ""
#: src/Views/AddAccountView.vala:76
msgid "Authorization Code:"
msgstr ""
#: src/Views/AddAccountView.vala:102
msgid "Enter Your Instance URL:"
msgstr ""
#: src/Views/HomeView.vala:27
msgid "Home"
msgstr ""
#: src/Views/LocalView.vala:14
msgid "Local Timeline"
msgstr ""
#: src/Views/FederatedView.vala:14
msgid "Federated Timeline"
msgstr ""
#: src/Views/NotificationsView.vala:21
msgid "Notifications"
msgstr ""
#: src/Views/AccountView.vala:78
msgid "Edit Profile"
msgstr ""
#: src/Views/AccountView.vala:79
msgid "Mention"
msgstr ""
#: src/Views/AccountView.vala:80
msgid "Report"
msgstr ""
#: src/Views/AccountView.vala:81 src/Views/AccountView.vala:157
msgid "Mute"
msgstr ""
#: src/Views/AccountView.vala:82 src/Views/AccountView.vala:156
msgid "Block"
msgstr ""
#: src/Views/AccountView.vala:94
msgid "More Actions"
msgstr ""
#: src/Views/AccountView.vala:113
msgid "TOOTS"
msgstr ""
#: src/Views/AccountView.vala:114
msgid "FOLLOWS"
msgstr ""
#: src/Views/AccountView.vala:115
msgid "FOLLOWERS"
msgstr ""
#: src/Views/AccountView.vala:145
msgid "Unfollow"
msgstr ""
#: src/Views/AccountView.vala:149
msgid "Follow"
msgstr ""
#: src/Views/AccountView.vala:156
msgid "Unblock"
msgstr ""
#: src/Views/AccountView.vala:157
msgid "Unmute"
msgstr ""
#: src/Views/AccountView.vala:213
msgid "Sent follow request"
msgstr ""
#: src/Views/AccountView.vala:215
msgid "Blocked"
msgstr ""
#: src/Views/AccountView.vala:217
msgid "Follows you"
msgstr ""
#: src/Views/AccountView.vala:219
msgid "Blocking this instance"
msgstr ""

282
po/it.po Normal file
View File

@ -0,0 +1,282 @@
# Italian translations for com.github.bleakgrey.tootle package.
# Copyright (C) 2018 THE com.github.bleakgrey.tootle'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# Automatically generated, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-10 00:44+0300\n"
"PO-Revision-Date: 2018-05-10 00:35+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/NetManager.vala:61
msgid "TLS Error"
msgstr ""
#: src/NetManager.vala:61
msgid "Can't ensure secure connection: "
msgstr ""
#: src/API/StatusVisibility.vala:25
msgid "Post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:27
msgid "Don't post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:29
msgid "Post to followers only"
msgstr ""
#: src/API/StatusVisibility.vala:31
msgid "Post to mentioned users only"
msgstr ""
#: src/API/NotificationType.vala:45
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> mentioned you"
msgstr ""
#: src/API/NotificationType.vala:47
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted your toot"
msgstr ""
#: src/API/NotificationType.vala:49
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> favorited your toot"
msgstr ""
#: src/API/NotificationType.vala:51
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> now follows you"
msgstr ""
#: src/API/NotificationType.vala:53
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> wants to follow you"
msgstr ""
#: src/Widgets/HeaderBar.vala:20 src/Views/AddAccountView.vala:72
msgid "Back"
msgstr ""
#: src/Widgets/AccountsButton.vala:31
msgid "Log out"
msgstr ""
#: src/Widgets/AccountsButton.vala:56
msgid "Refresh"
msgstr ""
#: src/Widgets/AccountsButton.vala:60
msgid "Favorites"
msgstr ""
#: src/Widgets/AccountsButton.vala:64
msgid "Settings"
msgstr ""
#: src/Widgets/StatusWidget.vala:67
msgid "Boost"
msgstr ""
#: src/Widgets/StatusWidget.vala:73
msgid "Favorite"
msgstr ""
#: src/Widgets/StatusWidget.vala:79
msgid "Reply"
msgstr ""
#: src/Widgets/StatusWidget.vala:123
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted"
msgstr ""
#: src/Widgets/StatusWidget.vala:138
msgid "Toggle content"
msgstr ""
#: src/Widgets/StatusWidget.vala:154
msgid "[ This post contains sensitive content ]"
msgstr ""
#: src/Widgets/NotificationWidget.vala:20
msgid "Unknown Notification"
msgstr ""
#: src/Widgets/NotificationWidget.vala:25
msgid "Dismiss"
msgstr ""
#: src/Widgets/NotificationWidget.vala:59
msgid "Accept"
msgstr ""
#: src/Widgets/NotificationWidget.vala:61
msgid "Reject"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:53
#, c-format
msgid "Click to open %s media"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:74
msgid "Uploading file..."
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
msgid "File read error"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
#, c-format
msgid "Can't read file %s: %s"
msgstr ""
#: src/Widgets/AttachmentBox.vala:41
msgid "Select media files to add"
msgstr ""
#: src/Widgets/AttachmentBox.vala:44
msgid "_Cancel"
msgstr ""
#: src/Widgets/AttachmentBox.vala:46
msgid "_Open"
msgstr ""
#: src/Dialogs/PostDialog.vala:24
msgid "Toot"
msgstr ""
#: src/Dialogs/PostDialog.vala:34
msgid "Post Visibility"
msgstr ""
#: src/Dialogs/PostDialog.vala:39
msgid "Add Media"
msgstr ""
#: src/Dialogs/PostDialog.vala:47
msgid "Cancel"
msgstr ""
#: src/Dialogs/PostDialog.vala:49
msgid "Toot!"
msgstr ""
#: src/Views/AddAccountView.vala:34
msgid "What's an instance?"
msgstr ""
#: src/Views/AddAccountView.vala:39
msgid "Instance:"
msgstr ""
#: src/Views/AddAccountView.vala:69
msgid "Add Account"
msgstr ""
#: src/Views/AddAccountView.vala:76
msgid "Authorization Code:"
msgstr ""
#: src/Views/AddAccountView.vala:102
msgid "Enter Your Instance URL:"
msgstr ""
#: src/Views/HomeView.vala:27
msgid "Home"
msgstr ""
#: src/Views/LocalView.vala:14
msgid "Local Timeline"
msgstr ""
#: src/Views/FederatedView.vala:14
msgid "Federated Timeline"
msgstr ""
#: src/Views/NotificationsView.vala:21
msgid "Notifications"
msgstr ""
#: src/Views/AccountView.vala:78
msgid "Edit Profile"
msgstr ""
#: src/Views/AccountView.vala:79
msgid "Mention"
msgstr ""
#: src/Views/AccountView.vala:80
msgid "Report"
msgstr ""
#: src/Views/AccountView.vala:81 src/Views/AccountView.vala:157
msgid "Mute"
msgstr ""
#: src/Views/AccountView.vala:82 src/Views/AccountView.vala:156
msgid "Block"
msgstr ""
#: src/Views/AccountView.vala:94
msgid "More Actions"
msgstr ""
#: src/Views/AccountView.vala:113
msgid "TOOTS"
msgstr ""
#: src/Views/AccountView.vala:114
msgid "FOLLOWS"
msgstr ""
#: src/Views/AccountView.vala:115
msgid "FOLLOWERS"
msgstr ""
#: src/Views/AccountView.vala:145
msgid "Unfollow"
msgstr ""
#: src/Views/AccountView.vala:149
msgid "Follow"
msgstr ""
#: src/Views/AccountView.vala:156
msgid "Unblock"
msgstr ""
#: src/Views/AccountView.vala:157
msgid "Unmute"
msgstr ""
#: src/Views/AccountView.vala:213
msgid "Sent follow request"
msgstr ""
#: src/Views/AccountView.vala:215
msgid "Blocked"
msgstr ""
#: src/Views/AccountView.vala:217
msgid "Follows you"
msgstr ""
#: src/Views/AccountView.vala:219
msgid "Blocking this instance"
msgstr ""

268
po/ru.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-13 13:04+0300\n"
"PO-Revision-Date: 2018-04-13 13:04+0300\n"
"POT-Creation-Date: 2018-05-10 00:44+0300\n"
"PO-Revision-Date: 2018-05-10 00:35+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ru\n"
@ -18,6 +18,266 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/Widgets/AccountsButton.vala:12
msgid "Account Options"
#: src/NetManager.vala:61
msgid "TLS Error"
msgstr ""
#: src/NetManager.vala:61
msgid "Can't ensure secure connection: "
msgstr ""
#: src/API/StatusVisibility.vala:25
msgid "Post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:27
msgid "Don't post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:29
msgid "Post to followers only"
msgstr ""
#: src/API/StatusVisibility.vala:31
msgid "Post to mentioned users only"
msgstr ""
#: src/API/NotificationType.vala:45
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> mentioned you"
msgstr ""
#: src/API/NotificationType.vala:47
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted your toot"
msgstr ""
#: src/API/NotificationType.vala:49
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> favorited your toot"
msgstr ""
#: src/API/NotificationType.vala:51
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> now follows you"
msgstr ""
#: src/API/NotificationType.vala:53
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> wants to follow you"
msgstr ""
#: src/Widgets/HeaderBar.vala:20 src/Views/AddAccountView.vala:72
msgid "Back"
msgstr ""
#: src/Widgets/AccountsButton.vala:31
msgid "Log out"
msgstr ""
#: src/Widgets/AccountsButton.vala:56
msgid "Refresh"
msgstr ""
#: src/Widgets/AccountsButton.vala:60
msgid "Favorites"
msgstr ""
#: src/Widgets/AccountsButton.vala:64
msgid "Settings"
msgstr ""
#: src/Widgets/StatusWidget.vala:67
msgid "Boost"
msgstr ""
#: src/Widgets/StatusWidget.vala:73
msgid "Favorite"
msgstr ""
#: src/Widgets/StatusWidget.vala:79
msgid "Reply"
msgstr ""
#: src/Widgets/StatusWidget.vala:123
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted"
msgstr ""
#: src/Widgets/StatusWidget.vala:138
msgid "Toggle content"
msgstr ""
#: src/Widgets/StatusWidget.vala:154
msgid "[ This post contains sensitive content ]"
msgstr ""
#: src/Widgets/NotificationWidget.vala:20
msgid "Unknown Notification"
msgstr ""
#: src/Widgets/NotificationWidget.vala:25
msgid "Dismiss"
msgstr ""
#: src/Widgets/NotificationWidget.vala:59
msgid "Accept"
msgstr ""
#: src/Widgets/NotificationWidget.vala:61
msgid "Reject"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:53
#, c-format
msgid "Click to open %s media"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:74
msgid "Uploading file..."
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
msgid "File read error"
msgstr ""
#: src/Widgets/AttachmentWidget.vala:96
#, c-format
msgid "Can't read file %s: %s"
msgstr ""
#: src/Widgets/AttachmentBox.vala:41
msgid "Select media files to add"
msgstr ""
#: src/Widgets/AttachmentBox.vala:44
msgid "_Cancel"
msgstr ""
#: src/Widgets/AttachmentBox.vala:46
msgid "_Open"
msgstr ""
#: src/Dialogs/PostDialog.vala:24
msgid "Toot"
msgstr ""
#: src/Dialogs/PostDialog.vala:34
msgid "Post Visibility"
msgstr ""
#: src/Dialogs/PostDialog.vala:39
msgid "Add Media"
msgstr ""
#: src/Dialogs/PostDialog.vala:47
msgid "Cancel"
msgstr ""
#: src/Dialogs/PostDialog.vala:49
msgid "Toot!"
msgstr ""
#: src/Views/AddAccountView.vala:34
msgid "What's an instance?"
msgstr ""
#: src/Views/AddAccountView.vala:39
msgid "Instance:"
msgstr ""
#: src/Views/AddAccountView.vala:69
msgid "Add Account"
msgstr ""
#: src/Views/AddAccountView.vala:76
msgid "Authorization Code:"
msgstr ""
#: src/Views/AddAccountView.vala:102
msgid "Enter Your Instance URL:"
msgstr ""
#: src/Views/HomeView.vala:27
msgid "Home"
msgstr ""
#: src/Views/LocalView.vala:14
msgid "Local Timeline"
msgstr ""
#: src/Views/FederatedView.vala:14
msgid "Federated Timeline"
msgstr ""
#: src/Views/NotificationsView.vala:21
msgid "Notifications"
msgstr ""
#: src/Views/AccountView.vala:78
msgid "Edit Profile"
msgstr ""
#: src/Views/AccountView.vala:79
msgid "Mention"
msgstr ""
#: src/Views/AccountView.vala:80
msgid "Report"
msgstr ""
#: src/Views/AccountView.vala:81 src/Views/AccountView.vala:157
msgid "Mute"
msgstr ""
#: src/Views/AccountView.vala:82 src/Views/AccountView.vala:156
msgid "Block"
msgstr ""
#: src/Views/AccountView.vala:94
msgid "More Actions"
msgstr ""
#: src/Views/AccountView.vala:113
msgid "TOOTS"
msgstr ""
#: src/Views/AccountView.vala:114
msgid "FOLLOWS"
msgstr ""
#: src/Views/AccountView.vala:115
msgid "FOLLOWERS"
msgstr ""
#: src/Views/AccountView.vala:145
msgid "Unfollow"
msgstr ""
#: src/Views/AccountView.vala:149
msgid "Follow"
msgstr ""
#: src/Views/AccountView.vala:156
msgid "Unblock"
msgstr ""
#: src/Views/AccountView.vala:157
msgid "Unmute"
msgstr ""
#: src/Views/AccountView.vala:213
msgid "Sent follow request"
msgstr ""
#: src/Views/AccountView.vala:215
msgid "Blocked"
msgstr ""
#: src/Views/AccountView.vala:217
msgid "Follows you"
msgstr ""
#: src/Views/AccountView.vala:219
msgid "Blocking this instance"
msgstr ""

View File

@ -31,12 +31,12 @@ public class Tootle.AddAccountView : Tootle.AbstractView {
button_next = new Button.with_label ("Next");
button_next.halign = Gtk.Align.END;
var register = new Label ("<a href=\"https://joinmastodon.org/\">What's an instance?</a>");
var register = new Label ("<a href=\"https://joinmastodon.org/\">%s</a>".printf (_("What's an instance?")));
register.halign = Gtk.Align.END;
register.set_use_markup (true);
attach (image, 0, 1, 2, 1);
attach (new AlignedLabel ("Instance:"), 0, 2, 1, 1);
attach (new AlignedLabel (_("Instance:")), 0, 2, 1, 1);
attach (entry, 1, 2, 1, 1);
attach (button_next, 0, 3, 2, 1);
attach (register, 0, 4, 2, 1);
@ -66,14 +66,14 @@ public class Tootle.AddAccountView : Tootle.AbstractView {
code = new Entry ();
code.width_chars = 30;
button_next = new Button.with_label ("Add Account");
button_next = new Button.with_label (_("Add Account"));
button_next.halign = Gtk.Align.END;
button_back = new Button.with_label ("Back");
button_back = new Button.with_label (_("Back"));
button_back.halign = Gtk.Align.START;
attach (image, 0, 1, 2, 1);
attach (new AlignedLabel ("Authorization Code:"), 0, 2, 1, 1);
attach (new AlignedLabel (_("Authorization Code:")), 0, 2, 1, 1);
attach (code, 1, 2, 1, 1);
attach (button_back, 0, 3, 1, 1);
attach (button_next, 1, 3, 1, 1);
@ -99,7 +99,7 @@ public class Tootle.AddAccountView : Tootle.AbstractView {
grid_code.button_back.clicked.connect(() => stack.set_visible_child_name ("instance"));
grid_code.button_next.clicked.connect(on_add_click);
var header1 = new Gtk.Label ("Enter Your Instance URL:");
var header1 = new Gtk.Label (_("Enter Your Instance URL:"));
header1.get_style_context ().add_class (Granite.STYLE_CLASS_H2_LABEL);
header1.halign = Gtk.Align.CENTER;
header1.hexpand = true;

View File

@ -11,7 +11,7 @@ public class Tootle.FederatedView : Tootle.HomeView {
}
public override string get_name () {
return "Federated Timeline";
return _("Federated Timeline");
}
}

View File

@ -24,7 +24,7 @@ public class Tootle.HomeView : Tootle.AbstractView {
}
public override string get_name () {
return "Home";
return _("Home");
}
public virtual bool is_status_owned (Status status){

View File

@ -11,7 +11,7 @@ public class Tootle.LocalView : Tootle.HomeView {
}
public override string get_name () {
return "Local Timeline";
return _("Local Timeline");
}
public override string get_url (){

View File

@ -18,7 +18,7 @@ public class Tootle.NotificationsView : Tootle.AbstractView {
}
public override string get_name () {
return "Notifications";
return _("Notifications");
}
public void prepend(Notification notification){