Blame view

sources/apps/admin_dependencies_chk/l10n/sv.php 1.77 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  "The php-json module is needed by the many applications for inter communications" => "Modulen php-json behövs av många applikationer som interagerar.",
  "The php-curl module is needed to fetch the page title when adding a bookmark" => "Modulen php-curl behövs för att hämta sidans titel när du lägger till ett bokmärke.",
  "The php-gd module is needed to create thumbnails of your images" => "Modulen php-gd behövs för att skapa miniatyrer av dina bilder.",
  "The php-ldap module is needed connect to your ldap server" => "Modulen php-ldap behövs för att ansluta mot din ldapserver.",
  "The php-zip module is needed download multiple files at once" => "Modulen php-zip behövs för att kunna ladda ner flera filer på en gång.",
  "The php-mb_multibyte module is needed to manage correctly the encoding." => "Modulen php-mb_multibyte behövs för att hantera korrekt teckenkodning.",
  "The php-ctype module is needed validate data." => "Modulen php-ctype behövs för att validera data.",
  "The php-xml module is needed to share files with webdav." => "Modulen php-xml behövs för att kunna dela filer med webdav.",
  "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Direktivet allow_url_fopen i php.ini bör sättas till 1 för att kunna hämta kunskapsbasen från OCS-servrar.",
  "The php-pdo module is needed to store owncloud data into a database." => "Modulen php-pdo behövs för att kunna lagra ownCloud data i en databas.",
  "The iconv module is needed to convert data into the correct charset." => "Modulen iconv behövs för att omvandla till korrekt teckenuppsättning.",
  "Dependencies status" => "Beroenden - status",
  "Used by :" => "Används av:"
  );
6d9380f96   Cédric Dupont   Update sources OC...
17
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";