Skip to content

Commit

Permalink
update tranlsations in main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphinoracle committed Oct 15, 2019
1 parent 3bf2861 commit b6d192d
Show file tree
Hide file tree
Showing 104 changed files with 484 additions and 179 deletions.
18 changes: 18 additions & 0 deletions application/debian/changelog
@@ -1,3 +1,21 @@
bash-config (19.10.07) mx; urgency=medium

* latest from upstream

-- Dolphin Oracle <dolphinoracle@gmail.com> Mon, 14 Oct 2019 15:46:18 -0400

bash-config (19.10.06) MX; urgency=medium

* update help file (images of prompts)

-- Dolphin Oracle <dolphinoracle@gmail.com> Sun, 13 Oct 2019 08:49:35 -0400

bash-config (19.10.05) mx; urgency=medium

* update help file format

-- Dolphin Oracle <dolphinoracle@gmail.com> Sat, 12 Oct 2019 13:20:28 -0400

bash-config (19.10.04) mx; urgency=medium

* update help file
Expand Down
Binary file added application/help/Color.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Curl.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Date.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Default.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Dir.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Fancy.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Gentoo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Med.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Narrow.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Std.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Tiny.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Wide.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added application/help/Zee.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 59 additions & 2 deletions application/help/bash-config.html
Expand Up @@ -6,9 +6,10 @@
<title>HELP: Bash Config</title>
</head>
<body>
<body bgcolor="white">
<h1>HELP: Bash Config</h1>
<p>Bashrc Config allows the user to make changes to the aliases and terminal prompt theming in the user's bashrc file.</p>
<p>Bash Config allows the user to make changes to the aliases and terminal prompt theming in the user's bashrc file.</p>

<p>NOTE: changes only affect the drop-down terminal (by default F4) after exiting it by clicking the little "x" box in the lower right-hand corner to close the tab, or by typing "exit" at the terminal prompt.</p>

<h2>Alias</h2>

Expand All @@ -35,6 +36,62 @@ <h3>Tips and Tricks</h3>
<li>Spaces are accepted in the customization fields, if you want a little padding between the custom prompt and the start of command text in the terminal.</li>
</ul>

<h3>Prompts</h3>

<p> </p>

<img src="Color.jpg"/>

<p>Color</p>

<img src="Curl.jpg"/>

<p>Curl</p>

<img src="Date.jpg"/>

<p>Date</p>

<img src="Default.jpg"/>

<p>Default</p>

<img src="Dir.jpg"/>

<p>Dir</p>

<img src="Fancy.jpg"/>

<p>Fancy</p>

<img src="Gentoo.jpg"/>

<p>Gentoo</p>

<img src="Med.jpg"/>

<p>Med</p>

<img src="Narrow.jpg"/>

<p>Narrow</p>

<img src="Std.jpg"/>

<p>Std</p>

<img src="Tiny.jpg"/>

<p>Tiny</p>

<img src="Wide.jpg"/>

<p>Wide</p>

<img src="Zee.jpg"/>

<p>Zee</p>

<h3>Date & Time format codes. Interpreted sequences are:</h3>
<ul>
<li>%% a literal % </li>
Expand Down
3 changes: 2 additions & 1 deletion application/main.cpp
Expand Up @@ -12,9 +12,10 @@ int main(int argc, char *argv[])
QApplication::setApplicationVersion("1.0.0");

QTranslator qtTran;
qtTran.load(QString("qt_") + QLocale::system().name());
qtTran.load(QString("qt_") + QLocale::system().name(),"/usr/share/bash-config/locale");
a.installTranslator(&qtTran);


/*
QTranslator prgmTran;
prgmTran.load(QString(NAME_BIN) + QLocale::system().name(), "filepath"); //CHANGE PATH IF USING
Expand Down
Binary file added application/translations/bash-config_am.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_am.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_ar.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_ar.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_bg.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_bg.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_ca.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_ca.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_cs.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_cs.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_da.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_da.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_de.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_de.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_el.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_el.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_es.qm
Binary file not shown.
13 changes: 9 additions & 4 deletions application/translations/bash-config_es.ts
Expand Up @@ -171,6 +171,11 @@
<source>Title Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../prompttab_fix.ui" line="379"/>
<source>Remove all newlines</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QObject</name>
Expand Down Expand Up @@ -219,14 +224,14 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="64"/>
<location filename="../window.cpp" line="66"/>
<source>An easy way to configure your ~/.bashrc and bash prompt</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../window.cpp" line="285"/>
<location filename="../window.cpp" line="287"/>
<location filename="../window.cpp" line="289"/>
<location filename="../window.cpp" line="288"/>
<location filename="../window.cpp" line="290"/>
<location filename="../window.cpp" line="292"/>
<source>Bash Config</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file added application/translations/bash-config_et.qm
Binary file not shown.

0 comments on commit b6d192d

Please sign in to comment.