GIT_SILENT Sync po/docbooks with svn

This commit is contained in:
l10n daemon script
2023-08-27 01:50:22 +00:00
parent 0ac61854bd
commit 96582a12bc
37 changed files with 2960 additions and 2818 deletions

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2023-08-26 00:46+0000\n"
"POT-Creation-Date: 2023-08-27 00:46+0000\n"
"PO-Revision-Date: 2023-06-17 12:19+0100\n"
"Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n"
"Language-Team: British English\n"
@@ -1086,7 +1086,7 @@ msgstr "Lat: %1, Lon: %2"
msgid "Encrypted Message"
msgstr "Encrypted Message"
#: src/notificationsmanager.cpp:201 src/qml/main.qml:253
#: src/notificationsmanager.cpp:201 src/qml/main.qml:257
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
@@ -1353,7 +1353,8 @@ msgstr "Reject"
msgid "Accept"
msgstr "Accept"
#: src/qml/Component/LocationPage.qml:17 src/qml/Panel/RoomDrawer.qml:200
#: src/qml/Component/LocationPage.qml:17
#: src/qml/RoomDrawer/RoomInformation.qml:116
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Locations on a map"
@@ -1962,80 +1963,80 @@ msgctxt "@title:menu Account detail dialog"
msgid "Account detail"
msgstr "Account detail"
#: src/qml/Dialog/UserDetailDialog.qml:80
#: src/qml/Dialog/UserDetailDialog.qml:81
#, kde-format
msgid "Unignore this user"
msgstr "Do not ignore this user"
#: src/qml/Dialog/UserDetailDialog.qml:80
#: src/qml/Dialog/UserDetailDialog.qml:81
#, kde-format
msgid "Ignore this user"
msgstr "Ignore this user"
#: src/qml/Dialog/UserDetailDialog.qml:92
#: src/qml/Dialog/UserDetailDialog.qml:93
#, kde-format
msgid "Kick this user"
msgstr "Kick this user"
#: src/qml/Dialog/UserDetailDialog.qml:105
#: src/qml/Dialog/UserDetailDialog.qml:106
#, kde-format
msgid "Invite this user"
msgstr "Invite this user"
#: src/qml/Dialog/UserDetailDialog.qml:117
#: src/qml/Dialog/UserDetailDialog.qml:118
#, kde-format
msgid "Ban this user"
msgstr "Ban this user"
#: src/qml/Dialog/UserDetailDialog.qml:122
#: src/qml/Dialog/UserDetailDialog.qml:123
#, kde-format
msgctxt "@title"
msgid "Ban User"
msgstr "Ban User"
#: src/qml/Dialog/UserDetailDialog.qml:133
#: src/qml/Dialog/UserDetailDialog.qml:134
#, kde-format
msgid "Unban this user"
msgstr "Unban this user"
#: src/qml/Dialog/UserDetailDialog.qml:145
#: src/qml/Dialog/UserDetailDialog.qml:146
#, kde-format
msgid "Set user power level"
msgstr "Set user power level"
#: src/qml/Dialog/UserDetailDialog.qml:169
#: src/qml/Dialog/UserDetailDialog.qml:170
#, kde-format
msgid "Remove recent messages by this user"
msgstr "Remove recent messages by this user"
#: src/qml/Dialog/UserDetailDialog.qml:174
#: src/qml/Dialog/UserDetailDialog.qml:175
#, kde-format
msgctxt "@title"
msgid "Remove Messages"
msgstr "Remove Messages"
#: src/qml/Dialog/UserDetailDialog.qml:184
#: src/qml/Dialog/UserDetailDialog.qml:185
#, kde-format
msgid "Open a private chat"
msgstr "Open a private chat"
#: src/qml/Dialog/UserDetailDialog.qml:194
#: src/qml/Dialog/UserDetailDialog.qml:195
#, kde-format
msgid "Copy link"
msgstr "Copy link"
#: src/qml/main.qml:293
#: src/qml/main.qml:297
#, kde-format
msgctxt "@title:window"
msgid "Session Verification"
msgstr "Session Verification"
#: src/qml/main.qml:305
#: src/qml/main.qml:309
#, kde-format
msgid "User consent"
msgstr "User consent"
#: src/qml/main.qml:310
#: src/qml/main.qml:314
#, kde-format
msgid ""
"Your homeserver requires you to agree to its terms and conditions before "
@@ -2044,17 +2045,17 @@ msgstr ""
"Your homeserver requires you to agree to its terms and conditions before "
"being able to use it. Please click the button below to read them."
#: src/qml/main.qml:315
#: src/qml/main.qml:319
#, kde-format
msgid "Open"
msgstr "Open"
#: src/qml/main.qml:350
#: src/qml/main.qml:354
#, kde-format
msgid "Start a chat"
msgstr "Start a chat"
#: src/qml/main.qml:352
#: src/qml/main.qml:356
#, kde-format
msgid "Do you want to start a chat with %1?"
msgstr "Do you want to start a chat with %1?"
@@ -2232,25 +2233,25 @@ msgstr "Sharing failed"
msgid "Shared url for image is <a href='%1'>%1</a>"
msgstr "Shared URL for image is <a href='%1'>%1</a>"
#: src/qml/Menu/Timeline/BanSheet.qml:16
#: src/qml/Menu/Timeline/BanSheet.qml:18
#, kde-format
msgid "Ban User"
msgstr "Ban User"
#: src/qml/Menu/Timeline/BanSheet.qml:20
#: src/qml/Menu/Timeline/BanSheet.qml:22
#, kde-format
msgid "Reason for banning this user"
msgstr "Reason for banning this user"
#: src/qml/Menu/Timeline/BanSheet.qml:32
#: src/qml/Menu/Timeline/BanSheet.qml:34
#, kde-format
msgctxt "@action:button 'Ban' as in 'Ban this user'"
msgid "Ban"
msgstr "Ban"
#: src/qml/Menu/Timeline/BanSheet.qml:41
#: src/qml/Menu/Timeline/BanSheet.qml:43
#: src/qml/Menu/Timeline/RemoveSheet.qml:49
#: src/qml/Menu/Timeline/ReportSheet.qml:41 src/qml/Page/InviteUserPage.qml:24
#: src/qml/Menu/Timeline/ReportSheet.qml:43 src/qml/Page/InviteUserPage.qml:24
#, kde-format
msgctxt "@action"
msgid "Cancel"
@@ -2287,7 +2288,7 @@ msgstr "Remove Message"
#: src/qml/Menu/Timeline/FileDelegateContextMenu.qml:83
#: src/qml/Menu/Timeline/MessageDelegateContextMenu.qml:59
#: src/qml/Menu/Timeline/ReportSheet.qml:32
#: src/qml/Menu/Timeline/ReportSheet.qml:34
#, kde-format
msgctxt ""
"@action:button 'Report' as in 'Report this event to the administrators'"
@@ -2354,17 +2355,17 @@ msgctxt "@action:button 'Remove' as in 'Remove this message'"
msgid "Remove"
msgstr "Remove"
#: src/qml/Menu/Timeline/ReportSheet.qml:16
#: src/qml/Menu/Timeline/ReportSheet.qml:18
#, kde-format
msgid "Report Message"
msgstr "Report Message"
#: src/qml/Menu/Timeline/ReportSheet.qml:20
#: src/qml/Menu/Timeline/ReportSheet.qml:22
#, kde-format
msgid "Reason for reporting this message"
msgstr "Reason for reporting this message"
#: src/qml/Page/DevtoolsPage.qml:17 src/qml/Panel/RoomDrawer.qml:159
#: src/qml/Page/DevtoolsPage.qml:17 src/qml/RoomDrawer/RoomInformation.qml:75
#, kde-format
msgid "Developer Tools"
msgstr "Developer Tools"
@@ -2640,7 +2641,9 @@ msgstr "Off"
#: src/qml/Page/RoomList/ContextMenu.qml:117
#: src/qml/Page/RoomList/ContextMenu.qml:119
#: src/qml/Page/RoomList/ContextMenu.qml:186 src/qml/Panel/RoomDrawer.qml:105
#: src/qml/Page/RoomList/ContextMenu.qml:186
#: src/qml/RoomDrawer/RoomDrawer.qml:98
#: src/qml/RoomDrawer/RoomDrawerPage.qml:37
#, kde-format
msgid "Room Settings"
msgstr "Room Settings"
@@ -2652,7 +2655,7 @@ msgid "Leave Room"
msgstr "Leave Room"
#: src/qml/Page/RoomList/ExploreComponent.qml:19
#: src/qml/Page/RoomList/Page.qml:154
#: src/qml/Page/RoomList/Page.qml:153
#, kde-format
msgid "Explore rooms"
msgstr "Explore rooms"
@@ -2663,28 +2666,28 @@ msgstr "Explore rooms"
msgid "Create rooms and chats"
msgstr "Create rooms and chats"
#: src/qml/Page/RoomList/Page.qml:151
#: src/qml/Page/RoomList/Page.qml:150
#, kde-format
msgid "No rooms found"
msgstr "No rooms found"
#: src/qml/Page/RoomList/Page.qml:151
#: src/qml/Page/RoomList/Page.qml:150
#, kde-format
msgid "Join some rooms to get started"
msgstr "Join some rooms to get started"
#: src/qml/Page/RoomList/Page.qml:154
#: src/qml/Page/RoomList/Page.qml:153
#, kde-format
msgid "Search in room directory"
msgstr "Search in room directory"
#: src/qml/Page/RoomList/Page.qml:196
#: src/qml/Page/RoomList/Page.qml:195
#, kde-format
msgctxt "Collapse <section name>"
msgid "Collapse %1"
msgstr ""
#: src/qml/Page/RoomList/Page.qml:196
#: src/qml/Page/RoomList/Page.qml:195
#, fuzzy, kde-format
#| msgid "Expand preview"
msgctxt "Expand <section name"
@@ -2757,7 +2760,7 @@ msgstr "Switch User"
msgid "Open Settings"
msgstr "Open Settings"
#: src/qml/Page/RoomPage.qml:42
#: src/qml/Page/RoomPage.qml:50
#, kde-format
msgid "NeoChat is offline. Please check your network connection."
msgstr "NeoChat is offline. Please check your network connection."
@@ -2800,98 +2803,105 @@ msgstr "Create rooms and chats"
msgid "Welcome to Matrix"
msgstr "Welcome to Matrix"
#: src/qml/Panel/GroupChatDrawerHeader.qml:62
#: src/qml/RoomDrawer/GroupChatDrawerHeader.qml:62
#, kde-format
msgid "No name"
msgstr "No name"
#: src/qml/Panel/GroupChatDrawerHeader.qml:71
#: src/qml/RoomDrawer/GroupChatDrawerHeader.qml:71
#, kde-format
msgid "No Canonical Alias"
msgstr "No Canonical Alias"
#: src/qml/Panel/GroupChatDrawerHeader.qml:81
#: src/qml/RoomDrawer/GroupChatDrawerHeader.qml:81
#, kde-format
msgid "No Topic"
msgstr "No Topic"
#: src/qml/Panel/RoomDrawer.qml:95
#: src/qml/RoomDrawer/RoomDrawer.qml:88
#, kde-format
msgid "Room information"
msgstr "Room information"
#: src/qml/Panel/RoomDrawer.qml:102
#: src/qml/RoomDrawer/RoomDrawer.qml:95
#, kde-format
msgid "Room settings"
msgstr "Room settings"
#: src/qml/Panel/RoomDrawer.qml:143
#: src/qml/RoomDrawer/RoomInformation.qml:38
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Room information"
#: src/qml/RoomDrawer/RoomInformation.qml:59
#, kde-format
msgid "Options"
msgstr "Options"
#: src/qml/Panel/RoomDrawer.qml:153
#: src/qml/RoomDrawer/RoomInformation.qml:69
#, kde-format
msgid "Open developer tools"
msgstr "Open developer tools"
#: src/qml/Panel/RoomDrawer.qml:167
#: src/qml/RoomDrawer/RoomInformation.qml:83
#, kde-format
msgid "Search in this room"
msgstr "Search in this room"
#: src/qml/Panel/RoomDrawer.qml:175
#: src/qml/RoomDrawer/RoomInformation.qml:91
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Search"
#: src/qml/Panel/RoomDrawer.qml:184
#: src/qml/RoomDrawer/RoomInformation.qml:100
#, kde-format
msgid "Remove room from favorites"
msgstr "Remove room from favourites"
#: src/qml/Panel/RoomDrawer.qml:184
#: src/qml/RoomDrawer/RoomInformation.qml:100
#, kde-format
msgid "Make room favorite"
msgstr "Make room favourite"
#: src/qml/Panel/RoomDrawer.qml:195
#: src/qml/RoomDrawer/RoomInformation.qml:111
#, fuzzy, kde-format
#| msgid "Search in this room"
msgid "Show locations for this room"
msgstr "Search in this room"
#: src/qml/Panel/RoomDrawer.qml:207
#: src/qml/RoomDrawer/RoomInformation.qml:123
#, kde-format
msgid "Members"
msgstr "Members"
#: src/qml/Panel/RoomDrawer.qml:218
#: src/qml/RoomDrawer/RoomInformation.qml:134
#, kde-format
msgid "Search user in room"
msgstr "Search user in room"
#: src/qml/Panel/RoomDrawer.qml:231
#: src/qml/RoomDrawer/RoomInformation.qml:147
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Invite a User"
#: src/qml/Panel/RoomDrawer.qml:234
#: src/qml/RoomDrawer/RoomInformation.qml:150
#, kde-format
msgid "Invite user to room"
msgstr "Invite user to room"
#: src/qml/Panel/RoomDrawer.qml:241
#: src/qml/RoomDrawer/RoomInformation.qml:157
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 member"
msgstr[1] "%1 members"
#: src/qml/Panel/RoomDrawer.qml:241
#: src/qml/RoomDrawer/RoomInformation.qml:157
#, kde-format
msgid "No member count"
msgstr "No member count"