diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-02 02:19:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-02 02:19:50 +0000 |
commit | e18c608cb470081e9ad1342b0abb0a7acb2fe458 (patch) | |
tree | c8f79767bbc30c3b9cb15968454ca4161fc5fe58 /lib/l10n/sr@latin.js | |
parent | 86678ba5df7b74fab9ac739ca17109cd717f8062 (diff) | |
download | nextcloud-server-e18c608cb470081e9ad1342b0abb0a7acb2fe458.tar.gz nextcloud-server-e18c608cb470081e9ad1342b0abb0a7acb2fe458.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/sr@latin.js')
-rw-r--r-- | lib/l10n/sr@latin.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/l10n/sr@latin.js b/lib/l10n/sr@latin.js index 8527fe585d9..4b7e0ea0be5 100644 --- a/lib/l10n/sr@latin.js +++ b/lib/l10n/sr@latin.js @@ -12,7 +12,6 @@ OC.L10N.register( "Wednesday" : "Sreda", "Thursday" : "Četvrtak", "Friday" : "Petak", - "Saturday" : "Subota", - "Sharing" : "Deljenje" + "Saturday" : "Subota" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |