tootle-linux-client/po/com.github.bleakgrey.tootle...

505 lines
10 KiB
Plaintext
Raw Normal View History

2018-04-14 14:09:06 +02:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Report-Msgid-Bugs-To: \n"
2018-06-21 01:10:08 +02:00
"POT-Creation-Date: 2018-06-21 02:07+0300\n"
2018-04-14 14:09:06 +02:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
2018-04-14 14:09:06 +02:00
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.bleakgrey.tootle.desktop.in:4
#: data/com.github.bleakgrey.tootle.appdata.xml.in:7
msgid "Tootle"
2018-05-09 23:46:24 +02:00
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:5
#: data/com.github.bleakgrey.tootle.desktop.in:6
msgid "Mastodon Client"
2018-05-09 23:46:24 +02:00
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:8
msgid "com.github.bleakgrey.tootle"
2018-05-09 23:46:24 +02:00
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:11
msgid "toot;mastodon;social;network;post;"
2018-05-09 23:46:24 +02:00
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:8
msgid "Lightning fast client for Mastodon"
2018-05-09 23:46:24 +02:00
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:11
msgid ""
"Tootle is a client for the worlds largest free, open-source, decentralized "
"microblogging network with real-time notifications and multiple accounts "
"support."
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:14
msgid ""
"Mastodon is lovely crafted with power and speed in mind, resulting in a "
"free, independent and popular alternative to the centralized social networks."
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:17
msgid ""
"Anyone can run a server of Mastodon. Each server hosts individual user "
"accounts, the content they produce, and the content they are subscribed. "
"Every user can follow each other and share their posts regardless of their "
"server."
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:26
msgid "bleak_grey"
msgstr ""
#: src/Desktop.vala:10 src/API/Account.vala:91 src/API/Account.vala:110
#: src/API/Account.vala:129 src/Dialogs/NewAccountDialog.vala:104
msgid "Error"
msgstr ""
2018-06-21 01:10:08 +02:00
#: src/Desktop.vala:46
msgid "Media downloaded"
msgstr ""
#: src/MainWindow.vala:47
msgid "Back"
msgstr ""
#: src/MainWindow.vala:52 src/Dialogs/PostDialog.vala:29
msgid "Toot"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Network.vala:60
msgid "TLS Error"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Network.vala:60
msgid "Can't ensure secure connection: "
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Network.vala:68
#, c-format
msgid "Error: %s"
2018-05-09 23:46:24 +02:00
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/API/Status.vala:106
msgid "Boosted!"
msgstr ""
#: src/API/Status.vala:108
msgid "Removed boost"
msgstr ""
#: src/API/Status.vala:121
msgid "Favorited!"
msgstr ""
#: src/API/Status.vala:123
msgid "Removed from favorites"
msgstr ""
#: src/API/Status.vala:136
msgid "Conversation muted"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/API/Status.vala:138
msgid "Conversation unmuted"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/API/Status.vala:147
msgid "Poof!"
msgstr ""
#: src/API/StatusVisibility.vala:40
msgid "Post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:42
msgid "Don't post to public timelines"
msgstr ""
#: src/API/StatusVisibility.vala:44
msgid "Post to followers only"
msgstr ""
#: src/API/StatusVisibility.vala:46
msgid "Post to mentioned users only"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AccountsButton.vala:66
2018-05-09 23:46:24 +02:00
msgid "Refresh"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AccountsButton.vala:70
2018-05-09 23:46:24 +02:00
msgid "Favorites"
msgstr ""
2018-06-21 01:10:08 +02:00
#: src/Widgets/AccountsButton.vala:74 src/Views/DirectView.vala:12
2018-06-19 11:47:21 +02:00
msgid "Direct Messages"
msgstr ""
#: src/Widgets/AccountsButton.vala:78 src/Views/SearchView.vala:12
msgid "Search"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AccountsButton.vala:82 src/Dialogs/SettingsDialog.vala:18
2018-05-09 23:46:24 +02:00
msgid "Settings"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AccountsButton.vala:134
msgid "<b>New Account</b>"
2018-05-09 23:46:24 +02:00
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AccountsButton.vala:135
msgid "Click to add"
2018-05-09 23:46:24 +02:00
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AccountWidget.vala:28 src/Widgets/AttachmentWidget.vala:129
#: src/Widgets/StatusWidget.vala:273
msgid "Open in Browser"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AccountWidget.vala:30 src/Widgets/AttachmentWidget.vala:131
#: src/Widgets/StatusWidget.vala:275
msgid "Copy Link"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/AttachmentBox.vala:40
msgid "Select media files to add"
msgstr ""
#: src/Widgets/AttachmentBox.vala:43
msgid "_Cancel"
msgstr ""
#: src/Widgets/AttachmentBox.vala:45
msgid "_Open"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AttachmentWidget.vala:65
2018-05-09 23:46:24 +02:00
#, c-format
msgid "Click to open %s media"
2018-05-09 23:46:24 +02:00
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AttachmentWidget.vala:82
msgid "Uploading..."
2018-05-09 23:46:24 +02:00
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AttachmentWidget.vala:103
msgid "File read error"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AttachmentWidget.vala:103
#, c-format
msgid "Can't read file %s: %s"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AttachmentWidget.vala:123
msgid "Remove"
msgstr ""
2018-06-19 11:47:21 +02:00
#: src/Widgets/AttachmentWidget.vala:133
msgid "Download"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/NotificationWidget.vala:20
msgid "Unknown Notification"
msgstr ""
#: src/Widgets/NotificationWidget.vala:25
msgid "Dismiss"
msgstr ""
#: src/Widgets/NotificationWidget.vala:66
2018-05-09 23:46:24 +02:00
msgid "Accept"
msgstr ""
#: src/Widgets/NotificationWidget.vala:68
2018-05-09 23:46:24 +02:00
msgid "Reject"
msgstr ""
#: src/Widgets/StatusWidget.vala:76
msgid "Boost"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/StatusWidget.vala:83
msgid "Favorite"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/StatusWidget.vala:90
msgid "Reply"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/StatusWidget.vala:127
2018-05-09 23:46:24 +02:00
#, c-format
msgid "<a href=\"%s\"><b>%s</b></a> boosted"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/StatusWidget.vala:142
msgid "Toggle content"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/StatusWidget.vala:156
msgid "[ This post contains sensitive content ]"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/StatusWidget.vala:223
msgid "This post can't be boosted"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Widgets/StatusWidget.vala:269
msgid "Unmute Conversation"
msgstr ""
#: src/Widgets/StatusWidget.vala:269
msgid "Mute Conversation"
msgstr ""
#: src/Widgets/StatusWidget.vala:271
msgid "Delete"
msgstr ""
#: src/Widgets/StatusWidget.vala:277
msgid "Copy Text"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:28
msgid "New Account"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:40
msgid "What's an instance?"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:44
msgid "Code:"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:48
msgid "Paste your instance authorization code here"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:51
msgid "Add Account"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:62
msgid "Instance:"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:104
msgid "Please paste valid instance authorization code"
msgstr ""
#: src/Dialogs/NewAccountDialog.vala:112
msgid "Network Error"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/PostDialog.vala:42
2018-05-09 23:46:24 +02:00
msgid "Post Visibility"
msgstr ""
#: src/Dialogs/PostDialog.vala:49
2018-05-09 23:46:24 +02:00
msgid "Add Media"
msgstr ""
#: src/Dialogs/PostDialog.vala:58
msgid "Spoiler Warning"
msgstr ""
#: src/Dialogs/PostDialog.vala:65
2018-05-09 23:46:24 +02:00
msgid "Cancel"
msgstr ""
#: src/Dialogs/PostDialog.vala:67
2018-05-09 23:46:24 +02:00
msgid "Toot!"
msgstr ""
#: src/Dialogs/PostDialog.vala:76
msgid "Write your warning here"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:37
msgid "Appearance"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:38
msgid "Dark theme:"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:41
msgid "Timelines"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:42
msgid "Real-time updates:"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:44
msgid "Update public timelines:"
2018-05-09 23:46:24 +02:00
msgstr ""
#. grid.attach (new Granite.HeaderLabel (_("Caching")), 0, i++, 2, 1);
#. grid.attach (new SettingsLabel (_("Use cache:")), 0, i);
#. grid.attach (new SettingsSwitch ("cache"), 1, i++);
#. grid.attach (new SettingsLabel (_("Max cache size (MB):")), 0, i);
#. var cache_size = new Gtk.SpinButton.with_range (16, 256, 1);
#. settings.schema.bind ("cache-size", cache_size, "value", SettingsBindFlags.DEFAULT);
#. grid.attach (cache_size, 1, i++);
2018-06-19 11:47:21 +02:00
#: src/Dialogs/SettingsDialog.vala:55 src/Views/NotificationsView.vala:21
msgid "Notifications"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:56
msgid "Display notifications:"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:58
msgid "Always receive notifications:"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Dialogs/SettingsDialog.vala:64
msgid "_Close"
msgstr ""
#: src/Views/AbstractView.vala:58
msgid "Nothing to see here"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Views/AccountView.vala:79
msgid "Edit Profile"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Views/AccountView.vala:80
msgid "Mention"
msgstr ""
#: src/Views/AccountView.vala:81
2018-05-09 23:46:24 +02:00
msgid "Report"
msgstr ""
#: src/Views/AccountView.vala:82 src/Views/AccountView.vala:167
2018-05-09 23:46:24 +02:00
msgid "Mute"
msgstr ""
#: src/Views/AccountView.vala:83 src/Views/AccountView.vala:166
2018-05-09 23:46:24 +02:00
msgid "Block"
msgstr ""
#: src/Views/AccountView.vala:95
2018-05-09 23:46:24 +02:00
msgid "More Actions"
msgstr ""
#: src/Views/AccountView.vala:115
msgid "Toots"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Views/AccountView.vala:116
msgid "Follows"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Views/AccountView.vala:120
msgid "Followers"
2018-05-09 23:46:24 +02:00
msgstr ""
#: src/Views/AccountView.vala:155
2018-05-09 23:46:24 +02:00
msgid "Unfollow"
msgstr ""
#: src/Views/AccountView.vala:159
2018-05-09 23:46:24 +02:00
msgid "Follow"
msgstr ""
#: src/Views/AccountView.vala:166
2018-05-09 23:46:24 +02:00
msgid "Unblock"
msgstr ""
#: src/Views/AccountView.vala:167
2018-05-09 23:46:24 +02:00
msgid "Unmute"
msgstr ""
#: src/Views/AccountView.vala:228
2018-05-09 23:46:24 +02:00
msgid "Sent follow request"
msgstr ""
#: src/Views/AccountView.vala:230
2018-05-09 23:46:24 +02:00
msgid "Blocked"
msgstr ""
#: src/Views/AccountView.vala:232
2018-05-09 23:46:24 +02:00
msgid "Follows you"
msgstr ""
#: src/Views/AccountView.vala:234
2018-05-09 23:46:24 +02:00
msgid "Blocking this instance"
2018-04-14 14:09:06 +02:00
msgstr ""
#: src/Views/AccountView.vala:269
msgid "User not found"
msgstr ""
2018-06-21 01:10:08 +02:00
#: src/Views/FederatedView.vala:12
msgid "Federated Timeline"
msgstr ""
2018-06-21 01:10:08 +02:00
#: src/Views/HomeView.vala:12 src/Views/TimelineView.vala:36
msgid "Home"
msgstr ""
2018-06-21 01:10:08 +02:00
#: src/Views/LocalView.vala:12
msgid "Local Timeline"
msgstr ""
#: src/Views/SearchView.vala:81
msgid "Accounts"
msgstr ""
#: src/Views/SearchView.vala:90
msgid "Statuses"
msgstr ""
#: src/Views/SearchView.vala:99
msgid "Hashtags"
msgstr ""
#: src/Views/StatusView.vala:82
msgid "Toot not found"
msgstr ""