Blame view
sources/apps/admin_dependencies_chk/l10n/si_LK.php
2.68 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<?php $TRANSLATIONS = array( "The php-json module is needed by the many applications for inter communications" => "php-json මොඩියුලය යෙදුම් බොහෝමයකට ඒවා අතර සන්නිවේදනයට අවශ්යයි", "The php-curl module is needed to fetch the page title when adding a bookmark" => "php-curl මොඩියුලය පිටුසන සෑදීමේදී පිටුවේ නාමය ලබාගැනීම සඳහා අවශ්යයි", "The php-gd module is needed to create thumbnails of your images" => "php-gd මොඩියුලය ඔබගේ රූප වල සිඟිති රූ තැනීමට අවශ්යයි", "The php-ldap module is needed connect to your ldap server" => "php-ldap මොඩියුලය ldap සේවාදායකය සමඟ සම්බන්ධවීමට අවශ්යයි", "The php-zip module is needed download multiple files at once" => "php-zip මොඩියුලය ගොනු කීපයක් එකවර භාගත කිරීමට අවශ්යයි", "The php-mb_multibyte module is needed to manage correctly the encoding." => "php-mb_multibyte මොඩියුලය සංකේතනය හරියාකාරව කළමනාකරනය කිරීමට අවශ්යයි", "The php-ctype module is needed validate data." => "php-ctype මොඩියුලය දත්ත වලංගුකරණය කිරීම සඳහා අවශ්යයි", "The php-xml module is needed to share files with webdav." => "php-xml මොඩියුලය webdav සමඟ ගොනු බෙදාහදා ගැනීම සඳහා අවශ්යයි", "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "OCS සේවාදායකයාගෙන් ඥාන සංහිතාව ලබා ගැනීමට php.ini තුළ තිබෙන allow_url_fopen නියෝගය 1 ලෙස යොදා තිබිය යුතුය", "The php-pdo module is needed to store owncloud data into a database." => "php-pdo මොඩියුලය owncloud දත්ත එහි දත්තගබඩාවේ නිධන් කිරීමට අවශ්යයි", "The iconv module is needed to convert data into the correct charset." => "iconv මොඩියුලය දත්ත නිවැරදි අනුලකුණු කුලකයට පරිවර්තනය කිරීම සඳහා අවශ්යයි", "Dependencies status" => "පරායත්ත තත්වය", "Used by :" => "භාවිතාකරු:" ); |