diff options
Diffstat (limited to 'l10n/sv/admin_dependencies_chk.po')
-rw-r--r-- | l10n/sv/admin_dependencies_chk.po | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/l10n/sv/admin_dependencies_chk.po b/l10n/sv/admin_dependencies_chk.po new file mode 100644 index 00000000000..daf145daa7d --- /dev/null +++ b/l10n/sv/admin_dependencies_chk.po @@ -0,0 +1,74 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Magnus Höglund <magnus@linux.com>, 2012. +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-08-13 23:12+0200\n" +"PO-Revision-Date: 2012-08-13 10:16+0000\n" +"Last-Translator: Magnus Höglund <magnus@linux.com>\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: settings.php:33 +msgid "" +"The php-json module is needed by the many applications for inter " +"communications" +msgstr "Modulen php-json behövs av många applikationer som interagerar." + +#: settings.php:39 +msgid "" +"The php-curl modude is needed to fetch the page title when adding a " +"bookmarks" +msgstr "Modulen php-curl behövs för att hämta sidans titel när du lägger till bokmärken." + +#: settings.php:45 +msgid "The php-gd module is needed to create thumbnails of your images" +msgstr "Modulen php-gd behövs för att skapa miniatyrer av dina bilder." + +#: settings.php:51 +msgid "The php-ldap module is needed connect to your ldap server" +msgstr "Modulen php-ldap behövs för att ansluta mot din ldapserver." + +#: settings.php:57 +msgid "The php-zip module is needed download multiple files at once" +msgstr "Modulen php-zip behövs för att kunna ladda ner flera filer på en gång." + +#: settings.php:63 +msgid "" +"The php-mb_multibyte module is needed to manage correctly the encoding." +msgstr "Modulen php-mb_multibyte behövs för att hantera korrekt teckenkodning." + +#: settings.php:69 +msgid "The php-ctype module is needed validate data." +msgstr "Modulen php-ctype behövs för att validera data." + +#: settings.php:75 +msgid "The php-xml module is needed to share files with webdav." +msgstr "Modulen php-xml behövs för att kunna dela filer med webdav." + +#: settings.php:81 +msgid "" +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve" +" knowledge base from OCS servers" +msgstr "Direktivet allow_url_fopen i php.ini bör sättas till 1 för att kunna hämta kunskapsbasen från OCS-servrar." + +#: settings.php:87 +msgid "The php-pdo module is needed to store owncloud data into a database." +msgstr "Modulen php-pdo behövs för att kunna lagra ownCloud data i en databas." + +#: templates/settings.php:2 +msgid "Dependencies status" +msgstr "Beroenden status" + +#: templates/settings.php:7 +msgid "Used by :" +msgstr "Används av:" |