1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[trans] added new js string

This commit is contained in:
llj
2018-09-04 14:35:31 +08:00
parent 1d3d28d2d5
commit 0ce5286fa2

View File

@@ -5,10 +5,9 @@
var title;
// 7.0-share_perm
title = gettext("Read-Write library");
title = gettext("Read-Only library");
title = gettext("Preview-Edit-on-Cloud library");
title = gettext("Preview-on-Cloud library");
title = gettext("Admin access");
title = gettext("Read-Write folder");
title = gettext("Read-Only folder");
@@ -26,3 +25,6 @@
title = gettext("View-on-Cloud");
</script>
</head>
<body>
</body>
</html>