[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2013-03-07 00:16:59 +01:00
parent e5a497c924
commit 97222b1de5
35 changed files with 429 additions and 383 deletions

View File

@ -61,6 +61,7 @@
"From link" => "Desde el enlace",
"Deleted files" => "Archivos eliminados",
"Cancel upload" => "Cancelar subida",
"You dont have write permissions here." => "No tienes permisos para escribir aquí.",
"Nothing in here. Upload something!" => "Aquí no hay nada. ¡Sube algo!",
"Download" => "Descargar",
"Unshare" => "Dejar de compartir",

View File

@ -61,6 +61,7 @@
"From link" => "Från länk",
"Deleted files" => "Raderade filer",
"Cancel upload" => "Avbryt uppladdning",
"You dont have write permissions here." => "Du saknar skrivbehörighet här.",
"Nothing in here. Upload something!" => "Ingenting här. Ladda upp något!",
"Download" => "Ladda ner",
"Unshare" => "Sluta dela",

View File

@ -1,4 +1,7 @@
<?php $TRANSLATIONS = array(
"Encryption" => "Kryptering",
"File encryption is enabled." => "Fil-kryptering er aktivert.",
"The following file types will not be encrypted:" => "Følgende filtyper vil ikke bli kryptert:",
"Exclude the following file types from encryption:" => "Ekskluder følgende filtyper fra kryptering:",
"None" => "Ingen"
);

View File

@ -1,9 +1,21 @@
<?php $TRANSLATIONS = array(
"Access granted" => "Tilgang innvilget",
"Error configuring Dropbox storage" => "Feil ved konfigurering av Dropbox-lagring",
"Grant access" => "Gi tilgang",
"External Storage" => "Ekstern lagring",
"Folder name" => "Mappenavn",
"External storage" => "Ekstern lagringsplass",
"Configuration" => "Konfigurasjon",
"Options" => "Innstillinger",
"Applicable" => "Anvendelig",
"Add storage" => "Legg til lagringsplass",
"None set" => "Ingen valgt",
"All Users" => "Alle brukere",
"Groups" => "Grupper",
"Users" => "Brukere",
"Delete" => "Slett"
"Delete" => "Slett",
"Enable User External Storage" => "Aktiver ekstern lagring for bruker",
"Allow users to mount their own external storage" => "Tillat brukere å koble til egne eksterne lagringsmedium",
"SSL root certificates" => "SSL root-sertifikater",
"Import Root Certificate" => "Importer root-sertifikat"
);

View File

@ -8,9 +8,11 @@
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Varning:</b> Stöd för FTP i PHP är inte aktiverat eller installerat. Montering av FTP-delningar är inte möjligt. Kontakta din systemadministratör för att få det installerat.",
"External Storage" => "Extern lagring",
"Folder name" => "Mappnamn",
"External storage" => "Extern lagring",
"Configuration" => "Konfiguration",
"Options" => "Alternativ",
"Applicable" => "Tillämplig",
"Add storage" => "Lägg till lagring",
"None set" => "Ingen angiven",
"All Users" => "Alla användare",
"Groups" => "Grupper",

View File

@ -15,7 +15,7 @@
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.",
"Server configuration" => "Configuración del Servidor",
"Add Server Configuration" => "Agregar configuracion del servidor",
"Host" => "Máquina",
"Host" => "Servidor",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://",
"Base DN" => "DN base",
"One Base DN per line" => "Un DN Base por línea",
@ -48,6 +48,7 @@
"Turn off SSL certificate validation." => "Apagar la validación por certificado SSL.",
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Si la conexión sólo funciona con esta opción, importe el certificado SSL del servidor LDAP en su servidor ownCloud.",
"Not recommended, use for testing only." => "No recomendado, sólo para pruebas.",
"Cache Time-To-Live" => "Cache TTL",
"in seconds. A change empties the cache." => "en segundos. Un cambio vacía la cache.",
"Directory Settings" => "Configuracion de directorio",
"User Display Name Field" => "Campo de nombre de usuario a mostrar",
@ -63,7 +64,11 @@
"Group Search Attributes" => "Atributos de busqueda de grupo",
"Group-Member association" => "Asociación Grupo-Miembro",
"Special Attributes" => "Atributos especiales",
"Quota Field" => "Cuota",
"Quota Default" => "Cuota por defecto",
"in bytes" => "en bytes",
"Email Field" => "E-mail",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.",
"Test Configuration" => "Configuración de prueba",
"Help" => "Ayuda"
);

View File

@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Deletion failed" => "Sletting feilet",
"Host" => "Tjener",
"Password" => "Passord",
"Group Filter" => "Gruppefilter",
"Port" => "Port",

View File

@ -63,7 +63,9 @@
"Group Search Attributes" => "Gruppsökningsattribut",
"Group-Member association" => "Attribut för gruppmedlemmar",
"Special Attributes" => "Specialattribut",
"Quota Field" => "Kvotfält",
"in bytes" => "i bytes",
"Email Field" => "E-postfält",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lämnas tomt för användarnamn (standard). Ange annars ett LDAP/AD-attribut.",
"Help" => "Hjälp"
);

View File

@ -7,7 +7,7 @@
# Frederik Lassen <frederiklassen@gmail.com>, 2013.
# <icewind1991@gmail.com>, 2012.
# <mikkelbjerglarsen@gmail.com>, 2011.
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2012.
# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2013.
# Ole Holm Frandsen <froksen@gmail.com>, 2012.
# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011.
# <simon@rosmi.dk>, 2012.
@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-05 00:18+0100\n"
"PO-Revision-Date: 2013-03-04 18:30+0000\n"
"Last-Translator: cronner <cronner@gmail.com>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 11:50+0000\n"
"Last-Translator: Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -239,7 +239,7 @@ msgid ""
"remote and sending of notification emails might also not work. We suggest to"
" enable internet connection for this server if you want to have all features"
" of ownCloud."
msgstr ""
msgstr "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af eksterne applikationer ikke fungerer. Det vil sandsynligvis heller ikke fungere at tilgå filer fra eksterne drev eller informationsemails. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker alle ownClouds funktioner."
#: templates/admin.php:92
msgid "Cron"

View File

@ -12,6 +12,7 @@
# <karvayoEdgar@gmail.com>, 2013.
# Ricardo A. Hermosilla Carrillo <ra.hermosillac@gmail.com>, 2013.
# Rubén Trujillo <rubentrf@gmail.com>, 2012.
# <sergioballesterossolanas@gmail.com>, 2013.
# <sergioballesterossolanas@gmail.com>, 2011-2012.
# <sergio@entrecables.com>, 2012.
# Vladimir Martinez Sierra <vladimirmartinezsierra@gmail.com>, 2013.
@ -19,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-04 00:06+0100\n"
"PO-Revision-Date: 2013-03-03 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 15:12+0000\n"
"Last-Translator: xsergiolpx <sergioballesterossolanas@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -290,7 +291,7 @@ msgstr "Cancelar subida"
#: templates/index.php:53
msgid "You dont have write permissions here."
msgstr ""
msgstr "No tienes permisos para escribir aquí."
#: templates/index.php:60
msgid "Nothing in here. Upload something!"

