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

lv.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c686370ac3102697b81778992b5e0dbcb495f783 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Nevarēja atgriezt — %s",
"Versions" => "Versijas",
"Restore" => "Atjaunot"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";