mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
[i18n] add translation for some text
This commit is contained in:
@@ -610,7 +610,7 @@ define([
|
|||||||
var dir = this.dir;
|
var dir = this.dir;
|
||||||
var op = params.op;
|
var op = params.op;
|
||||||
|
|
||||||
var title = op == 'mv' ? "Move selected item(s) to:" : "Copy selected item(s) to:";
|
var title = op == 'mv' ? gettext("Move selected item(s) to:") : gettext("Copy selected item(s) to:");
|
||||||
|
|
||||||
var form = $(this.mvcpTemplate({
|
var form = $(this.mvcpTemplate({
|
||||||
form_title: title,
|
form_title: title,
|
||||||
|
Reference in New Issue
Block a user