View File

@ -7,7 +7,7 @@
# Javier Llorente <javier@opensuse.org>, 2012.
# <juanma@kde.org.ar>, 2012.
# <manudeloz86@gmail.com>, 2012.
# Raul Fernandez Garcia <raulfg3@gmail.com>, 2012.
# Raul Fernandez Garcia <raulfg3@gmail.com>, 2012-2013.
# Rubén Trujillo <rubentrf@gmail.com>, 2012.
# <sergioballesterossolanas@gmail.com>, 2012.
# Vladimir Martinez Sierra <vladimirmartinezsierra@gmail.com>, 2013.
@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-02 00:03+0100\n"
"PO-Revision-Date: 2013-03-01 23:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 21:20+0000\n"
"Last-Translator: Raul Fernandez Garcia <raulfg3@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -94,248 +94,248 @@ msgstr "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el sistem
msgid "Server configuration"
msgstr "Configuración del Servidor"
#: templates/settings.php:18
#: templates/settings.php:31
msgid "Add Server Configuration"
msgstr "Agregar configuracion del servidor"
#: templates/settings.php:23
#: templates/settings.php:36
msgid "Host"
msgstr "Máquina"
msgstr "Servidor"
#: templates/settings.php:25
#: templates/settings.php:38
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://"
#: templates/settings.php:26
#: templates/settings.php:39
msgid "Base DN"
msgstr "DN base"
#: templates/settings.php:27
#: templates/settings.php:40
msgid "One Base DN per line"
msgstr "Un DN Base por línea"
#: templates/settings.php:28
#: templates/settings.php:41
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado"
#: templates/settings.php:30
#: templates/settings.php:43
msgid "User DN"
msgstr "DN usuario"
#: templates/settings.php:32
#: templates/settings.php:45
msgid ""
"The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty."
msgstr "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos."
#: templates/settings.php:33
#: templates/settings.php:46
msgid "Password"
msgstr "Contraseña"
#: templates/settings.php:36
#: templates/settings.php:49
msgid "For anonymous access, leave DN and Password empty."
msgstr "Para acceso anónimo, deje DN y contraseña vacíos."
#: templates/settings.php:37
#: templates/settings.php:50
msgid "User Login Filter"
msgstr "Filtro de inicio de sesión de usuario"
#: templates/settings.php:40
#: templates/settings.php:53
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action."
msgstr "Define el filtro a aplicar cuando se ha realizado un login. %%uid remplazrá el nombre de usuario en el proceso de login."
#: templates/settings.php:41
#: templates/settings.php:54
#, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr "usar %%uid como placeholder, ej: \"uid=%%uid\""
#: templates/settings.php:42
#: templates/settings.php:55
msgid "User List Filter"
msgstr "Lista de filtros de usuario"
#: templates/settings.php:45
#: templates/settings.php:58
msgid "Defines the filter to apply, when retrieving users."
msgstr "Define el filtro a aplicar, cuando se obtienen usuarios."
#: templates/settings.php:46
#: templates/settings.php:59
msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr "Sin placeholder, ej: \"objectClass=person\"."
#: templates/settings.php:47
#: templates/settings.php:60
msgid "Group Filter"
msgstr "Filtro de grupo"
#: templates/settings.php:50
#: templates/settings.php:63
msgid "Defines the filter to apply, when retrieving groups."
msgstr "Define el filtro a aplicar, cuando se obtienen grupos."
#: templates/settings.php:51
#: templates/settings.php:64
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
msgstr "Con cualquier placeholder, ej: \"objectClass=posixGroup\"."
#: templates/settings.php:55
#: templates/settings.php:68
msgid "Connection Settings"
msgstr "Configuracion de coneccion"
#: templates/settings.php:57
#: templates/settings.php:70
msgid "Configuration Active"
msgstr "Configuracion activa"
#: templates/settings.php:57
#: templates/settings.php:70
msgid "When unchecked, this configuration will be skipped."
msgstr "Cuando deseleccione, esta configuracion sera omitida."
#: templates/settings.php:58
#: templates/settings.php:71
msgid "Port"
msgstr "Puerto"
#: templates/settings.php:59
#: templates/settings.php:72
msgid "Backup (Replica) Host"
msgstr "Host para backup (Replica)"
#: templates/settings.php:59
#: templates/settings.php:72
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr "Dar un host de copia de seguridad opcional. Debe ser una réplica del servidor principal LDAP / AD."
#: templates/settings.php:60
#: templates/settings.php:73
msgid "Backup (Replica) Port"
msgstr "Puerto para backup (Replica)"
#: templates/settings.php:61
#: templates/settings.php:74
msgid "Disable Main Server"
msgstr "Deshabilitar servidor principal"
#: templates/settings.php:61
#: templates/settings.php:74
msgid "When switched on, ownCloud will only connect to the replica server."
msgstr "Cuando se inicie, ownCloud unicamente estara conectado al servidor replica"
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Use TLS"
msgstr "Usar TLS"
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Do not use it additionally for LDAPS connections, it will fail."
msgstr "No usar adicionalmente para conecciones LDAPS, estas fallaran"
#: templates/settings.php:63
#: templates/settings.php:76
msgid "Case insensitve LDAP server (Windows)"
msgstr "Servidor de LDAP sensible a mayúsculas/minúsculas (Windows)"
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Turn off SSL certificate validation."
msgstr "Apagar la validación por certificado SSL."
#: templates/settings.php:64
#: templates/settings.php:77
msgid ""
"If connection only works with this option, import the LDAP server's SSL "
"certificate in your ownCloud server."
msgstr "Si la conexión sólo funciona con esta opción, importe el certificado SSL del servidor LDAP en su servidor ownCloud."
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Not recommended, use for testing only."
msgstr "No recomendado, sólo para pruebas."
#: templates/settings.php:65
#: templates/settings.php:78
msgid "Cache Time-To-Live"
msgstr ""
msgstr "Cache TTL"
#: templates/settings.php:65
#: templates/settings.php:78
msgid "in seconds. A change empties the cache."
msgstr "en segundos. Un cambio vacía la cache."
#: templates/settings.php:67
#: templates/settings.php:80
msgid "Directory Settings"
msgstr "Configuracion de directorio"
#: templates/settings.php:69
#: templates/settings.php:82
msgid "User Display Name Field"
msgstr "Campo de nombre de usuario a mostrar"
#: templates/settings.php:69
#: templates/settings.php:82
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
msgstr "El atributo LDAP a usar para generar el nombre de usuario de ownCloud."
#: templates/settings.php:70
#: templates/settings.php:83
msgid "Base User Tree"
msgstr "Árbol base de usuario"
#: templates/settings.php:70
#: templates/settings.php:83
msgid "One User Base DN per line"
msgstr "Un DN Base de Usuario por línea"
#: templates/settings.php:71
#: templates/settings.php:84
msgid "User Search Attributes"
msgstr "Atributos de la busqueda de usuario"
#: templates/settings.php:71 templates/settings.php:74
#: templates/settings.php:84 templates/settings.php:87
msgid "Optional; one attribute per line"
msgstr "Opcional; un atributo por linea"
#: templates/settings.php:72
#: templates/settings.php:85
msgid "Group Display Name Field"
msgstr "Campo de nombre de grupo a mostrar"
#: templates/settings.php:72
#: templates/settings.php:85
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
msgstr "El atributo LDAP a usar para generar el nombre de los grupos de ownCloud."
#: templates/settings.php:73
#: templates/settings.php:86
msgid "Base Group Tree"
msgstr "Árbol base de grupo"
#: templates/settings.php:73
#: templates/settings.php:86
msgid "One Group Base DN per line"
msgstr "Un DN Base de Grupo por línea"
#: templates/settings.php:74
#: templates/settings.php:87
msgid "Group Search Attributes"
msgstr "Atributos de busqueda de grupo"
#: templates/settings.php:75
#: templates/settings.php:88
msgid "Group-Member association"
msgstr "Asociación Grupo-Miembro"
#: templates/settings.php:77
#: templates/settings.php:90
msgid "Special Attributes"
msgstr "Atributos especiales"
#: templates/settings.php:79
#: templates/settings.php:92
msgid "Quota Field"
msgstr ""
msgstr "Cuota"
#: templates/settings.php:80
#: templates/settings.php:93
msgid "Quota Default"
msgstr ""
msgstr "Cuota por defecto"
#: templates/settings.php:80
#: templates/settings.php:93
msgid "in bytes"
msgstr "en bytes"
#: templates/settings.php:81
#: templates/settings.php:94
msgid "Email Field"
msgstr ""
msgstr "E-mail"
#: templates/settings.php:82
#: templates/settings.php:95
msgid "User Home Folder Naming Rule"
msgstr ""
#: templates/settings.php:82
#: templates/settings.php:95
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
msgstr "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD."
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Test Configuration"
msgstr ""
msgstr "Configuración de prueba"
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Help"
msgstr "Ayuda"

