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

is.php « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c583862c31138583eb723c01766aa62bc8536fc7 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV Auðkenni",
"Save" => "Vista"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";