diff options
Diffstat (limited to 'apps/files/l10n/sr.php')
-rw-r--r-- | apps/files/l10n/sr.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php index 1f0aaab8cf3..b58bc90c35b 100644 --- a/apps/files/l10n/sr.php +++ b/apps/files/l10n/sr.php @@ -51,7 +51,6 @@ $TRANSLATIONS = array( "Delete" => "Обриши", "Upload too large" => "Датотека је превелика", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеке које желите да отпремите прелазе ограничење у величини.", -"Files are being scanned, please wait." => "Скенирам датотеке…", -"Current scanning" => "Тренутно скенирање" +"Files are being scanned, please wait." => "Скенирам датотеке…" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |