nextcloud/apps/files_sharing/l10n/bg_BG.php

7 lines
157 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Парола",
"shared by %s" => "споделено от %s"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";