View File

@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-22 00:06+0100\n"
"PO-Revision-Date: 2013-02-20 23:20+0000\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 10:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@ -24,24 +24,24 @@ msgstr ""
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ajax/share.php:85
#: ajax/share.php:97
#, php-format
msgid "User %s shared a file with you"
msgstr ""
#: ajax/share.php:87
#: ajax/share.php:99
#, php-format
msgid "User %s shared a folder with you"
msgstr ""
#: ajax/share.php:89
#: ajax/share.php:101
#, php-format
msgid ""
"User %s shared the file \"%s\" with you. It is available for download here: "
"%s"
msgstr ""
#: ajax/share.php:91
#: ajax/share.php:104
#, php-format
msgid ""
"User %s shared the folder \"%s\" with you. It is available for download "
@ -87,79 +87,79 @@ msgstr "Ingen kategorier merket for sletting."
msgid "Error removing %s from favorites."
msgstr ""
#: js/config.php:32
#: js/config.php:34
msgid "Sunday"
msgstr "Søndag"
#: js/config.php:32
#: js/config.php:35
msgid "Monday"
msgstr "Mandag"
#: js/config.php:32
#: js/config.php:36
msgid "Tuesday"
msgstr "Tirsdag"
#: js/config.php:32
#: js/config.php:37
msgid "Wednesday"
msgstr "Onsdag"
#: js/config.php:32
#: js/config.php:38
msgid "Thursday"
msgstr "Torsdag"
#: js/config.php:32
#: js/config.php:39
msgid "Friday"
msgstr "Fredag"
#: js/config.php:32
#: js/config.php:40
msgid "Saturday"
msgstr "Lørdag"
#: js/config.php:33
#: js/config.php:45
msgid "January"
msgstr "Januar"
#: js/config.php:33
#: js/config.php:46
msgid "February"
msgstr "Februar"
#: js/config.php:33
#: js/config.php:47
msgid "March"
msgstr "Mars"
#: js/config.php:33
#: js/config.php:48
msgid "April"
msgstr "April"
#: js/config.php:33
#: js/config.php:49
msgid "May"
msgstr "Mai"
#: js/config.php:33
#: js/config.php:50
msgid "June"
msgstr "Juni"
#: js/config.php:33
#: js/config.php:51
msgid "July"
msgstr "Juli"
#: js/config.php:33
#: js/config.php:52
msgid "August"
msgstr "August"
#: js/config.php:33
#: js/config.php:53
msgid "September"
msgstr "September"
#: js/config.php:33
#: js/config.php:54
msgid "October"
msgstr "Oktober"
#: js/config.php:33
#: js/config.php:55
msgid "November"
msgstr "November"
#: js/config.php:33
#: js/config.php:56
msgid "December"
msgstr "Desember"
@ -167,55 +167,55 @@ msgstr "Desember"
msgid "Settings"
msgstr "Innstillinger"
#: js/js.js:767
#: js/js.js:777
msgid "seconds ago"
msgstr "sekunder siden"
#: js/js.js:768
#: js/js.js:778
msgid "1 minute ago"
msgstr "1 minutt siden"
#: js/js.js:769
#: js/js.js:779
msgid "{minutes} minutes ago"
msgstr "{minutes} minutter siden"
#: js/js.js:770
#: js/js.js:780
msgid "1 hour ago"
msgstr "1 time siden"
#: js/js.js:771
#: js/js.js:781
msgid "{hours} hours ago"
msgstr "{hours} timer siden"
#: js/js.js:772
#: js/js.js:782
msgid "today"
msgstr "i dag"
#: js/js.js:773
#: js/js.js:783
msgid "yesterday"
msgstr "i går"
#: js/js.js:774
#: js/js.js:784
msgid "{days} days ago"
msgstr "{days} dager siden"
#: js/js.js:775
#: js/js.js:785
msgid "last month"
msgstr "forrige måned"
#: js/js.js:776
#: js/js.js:786
msgid "{months} months ago"
msgstr "{months} måneder siden"
#: js/js.js:777
#: js/js.js:787
msgid "months ago"
msgstr "måneder siden"
#: js/js.js:778
#: js/js.js:788
msgid "last year"
msgstr "forrige år"
#: js/js.js:779
#: js/js.js:789
msgid "years ago"
msgstr "år siden"
@ -298,7 +298,7 @@ msgstr "Del med link"
msgid "Password protect"
msgstr "Passordbeskyttet"
#: js/share.js:185 templates/installation.php:44 templates/login.php:35
#: js/share.js:185 templates/installation.php:47 templates/login.php:35
msgid "Password"
msgstr "Passord"
@ -413,7 +413,7 @@ msgstr ""
msgid "Request failed!"
msgstr ""
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:41
#: templates/login.php:28
msgid "Username"
msgstr "Brukernavn"
@ -474,85 +474,86 @@ msgstr "Rediger kategorier"
msgid "Add"
msgstr "Legg til"
#: templates/installation.php:23 templates/installation.php:30
#: templates/installation.php:24 templates/installation.php:31
msgid "Security Warning"
msgstr "Sikkerhetsadvarsel"
#: templates/installation.php:24
#: templates/installation.php:25
msgid ""
"No secure random number generator is available, please enable the PHP "
"OpenSSL extension."
msgstr ""
#: templates/installation.php:25
#: templates/installation.php:26
msgid ""
"Without a secure random number generator an attacker may be able to predict "
"password reset tokens and take over your account."
msgstr ""
#: templates/installation.php:31
#: templates/installation.php:32
msgid ""
"Your data directory and files are probably accessible from the internet "
"because the .htaccess file does not work."
msgstr ""
#: templates/installation.php:32
#: templates/installation.php:33
msgid ""
"For information how to properly configure your server, please see the <a "
"href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" "
"target=\"_blank\">documentation</a>."
msgstr ""
#: templates/installation.php:36
#: templates/installation.php:37
msgid "Create an <strong>admin account</strong>"
msgstr "opprett en <strong>administrator-konto</strong>"
#: templates/installation.php:52
#: templates/installation.php:55
msgid "Advanced"
msgstr "Avansert"
#: templates/installation.php:54
#: templates/installation.php:57
msgid "Data folder"
msgstr "Datamappe"
#: templates/installation.php:61
#: templates/installation.php:66
msgid "Configure the database"
msgstr "Konfigurer databasen"
#: templates/installation.php:66 templates/installation.php:77
#: templates/installation.php:87 templates/installation.php:97
#: templates/installation.php:71 templates/installation.php:83
#: templates/installation.php:94 templates/installation.php:105
#: templates/installation.php:117
msgid "will be used"
msgstr "vil bli brukt"
#: templates/installation.php:109
#: templates/installation.php:129
msgid "Database user"
msgstr "Databasebruker"
#: templates/installation.php:113
#: templates/installation.php:134
msgid "Database password"
msgstr "Databasepassord"
#: templates/installation.php:117
#: templates/installation.php:139
msgid "Database name"
msgstr "Databasenavn"
#: templates/installation.php:125
#: templates/installation.php:149
msgid "Database tablespace"
msgstr "Database tabellområde"
#: templates/installation.php:131
#: templates/installation.php:156
msgid "Database host"
msgstr "Databasevert"
#: templates/installation.php:136
#: templates/installation.php:162
msgid "Finish setup"
msgstr "Fullfør oppsetting"
#: templates/layout.guest.php:33
#: templates/layout.guest.php:40
msgid "web services under your control"
msgstr "nettjenester under din kontroll"
#: templates/layout.user.php:48
#: templates/layout.user.php:58
msgid "Log out"
msgstr "Logg ut"

