|
1 | 1 | <?xml version='1.0' encoding='UTF-8'?> |
2 | 2 | <root> |
3 | 3 | <str key="home">Home page</str> |
| 4 | + <str key="wiki_description">SaveDesktop is a simple application written in Python using GTK and LibAdwaita libraries. This wiki is used to explain some of the features of the application (e.g. synchronization between computers). |
| 5 | + |
| 6 | +This wiki can be translated via [Weblate](https://hosted.weblate.org/projects/vikdevelop/savedesktop-github-wiki/). The translation files can be found in [`translations/wiki`](https://github.com/vikdevelop/SaveDesktop/tree/main/translations/wiki). |
| 7 | + |
| 8 | +For easier navigation, there is a sidebar where you can switch between languages and pages. In addition to the sidebar, you can view the individual pages below:</str> |
| 9 | + <str key="select_language">Select language</str> |
| 10 | + <str key="savedesktop_wiki">SaveDesktop wiki</str> |
| 11 | + <str key="github_issues">_If you have any questions, you can use GitHub issues._</str> |
| 12 | + <str key="localize-wiki">Localize SaveDesktop wiki (via Weblate)</str> |
4 | 13 | <str key="periodic_saving">Periodic Saving</str> |
5 | 14 | <str key="how_it_works">### How it works?</str> |
6 | 15 | <str key="pb_desc">In addition to manual saves, SaveDesktop also allows you to save your desktop configuration periodically. You can choose from the following options:</str> |
|
16 | 25 | Default directory for periodic saving is `/home/user/Downloads/SaveDesktop/archives`, but you can choose custom directory.</str> |
17 | 26 | <str key="pb_filename_title">### Filename format</str> |
18 | 27 | <str key="pb_filname_desc">If you want to give a filename format for periodic saving files other than `Latest_configuration`, it is possible, even with spaces. Since version 2.9.6, variable `{}` doesn't work for setting the today date because now, in every periodic saving, the original backup file is overwritten.</str> |
| 28 | + <str key="save_installed_flatpaks_title">Save installed Flatpak apps and install them from list</str> |
| 29 | + <str key="save_flatpak_intro">Since version 2.5, SaveDesktop allows you to save installed Flatpak applications and install them from a list. So how does it work?</str> |
| 30 | + <str key="saving_flatpaks">### Saving installed Flatpak applications |
| 31 | +It is possible to save a list of installed Flatpak applications installed in the system directory /var/lib/flatpak/app and the home directory ~/.local/share/flatpak/app. The list of installed Flatpak applications in the configuration archive is marked as installed_flatpaks.sh for the system directory and installed_user_flatpaks.sh for the home directory.</str> |
| 32 | + <str key="installing_flatpaks">### Installing Flatpak applications from the list |
| 33 | +After importing the saved configuration file and logging back in, **the Flatpak applications will start installing in the background.**</str> |
19 | 34 | <str key="synchronization_between_computers_title">Synchronization between computers in the network</str> |
20 | 35 | <str key="how_to_set_up_it">## How to set up it?</str> |
21 | 36 | <str key="whats_your_needing"> ### What's your needing?</str> |
@@ -43,21 +58,6 @@ You can choose between the following items: |
43 | 58 | - Monthly (synchronization takes place every second day in the month) |
44 | 59 | - Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) |
45 | 60 | - Never (nothing's happening)</str> |
46 | | - <str key="save_installed_flatpaks_title">Save installed Flatpak apps and install them from list</str> |
47 | | - <str key="save_flatpak_intro">Since version 2.5, SaveDesktop allows you to save installed Flatpak applications and install them from a list. So how does it work?</str> |
48 | | - <str key="saving_flatpaks">### Saving installed Flatpak applications |
49 | | -It is possible to save a list of installed Flatpak applications installed in the system directory /var/lib/flatpak/app and the home directory ~/.local/share/flatpak/app. The list of installed Flatpak applications in the configuration archive is marked as installed_flatpaks.sh for the system directory and installed_user_flatpaks.sh for the home directory.</str> |
50 | | - <str key="installing_flatpaks">### Installing Flatpak applications from the list |
51 | | -After importing the saved configuration file and logging back in, **the Flatpak applications will start installing in the background.**</str> |
52 | | - <str key="wiki_description">SaveDesktop is a simple application written in Python using GTK and LibAdwaita libraries. This wiki is used to explain some of the features of the application (e.g. synchronization between computers). |
53 | | - |
54 | | -This wiki can be translated via [Weblate](https://hosted.weblate.org/projects/vikdevelop/savedesktop-github-wiki/). The translation files can be found in [`translations/wiki`](https://github.com/vikdevelop/SaveDesktop/tree/main/translations/wiki). |
55 | | - |
56 | | -For easier navigation, there is a sidebar where you can switch between languages and pages. In addition to the sidebar, you can view the individual pages below:</str> |
57 | | - <str key="select_language">Select language</str> |
58 | | - <str key="savedesktop_wiki">SaveDesktop wiki</str> |
59 | | - <str key="github_issues">_If you have any questions, you can use GitHub issues._</str> |
60 | | - <str key="localize-wiki">Localize SaveDesktop wiki (via Weblate)</str> |
61 | 61 | <str key="version_warning">**This feature is available from version: `3.2.2`**</str> |
62 | 62 | <str key="import_cfg_in_cli_title">Importing configuration in the CLI interface</str> |
63 | 63 | <str key="imp_cfg_cli_intro">In addition to importing configuration in the GUI, SaveDesktop also allows you to import configuration in the command line interface (CLI), which you can use in case your desktop environment breaks.</str> |
|
0 commit comments