summaryrefslogtreecommitdiffstats
path: root/models/migrations/v13.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/migrations/v13.go')
-rw-r--r--models/migrations/v13.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/migrations/v13.go b/models/migrations/v13.go
index 8b6b38cadf..3c35b66ab9 100644
--- a/models/migrations/v13.go
+++ b/models/migrations/v13.go
@@ -9,8 +9,8 @@ import (
"fmt"
"strings"
- "github.com/go-xorm/xorm"
"github.com/unknwon/com"
+ "xorm.io/xorm"
)
func ldapUseSSLToSecurityProtocol(x *xorm.Engine) error {
igning-crl'>automated/noid/stable22-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/lo.js
blob: 91d528019853d6e454397db8a8fef2451fa760de (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files",
    {
    "_%n folder_::_%n folders_" : [""],
    "_%n file_::_%n files_" : [""],
    "_Uploading %n file_::_Uploading %n files_" : [""],
    "_matches '{filter}'_::_match '{filter}'_" : [""]
},
"nplurals=1; plural=0;");