Skip to content

Commit

Permalink
Boomaga 2.0.99-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Feb 1, 2019
1 parent cc7fa43 commit b393cbc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project(boomaga)
set(MAJOR_VERSION 2)
set(MINOR_VERSION 0)
set(PATCH_VERSION 99)
set(BETA_VERSION beta3)
set(BETA_VERSION beta4)
set(FULL_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
if (BETA_VERSION)
set(FULL_VERSION ${FULL_VERSION}-${BETA_VERSION})
Expand Down
40 changes: 24 additions & 16 deletions src/boomaga/translations/src.boomaga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>BooFile</name>
<message>
<source>I can&apos;t open file &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>I can&apos;t write to file &apos;%1&apos;</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfigDialog</name>
<message>
Expand Down Expand Up @@ -516,13 +527,6 @@ Are you sure you want to overwrite it?</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PdfMerger</name>
<message>
<source>I can&apos;t write file &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PrintDialog</name>
<message>
Expand Down Expand Up @@ -669,15 +673,16 @@ Are you sure you want to overwrite it?</source>
<source>I can&apos;t read file &quot;%1&quot; either because it&apos;s not a supported file type, or because the file has been damaged.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ProjectFile</name>
<message>
<source>I can&apos;t open file &quot;%1&quot;</source>
<source>Converting Postscript to PDF:</source>
<comment>Progressbar text</comment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PsToPdf</name>
<message>
<source>I can&apos;t write to file &apos;%1&apos;</source>
<source>Can&apos;t start gs converter: &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand All @@ -700,6 +705,10 @@ Are you sure you want to overwrite it?</source>
<comment>Printer profile default name</comment>
<translation type="unfinished"></translation>
</message>
<message>
<source>I can&apos;t open file &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Settings</name>
Expand All @@ -726,16 +735,15 @@ Are you sure you want to overwrite it?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Something is wrong. I can&apos;t find boomagamerger program.
Please reinstall me.</source>
<source>I can&apos;t read file &apos;%1&apos;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>I can&apos;t read file &apos;%1&apos;</source>
<source>I can&apos;t write to file &apos;%1&apos;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>I can&apos;t write to file &apos;%1&apos;</source>
<source>I can&apos;t write file &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand Down

0 comments on commit b393cbc

Please sign in to comment.