nextcloud/apps/files_sharing/l10n/lv.php

8 lines
214 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Dalījās {owner}",
"Password" => "Parole",
"Download" => "Lejupielādēt"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";