Skip to content

Commit

Permalink
Fix translation issues from Transifex and update
Browse files Browse the repository at this point in the history
  • Loading branch information
evpo committed Feb 7, 2018
1 parent 4255410 commit 0b5bb8d
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion qt_ui/encryptpad_en_gb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ Do you want to replace it?</source>
</message>
<message>
<location filename="preferences_dialog.ui" line="103"/>
<source>Enable BAK files</source>
<source>Create .bak files</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
Binary file modified qt_ui/encryptpad_fr_fr.qm
Binary file not shown.
2 changes: 1 addition & 1 deletion qt_ui/encryptpad_fr_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ Souhaitez-vous le remplacer ?</translation>
</message>
<message>
<location filename="preferences_dialog.ui" line="103"/>
<source>Enable BAK files</source>
<source>Create .bak files</source>
<translation>Créer des fichiers .bak</translation>
</message>
<message>
Expand Down
Binary file modified qt_ui/encryptpad_ru_ru.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions qt_ui/encryptpad_ru_ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1356,8 +1356,8 @@ Do you want to replace it?</source>
</message>
<message>
<location filename="preferences_dialog.ui" line="103"/>
<source>Enable BAK files</source>
<translation>Включить BAK файлы</translation>
<source>Create .bak files</source>
<translation>Создавать .bak файлы</translation>
</message>
<message>
<location filename="preferences_dialog.ui" line="125"/>
Expand Down
Binary file modified qt_ui/encryptpad_zh_cn.qm
Binary file not shown.
2 changes: 1 addition & 1 deletion qt_ui/encryptpad_zh_cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ Do you want to replace it?</source>
</message>
<message>
<location filename="preferences_dialog.ui" line="103"/>
<source>Enable BAK files</source>
<source>Create .bak files</source>
<translation>启用备份文件(.bak)</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion qt_ui/preferences_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<item row="7" column="1" colspan="2">
<widget class="QCheckBox" name="uiEnableBakFiles">
<property name="text">
<string>Enable BAK files</string>
<string>Create .bak files</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0b5bb8d

Please sign in to comment.