diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-15 00:27:01 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-15 00:27:01 +0000 |
commit | b5096b0eb63bd7ec2b2b2818ae21b3e8c0b1ec00 (patch) | |
tree | 9bd5c5a595587120420705601a0a3aba2322bca2 /apps/dav/l10n/sr.js | |
parent | 27f76dc52266c4111c7a634356e16c37a6fe51d8 (diff) | |
download | nextcloud-server-b5096b0eb63bd7ec2b2b2818ae21b3e8c0b1ec00.tar.gz nextcloud-server-b5096b0eb63bd7ec2b2b2818ae21b3e8c0b1ec00.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/sr.js')
-rw-r--r-- | apps/dav/l10n/sr.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/l10n/sr.js b/apps/dav/l10n/sr.js index 0d81552a83a..9852dcbcfad 100644 --- a/apps/dav/l10n/sr.js +++ b/apps/dav/l10n/sr.js @@ -188,6 +188,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Контактирајте директно организатора.", "Are you accepting the invitation?" : "Да ли прихватате позивницу?", "Tentative" : "Условна потврда", - "Your attendance was updated successfully." : "Ваше присуство је успешно ажурирано." + "Your attendance was updated successfully." : "Ваше присуство је успешно ажурирано.", + "%1$s has responded your invitation" : "%1$s је одговорио на вашу позивницу" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |