nextcloud/apps/files_sharing/l10n/lv.php

12 lines
463 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-05 03:20:29 +04:00
"Password" => "Parole",
"%s shared the folder %s with you" => "%s ar jums dalījās ar mapi %s",
"%s shared the file %s with you" => "%s ar jums dalījās ar datni %s",
"Download" => "Lejupielādēt",
2013-06-30 04:13:07 +04:00
"Upload" => "Augšupielādēt",
"Cancel upload" => "Atcelt augšupielādi",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Nav pieejams priekšskatījums priekš"
2013-02-04 03:05:52 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";