Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sr@latin.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33a04f961ccf816f56eb69a5b1be7e6270ded476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Cannot save file as it has been modified since opening" => "Ne mogu da sačuvam fajl jer je izmenjen otkako je otvoren",
"Insufficient permissions" => "Nedovoljne dozvole",
"File path not supplied" => "Nije dobijena putanja fajla",
"File mtime not supplied" => "Nije dobijeno vreme izmene fajla",
"Save" => "Sačuvaj",
"Search" => "Traži",
"Next" => "Sledeće",
"Clear" => "Očisti",
"Saving..." => "Upisujem...",
"An error occurred!" => "Došlo je do greške!",
"There are unsaved changes in the text editor" => "Ima nesačuvanih izmena u uređivaču teksta",
"There were unsaved changes, click here to go back" => "Bilo je nesačuvanih izmena. Kliknite ovde da se vratite."
);
$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);";