Blame view
sources/apps/admin_migrate/l10n/ta_LK.php
819 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "இந்த ownCloud உதாரணத்தை ஏற்றுமதி செய்க", "This will create a compressed file that contains the data of this owncloud instance." => "இது ஒரு குறுகல் கோப்பை உருவாக்கும் அது இந்த ownCloud உதாரணத்தின் தரவுகளை கொண்டுள்ளது.", "Please choose the export type:" => "தயவுசெய்து ஏற்றுமதி வகையை தெரிவுசெய்க", "ownCloud system files" => "ownCloud அமைப்பு கோப்புகள்", "Just user files" => "பயனாளர் கோப்புகள்", "Export" => "ஏற்றுமதி" ); |