View File

@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-04 00:06+0100\n"
"PO-Revision-Date: 2013-03-03 23:06+0000\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 10:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"

View File

@ -4,13 +4,14 @@
#
# Translators:
# Arvid Nornes <arvid.nornes@gmail.com>, 2012.
# <oyvind.hojem@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-10 00:08+0100\n"
"PO-Revision-Date: 2013-02-09 23:09+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 15:13+0000\n"
"Last-Translator: troll <oyvind.hojem@gmail.com>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -24,15 +25,15 @@ msgstr "Kryptering"
#: templates/settings-personal.php:7
msgid "File encryption is enabled."
msgstr ""
msgstr "Fil-kryptering er aktivert."
#: templates/settings-personal.php:11
msgid "The following file types will not be encrypted:"
msgstr ""
msgstr "Følgende filtyper vil ikke bli kryptert:"
#: templates/settings.php:7
msgid "Exclude the following file types from encryption:"
msgstr ""
msgstr "Ekskluder følgende filtyper fra kryptering:"
#: templates/settings.php:12
msgid "None"

View File

@ -4,13 +4,14 @@
#
# Translators:
# <ajarmund@gmail.com>, 2012.
# <oyvind.hojem@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-01 00:05+0100\n"
"PO-Revision-Date: 2013-02-27 23:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 15:13+0000\n"
"Last-Translator: troll <oyvind.hojem@gmail.com>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,15 +21,15 @@ msgstr ""
#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
msgid "Access granted"
msgstr ""
msgstr "Tilgang innvilget"
#: js/dropbox.js:30 js/dropbox.js:96 js/dropbox.js:102
msgid "Error configuring Dropbox storage"
msgstr ""
msgstr "Feil ved konfigurering av Dropbox-lagring"
#: js/dropbox.js:65 js/google.js:66
msgid "Grant access"
msgstr ""
msgstr "Gi tilgang"
#: js/dropbox.js:101
msgid "Please provide a valid Dropbox app key and secret."
@ -53,7 +54,7 @@ msgstr ""
#: templates/settings.php:3
msgid "External Storage"
msgstr ""
msgstr "Ekstern lagring"
#: templates/settings.php:9 templates/settings.php:28
msgid "Folder name"
@ -61,7 +62,7 @@ msgstr "Mappenavn"
#: templates/settings.php:10
msgid "External storage"
msgstr ""
msgstr "Ekstern lagringsplass"
#: templates/settings.php:11
msgid "Configuration"
@ -73,15 +74,15 @@ msgstr "Innstillinger"
#: templates/settings.php:13
msgid "Applicable"
msgstr ""
msgstr "Anvendelig"
#: templates/settings.php:33
msgid "Add storage"
msgstr ""
msgstr "Legg til lagringsplass"
#: templates/settings.php:90
msgid "None set"
msgstr ""
msgstr "Ingen valgt"
#: templates/settings.php:91
msgid "All Users"
@ -102,16 +103,16 @@ msgstr "Slett"
#: templates/settings.php:129
msgid "Enable User External Storage"
msgstr ""
msgstr "Aktiver ekstern lagring for bruker"
#: templates/settings.php:130
msgid "Allow users to mount their own external storage"
msgstr ""
msgstr "Tillat brukere å koble til egne eksterne lagringsmedium"
#: templates/settings.php:141
msgid "SSL root certificates"
msgstr ""
msgstr "SSL root-sertifikater"
#: templates/settings.php:159
msgid "Import Root Certificate"
msgstr ""
msgstr "Importer root-sertifikat"

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-27 14:35+0100\n"
"PO-Revision-Date: 2013-02-27 13:35+0000\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 10:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"

View File

