Blame view
sources/apps/admin_dependencies_chk/l10n/is.php
1.84 KB
|
d1bafeea1
|
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 viðbótin er nauðsynleg fyrir innri samskipti margra forrita", "The php-curl module is needed to fetch the page title when adding a bookmark" => "PHP-curl viðbótin er nauðsynleg til að sækja nöfn vefsíða þegar verið er að bæta við bókamerkjum", "The php-gd module is needed to create thumbnails of your images" => "PHP-gd viðbótin er nauðsynleg til að búa til yfirlitsmynd af myndunum þínum", "The php-ldap module is needed connect to your ldap server" => "PHP-ldap viðbótin er nauðsynleg til að eiga samskipti við ldap þjóna", "The php-zip module is needed download multiple files at once" => "PHP-zip viðbótin er nauðsynleg til að hægt sé að hlaða niður mörgum skrám í einu", "The php-mb_multibyte module is needed to manage correctly the encoding." => "PHP-mb_multibyte viðbótin er nauðsynleg til að meðhönda kóðun.", "The php-ctype module is needed validate data." => "PHP-ctype viðbótin er nauðsynleg til að sannreyna gögn.", "The php-xml module is needed to share files with webdav." => "PHP-xml viðbóðtin er nauðsynleg til að deila skrám yfir WebDAV.", "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Stillingin allow_url_fopen í php.ini skránni ætti að vera sett á 1 til að hægt sé að sækja úr þekkingargrunn á OCS netþjónum", "The php-pdo module is needed to store owncloud data into a database." => "PHP-pdo viðbótin er nauðsynleg til að geyma ownCloud gögn í gagnagrunni.", "The iconv module is needed to convert data into the correct charset." => "Iconv viðbótin er nauðsynleg til að færa texta milli stafasetta.", "Dependencies status" => "Dependency staða", "Used by :" => "Notað af:" ); |