Skip to content

Commit

Permalink
fix loc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
zdimension committed Jun 27, 2018
1 parent e1fc49a commit f9d41bf
Show file tree
Hide file tree
Showing 8 changed files with 7,176 additions and 7,199 deletions.
2 changes: 1 addition & 1 deletion src/forms/ui_about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Turing {version}</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Release channel : </span>{channel} <br /><br />Free and open-source software to assist the learning of algorithms and programming. <br /><br /><span style=" font-weight:600;">Copyright (c) 2018 the Turing development team (Leo Joly, Tom Niget)</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Release channel : </span>{channel} <br /><br />Free and open-source software to assist the learning of algorithms and programming. <br /><br /><span style=" font-weight:600;">Copyright (c) 2018 the Turing development team (Léo Joly, Tom Niget)</span></p>
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This software is distributed under the terms of the MIT license and makes use of the <a href="https://www.qt.io/"><span style=" text-decoration: underline; color:#0000ff;">Qt</span></a> / <a href="https://riverbankcomputing.com/software/pyqt/"><span style=" text-decoration: underline; color:#0000ff;">pyQt</span></a>. frameworks.</li>
<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">CS > Maths</li>
<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Windows icons under CC-BY 3.0 license - <a href="http://www.fatcow.com/free-icons"><span style=" text-decoration: underline; color:#0000ff;">(c) Fatcow Web Hosting</span></a></li></ul>
Expand Down
247 changes: 116 additions & 131 deletions src/lang/de.ts

Large diffs are not rendered by default.

237 changes: 116 additions & 121 deletions src/lang/es.ts

Large diffs are not rendered by default.

284 changes: 132 additions & 152 deletions src/lang/fr.ts

Large diffs are not rendered by default.

237 changes: 116 additions & 121 deletions src/lang/it.ts

Large diffs are not rendered by default.

237 changes: 116 additions & 121 deletions src/lang/zh-CN.ts

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion src/project.pro
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@


CODECFORTR = UTF-8
CODECFORSRC = UTF-8

RESOURCES += \
turing.qrc

SOURCES += \
editor_backend.py \
main.py \
turing_rc.py \
algo\algobox.py \
algo\worker.py \
algo\__init__.py \
algo\__tests__.py \
algo\backends\texas.py \
algo\backends\__init__.py \
algo\frontends\algobox.py \
algo\frontends\__init__.py \
algo\stmts\AssignStmt.py \
algo\stmts\BaseStmt.py \
algo\stmts\BlockStmt.py \
Expand Down
13,121 changes: 6,570 additions & 6,551 deletions src/turing_rc.py

Large diffs are not rendered by default.

0 comments on commit f9d41bf

Please sign in to comment.