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

he.php « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b037cc537f3ac6fcdf4836e25b151d79fc35f1f (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "הזדהות מול WebDAV",
"Save" => "שמירה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";