Opened 6 years ago

Closed 6 years ago

#1484457 closed Tasks (fixed)

Message 'movingmessage' wasn't hadled

Reported by: yskzt@… Owned by: yllar
Priority: 5 Milestone: 0.1-rc2
Component: User Interface Version: 0.1-rc1
Severity: normal Keywords: localization
Cc: till

Description

When I moved a message to other foler or trash, the default message "Loding..." was shown. My enviroment was 0.1 rc-1 in Japanese.

Maybe, It is cause that the message 'movingmessage' wasn't hadled. The message 'movingmessage' was used in app.js.

I tried to fix. The localized message was shown.

--- ./roundcubemail/program/include/main.inc.bak        2007-06-18 19:15:31.000000000 +0900
+++ ./roundcubemail/program/include/main.inc    2007-06-22 14:12:41.000000000 +0900
@@ -395,7 +395,7 @@

   // add some basic label to client
   if (!$OUTPUT->ajax_call)
-    rcube_add_label('loading');
+    rcube_add_label('loading', 'movingmessage');
   }

and, I added message 'movingmessage' to japanese messages.inc.

$messages['movingmessage'] = '移動中です...';

Attachments (1)

messages.zip (1.8 KB) - added by till 6 years ago.
the changes

Download all attachments as: .zip

Change History (7)

comment:1 Changed 6 years ago by till

  • Owner set to till
  • Status changed from new to assigned

I emailed the reporter to get the entire file.

comment:2 Changed 6 years ago by till

  • Keywords localization added
  • Milestone set to 0.1-rc2

Changed 6 years ago by till

the changes

comment:3 Changed 6 years ago by till

  • Cc til added
  • Owner changed from till to yllar
  • Status changed from assigned to new

comment:4 Changed 6 years ago by till

  • Cc till added; til removed

comment:5 Changed 6 years ago by till

@yllar: i applied the patch, can you fix the translations up in trunk and devel-vnext?

comment:6 Changed 6 years ago by till

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.