-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue: external storage naming #11755 #12049
issue: external storage naming #11755 #12049
Conversation
@@ -43,6 +43,7 @@ | |||
"Storage with ID \"%d\" not found" : "Storage with ID \"%d\" not found", | |||
"Invalid backend or authentication mechanism class" : "Invalid backend or authentication mechanism class", | |||
"Invalid mount point" : "Invalid mount point", | |||
"Invalid path of mountpoint" : "Invalid path of mountpoint", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not required. Our translation scrips sync this auytmaitcally to transifex for translations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I remove it from PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes - the automatic script will update it and the translations are stored on transifex anyways.
Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
4bb6407
to
1d94492
Compare
@@ -45,6 +45,7 @@ OC.L10N.register( | |||
"Storage with ID \"%d\" not found" : "Storage with ID \"%d\" not found", | |||
"Invalid backend or authentication mechanism class" : "Invalid backend or authentication mechanism class", | |||
"Invalid mount point" : "Invalid mount point", | |||
"Invalid path of mountpoint" : "Invalid path of mountpoint", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for this.
@icewind1991 I would like to have your feedback on this one. |
@icewind1991 ping |
I'm going to clos this here. |
Validation for existing mountpoint path
fixes #11755