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

sr.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dffe82da89e56ae1de34582542edac342249643b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php $TRANSLATIONS = array(
"Save" => "Сачувај",
"Search:" => "Претрага:",
"Close" => "Затвори",
"Next" => "Следећа",
"Clear" => "Очисти",
"Saving..." => "Чување у току...",
"Failed to save file" => "Не могу да сачувам датотеку",
"An error occurred!" => "Дошло је до грешке.",
"There were unsaved changes, click here to go back" => "Има несачуваних измена. Кликните овде да се вратите."
);