update script and added a spacer when counting Messages

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2448 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-27 12:45:09 +00:00
parent 17607626c0
commit 1fd4bfd342
2 changed files with 9 additions and 9 deletions

View File

@ -1246,7 +1246,7 @@ void MessagesDialog::updateMessageSummaryList()
{ {
//QList<QListWidgetItem *> QListWidget::findItems ( const QString & text, Qt::MatchFlags flags ) const //QList<QListWidgetItem *> QListWidget::findItems ( const QString & text, Qt::MatchFlags flags ) const
QListWidgetItem* item = ui.listWidget->item(0); QListWidgetItem* item = ui.listWidget->item(0);
textItem = tr("Inbox") + "(" + QString::number(newInboxCount)+")"; textItem = tr("Inbox") + " " + "(" + QString::number(newInboxCount)+")";
item->setText(textItem); item->setText(textItem);
QFont qf = item->font(); QFont qf = item->font();
qf.setBold(true); qf.setBold(true);
@ -1270,7 +1270,7 @@ void MessagesDialog::updateMessageSummaryList()
//QList<QListWidgetItem *> QListWidget::findItems ( const QString & text, Qt::MatchFlags flags ) const //QList<QListWidgetItem *> QListWidget::findItems ( const QString & text, Qt::MatchFlags flags ) const
QListWidgetItem* item = ui.listWidget->item(1); QListWidgetItem* item = ui.listWidget->item(1);
textItem = tr("Outbox") + "(" + QString::number(newOutboxCount)+")"; textItem = tr("Outbox") + " " + "(" + QString::number(newOutboxCount)+")";
item->setText(textItem); item->setText(textItem);
QFont qf = item->font(); QFont qf = item->font();
qf.setBold(true); qf.setBold(true);

View File

@ -390,17 +390,17 @@ FunctionEnd
# Installer Language Strings # Installer Language Strings
# TODO Update the Language Strings with the appropriate translations. # TODO Update the Language Strings with the appropriate translations.
LangString InstallGPG4WIN ${LANG_ENGLISH} "Install Gpg4win 1.1.4 ? Gpg4win is required for RetroShare!" LangString InstallGPG4WIN ${LANG_ENGLISH} "Install Gpg4win ? Gpg4win is required for RetroShare!"
LangString InstallGPG4WIN ${LANG_GERMAN} "Installiere Gpg4win 1.1.4 ? Gpg4win ist erforderlich fuer RetroShare!" LangString InstallGPG4WIN ${LANG_GERMAN} "Installiere Gpg4win ? Gpg4win ist erforderlich fuer RetroShare!"
LangString InstallGPG4WIN ${LANG_TURKISH} "Gpg4win 1.1.4 Yükle? Gpg4win RetroShare için gerekli!" LangString InstallGPG4WIN ${LANG_TURKISH} "Gpg4win Yükle? Gpg4win RetroShare için gerekli!"
LangString InstallGPG4WIN ${LANG_FRENCH} "Installez Gpg4win 1.1.4 ? Gpg4win est nécessaire pour RetroShare!" LangString InstallGPG4WIN ${LANG_FRENCH} "RetroShare a besoin de GPG4win pour fonctionner. Lancer l'installation de GPG4win?"
LangString InstallGPG4WIN ${LANG_SIMPCHINESE} "Install Gpg4win 1.1.4 ? Gpg4win是需要Retroshare!" LangString InstallGPG4WIN ${LANG_SIMPCHINESE} "Install Gpg4win ? Gpg4win是需要Retroshare!"
LangString InstallGPG4WIN ${LANG_POLISH} "Install Gpg4win 1.1.4 ? Gpg4win wymagane jest Retroshare!" LangString InstallGPG4WIN ${LANG_POLISH} "Install Gpg4win ? Gpg4win wymagane jest Retroshare!"
LangString FINISHPAGELINK ${LANG_ENGLISH} "Visit the RetroShare forums for the latest news and support" LangString FINISHPAGELINK ${LANG_ENGLISH} "Visit the RetroShare forums for the latest news and support"
LangString FINISHPAGELINK ${LANG_GERMAN} "Besuche RetroShare Support Forum " LangString FINISHPAGELINK ${LANG_GERMAN} "Besuche RetroShare Support Forum "
LangString FINISHPAGELINK ${LANG_TURKISH} "Destek için Retroshare foruma ziyaret" LangString FINISHPAGELINK ${LANG_TURKISH} "Destek için Retroshare foruma ziyaret"
LangString FINISHPAGELINK ${LANG_FRENCH} "Visitez le RetroShare forums pour les dernières nouvelles et de soutien" LangString FINISHPAGELINK ${LANG_FRENCH} "Consultez le forum RetroShare pour vous tenir au courant des dernieres modifications, et obtenir de l'aide."
LangString FINISHPAGELINK ${LANG_SIMPCHINESE} "帮助论坛" LangString FINISHPAGELINK ${LANG_SIMPCHINESE} "帮助论坛"
LangString FINISHPAGELINK ${LANG_POLISH} "Odwiedź forum RetroShare do najświeższych informacji i wsparcia" LangString FINISHPAGELINK ${LANG_POLISH} "Odwiedź forum RetroShare do najświeższych informacji i wsparcia"