Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(share): remake the share chooser #578

Merged
merged 1 commit into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@ src/plugins/sftp/sftp.plugin.desktop.in
src/plugins/sftp/valent-sftp-plugin.c
src/plugins/sftp/valent-sftp-preferences.ui
src/plugins/share/share.plugin.desktop.in
src/plugins/share/valent-share-dialog.c
src/plugins/share/valent-share-dialog.ui
src/plugins/share/valent-share-dialog-row.c
src/plugins/share/valent-share-dialog-row.ui
src/plugins/share/valent-share-plugin.c
src/plugins/share/valent-share-preferences.c
src/plugins/share/valent-share-preferences.ui
src/plugins/share/valent-share-target-chooser.ui
src/plugins/share/valent-share-text-dialog.c
src/plugins/share/valent-share-text-dialog.ui
src/plugins/sms/sms.plugin.desktop.in
Expand Down
168 changes: 118 additions & 50 deletions po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: valent\n"
"Report-Msgid-Bugs-To: https://github.com/andyholmes/valent/issues\n"
"POT-Creation-Date: 2024-04-09 22:12-0700\n"
"POT-Creation-Date: 2024-04-14 00:27-0700\n"
"PO-Revision-Date: 2022-03-28 11:21-0700\n"
"Last-Translator: Andy Holmes <[email protected]>\n"
"Language-Team: English <[email protected]>\n"
Expand All @@ -18,6 +18,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: data/ca.andyholmes.Valent.desktop.in.in:3
#: data/metainfo/ca.andyholmes.Valent.metainfo.xml.in.in:11
#: src/libvalent/ui/valent-preferences-dialog.ui:11
#: src/libvalent/ui/valent-window.c:295 src/libvalent/ui/valent-window.ui:8
#: src/libvalent/ui/valent-window.ui:45
msgid "Valent"
msgstr ""

#: data/ca.andyholmes.Valent.desktop.in.in:4
#: data/metainfo/ca.andyholmes.Valent.metainfo.xml.in.in:12
msgid "Connect, control and sync devices"
msgstr ""

#: data/gsettings/ca.andyholmes.Valent.Device.gschema.xml:10
msgid "Paired"
msgstr ""
Expand All @@ -43,19 +56,6 @@ msgstr ""
msgid "Whether the plugin is enabled or not."
msgstr ""

#: data/metainfo/ca.andyholmes.Valent.metainfo.xml.in.in:11
#: data/ca.andyholmes.Valent.desktop.in.in:3
#: src/libvalent/ui/valent-preferences-dialog.ui:11
#: src/libvalent/ui/valent-window.c:295 src/libvalent/ui/valent-window.ui:8
#: src/libvalent/ui/valent-window.ui:45
msgid "Valent"
msgstr ""

#: data/metainfo/ca.andyholmes.Valent.metainfo.xml.in.in:12
#: data/ca.andyholmes.Valent.desktop.in.in:4
msgid "Connect, control and sync devices"
msgstr ""

#: data/metainfo/ca.andyholmes.Valent.metainfo.xml.in.in:15
msgid ""
"Securely connect your devices to open files and links where you need them, "
Expand Down Expand Up @@ -162,7 +162,7 @@ msgid "Request Pairing"
msgstr ""

#: src/libvalent/ui/valent-device-page.ui:250
#: src/libvalent/ui/valent-window.ui:134
#: src/libvalent/ui/valent-window.ui:139
msgid "Preferences"
msgstr ""

Expand Down Expand Up @@ -298,6 +298,18 @@ msgstr ""
msgid "No Actions"
msgstr ""

#: src/libvalent/ui/valent-plugin-row.ui:79
msgid "Authors"
msgstr ""

#: src/libvalent/ui/valent-plugin-row.ui:112
msgid "Version"
msgstr ""

#: src/libvalent/ui/valent-plugin-row.ui:143
msgid "Website"
msgstr ""

#: src/libvalent/ui/valent-preferences-dialog.c:380
msgid "Application"
msgstr ""
Expand Down Expand Up @@ -347,7 +359,7 @@ msgid "Desktop Integration"
msgstr ""

