-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
l10n: Add words user and because in ShareByMailProvider.php #26231
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
Conversation
Standardizing text strings with other Nextcloud applications.
| if (!empty($alreadyShared)) { | ||
| $message = 'Sharing %1$s failed, this item is already shared with %2$s'; | ||
| $message = 'Sharing %1$s failed, because this item is already shared with user %2$s'; | ||
| $message_t = $this->l->t('Sharing %1$s failed, this item is already shared with %2$s', [$share->getNode()->getName(), $shareWith]); |
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.
Then please also add it here, because that is the string that is translated - the other one is the english one for the debug logs.
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.
An oversight on my part. Thanks 😉.
|
/backport to stable21 |
|
/backport to stable20 |
|
/backport to stable19 |
Standardizing text strings with other Nextcloud applications.