• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

desktop/H03-May-2022-1413

examples/H03-May-2022-579512

man/man1/H03-May-2022-310291

nsis/H03-May-2022-341271

portable/H03-May-2022-5929

res/H03-May-2022-67,70766,814

rpm/H03-May-2022-21

src/H03-May-2022-35,96029,120

x2gohelper/H03-May-2022-10371

AUTHORSH A D13-Feb-2020117 32

COPYINGH A D13-Feb-202017.7 KiB340281

COPYRIGHT.x2go-logosH A D13-Feb-2020945 2321

ChangeLogH A D13-Feb-2020188.8 KiB3,9133,479

DoxyfileH A D13-Feb-202010 KiB276274

HOWTO.GPGCARDH A D13-Feb-20204.2 KiB130103

INSTALLH A D13-Feb-20201.1 KiB6438

LICENSEH A D13-Feb-2020965 2015

MakefileH A D13-Feb-20205.1 KiB14290

Makefile.docuploadH A D13-Feb-2020599 2110

Makefile.man2htmlH A D13-Feb-2020595 2516

README.OpenSSL-ExceptionH A D13-Feb-2020702 1312

README.i18nH A D13-Feb-20202.9 KiB9759

VERSIONH A D13-Feb-20208 21

config_linux.shH A D13-Feb-202038 52

config_linux_static.shH A D13-Feb-2020137 62

config_win.batH A D13-Feb-2020288 2313

copy-deps-win32.batH A D13-Feb-20201.7 KiB2827

macbuild.shH A D13-Feb-202019.6 KiB613471

pkg-dmgH A D13-Feb-202050.2 KiB1,524768

x2goclient.proH A D13-Feb-20208.7 KiB276248

x2goclient.pro.maemoH A D13-Feb-20202.4 KiB8478

x2goclientconfig.priH A D13-Feb-202054 21

README.OpenSSL-Exception

1In addition, as a special exception, the copyright holders give
2permission to link the code of portions of this program with the
3OpenSSL library under certain conditions as described in each
4individual source file, and distribute linked combinations
5including the two.
6You must obey the GNU General Public License in all respects
7for all of the code used other than OpenSSL.  If you modify
8file(s) with this exception, you may extend this exception to your
9version of the file(s), but you are not obligated to do so.  If you
10do not wish to do so, delete this exception statement from your
11version.  If you delete this exception statement from all source
12files in the program, then also delete it here.
13

README.i18n

1Translating X2Go Client
2======================
3
4Translating with Qt-Linguist
5------------------------
6
7X2Go Client uses Quick Translation mechanism (.qm, .ts files).
8The translation files can be found in the main folder of X2Go Client of this source project.
9
10
11New team member --- new language for X2Go Client
12-----------------------------------------------
13If you are a new member in the x2go-i18n team, the first we say is: WELCOME!!! and
14THANKS!!! for the time you give to the X2Go project.
15
16And, if you are new to the team and language files for the language you want to feel
17responsible for do not yet exist, please subscribe to this mailing list first:
18
19  https://lists.x2go.org/listinfo/x2go-i18n
20
21Once you are subscribed, send an email to
22
23  x2go-i18n@lists.x2go.org
24
25that explains your willingness to translate this-and-that language.
26
27The developers will then provide a language file for you in the above mentioned /po
28folder.
29
30
31Git cloning
32-----------
33Next thing to do is to obtained the latest sources from X2Go Git.
34
35  $ # git needs to be installed, on Debian/Ubuntu this is
36  $ aptitude install git       # <----for debian
37  $ sudo apt-get install git   # <----for ubuntu
38  $ # then checkout the code
39  $ git clone git://code.x2go.org/x2goclient.git
40
41In your current working directory there should now be a subfolder named ,,x2goclient''.
42
43
44Creating Your Language File
45---------------------------
46First, copy the file x2goclient_de.ts, for instance via the terminal.
47
48You can do this by running the following commands:
49
501. cd x2goclient/res/i18n
51
522. cp x2goclient_de.ts "x2goclient_da.ts <or what language your going to translate it into>".
53
54Now, the file is ready for editing to your desired language.
55
56
57Editing Your Language File
58--------------------------
59The tool needed for editing qt translation files is ,,linguist-qt4''
60
61  $ open Ubuntu Software Center, search for ,,Qt 4 Linguist'' and install it from there  # <--for ubuntu
62
63Now open your language file in <current_dir>/x2goclient/res/i18n/x2goclient_<lang>.ts and edit it with
64linguist-qt4.
65
66NOTE: Make sure you translate all boldly marked items: non-translated as well as fuzzy
67(i.e., inaccurate) items.
68
69
70
71Sending in the Translation File
72-------------------------------
73When done, please send the complete translation file
74
75  <current_dir>/x2goclient/res/i18n/x2goclient_<lang>.ts
76
77to x2go-i18n@lists.x2go.org and remove your working copy of X2Go Client from
78your system (or read how to use Git and keep the folder.)
79
80
81Next time...
82------------
83You will get informed on x2go-i18n if a translation update is necessary. So check
84your mails there regularly.
85
86For updating a translation, keep the X2Go Client source project folder and read
87more about Git by yourself.
88
89Alternatively, just remove the folder (once you have sent in the translation file)
90and start with this documentation all over again.
91
92THANKS AGAIN FOR YOUR TIME!!!
93
94light+love,
95
96  Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
97