Skip to content

Commit 121192b

Browse files
authored
strings reorganization
1 parent 8998461 commit 121192b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

translations/wiki/en.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<root>
33
<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>
413
<str key="periodic_saving">Periodic Saving</str>
514
<str key="how_it_works">### How it works?</str>
615
<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,6 +25,12 @@
1625
Default directory for periodic saving is `/home/user/Downloads/SaveDesktop/archives`, but you can choose custom directory.</str>
1726
<str key="pb_filename_title">### Filename format</str>
1827
<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>
1934
<str key="synchronization_between_computers_title">Synchronization between computers in the network</str>
2035
<str key="how_to_set_up_it">## How to set up it?</str>
2136
<str key="whats_your_needing"> ### What's your needing?</str>
@@ -43,21 +58,6 @@ You can choose between the following items:
4358
- Monthly (synchronization takes place every second day in the month)
4459
- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots)
4560
- 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>
6161
<str key="version_warning">**This feature is available from version: `3.2.2`**</str>
6262
<str key="import_cfg_in_cli_title">Importing configuration in the CLI interface</str>
6363
<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

Comments
 (0)