1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-10 14:11:53 +02:00
nextcloud/lib/l10n/ru_RU.php
2012-11-16 00:03:47 +01:00

35 lignes
1.9 KiB
PHP
Brut Annotations Historique

Ce fichier contient des caractères Unicode ambigus.

Ce fichier contient des caractères Unicode qui peuvent être confondus avec d'autres caractères. Si vous pensez que c'est intentionnel, vous pouvez ignorer cet avertissement. Utilisez le bouton Échappe pour les dévoiler.

<?php $TRANSLATIONS = array(
"Help" => "Помощь",
"Personal" => "Персональный",
"Settings" => "Настройки",
"Users" => "Пользователи",
"Apps" => "Приложения",
"Admin" => "Админ",
"ZIP download is turned off." => "Загрузка ZIP выключена.",
"Files need to be downloaded one by one." => "Файлы должны быть загружены один за другим.",
"Back to Files" => "Обратно к файлам",
"Selected files too large to generate zip file." => "Выбранные файлы слишком велики для генерации zip-архива.",
"Application is not enabled" => "Приложение не запущено",
"Authentication error" => "Ошибка аутентификации",
"Token expired. Please reload page." => "Маркер истек. Пожалуйста, перезагрузите страницу.",
"Files" => "Файлы",
"Text" => "Текст",
"Images" => "Изображения",
"seconds ago" => "секунд назад",
"1 minute ago" => "1 минуту назад",
"%d minutes ago" => "%d минут назад",
"1 hour ago" => "1 час назад",
"%d hours ago" => "%d часов назад",
"today" => "сегодня",
"yesterday" => "вчера",
"%d days ago" => "%d дней назад",
"last month" => "в прошлом месяце",
"%d months ago" => "%d месяцев назад",
"last year" => "в прошлом году",
"years ago" => "год назад",
"%s is available. Get <a href=\"%s\">more information</a>" => "%s доступно. Получите <a href=\"%s\">more information</a>",
"up to date" => "до настоящего времени",
"updates check is disabled" => "Проверка обновлений отключена",
"Could not find category \"%s\"" => "Не удалось найти категорию \"%s\""
);