@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-27 14:35+0100\n"
"PO-Revision-Date: 2013-02-27 13:35+0000\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 15:12+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-02 00:03+0100\n"
"PO-Revision-Date: 2013-03-01 23:04+0000\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 15:22+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@ -87,248 +87,248 @@ msgstr ""
msgid "Server configuration"
msgstr ""
#: templates/settings.php:18
#: templates/settings.php:31
msgid "Add Server Configuration"
msgstr ""
#: templates/settings.php:23
#: templates/settings.php:36
msgid "Host"
msgstr ""
msgstr "Tjener"
#: templates/settings.php:25
#: templates/settings.php:38
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr ""
#: templates/settings.php:26
#: templates/settings.php:39
msgid "Base DN"
msgstr ""
#: templates/settings.php:27
#: templates/settings.php:40
msgid "One Base DN per line"
msgstr ""
#: templates/settings.php:28
#: templates/settings.php:41
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr ""
#: templates/settings.php:30
#: templates/settings.php:43
msgid "User DN"
msgstr ""
#: templates/settings.php:32
#: templates/settings.php:45
msgid ""
"The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty."
msgstr ""
#: templates/settings.php:33
#: templates/settings.php:46
msgid "Password"
msgstr "Passord"
#: templates/settings.php:36
#: templates/settings.php:49
msgid "For anonymous access, leave DN and Password empty."
msgstr ""
#: templates/settings.php:37
#: templates/settings.php:50
msgid "User Login Filter"
msgstr ""
#: templates/settings.php:40
#: templates/settings.php:53
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action."
msgstr ""
#: templates/settings.php:41
#: templates/settings.php:54
#, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr ""
#: templates/settings.php:42
#: templates/settings.php:55
msgid "User List Filter"
msgstr ""
#: templates/settings.php:45
#: templates/settings.php:58
msgid "Defines the filter to apply, when retrieving users."
msgstr ""
#: templates/settings.php:46
#: templates/settings.php:59
msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr ""
#: templates/settings.php:47
#: templates/settings.php:60
msgid "Group Filter"
msgstr "Gruppefilter"
#: templates/settings.php:50
#: templates/settings.php:63
msgid "Defines the filter to apply, when retrieving groups."
msgstr ""
#: templates/settings.php:51
#: templates/settings.php:64
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
msgstr ""
#: templates/settings.php:55
#: templates/settings.php:68
msgid "Connection Settings"
msgstr ""
#: templates/settings.php:57
#: templates/settings.php:70
msgid "Configuration Active"
msgstr ""
#: templates/settings.php:57
#: templates/settings.php:70
msgid "When unchecked, this configuration will be skipped."
msgstr ""
#: templates/settings.php:58
#: templates/settings.php:71
msgid "Port"
msgstr "Port"
#: templates/settings.php:59
#: templates/settings.php:72
msgid "Backup (Replica) Host"
msgstr ""
#: templates/settings.php:59
#: templates/settings.php:72
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr ""
#: templates/settings.php:60
#: templates/settings.php:73
msgid "Backup (Replica) Port"
msgstr ""
#: templates/settings.php:61
#: templates/settings.php:74
msgid "Disable Main Server"
msgstr ""
#: templates/settings.php:61
#: templates/settings.php:74
msgid "When switched on, ownCloud will only connect to the replica server."
msgstr ""
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Use TLS"
msgstr "Bruk TLS"
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Do not use it additionally for LDAPS connections, it will fail."
msgstr ""
#: templates/settings.php:63
#: templates/settings.php:76
msgid "Case insensitve LDAP server (Windows)"
msgstr ""
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Turn off SSL certificate validation."
msgstr ""
#: templates/settings.php:64
#: templates/settings.php:77
msgid ""
"If connection only works with this option, import the LDAP server's SSL "
"certificate in your ownCloud server."
msgstr ""
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Not recommended, use for testing only."
msgstr "Ikke anbefalt, bruk kun for testing"
#: templates/settings.php:65
#: templates/settings.php:78
msgid "Cache Time-To-Live"
msgstr ""
#: templates/settings.php:65
#: templates/settings.php:78
msgid "in seconds. A change empties the cache."
msgstr "i sekunder. En endring tømmer bufferen."
#: templates/settings.php:67
#: templates/settings.php:80
msgid "Directory Settings"
msgstr ""
#: templates/settings.php:69
#: templates/settings.php:82
msgid "User Display Name Field"
msgstr ""
#: templates/settings.php:69
#: templates/settings.php:82
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
msgstr ""
#: templates/settings.php:70
#: templates/settings.php:83
msgid "Base User Tree"
msgstr ""
#: templates/settings.php:70
#: templates/settings.php:83
msgid "One User Base DN per line"
msgstr ""
#: templates/settings.php:71
#: templates/settings.php:84
msgid "User Search Attributes"
msgstr ""
#: templates/settings.php:71 templates/settings.php:74
#: templates/settings.php:84 templates/settings.php:87
msgid "Optional; one attribute per line"
msgstr ""
#: templates/settings.php:72
#: templates/settings.php:85
msgid "Group Display Name Field"
msgstr ""
#: templates/settings.php:72
#: templates/settings.php:85
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
msgstr ""
#: templates/settings.php:73
#: templates/settings.php:86
msgid "Base Group Tree"
msgstr ""
#: templates/settings.php:73
#: templates/settings.php:86
msgid "One Group Base DN per line"
msgstr ""
#: templates/settings.php:74
#: templates/settings.php:87
msgid "Group Search Attributes"
msgstr ""
#: templates/settings.php:75
#: templates/settings.php:88
msgid "Group-Member association"
msgstr ""
#: templates/settings.php:77
#: templates/settings.php:90
msgid "Special Attributes"
msgstr ""
#: templates/settings.php:79
#: templates/settings.php:92
msgid "Quota Field"
msgstr ""
#: templates/settings.php:80
#: templates/settings.php:93
msgid "Quota Default"
msgstr ""
#: templates/settings.php:80
#: templates/settings.php:93
msgid "in bytes"
msgstr "i bytes"
#: templates/settings.php:81
#: templates/settings.php:94
msgid "Email Field"
msgstr ""
#: templates/settings.php:82
#: templates/settings.php:95
msgid "User Home Folder Naming Rule"
msgstr ""
#: templates/settings.php:82
#: templates/settings.php:95
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
msgstr ""
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Test Configuration"
msgstr ""
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Help"
msgstr "Hjelp"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-04 00:06+0100\n"
"PO-Revision-Date: 2013-03-03 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 01:40+0000\n"
"Last-Translator: Lokal_Profil <lokal_profil@hotmail.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"
@ -285,7 +285,7 @@ msgstr "Avbryt uppladdning"
#: templates/index.php:53
msgid "You dont have write permissions here."
msgstr ""
msgstr "Du saknar skrivbehörighet här."
#: templates/index.php:60
msgid "Nothing in here. Upload something!"

View File

