Пример #1
0
 irr::core::stringw processing()
 {
     return irr::core::stringw(_("Processing")) + loadingDots();
 }
Пример #2
0
/** Returns the string given with loadingDots appended. A simple
 *  convenience function to type less in calls.
 *  \parameter s The string to which the loading dots are appended.
 */
irr::core::stringw loadingDots(const wchar_t *s)
{
    return irr::core::stringw(s) + loadingDots();
}   // loadingDots
Пример #3
0
 irr::core::stringw fetchingFriends()
 {
     return irr::core::stringw(_("Fetching friends")) + loadingDots();
 }
Пример #4
0
 irr::core::stringw fetchingAchievements()
 {
     return irr::core::stringw(_("Fetching achievements")) + loadingDots();
 }
Пример #5
0
 irr::core::stringw creatingServer()
 {
     return irr::core::stringw(_("Creating server")) + loadingDots();
 }
Пример #6
0
 irr::core::stringw fetchingServers()
 {
     return irr::core::stringw(_("Fetching servers")) + loadingDots();
 }
Пример #7
0
 irr::core::stringw joiningServer()
 {
     return irr::core::stringw(_("Joining server")) + loadingDots();
 }
Пример #8
0
 // ------------------------------------------------------------------------
 irr::core::stringw searching()
 {
     return irr::core::stringw(_("Searching")) + loadingDots();
 }
Пример #9
0
 // ------------------------------------------------------------------------
 irr::core::stringw validatingInfo()
 {
     return irr::core::stringw(_("Validating info")) + loadingDots();
 }
Пример #10
0
 irr::core::stringw signingOut()
 {
     return irr::core::stringw(_("Signing out")) + loadingDots();
 }
Пример #11
0
 irr::core::stringw signingIn()
 {
     return irr::core::stringw(_("Signing in")) + loadingDots();
 }