nextcloud/apps/files_sharing/l10n/lv.php

6 lines
138 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Parole"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";