@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# André <lokal_profil@hotmail.com>, 2013.
# 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: 2013-03-01 00:05+0100\n"
"PO-Revision-Date: 2013-02-27 23:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 01:40+0000\n"
"Last-Translator: Lokal_Profil <lokal_profil@hotmail.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"
@ -61,7 +62,7 @@ msgstr "Mappnamn"
#: templates/settings.php:10
msgid "External storage"
msgstr ""
msgstr "Extern lagring"
#: templates/settings.php:11
msgid "Configuration"
@ -77,7 +78,7 @@ msgstr "Tillämplig"
#: templates/settings.php:33
msgid "Add storage"
msgstr ""
msgstr "Lägg till lagring"
#: templates/settings.php:90
msgid "None set"

View File

@ -16,9 +16,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-27 14:35+0100\n"
"PO-Revision-Date: 2013-02-27 13:35+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 01:50+0000\n"
"Last-Translator: Lokal_Profil <lokal_profil@hotmail.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"
@ -156,19 +156,19 @@ msgstr "Radera"
#: js/users.js:191
msgid "add group"
msgstr ""
msgstr "lägg till grupp"
#: js/users.js:352
msgid "A valid username must be provided"
msgstr ""
msgstr "Ett giltigt användarnamn måste anges"
#: js/users.js:353 js/users.js:359 js/users.js:374
msgid "Error creating user"
msgstr ""
msgstr "Fel vid skapande av användare"
#: js/users.js:358
msgid "A valid password must be provided"
msgstr ""
msgstr "Ett giltigt lösenord måste anges"
#: personal.php:29 personal.php:30
msgid "__language_name__"
@ -204,7 +204,7 @@ msgstr "Var god kontrollera <a href='%s'>installationsguiden</a>."
#: templates/admin.php:44
msgid "Module 'fileinfo' missing"
msgstr ""
msgstr "Modulen \"fileinfo\" saknas"
#: templates/admin.php:47
msgid ""
@ -260,7 +260,7 @@ msgstr ""
#: templates/admin.php:128
msgid "Sharing"
msgstr ""
msgstr "Dela"
#: templates/admin.php:134
msgid "Enable Share API"
@ -272,7 +272,7 @@ msgstr ""
#: templates/admin.php:142
msgid "Allow links"
msgstr ""
msgstr "Tillåt länkar"
#: templates/admin.php:143
msgid "Allow users to share items to the public with links"
@ -280,23 +280,23 @@ msgstr ""
#: templates/admin.php:150
msgid "Allow resharing"
msgstr ""
msgstr "Tillåt vidaredelning"
#: templates/admin.php:151
msgid "Allow users to share items shared with them again"
msgstr ""
msgstr "Tillåt användare att dela vidare filer som delats med dem"
#: templates/admin.php:158
msgid "Allow users to share with anyone"
msgstr ""
msgstr "Tillåt delning med alla"
#: templates/admin.php:161
msgid "Allow users to only share with users in their groups"
msgstr ""
msgstr "Tillåt bara delning med användare i egna grupper"
#: templates/admin.php:168
msgid "Security"
msgstr ""
msgstr "Säkerhet"
#: templates/admin.php:181
msgid "Enforce HTTPS"
@ -315,7 +315,7 @@ msgstr ""
#: templates/admin.php:195
msgid "Log"
msgstr ""
msgstr "Logg"
#: templates/admin.php:196
msgid "Log level"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-03-02 00:03+0100\n"
"PO-Revision-Date: 2013-03-01 23:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: 2013-03-06 01:40+0000\n"
"Last-Translator: Lokal_Profil <lokal_profil@hotmail.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"
@ -89,248 +89,248 @@ msgstr "<b>Varning:</b> PHP LDAP - modulen är inte installerad, serversidan kom
msgid "Server configuration"
msgstr "Serverinställning"
#: templates/settings.php:18
#: templates/settings.php:31
msgid "Add Server Configuration"
msgstr "Lägg till serverinställning"
#: templates/settings.php:23
#: templates/settings.php:36
msgid "Host"
msgstr "Server"
#: templates/settings.php:25
#: templates/settings.php:38
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr "Du behöver inte ange protokoll förutom om du använder SSL. Starta då med ldaps://"
#: templates/settings.php:26
#: templates/settings.php:39
msgid "Base DN"
msgstr "Start DN"
#: templates/settings.php:27
#: templates/settings.php:40
msgid "One Base DN per line"
msgstr "Ett Start DN per rad"
#: templates/settings.php:28
#: templates/settings.php:41
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr "Du kan ange start DN för användare och grupper under fliken Avancerat"
#: templates/settings.php:30
#: templates/settings.php:43
msgid "User DN"
msgstr "Användare DN"
#: templates/settings.php:32
#: templates/settings.php:45
msgid ""
"The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty."
msgstr "DN för användaren som skall användas, t.ex. uid=agent, dc=example, dc=com. För anonym åtkomst, lämna DN och lösenord tomt."
#: templates/settings.php:33
#: templates/settings.php:46
msgid "Password"
msgstr "Lösenord"
#: templates/settings.php:36
#: templates/settings.php:49
msgid "For anonymous access, leave DN and Password empty."
msgstr "För anonym åtkomst, lämna DN och lösenord tomt."
#: templates/settings.php:37
#: templates/settings.php:50
msgid "User Login Filter"
msgstr "Filter logga in användare"
#: templates/settings.php:40
#: templates/settings.php:53
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action."
msgstr "Definierar filter att tillämpa vid inloggningsförsök. %% uid ersätter användarnamn i loginåtgärden."
#: templates/settings.php:41
#: templates/settings.php:54
#, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr "använd platshållare %%uid, t ex \"uid=%%uid\""
#: templates/settings.php:42
#: templates/settings.php:55
msgid "User List Filter"
msgstr "Filter lista användare"
#: templates/settings.php:45
#: templates/settings.php:58
msgid "Defines the filter to apply, when retrieving users."
msgstr "Definierar filter att tillämpa vid listning av användare."
#: templates/settings.php:46
#: templates/settings.php:59
msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr "utan platshållare, t.ex. \"objectClass=person\"."
#: templates/settings.php:47
#: templates/settings.php:60
msgid "Group Filter"
msgstr "Gruppfilter"
#: templates/settings.php:50
#: templates/settings.php:63
msgid "Defines the filter to apply, when retrieving groups."
msgstr "Definierar filter att tillämpa vid listning av grupper."
#: templates/settings.php:51
#: templates/settings.php:64
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
msgstr "utan platshållare, t.ex. \"objectClass=posixGroup\"."
#: templates/settings.php:55
#: templates/settings.php:68
msgid "Connection Settings"
msgstr "Uppkopplingsinställningar"
#: templates/settings.php:57
#: templates/settings.php:70
msgid "Configuration Active"
msgstr "Konfiguration aktiv"
#: templates/settings.php:57
#: templates/settings.php:70
msgid "When unchecked, this configuration will be skipped."
msgstr "Ifall denna är avbockad så kommer konfigurationen att skippas."
#: templates/settings.php:58
#: templates/settings.php:71
msgid "Port"
msgstr "Port"
#: templates/settings.php:59
#: templates/settings.php:72
msgid "Backup (Replica) Host"
msgstr "Säkerhetskopierings-värd (Replika)"
#: templates/settings.php:59
#: templates/settings.php:72
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr "Ange en valfri värd för säkerhetskopiering. Den måste vara en replika av den huvudsakliga LDAP/AD-servern"
#: templates/settings.php:60
#: templates/settings.php:73
msgid "Backup (Replica) Port"
msgstr "Säkerhetskopierins-port (Replika)"
#: templates/settings.php:61
#: templates/settings.php:74
msgid "Disable Main Server"
msgstr "Inaktivera huvudserver"
#: templates/settings.php:61
#: templates/settings.php:74
msgid "When switched on, ownCloud will only connect to the replica server."
msgstr "När denna är påkopplad kommer ownCloud att koppla upp till replika-servern, endast."
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Use TLS"
msgstr "Använd TLS"
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Do not use it additionally for LDAPS connections, it will fail."
msgstr "Använd inte för LDAPS-anslutningar, det kommer inte att fungera."
#: templates/settings.php:63
#: templates/settings.php:76
msgid "Case insensitve LDAP server (Windows)"
msgstr "LDAP-servern är okänslig för gemener och versaler (Windows)"
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Turn off SSL certificate validation."
msgstr "Stäng av verifiering av SSL-certifikat."
#: templates/settings.php:64
#: templates/settings.php:77
msgid ""
"If connection only works with this option, import the LDAP server's SSL "
"certificate in your ownCloud server."
msgstr "Om anslutningen bara fungerar med det här alternativet, importera LDAP-serverns SSL-certifikat i din ownCloud-server."
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Not recommended, use for testing only."
msgstr "Rekommenderas inte, använd bara för test. "
#: templates/settings.php:65
#: templates/settings.php:78
msgid "Cache Time-To-Live"
msgstr ""
#: templates/settings.php:65
#: templates/settings.php:78
msgid "in seconds. A change empties the cache."
msgstr "i sekunder. En förändring tömmer cache."
#: templates/settings.php:67
#: templates/settings.php:80
msgid "Directory Settings"
msgstr "Mappinställningar"
#: templates/settings.php:69
#: templates/settings.php:82
msgid "User Display Name Field"
msgstr "Attribut för användarnamn"
#: templates/settings.php:69
#: templates/settings.php:82
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
msgstr "Attribut som används för att generera användarnamn i ownCloud."
#: templates/settings.php:70
#: templates/settings.php:83
msgid "Base User Tree"
msgstr "Bas för användare i katalogtjänst"
#: templates/settings.php:70
#: templates/settings.php:83
msgid "One User Base DN per line"
msgstr "En Användare start DN per rad"
#: templates/settings.php:71
#: templates/settings.php:84
msgid "User Search Attributes"
msgstr "Användarsökningsattribut"
#: templates/settings.php:71 templates/settings.php:74
#: templates/settings.php:84 templates/settings.php:87
msgid "Optional; one attribute per line"
msgstr "Valfritt; ett attribut per rad"
#: templates/settings.php:72
#: templates/settings.php:85
msgid "Group Display Name Field"
msgstr "Attribut för gruppnamn"
#: templates/settings.php:72
#: templates/settings.php:85
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
msgstr "Attribut som används för att generera gruppnamn i ownCloud."
#: templates/settings.php:73
#: templates/settings.php:86
msgid "Base Group Tree"
msgstr "Bas för grupper i katalogtjänst"
#: templates/settings.php:73
#: templates/settings.php:86
msgid "One Group Base DN per line"
msgstr "En Grupp start DN per rad"
#: templates/settings.php:74
#: templates/settings.php:87
msgid "Group Search Attributes"
msgstr "Gruppsökningsattribut"
#: templates/settings.php:75
#: templates/settings.php:88
msgid "Group-Member association"
msgstr "Attribut för gruppmedlemmar"
#: templates/settings.php:77
#: templates/settings.php:90
msgid "Special Attributes"
msgstr "Specialattribut"
#: templates/settings.php:79
#: templates/settings.php:92
msgid "Quota Field"
msgstr ""
msgstr "Kvotfält"
#: templates/settings.php:80
#: templates/settings.php:93
msgid "Quota Default"
msgstr ""
#: templates/settings.php:80
#: templates/settings.php:93
msgid "in bytes"
msgstr "i bytes"
#: templates/settings.php:81
#: templates/settings.php:94
msgid "Email Field"
msgstr ""
msgstr "E-postfält"
#: templates/settings.php:82
#: templates/settings.php:95
msgid "User Home Folder Naming Rule"
msgstr ""
#: templates/settings.php:82
#: templates/settings.php:95
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
msgstr "Lämnas tomt för användarnamn (standard). Ange annars ett LDAP/AD-attribut."
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Test Configuration"
msgstr ""
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Help"
msgstr "Hjälp"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -86,246 +86,246 @@ msgstr ""
msgid "Server configuration"
msgstr ""
#: templates/settings.php:18
#: templates/settings.php:31
msgid "Add Server Configuration"
msgstr ""
#: templates/settings.php:23
#: templates/settings.php:36
msgid "Host"
msgstr ""
#: templates/settings.php:25
#: templates/settings.php:38
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr ""
#: templates/settings.php:26
#: templates/settings.php:39
msgid "Base DN"
msgstr ""
#: templates/settings.php:27
#: templates/settings.php:40
msgid "One Base DN per line"
msgstr ""
#: templates/settings.php:28
#: templates/settings.php:41
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr ""
#: templates/settings.php:30
#: templates/settings.php:43
msgid "User DN"
msgstr ""
#: templates/settings.php:32
#: templates/settings.php:45
msgid ""
"The DN of the client user with which the bind shall be done, e.g. uid=agent,"
"dc=example,dc=com. For anonymous access, leave DN and Password empty."
msgstr ""
#: templates/settings.php:33
#: templates/settings.php:46
msgid "Password"
msgstr ""
#: templates/settings.php:36
#: templates/settings.php:49
msgid "For anonymous access, leave DN and Password empty."
msgstr ""
#: templates/settings.php:37
#: templates/settings.php:50
msgid "User Login Filter"
msgstr ""
#: templates/settings.php:40
#: templates/settings.php:53
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action."
msgstr ""
#: templates/settings.php:41
#: templates/settings.php:54
#, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr ""
#: templates/settings.php:42
#: templates/settings.php:55
msgid "User List Filter"
msgstr ""
#: templates/settings.php:45
#: templates/settings.php:58
msgid "Defines the filter to apply, when retrieving users."
msgstr ""
#: templates/settings.php:46
#: templates/settings.php:59
msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr ""
#: templates/settings.php:47
#: templates/settings.php:60
msgid "Group Filter"
msgstr ""
#: templates/settings.php:50
#: templates/settings.php:63
msgid "Defines the filter to apply, when retrieving groups."
msgstr ""
#: templates/settings.php:51
#: templates/settings.php:64
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
msgstr ""
#: templates/settings.php:55
#: templates/settings.php:68
msgid "Connection Settings"
msgstr ""
#: templates/settings.php:57
#: templates/settings.php:70
msgid "Configuration Active"
msgstr ""
#: templates/settings.php:57
#: templates/settings.php:70
msgid "When unchecked, this configuration will be skipped."
msgstr ""
#: templates/settings.php:58
#: templates/settings.php:71
msgid "Port"
msgstr ""
#: templates/settings.php:59
#: templates/settings.php:72
msgid "Backup (Replica) Host"
msgstr ""
#: templates/settings.php:59
#: templates/settings.php:72
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr ""
#: templates/settings.php:60
#: templates/settings.php:73
msgid "Backup (Replica) Port"
msgstr ""
#: templates/settings.php:61
#: templates/settings.php:74
msgid "Disable Main Server"
msgstr ""
#: templates/settings.php:61
#: templates/settings.php:74
msgid "When switched on, ownCloud will only connect to the replica server."
msgstr ""
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Use TLS"
msgstr ""
#: templates/settings.php:62
#: templates/settings.php:75
msgid "Do not use it additionally for LDAPS connections, it will fail."
msgstr ""
#: templates/settings.php:63
#: templates/settings.php:76
msgid "Case insensitve LDAP server (Windows)"
msgstr ""
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Turn off SSL certificate validation."
msgstr ""
#: templates/settings.php:64
#: templates/settings.php:77
msgid ""
"If connection only works with this option, import the LDAP server's SSL "
"certificate in your ownCloud server."
msgstr ""
#: templates/settings.php:64
#: templates/settings.php:77
msgid "Not recommended, use for testing only."
msgstr ""
#: templates/settings.php:65
#: templates/settings.php:78
msgid "Cache Time-To-Live"
msgstr ""
#: templates/settings.php:65
#: templates/settings.php:78
msgid "in seconds. A change empties the cache."
msgstr ""
#: templates/settings.php:67
#: templates/settings.php:80
msgid "Directory Settings"
msgstr ""
#: templates/settings.php:69
#: templates/settings.php:82
msgid "User Display Name Field"
msgstr ""
#: templates/settings.php:69
#: templates/settings.php:82
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
msgstr ""
#: templates/settings.php:70
#: templates/settings.php:83
msgid "Base User Tree"
msgstr ""
#: templates/settings.php:70
#: templates/settings.php:83
msgid "One User Base DN per line"
msgstr ""
#: templates/settings.php:71
#: templates/settings.php:84
msgid "User Search Attributes"
msgstr ""
#: templates/settings.php:71 templates/settings.php:74
#: templates/settings.php:84 templates/settings.php:87
msgid "Optional; one attribute per line"
msgstr ""
#: templates/settings.php:72
#: templates/settings.php:85
msgid "Group Display Name Field"
msgstr ""
#: templates/settings.php:72
#: templates/settings.php:85
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
msgstr ""
#: templates/settings.php:73
#: templates/settings.php:86
msgid "Base Group Tree"
msgstr ""
#: templates/settings.php:73
#: templates/settings.php:86
msgid "One Group Base DN per line"
msgstr ""
#: templates/settings.php:74
#: templates/settings.php:87
msgid "Group Search Attributes"
msgstr ""
#: templates/settings.php:75
#: templates/settings.php:88
msgid "Group-Member association"
msgstr ""
#: templates/settings.php:77
#: templates/settings.php:90
msgid "Special Attributes"
msgstr ""
#: templates/settings.php:79
#: templates/settings.php:92
msgid "Quota Field"
msgstr ""
#: templates/settings.php:80
#: templates/settings.php:93
msgid "Quota Default"
msgstr ""
#: templates/settings.php:80
#: templates/settings.php:93
msgid "in bytes"
msgstr ""
#: templates/settings.php:81
#: templates/settings.php:94
msgid "Email Field"
msgstr ""
#: templates/settings.php:82
#: templates/settings.php:95
msgid "User Home Folder Naming Rule"
msgstr ""
#: templates/settings.php:82
#: templates/settings.php:95
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute."
msgstr ""
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Test Configuration"
msgstr ""
#: templates/settings.php:86
#: templates/settings.php:99
msgid "Help"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-03-06 00:07+0100\n"
"POT-Creation-Date: 2013-03-07 00:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -45,6 +45,7 @@
"Locale not working" => "Landestandard fungerer ikke",
"This ownCloud server can't set system locale to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s." => "Denne ownCloud server kan ikke indstille systemets landestandard for %s. Det betyder, at der kan være problemer med visse tegn i filnavne. Vi anbefaler kraftigt, at installere de nødvendige pakker på dit system til at understøtte %s.",
"Internet connection not working" => "Internetforbindelse fungerer ikke",
"This ownCloud server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features of ownCloud." => "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af eksterne applikationer ikke fungerer. Det vil sandsynligvis heller ikke fungere at tilgå filer fra eksterne drev eller informationsemails. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker alle ownClouds funktioner.",
"Cron" => "Cron",
"Execute one task with each page loaded" => "Udføre en opgave med hver side indlæst",
"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php er registreret hos en webcron service. Kald cron.php side i owncloud rod en gang i minuttet over HTTP.",

