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

ru.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12f9f77b94d3dc1dc4cc2dc4cc2869af8ff5382b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Не может быть возвращён: %s",
"Versions" => "Версии",
"Failed to revert {file} to revision {timestamp}." => "Не удалось возвратить {file} к ревизии {timestamp}.",
"More versions..." => "Ещё версии...",
"No other versions available" => "Других версий не доступно",
"Restore" => "Восстановить"
);
$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);";