nextcloud/apps/files_sharing/l10n/oc.php

7 lines
129 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Senhal",
"Download" => "Avalcarga"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";