Changeset 27 in tspsg-svn for trunk/src/tspmodel.cpp


Ignore:
Timestamp:
Jun 23, 2009, 7:56:29 PM (15 years ago)
Author:
laleppa
Message:

+ Language is automatically loaded at application startup (based on user's locale name).
+ Full Ukrainian and Russian translation.

  • English is now default language.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspmodel.cpp

    r23 r27  
    2323
    2424#include <QtGui>
    25 #include "defines.h"
    2625#include "tspmodel.h"
    2726
     
    5150        if (role == Qt::DisplayRole)
    5251                if (orientation == Qt::Vertical)
    53                         return trUtf8("Город %1").arg(section + 1);
     52                        return trUtf8("City %1").arg(section + 1);
    5453                else
    5554                        return trUtf8("%1").arg(section + 1);
Note: See TracChangeset for help on using the changeset viewer.