#. translators: Unknown time
#: src/libvalent/ui/valent-time-helpers.c:49
#: src/libvalent/ui/valent-time-helpers.c:51
msgid "--:--"
msgstr ""

Expand All @@ -357,7 +369,7 @@ msgstr ""
#. * the separator that your locale uses or use "%Id" instead
#. * of "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:85
#: src/libvalent/ui/valent-time-helpers.c:87
#, c-format
msgctxt "long time format"
msgid "%d:%02d:%02d"
Expand All @@ -369,7 +381,7 @@ msgstr ""
#. * the separator that your locale uses or use "%Id" instead
#. * of "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:93
#: src/libvalent/ui/valent-time-helpers.c:95
#, c-format
msgctxt "long time format"
msgid "%d:%02d:%02d.%03d"
Expand All @@ -381,7 +393,7 @@ msgstr ""
#. * change ":" to the separator that your locale uses or use
#. * "%Id" instead of "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:103
#: src/libvalent/ui/valent-time-helpers.c:105
#, c-format
msgctxt "long time format"
msgid "-%d:%02d:%02d"
Expand All @@ -393,7 +405,7 @@ msgstr ""
#. * change ":" to the separator that your locale uses or use
#. * "%Id" instead of "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:111
#: src/libvalent/ui/valent-time-helpers.c:113
#, c-format
msgctxt "long time format"
msgid "-%d:%02d:%02d.%03d"
Expand All @@ -405,7 +417,7 @@ msgstr ""
#. * ":" to the separator that your locale uses or use "%Id"
#. * instead of "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:124
#: src/libvalent/ui/valent-time-helpers.c:126
#, c-format
msgctxt "short time format"
msgid "-%d:%02d"
Expand All @@ -417,7 +429,7 @@ msgstr ""
#. * ":" to the separator that your locale uses or use "%Id"
#. * instead of "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:132
#: src/libvalent/ui/valent-time-helpers.c:134
#, c-format
msgctxt "short time format"
msgid "-%d:%02d.%03d"
Expand All @@ -429,7 +441,7 @@ msgstr ""
#. * separator that your locale uses or use "%Id" instead of
#. * "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:143
#: src/libvalent/ui/valent-time-helpers.c:145
#, c-format
msgctxt "short time format"
msgid "%d:%02d.%03d"
Expand All @@ -441,7 +453,7 @@ msgstr ""
#. * separator that your locale uses or use "%Id" instead of
#. * "%d" if your locale uses localized digits.
#.
#: src/libvalent/ui/valent-time-helpers.c:152
#: src/libvalent/ui/valent-time-helpers.c:154
#, c-format
msgctxt "short time format"
msgid "%d:%02d"
Expand Down Expand Up @@ -476,7 +488,8 @@ msgid "Main Menu"
msgstr ""

#: src/libvalent/ui/valent-window.ui:86 src/libvalent/ui/valent-window.ui:101
#: src/plugins/share/valent-share-target-chooser.ui:68
#: src/plugins/share/valent-share-dialog.ui:161
#: src/plugins/share/valent-share-dialog.ui:178
msgid "Devices"
msgstr ""

Expand All @@ -488,11 +501,15 @@ msgstr ""
msgid "List of available and known devices"
msgstr ""

#: src/libvalent/ui/valent-window.ui:138
#: src/libvalent/ui/valent-window.ui:132
msgid "Share…"
msgstr ""

#: src/libvalent/ui/valent-window.ui:143
msgid "About Valent"
msgstr ""

#: src/libvalent/ui/valent-window.ui:144
#: src/libvalent/ui/valent-window.ui:149
msgid "Quit"
msgstr ""

Expand Down Expand Up @@ -567,6 +584,14 @@ msgstr ""
msgid "Notify when the remote battery is low"
msgstr ""

#: src/plugins/bluez/bluez.plugin.desktop.in:7
msgid "Bluez"
msgstr ""

#: src/plugins/bluez/bluez.plugin.desktop.in:8
msgid "Connect devices over Bluetooth"
msgstr ""