View File

@ -29,11 +29,24 @@
"Groups" => "Grupper",
"Group Admin" => "Gruppadministratör",
"Delete" => "Radera",
"add group" => "lägg till grupp",
"A valid username must be provided" => "Ett giltigt användarnamn måste anges",
"Error creating user" => "Fel vid skapande av användare",
"A valid password must be provided" => "Ett giltigt lösenord måste anges",
"__language_name__" => "__language_name__",
"Security Warning" => "Säkerhetsvarning",
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Din datakatalog och dina filer är förmodligen tillgängliga från Internet. Den .htaccess-fil som ownCloud tillhandahåller fungerar inte. Vi rekommenderar starkt att du konfigurerar webbservern så att datakatalogen inte längre är tillgänglig eller att du flyttar datakatalogen utanför webbserverns dokument-root.",
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din webbserver är inte korrekt konfigurerad för att tillåta filsynkronisering eftersom WebDAV inte verkar fungera.",
"Please double check the <a href='%s'>installation guides</a>." => "Var god kontrollera <a href='%s'>installationsguiden</a>.",
"Module 'fileinfo' missing" => "Modulen \"fileinfo\" saknas",
"Sharing" => "Dela",
"Allow links" => "Tillåt länkar",
"Allow resharing" => "Tillåt vidaredelning",
"Allow users to share items shared with them again" => "Tillåt användare att dela vidare filer som delats med dem",
"Allow users to share with anyone" => "Tillåt delning med alla",
"Allow users to only share with users in their groups" => "Tillåt bara delning med användare i egna grupper",
"Security" => "Säkerhet",
"Log" => "Logg",
"More" => "Mer",
"Version" => "Version",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Utvecklad av <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kommunity</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">källkoden</a> är licenserad under <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",