1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 14:46:33 +02:00

Disable translation of some strings in .ui files

They are either
* placeholder text or
* other text that is never shown to the user
This commit is contained in:
Lasse Liehu
2012-12-15 19:02:18 +02:00
parent aae4f98ff2
commit 031931c0e8
16 changed files with 36 additions and 36 deletions

View File

@@ -71,7 +71,7 @@
<item> <item>
<widget class="ImageButton" name="prevButton"> <widget class="ImageButton" name="prevButton">
<property name="text"> <property name="text">
<string>Prev</string> <string notr="true" extracomment="not translatable because is placeholder text">Prev</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -83,14 +83,14 @@
<item> <item>
<widget class="ImageButton" name="playPauseButton"> <widget class="ImageButton" name="playPauseButton">
<property name="text"> <property name="text">
<string>Play</string> <string notr="true" extracomment="not translatable because is placeholder text">Play</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ImageButton" name="pauseButton"> <widget class="ImageButton" name="pauseButton">
<property name="text"> <property name="text">
<string>Pause</string> <string notr="true" extracomment="not translatable because is placeholder text">Pause</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -99,7 +99,7 @@
<item> <item>
<widget class="ImageButton" name="nextButton"> <widget class="ImageButton" name="nextButton">
<property name="text"> <property name="text">
<string>Next</string> <string notr="true" extracomment="not translatable because is placeholder text">Next</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -225,7 +225,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Artist</string> <string notr="true" extracomment="not translatable because is placeholder text">Artist</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -244,7 +244,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Album</string> <string notr="true" extracomment="not translatable because is placeholder text">Album</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -292,7 +292,7 @@
<cursorShape>PointingHandCursor</cursorShape> <cursorShape>PointingHandCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string>social</string> <string notr="true" extracomment="not translatable because is placeholder text">social</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -308,7 +308,7 @@
<cursorShape>PointingHandCursor</cursorShape> <cursorShape>PointingHandCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string>love</string> <string notr="true" extracomment="not translatable because is placeholder text">love</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -341,7 +341,7 @@
<cursorShape>PointingHandCursor</cursorShape> <cursorShape>PointingHandCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string>resolver</string> <string notr="true" extracomment="not translatable because is placeholder text">resolver</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -377,7 +377,7 @@
<item> <item>
<widget class="QLabel" name="timeLabel"> <widget class="QLabel" name="timeLabel">
<property name="text"> <property name="text">
<string>Time</string> <string notr="true" extracomment="not translatable because is placeholder text">Time</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeft|Qt::AlignVCenter</set> <set>Qt::AlignLeft|Qt::AlignVCenter</set>
@@ -406,7 +406,7 @@
<item> <item>
<widget class="QLabel" name="timeLeftLabel"> <widget class="QLabel" name="timeLeftLabel">
<property name="text"> <property name="text">
<string>Time Left</string> <string notr="true" extracomment="not translatable because is placeholder text">Time Left</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignVCenter</set>
@@ -487,7 +487,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Shuffle</string> <string notr="true" extracomment="not translatable because is placeholder text">Shuffle</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -500,7 +500,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Repeat</string> <string notr="true" extracomment="not translatable because is placeholder text">Repeat</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -538,7 +538,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Low</string> <string notr="true" extracomment="not translatable because is placeholder text">Low</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -570,7 +570,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>High</string> <string notr="true" extracomment="not translatable because is placeholder text">High</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="margin"> <property name="margin">

View File

@@ -17,7 +17,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="margin"> <property name="margin">

View File

@@ -17,7 +17,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="margin"> <property name="margin">

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing"> <property name="spacing">
@@ -66,7 +66,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Cover</string> <string notr="true" extracomment="not translatable because is placeholder text">Cover</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -123,7 +123,7 @@
<item> <item>
<widget class="QLabel" name="charsLeftLabel"> <widget class="QLabel" name="charsLeftLabel">
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true" extracomment="not translatable because is placeholder text">TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="topMargin"> <property name="topMargin">

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>

View File

@@ -17,7 +17,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>

View File

@@ -23,7 +23,7 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>InfoBar</string> <string notr="true" comment="not translatable because not shown to the user">InfoBar</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>

View File

@@ -23,7 +23,7 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>InfoBar</string> <string notr="true" extracomment="not translatable because not shown to the user">InfoBar</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>

View File

@@ -23,7 +23,7 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>InfoBar</string> <string notr="true" extracomment="not translatable because not shown to the user">InfoBar</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing"> <property name="spacing">
@@ -43,7 +43,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Cover</string> <string notr="true" extracomment="not translatable because is placeholder text">Cover</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing"> <property name="spacing">
@@ -43,7 +43,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Cover</string> <string notr="true" extracomment="not translatable because is placeholder text">Cover</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>

View File

@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing"> <property name="spacing">
@@ -43,7 +43,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Cover</string> <string notr="true" extracomment="not translatable because is placeholder test">Cover</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
@@ -78,7 +78,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Statistics</string> <string notr="true" extracomment="not translatable because is placeholder test">Statistics</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>