#: src/plugins/clipboard/clipboard.plugin.desktop.in:8
msgid "Sync the clipboard between devices"
msgstr ""
Expand Down Expand Up @@ -697,6 +722,14 @@ msgstr ""
msgid "Found"
msgstr ""

#: src/plugins/gnome/gnome.plugin.desktop.in:7
msgid "GNOME"
msgstr ""

#: src/plugins/gnome/gnome.plugin.desktop.in:8
msgid "Integration with GNOME"
msgstr ""

#: src/plugins/gtk/gtk.plugin.desktop.in:7
msgid "GTK"
msgstr ""
Expand Down Expand Up @@ -748,7 +781,6 @@ msgstr ""

#: src/plugins/notification/valent-notification-dialog.ui:19
#: src/plugins/runcommand/valent-runcommand-editor.ui:17
#: src/plugins/share/valent-share-target-chooser.ui:22
msgid "_Cancel"
msgstr ""

Expand Down Expand Up @@ -960,6 +992,63 @@ msgstr ""
msgid "Direct file, link and text sharing"
msgstr ""

#: src/plugins/share/valent-share-dialog.c:108
#, c-format
msgid "Size: %s"
msgstr ""

#: src/plugins/share/valent-share-dialog.c:122
#, c-format
msgid "Total size: %s"
msgstr ""

#: src/plugins/share/valent-share-dialog.c:253
#, c-format
msgid "%u files and links"
msgstr ""

#: src/plugins/share/valent-share-dialog.c:255
#, c-format
msgid "%u files"
msgstr ""

#: src/plugins/share/valent-share-dialog.c:257
#, c-format
msgid "%u links"
msgstr ""

#: src/plugins/share/valent-share-dialog.ui:8
#: src/plugins/share/valent-share-dialog.ui:29
#: src/plugins/share/valent-share-dialog.ui:40
#: src/plugins/share/valent-share-dialog.ui:112
#: src/plugins/share/valent-share-plugin.c:672
msgid "Share"
msgstr ""

#: src/plugins/share/valent-share-dialog.ui:41
msgid "Select files, enter a link or paste text"
msgstr ""

#: src/plugins/share/valent-share-dialog.ui:50
msgid "Pick Files"
msgstr ""

#: src/plugins/share/valent-share-dialog.ui:75
msgid "Enter URL"
msgstr ""

#: src/plugins/share/valent-share-dialog.ui:165
msgid "Share with multiple devices"
msgstr ""

#: src/plugins/share/valent-share-dialog.ui:192
msgid "Searching…"
msgstr ""

#: src/plugins/share/valent-share-dialog.ui:215
msgid "_Share"
msgstr ""

#: src/plugins/share/valent-share-plugin.c:106
#: src/plugins/share/valent-share-plugin.c:471
msgid "Transferring Files"
Expand Down Expand Up @@ -1046,15 +1135,10 @@ msgstr[0] ""
msgstr[1] ""

#: src/plugins/share/valent-share-plugin.c:671
#: src/plugins/share/valent-share-target-chooser.ui:8
msgid "Share Files"
msgstr ""

#: src/plugins/share/valent-share-plugin.c:672
msgid "Share"
msgstr ""

#: src/plugins/share/valent-share-plugin.c:1251
#: src/plugins/share/valent-share-plugin.c:1250
msgid "Send Files"
msgstr ""

Expand All @@ -1070,22 +1154,6 @@ msgstr ""
msgid "Where received files are stored"
msgstr ""

#: src/plugins/share/valent-share-target-chooser.ui:29
msgid "_Share"
msgstr ""

#: src/plugins/share/valent-share-target-chooser.ui:58
msgid "Choose a device to share the selected files with."
msgstr ""

#: src/plugins/share/valent-share-target-chooser.ui:86
msgid "Searching…"
msgstr ""

#: src/plugins/share/valent-share-target-chooser.ui:128
msgid "Always use this device"
msgstr ""

#: src/plugins/share/valent-share-text-dialog.c:98
#: src/plugins/share/valent-share-text-dialog.ui:54
msgid "Save"
Expand Down
Loading
Loading