Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(i18n): refine translation to prepare next stable release #207

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions qtribu/gui/dck_qchat.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="locale">
<locale language="English" country="UnitedStates"/>
</property>
<property name="windowTitle">
<string>QChat</string>
<string notr="true">QChat</string>
</property>
<widget class="QWidget" name="dockWidgetContents">
<property name="sizePolicy">
Expand Down Expand Up @@ -106,7 +109,11 @@
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="cbb_room"/>
<widget class="QComboBox" name="cbb_room">
<property name="currentText">
<string notr="true"/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_connect">
Expand Down Expand Up @@ -164,7 +171,7 @@
</size>
</property>
<property name="title">
<string>QChat</string>
<string notr="true">QChat</string>
</property>
<property name="collapsed">
<bool>false</bool>
Expand Down Expand Up @@ -280,7 +287,7 @@
<string>Nickname set in QTribu's plugin settings</string>
</property>
<property name="text">
<string>Nickname</string>
<string notr="true">Nickname</string>
</property>
</widget>
</item>
Expand Down
Loading