Blame view

sources/apps/files_sharing/l10n/ta_LK.php 693 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Password" => "கடவுச்சொல்",
03e52840d   Kload   Init
4
5
6
  "%s shared the folder %s with you" => "%s கோப்புறையானது %s உடன் பகிரப்பட்டது",
  "%s shared the file %s with you" => "%s கோப்பானது %s உடன் பகிரப்பட்டது",
  "Download" => "பதிவிறக்குக",
31b7f2792   Kload   Upgrade to ownclo...
7
8
9
  "Upload" => "பதிவேற்றுக",
  "Cancel upload" => "பதிவேற்றலை இரத்து செய்க",
  "No preview available for" => "அதற்கு முன்னோக்கு ஒன்றும் இல்லை"
03e52840d   Kload   Init
10
  );
31b7f2792   Kload   Upgrade to ownclo...
11
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";