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

az.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc1b877406a504d6f2aafbf7003707162756fc88 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Geri qaytarmaq olmur: %s",
"Versions" => "Versiyaları",
"Failed to revert {file} to revision {timestamp}." => "{timestamp} yenidən baxılması üçün {file} geri qaytarmaq mümkün olmadı.",
"More versions..." => "Əlavə versiyalar",
"No other versions available" => "Başqa versiyalar mövcud deyil",
"Restore" => "Geri qaytar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";