Commit Graph

95 Commits

Author SHA1 Message Date
5bf8a4e25a Update translations 2023-02-17 19:23:01 +01:00
3829b65f85 Update translations 2023-02-11 18:29:25 +01:00
9ce76a0f6a Update translations 2023-02-07 18:16:33 +01:00
0fbc4c7297 Update translations 2023-01-28 16:47:16 +01:00
8bf2824c2d Update translations 2023-01-09 16:08:23 +01:00
5c519fe930 Update translations 2022-12-20 18:30:37 +01:00
7d8c6e7114 Update translations 2022-12-10 12:07:45 +01:00
6c89b2dc0a Allow disabling positioning at fallback coordinates
This just turns the "Otherwise assume …" label into a checkbox allowing to
disable the fallback behavior completely.
2022-11-29 23:33:28 +01:00
71c56edfd8 Allow showing Syncthing Tray as normal application/window
* Remove experimental pinning feature again and instead allow using a
  normal window
    * Pinning made it inconvenient to close the (frameless) window again
    * Pinning required hiding/showing the window which didn't look very
      nice (and setting flags directly via `QWindow` didn't work as well)
* As normal application/window positioning issues on Wayland are less
  problematic (and those aren't going to be fixed any time soon, if at all)
2022-11-29 23:06:15 +01:00
8fe0c9ab75 Update translations 2022-11-10 21:52:37 +01:00
860cf28e47 Update translations 2022-11-03 00:19:40 +01:00
777c804fe1 Update translations 2022-10-29 21:40:05 +02:00
07dc4cac60 Avoid triggering the setup detection of wizard automatically when going back
Otherwise it is not really possible to go back to the start page. Besides,
triggering the setup detection again explicitly might make it more obvious
what's going on.
2022-10-28 15:00:11 +02:00
84acab68aa Determine whether autostart is enabled in wizard's setup detection once
Instead of checking whether autostart is enabled each and every time it is
used. Also show it in details from setup detection.
2022-10-28 14:10:19 +02:00
992e754dd7 Enable wizard without WIP flag
The wizard likely still needs improvement but it is time to get more
feedback.
2022-10-27 19:23:56 +02:00
6594a667af Update translations 2022-10-22 12:40:57 +02:00
ba0f60c6a8 Update translations 2022-10-18 22:31:02 +02:00
db60c73d8d Fix missing whitespace 2022-10-18 21:53:15 +02:00
11e0b4159e Update translations 2022-10-16 18:10:42 +02:00
836f51d6f6 Update translations 2022-10-08 23:43:08 +02:00
0086873684 Update translations 2022-10-07 22:59:46 +02:00
d82bc710fd Allow using system icons instead of ForkAwesome icons
* Allow using icons from freedesktop.org icon theme for most ForkAwesome
  icons if available
* Let's not use it for the nested list of details in the models for now
* See https://github.com/Martchus/syncthingtray/issues/121
2022-10-07 00:20:50 +02:00
a45bd8e60e Update translations 2022-10-04 10:53:14 +02:00
2e961c489d Update translations 2022-09-05 22:02:01 +02:00
e1ac6fb29b Update translations 2022-09-03 21:36:57 +02:00
3bbbab035c Update translations 2022-08-25 22:33:59 +02:00
f2b1a0fe88 Update translations 2022-08-23 21:07:50 +02:00
a733eddb12 Do not use APP_NAME in wizard except for title, avoid usless .arg()
It is not a good idea to use `APP_NAME` because it might be overriden (e.g.
"Syncthing Tray (git)" which would look rather out of place here.
2022-08-08 23:05:55 +02:00
2e14d9d62c Update translations 2022-08-06 21:22:20 +02:00
a7370fd8b8 Update translations 2022-07-26 23:59:42 +02:00
a49da56829 Update translations 2022-07-16 19:37:00 +02:00
e7098002c1 Update translations 2022-07-04 19:59:53 +02:00
54b9b5e7cd Update translations 2022-06-07 10:42:38 +02:00
b2d81d05e6 Update translations 2022-05-04 01:07:03 +02:00
Lynnesbian
16baed6e27
fix typo ("settinngs" -> "settings") 2022-01-23 03:38:42 +10:00
77f0a8d5ae Update translations 2021-10-09 01:15:49 +02:00
4517ea41b6 Update translations 2021-10-02 20:31:56 +02:00
a1d78a2f30 Update translations 2021-08-03 14:09:02 +02:00
44c372c78e Update translations 2021-07-03 19:34:08 +02:00
9f7a19eabc Update translations 2021-07-03 18:50:59 +02:00
7508e59379 Update translations 2021-06-27 18:59:26 +02:00
0c475f5b7e Update translations 2021-05-27 18:16:22 +02:00
ac033517cc Allow configuring rendering size of status icons
The default of 32 px should be fine in most cases and when the UI is scaled
it is also automatically scaled. However, if one has a tray area or Plasma
panel with extraordinarily big icons like latte-dock it might still be
required to render icons at a higher resolution. This is hard to determine
programmatically so I'm just adding a manual setting.
2021-04-21 18:23:20 +02:00
dccf567e67 Update translations 2021-02-03 00:02:48 +01:00
4c4fc676e6 Update translations 2021-01-01 21:22:15 +01:00
66b6c224dc Update translations 2020-12-01 18:50:16 +01:00
Tomasz Wilczyński
cd10501580
Fix "conntected" typo in en_US translation
Change all instances of "conntected" to "connected" in the English (US)
translation file.

Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
2020-10-19 15:30:37 +09:00
ce46931631 Update translations 2020-10-07 21:53:39 +02:00
e10eca68f9 Rename "Inotify-launcher" to "Extra launcher"
The external inotify tool is likely not used anymore. It makes sense to
keep the concept of supporting additional tools because it might be used
in the future again. So it seems best to give the additional launcher a
more generic name.
2020-07-09 21:08:46 +02:00
e44a523e3a Update translations 2020-05-05 19:02:30 +02:00