nextcloud/apps/files_sharing/l10n/ta_LK.php

10 lines
339 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "பகிரப்பட்டது {சொந்தகாரர்}",
"Password" => "கடவுச்சொல்",
"Name" => "பெயர்",
"Save" => "சேமிக்க ",
"Download" => "பதிவிறக்குக"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";