summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-09-19 20:32:32 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-09-19 20:32:32 +0000
commita742ba46567c34f24390dbe7f8720f01d60296ff (patch)
tree7653e8914d1fef942d43f48fd92a03344038ec65
parent2c8204cd9168d3a4ffd18862f8396be869bd8e58 (diff)
downloadrockbox-a742ba46567c34f24390dbe7f8720f01d60296ff.tar.gz
rockbox-a742ba46567c34f24390dbe7f8720f01d60296ff.zip
Make tooltip for Offline Mode setting wrap properly.
Qt wraps tooltip texts automatically when it detects the text to be Rich text. Embed the tooltip text into <p> tags to get it recognized as such. Manually update translations to avoid the need to retranslation that line. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28117 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/rbutilqt/configurefrm.ui2
-rw-r--r--rbutil/rbutilqt/lang/rbutil_cs.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_de.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_fi.ts2
-rw-r--r--rbutil/rbutilqt/lang/rbutil_fr.ts6
-rw-r--r--rbutil/rbutilqt/lang/rbutil_gr.ts6
-rw-r--r--rbutil/rbutilqt/lang/rbutil_he.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_it.ts2
-rw-r--r--rbutil/rbutilqt/lang/rbutil_ja.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_nl.ts6
-rw-r--r--rbutil/rbutilqt/lang/rbutil_pl.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_pt.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_pt_BR.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_ru.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_tr.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_zh_CN.ts4
-rw-r--r--rbutil/rbutilqt/lang/rbutil_zh_TW.ts4
17 files changed, 34 insertions, 34 deletions
diff --git a/rbutil/rbutilqt/configurefrm.ui b/rbutil/rbutilqt/configurefrm.ui
index d12dbf9b92..0c82e5d988 100644
--- a/rbutil/rbutilqt/configurefrm.ui
+++ b/rbutil/rbutilqt/configurefrm.ui
@@ -322,7 +322,7 @@
322 <item> 322 <item>
323 <widget class="QCheckBox" name="cacheOfflineMode"> 323 <widget class="QCheckBox" name="cacheOfflineMode">
324 <property name="toolTip"> 324 <property name="toolTip">
325 <string>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</string> 325 <string>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</string>
326 </property> 326 </property>
327 <property name="text"> 327 <property name="text">
328 <string>O&amp;ffline mode</string> 328 <string>O&amp;ffline mode</string>
diff --git a/rbutil/rbutilqt/lang/rbutil_cs.ts b/rbutil/rbutilqt/lang/rbutil_cs.ts
index 85a6b8157e..2ea1e17abf 100644
--- a/rbutil/rbutilqt/lang/rbutil_cs.ts
+++ b/rbutil/rbutilqt/lang/rbutil_cs.ts
@@ -1176,8 +1176,8 @@ Prosím nastavte TTS engine.</translation>
1176 </message> 1176 </message>
1177 <message> 1177 <message>
1178 <location filename="../configurefrm.ui" line="325"/> 1178 <location filename="../configurefrm.ui" line="325"/>
1179 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1179 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1180 <translation>Pokud toto zvolíte, všechny informace se utilita pokusí získat z vyrovnávací paměti, i o aktualizacích. Použijte tuto možnost pouze pokud chcete instalovat Rockbox bez připojení k internetu. Poznámka:nyní musíte provést stejnou instalaci (s připojením k internetu), jakou budete chtít provést později, aby se stáhnuly všechny potřebné soubory do vyrovnávací paměti.</translation> 1180 <translation>&lt;p&gt;Pokud toto zvolíte, všechny informace se utilita pokusí získat z vyrovnávací paměti, i o aktualizacích. Použijte tuto možnost pouze pokud chcete instalovat Rockbox bez připojení k internetu. Poznámka:nyní musíte provést stejnou instalaci (s připojením k internetu), jakou budete chtít provést později, aby se stáhnuly všechny potřebné soubory do vyrovnávací paměti.&lt;/p&gt;</translation>
1181 </message> 1181 </message>
1182 <message> 1182 <message>
1183 <location filename="../configurefrm.ui" line="328"/> 1183 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_de.ts b/rbutil/rbutilqt/lang/rbutil_de.ts
index 2875f98b15..8cab649dca 100644
--- a/rbutil/rbutilqt/lang/rbutil_de.ts
+++ b/rbutil/rbutilqt/lang/rbutil_de.ts
@@ -1198,8 +1198,8 @@ Please configure TTS engine.</source>
1198 </message> 1198 </message>
1199 <message> 1199 <message>
1200 <location filename="../configurefrm.ui" line="325"/> 1200 <location filename="../configurefrm.ui" line="325"/>
1201 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1201 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1202 <translation>Dies versucht alle Informationen aus dem Cache zu beziehen, selbst die Informationen über Updates. Diese Option nur benutzen um ohne Internetverbindung zu installieren. Hinweis: die gleiche Installation, die später durchgeführt werden soll, muss einmal mit Netzwerkverbindung durchführt werden, damit die notwendigen Dateien im Cache gespeichert sind.</translation> 1202 <translation>&lt;p&gt;Dies versucht alle Informationen aus dem Cache zu beziehen, selbst die Informationen über Updates. Diese Option nur benutzen um ohne Internetverbindung zu installieren. Hinweis: die gleiche Installation, die später durchgeführt werden soll, muss einmal mit Netzwerkverbindung durchführt werden, damit die notwendigen Dateien im Cache gespeichert sind.&lt;/p&gt;</translation>
1203 </message> 1203 </message>
1204 <message> 1204 <message>
1205 <location filename="../configurefrm.ui" line="379"/> 1205 <location filename="../configurefrm.ui" line="379"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_fi.ts b/rbutil/rbutilqt/lang/rbutil_fi.ts
index 6dc321341e..b99e2d2c07 100644
--- a/rbutil/rbutilqt/lang/rbutil_fi.ts
+++ b/rbutil/rbutilqt/lang/rbutil_fi.ts
@@ -1166,7 +1166,7 @@ Valitse laite ja liitospiste käsin.</translation>
1166 </message> 1166 </message>
1167 <message> 1167 <message>
1168 <location filename="../configurefrm.ui" line="325"/> 1168 <location filename="../configurefrm.ui" line="325"/>
1169 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1169 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1170 <translation type="unfinished"></translation> 1170 <translation type="unfinished"></translation>
1171 </message> 1171 </message>
1172 <message> 1172 <message>
diff --git a/rbutil/rbutilqt/lang/rbutil_fr.ts b/rbutil/rbutilqt/lang/rbutil_fr.ts
index a5ac3d810b..a8a00ce4b9 100644
--- a/rbutil/rbutilqt/lang/rbutil_fr.ts
+++ b/rbutil/rbutilqt/lang/rbutil_fr.ts
@@ -1176,11 +1176,11 @@ Vous devez mettre votre lecteur en mode UMS pour l&apos;installation. </translat
1176 </message> 1176 </message>
1177 <message> 1177 <message>
1178 <location filename="../configurefrm.ui" line="325"/> 1178 <location filename="../configurefrm.ui" line="325"/>
1179 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1179 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1180 <translation>Ceci essaiera d&apos;utiliser toutes les informations du cache, même les informations de mise à jour. 1180 <translation>&lt;p&gt;Ceci essaiera d&apos;utiliser toutes les informations du cache, même les informations de mise à jour.
1181Utilisez cette option si vous voulez installer sans connexion réseau. 1181Utilisez cette option si vous voulez installer sans connexion réseau.
1182Note : l&apos;installation que vous voudrez réaliser plus tard doit d&apos;abord être faite avec un accès réseau 1182Note : l&apos;installation que vous voudrez réaliser plus tard doit d&apos;abord être faite avec un accès réseau
1183pour télécharger tous les fichiers néecessaires dans le cache.</translation> 1183pour télécharger tous les fichiers néecessaires dans le cache.&lt;/p&gt;</translation>
1184 </message> 1184 </message>
1185 <message> 1185 <message>
1186 <location filename="../configurefrm.ui" line="328"/> 1186 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_gr.ts b/rbutil/rbutilqt/lang/rbutil_gr.ts
index efc04cd105..fa08390712 100644
--- a/rbutil/rbutilqt/lang/rbutil_gr.ts
+++ b/rbutil/rbutilqt/lang/rbutil_gr.ts
@@ -1170,11 +1170,11 @@ Select your device and Mountpoint manually.</source>
1170 </message> 1170 </message>
1171 <message> 1171 <message>
1172 <location filename="../configurefrm.ui" line="325"/> 1172 <location filename="../configurefrm.ui" line="325"/>
1173 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1173 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1174 <translation>Αυτή η επιλογή προσπαθεί να χρησιμοποιήσει όλες τις πληροφορίες από την προσωρινή μνήμη, ακόμα και αν πρόκειται για ενημερώσεις. 1174 <translation>&lt;p&gt;Αυτή η επιλογή προσπαθεί να χρησιμοποιήσει όλες τις πληροφορίες από την προσωρινή μνήμη, ακόμα και αν πρόκειται για ενημερώσεις.
1175Χρησιμοποιήστε αυτήν την επιλογή μόνο εάν θέλετε να κάνετε εγκατάσταση χωρίς σύνδεση δικτύου. 1175Χρησιμοποιήστε αυτήν την επιλογή μόνο εάν θέλετε να κάνετε εγκατάσταση χωρίς σύνδεση δικτύου.
1176Σημείωση: Αυτό προϋποθέτει ότι έχετε είδη κάνει μία εγκατάσταση με πρόσβαση στο δίκτυο, 1176Σημείωση: Αυτό προϋποθέτει ότι έχετε είδη κάνει μία εγκατάσταση με πρόσβαση στο δίκτυο,
1177έτσι ώστε η προσωρινή μνήμη να έχει λάβει τα απαραίτητα αρχεία.</translation> 1177έτσι ώστε η προσωρινή μνήμη να έχει λάβει τα απαραίτητα αρχεία.&lt;/p&gt;</translation>
1178 </message> 1178 </message>
1179 <message> 1179 <message>
1180 <location filename="../configurefrm.ui" line="328"/> 1180 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_he.ts b/rbutil/rbutilqt/lang/rbutil_he.ts
index b370854d3c..c8661fc80f 100644
--- a/rbutil/rbutilqt/lang/rbutil_he.ts
+++ b/rbutil/rbutilqt/lang/rbutil_he.ts
@@ -1180,8 +1180,8 @@ Select your device and Mountpoint manually.</source>
1180 </message> 1180 </message>
1181 <message> 1181 <message>
1182 <location filename="../configurefrm.ui" line="325"/> 1182 <location filename="../configurefrm.ui" line="325"/>
1183 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1183 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1184 <translation>בצורה זו התוכנה תנסה להשתמש בכל במידע מהמטמון, אף כאשר מדובר במידע על עדכונים. השתמש באפשרות זו רק אם ברצונך להתקין ללא חיבור לרשת. הערה: אם ברצונך לבצע התקנות חוזרות ללא חיבור לרשת, עליך לבצע התקנה ראשונה במצב מקוון על מנת להוריד את כל הקבצים הדרושים למטמון.</translation> 1184 <translation>&lt;p&gt;בצורה זו התוכנה תנסה להשתמש בכל במידע מהמטמון, אף כאשר מדובר במידע על עדכונים. השתמש באפשרות זו רק אם ברצונך להתקין ללא חיבור לרשת. הערה: אם ברצונך לבצע התקנות חוזרות ללא חיבור לרשת, עליך לבצע התקנה ראשונה במצב מקוון על מנת להוריד את כל הקבצים הדרושים למטמון.&lt;/p&gt;</translation>
1185 </message> 1185 </message>
1186 <message> 1186 <message>
1187 <location filename="../configurefrm.ui" line="328"/> 1187 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_it.ts b/rbutil/rbutilqt/lang/rbutil_it.ts
index 2c601eab46..2ae883eea7 100644
--- a/rbutil/rbutilqt/lang/rbutil_it.ts
+++ b/rbutil/rbutilqt/lang/rbutil_it.ts
@@ -1168,7 +1168,7 @@ Select your device and Mountpoint manually.</source>
1168 </message> 1168 </message>
1169 <message> 1169 <message>
1170 <location filename="../configurefrm.ui" line="325"/> 1170 <location filename="../configurefrm.ui" line="325"/>
1171 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1171 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1172 <translation type="unfinished"></translation> 1172 <translation type="unfinished"></translation>
1173 </message> 1173 </message>
1174 <message> 1174 <message>
diff --git a/rbutil/rbutilqt/lang/rbutil_ja.ts b/rbutil/rbutilqt/lang/rbutil_ja.ts
index 112483e137..84bba6489b 100644
--- a/rbutil/rbutilqt/lang/rbutil_ja.ts
+++ b/rbutil/rbutilqt/lang/rbutil_ja.ts
@@ -1200,8 +1200,8 @@ TTSエンジンの設定を行って下さい。</translation>
1200 </message> 1200 </message>
1201 <message> 1201 <message>
1202 <location filename="../configurefrm.ui" line="325"/> 1202 <location filename="../configurefrm.ui" line="325"/>
1203 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1203 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1204 <translation>これはキャッシュから、全ての情報、アップデート情報さえ使用するでしょう。 ネットワークに接続しないでインストールしたいのであれば、このオプションを使用して下さい。 注意: 後で実行されるインストールに必要なファイル全てをキャッシュにダウンロードするために、最初は、ネットワークがつながる環境で実行する必要があります。</translation> 1204 <translation>&lt;p&gt;これはキャッシュから、全ての情報、アップデート情報さえ使用するでしょう。 ネットワークに接続しないでインストールしたいのであれば、このオプションを使用して下さい。 注意: 後で実行されるインストールに必要なファイル全てをキャッシュにダウンロードするために、最初は、ネットワークがつながる環境で実行する必要があります。&lt;/p&gt;</translation>
1205 </message> 1205 </message>
1206 <message> 1206 <message>
1207 <location filename="../configurefrm.ui" line="379"/> 1207 <location filename="../configurefrm.ui" line="379"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_nl.ts b/rbutil/rbutilqt/lang/rbutil_nl.ts
index cbe03a74bf..8b543ad6f4 100644
--- a/rbutil/rbutilqt/lang/rbutil_nl.ts
+++ b/rbutil/rbutilqt/lang/rbutil_nl.ts
@@ -1171,10 +1171,10 @@ U moet uw speler in UMS modus plaatsen voor installatie.</translation>
1171 </message> 1171 </message>
1172 <message> 1172 <message>
1173 <location filename="../configurefrm.ui" line="325"/> 1173 <location filename="../configurefrm.ui" line="325"/>
1174 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1174 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1175 <translation>Dit zal proberen alle informatie van de cache te gebruiken, zelfs informatie in verband met updates. 1175 <translation>&lt;p&gt;Dit zal proberen alle informatie van de cache te gebruiken, zelfs informatie in verband met updates.
1176Gebruik enkel deze optie als u wilt installeren zonder netwerk verbinding. 1176Gebruik enkel deze optie als u wilt installeren zonder netwerk verbinding.
1177Pas op: u moet eerst deze installatie doen met een internet verbinding om ze later opnieuw te kunnen uitvoeren vanuit cache.</translation> 1177Pas op: u moet eerst deze installatie doen met een internet verbinding om ze later opnieuw te kunnen uitvoeren vanuit cache.&lt;/p&gt;</translation>
1178 </message> 1178 </message>
1179 <message> 1179 <message>
1180 <location filename="../configurefrm.ui" line="328"/> 1180 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_pl.ts b/rbutil/rbutilqt/lang/rbutil_pl.ts
index a81566f7f0..b3b5be3cd9 100644
--- a/rbutil/rbutilqt/lang/rbutil_pl.ts
+++ b/rbutil/rbutilqt/lang/rbutil_pl.ts
@@ -1178,8 +1178,8 @@ Prosze skonfigurować silnik TTS.</translation>
1178 </message> 1178 </message>
1179 <message> 1179 <message>
1180 <location filename="../configurefrm.ui" line="325"/> 1180 <location filename="../configurefrm.ui" line="325"/>
1181 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1181 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1182 <translation>To spowoduje, że wszystkie informacje będą pobierane z bufora, nawet aktualizacje. Użyj tej opcji tylko jesli chcesz przeprowadzić instalację bez połączenia z internetem. Uwaga: żeby przeprowadzić daną instalację, musisz wpierw dokonać instalacji z internetu, aby pliki instalacyjne zostały zapisane w buforze.</translation> 1182 <translation>&lt;p&gt;To spowoduje, że wszystkie informacje będą pobierane z bufora, nawet aktualizacje. Użyj tej opcji tylko jesli chcesz przeprowadzić instalację bez połączenia z internetem. Uwaga: żeby przeprowadzić daną instalację, musisz wpierw dokonać instalacji z internetu, aby pliki instalacyjne zostały zapisane w buforze.&lt;/p&gt;</translation>
1183 </message> 1183 </message>
1184 <message> 1184 <message>
1185 <location filename="../configurefrm.ui" line="328"/> 1185 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_pt.ts b/rbutil/rbutilqt/lang/rbutil_pt.ts
index f31a030bf2..1cb24535c0 100644
--- a/rbutil/rbutilqt/lang/rbutil_pt.ts
+++ b/rbutil/rbutilqt/lang/rbutil_pt.ts
@@ -1171,8 +1171,8 @@ Seleccione um dispositivo e um ponto de montagem manualmente.</translation>
1171 </message> 1171 </message>
1172 <message> 1172 <message>
1173 <location filename="../configurefrm.ui" line="325"/> 1173 <location filename="../configurefrm.ui" line="325"/>
1174 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1174 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1175 <translation>Isto irá tentar usar toda a informação da cache, até informação sobre actualizaçẽos. Só use esta opção se desejar instalar sem conecção de internet. Nota: precisa de fazer primeiro a mesma instalação que deseja efectuar mais tarde com acesso à internet para transferir todos os ficheiros necessários para a cache.</translation> 1175 <translation>&lt;p&gt;Isto irá tentar usar toda a informação da cache, até informação sobre actualizaçẽos. Só use esta opção se desejar instalar sem conecção de internet. Nota: precisa de fazer primeiro a mesma instalação que deseja efectuar mais tarde com acesso à internet para transferir todos os ficheiros necessários para a cache.&lt;/p&gt;</translation>
1176 </message> 1176 </message>
1177 <message> 1177 <message>
1178 <location filename="../configurefrm.ui" line="328"/> 1178 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_pt_BR.ts b/rbutil/rbutilqt/lang/rbutil_pt_BR.ts
index 1fd28cc3b4..f0aad436c2 100644
--- a/rbutil/rbutilqt/lang/rbutil_pt_BR.ts
+++ b/rbutil/rbutilqt/lang/rbutil_pt_BR.ts
@@ -941,8 +941,8 @@ O Utilitário Rockbox não funciona com estas configurações de proxy. Certifiq
941 <translation>&amp;Desabilitar cache local de transferência</translation> 941 <translation>&amp;Desabilitar cache local de transferência</translation>
942 </message> 942 </message>
943 <message> 943 <message>
944 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 944 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
945 <translation>Isto tentará usar toda a informação do cache, incluindo informação de atualizações. Somente use esta opção se você quer instalar sem uma conecção de rede. Nota: primeiro você precisa fazer a mesma instalação que você quer efetuar posteriormente, com acesso a rede para que sejam transferidos para o cache todos os arquivos necessários.</translation> 945 <translation>&lt;p&gt;Isto tentará usar toda a informação do cache, incluindo informação de atualizações. Somente use esta opção se você quer instalar sem uma conecção de rede. Nota: primeiro você precisa fazer a mesma instalação que você quer efetuar posteriormente, com acesso a rede para que sejam transferidos para o cache todos os arquivos necessários.&lt;/p&gt;</translation>
946 </message> 946 </message>
947 <message> 947 <message>
948 <source>O&amp;ffline mode</source> 948 <source>O&amp;ffline mode</source>
diff --git a/rbutil/rbutilqt/lang/rbutil_ru.ts b/rbutil/rbutilqt/lang/rbutil_ru.ts
index 6f93d67f9e..1b1b9f8a6e 100644
--- a/rbutil/rbutilqt/lang/rbutil_ru.ts
+++ b/rbutil/rbutilqt/lang/rbutil_ru.ts
@@ -941,8 +941,8 @@ Rockbox Utility can&apos;t work with this proxy settings. Make sure the system p
941 <translation>Отключить локальный кэш &amp;скачивания</translation> 941 <translation>Отключить локальный кэш &amp;скачивания</translation>
942 </message> 942 </message>
943 <message> 943 <message>
944 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 944 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
945 <translation>Эта функция попытается использовать всю информацию из кэша, даже информацию об обновлениях. Используйте эту возможность только если вы хотите устанавливать без подключения к сети. Примечание: Вам необходимо выполнить такую-же установку, которую вы хотите выполнить потом, пока подключение к сети действует, чтобы загрузить все нужные файлы в кэш.</translation> 945 <translation>&lt;p&gt;Эта функция попытается использовать всю информацию из кэша, даже информацию об обновлениях. Используйте эту возможность только если вы хотите устанавливать без подключения к сети. Примечание: Вам необходимо выполнить такую-же установку, которую вы хотите выполнить потом, пока подключение к сети действует, чтобы загрузить все нужные файлы в кэш.&lt;/p&gt;</translation>
946 </message> 946 </message>
947 <message> 947 <message>
948 <source>O&amp;ffline mode</source> 948 <source>O&amp;ffline mode</source>
diff --git a/rbutil/rbutilqt/lang/rbutil_tr.ts b/rbutil/rbutilqt/lang/rbutil_tr.ts
index 5650fecb73..88dc1c97ef 100644
--- a/rbutil/rbutilqt/lang/rbutil_tr.ts
+++ b/rbutil/rbutilqt/lang/rbutil_tr.ts
@@ -1161,8 +1161,8 @@ Please configure TTS engine.</source>
1161 </message> 1161 </message>
1162 <message> 1162 <message>
1163 <location filename="../configurefrm.ui" line="325"/> 1163 <location filename="../configurefrm.ui" line="325"/>
1164 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1164 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1165 <translation>Bu se�enek, g�ncellemeler dahil t�m bilgilerin �nbellekten alinmasini saglar. Bu se�enegi sadece ag baglantisi olmadan kurulum yapmak i�in kullanin. Not: Daha sonra ag baglantisiyla ayni kurulumu yapmak i�in gerekli t�m dosyalari �nbellege indirmeniz gerekmektedir.</translation> 1165 <translation>&lt;p&gt;Bu se�enek, g�ncellemeler dahil t�m bilgilerin �nbellekten alinmasini saglar. Bu se�enegi sadece ag baglantisi olmadan kurulum yapmak i�in kullanin. Not: Daha sonra ag baglantisiyla ayni kurulumu yapmak i�in gerekli t�m dosyalari �nbellege indirmeniz gerekmektedir.&lt;/p&gt;</translation>
1166 </message> 1166 </message>
1167 <message> 1167 <message>
1168 <location filename="../configurefrm.ui" line="328"/> 1168 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_zh_CN.ts b/rbutil/rbutilqt/lang/rbutil_zh_CN.ts
index f153582e26..db96fcbaa0 100644
--- a/rbutil/rbutilqt/lang/rbutil_zh_CN.ts
+++ b/rbutil/rbutilqt/lang/rbutil_zh_CN.ts
@@ -1159,8 +1159,8 @@ You need to change your player to UMS mode for installation. </source>
1159 </message> 1159 </message>
1160 <message> 1160 <message>
1161 <location filename="../configurefrm.ui" line="325"/> 1161 <location filename="../configurefrm.ui" line="325"/>
1162 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1162 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1163 <translation>所有资料, 包括更新资料, 将会从本机缓冲里拿取. 不要选择此模式如果你不需要下线安装. 注意: 你需要先用网络做至少一次安装才可以下载到需要的文件.</translation> 1163 <translation>&lt;p&gt;所有资料, 包括更新资料, 将会从本机缓冲里拿取. 不要选择此模式如果你不需要下线安装. 注意: 你需要先用网络做至少一次安装才可以下载到需要的文件.&lt;/p&gt;</translation>
1164 </message> 1164 </message>
1165 <message> 1165 <message>
1166 <location filename="../configurefrm.ui" line="328"/> 1166 <location filename="../configurefrm.ui" line="328"/>
diff --git a/rbutil/rbutilqt/lang/rbutil_zh_TW.ts b/rbutil/rbutilqt/lang/rbutil_zh_TW.ts
index 6fc991fad2..ae5c2614c3 100644
--- a/rbutil/rbutilqt/lang/rbutil_zh_TW.ts
+++ b/rbutil/rbutilqt/lang/rbutil_zh_TW.ts
@@ -1159,8 +1159,8 @@ You need to change your player to UMS mode for installation. </source>
1159 </message> 1159 </message>
1160 <message> 1160 <message>
1161 <location filename="../configurefrm.ui" line="325"/> 1161 <location filename="../configurefrm.ui" line="325"/>
1162 <source>This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.</source> 1162 <source>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</source>
1163 <translation>所有資料, 包括更新資料, 將會從本机緩沖里拿取. 不要選擇此模式如果你不需要下線安裝. 注意: 你需要先用网絡做至少一次安裝才可以下載到需要的文件.</translation> 1163 <translation>&lt;p&gt;所有資料, 包括更新資料, 將會從本机緩沖里拿取. 不要選擇此模式如果你不需要下線安裝. 注意: 你需要先用网絡做至少一次安裝才可以下載到需要的文件.&lt;/p&gt;</translation>
1164 </message> 1164 </message>
1165 <message> 1165 <message>
1166 <location filename="../configurefrm.ui" line="328"/> 1166 <location filename="../configurefrm.ui" line="328"/>