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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/sr@latin.php')
-rw-r--r--l10n/sr@latin.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/l10n/sr@latin.php b/l10n/sr@latin.php
deleted file mode 100644
index 33a04f9..0000000
--- a/l10n/sr@latin.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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);";