12 lines
693 B
PHP
12 lines
693 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "கடவுச்சொல்",
|
|
"%s shared the folder %s with you" => "%s கோப்புறையானது %s உடன் பகிரப்பட்டது",
|
|
"%s shared the file %s with you" => "%s கோப்பானது %s உடன் பகிரப்பட்டது",
|
|
"Download" => "பதிவிறக்குக",
|
|
"Upload" => "பதிவேற்றுக",
|
|
"Cancel upload" => "பதிவேற்றலை இரத்து செய்க",
|
|
"No preview available for" => "அதற்கு முன்னோக்கு ஒன்றும் இல்லை"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|