nextcloud/apps/files_sharing/l10n/lv.php

10 lines
243 B
PHP

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