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

sl.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08b2f03e4c15e8541024d4a8e50129be66e0d141 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Ni mogoče povrniti: %s",
"Versions" => "Različice",
"Failed to revert {file} to revision {timestamp}." => "Povrnitev datoteke {file} na objavo {timestamp} je spodletelo.",
"More versions..." => "Več različic",
"No other versions available" => "Ni drugih različic",
"Restore" => "Obnovi"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";