summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-24 01:54:51 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-24 01:54:51 -0500
commitb8e1dd9c8730fbe5caf21e1252a585e997c3d006 (patch)
treeb85b6a29934c15d08e1a31fdf87d31df58eeb2e5 /settings
parent4ec9ffdf0c6bed8279c5de4413bd01d07a963f52 (diff)
downloadnextcloud-server-b8e1dd9c8730fbe5caf21e1252a585e997c3d006.tar.gz
nextcloud-server-b8e1dd9c8730fbe5caf21e1252a585e997c3d006.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/da.js4
-rw-r--r--settings/l10n/da.json4
-rw-r--r--settings/l10n/pt_PT.js2
-rw-r--r--settings/l10n/pt_PT.json2
-rw-r--r--settings/l10n/sv.js2
-rw-r--r--settings/l10n/sv.json2
6 files changed, 16 insertions, 0 deletions
diff --git a/settings/l10n/da.js b/settings/l10n/da.js
index 5fed8e856a8..9ab3a0b443c 100644
--- a/settings/l10n/da.js
+++ b/settings/l10n/da.js
@@ -115,6 +115,8 @@ OC.L10N.register(
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forårsaget af et accelerator eller cache som Zend OPcache eller eAccelerator",
"Database Performance Info" : "Database Performance Oplysninger",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite er benyttet som database. Ved store installationer anbefaler vi at ændre dette. For at migrere til en anden database benyt 'occ db:convert-type' værktøjet i et kommandovindue.",
+ "Microsoft Windows Platform" : "Microsoft Windows-platform",
+ "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server kører på Microsoft Windows. Vi anbefaler stærkt at anvende Linux for en optimal brugeroplevelse.",
"Module 'fileinfo' missing" : "Module 'fileinfo' mangler",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.",
"PHP charset is not set to UTF-8" : "PHP-tegnsættet er ikke angivet til UTF-8",
@@ -207,9 +209,11 @@ OC.L10N.register(
"New password" : "Nyt kodeord",
"Change password" : "Skift kodeord",
"Full Name" : "Fulde navn",
+ "No display name set" : "Der er ikke angivet skærmnavn",
"Email" : "E-mail",
"Your email address" : "Din e-mailadresse",
"Fill in an email address to enable password recovery and receive notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer",
+ "No email address set" : "Der er ikke angivet e-mailadresse",
"Profile picture" : "Profilbillede",
"Upload new" : "Upload nyt",
"Select new from Files" : "Vælg nyt fra Filer",
diff --git a/settings/l10n/da.json b/settings/l10n/da.json
index 62273005111..0eb32f82012 100644
--- a/settings/l10n/da.json
+++ b/settings/l10n/da.json
@@ -113,6 +113,8 @@
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forårsaget af et accelerator eller cache som Zend OPcache eller eAccelerator",
"Database Performance Info" : "Database Performance Oplysninger",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite er benyttet som database. Ved store installationer anbefaler vi at ændre dette. For at migrere til en anden database benyt 'occ db:convert-type' værktøjet i et kommandovindue.",
+ "Microsoft Windows Platform" : "Microsoft Windows-platform",
+ "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server kører på Microsoft Windows. Vi anbefaler stærkt at anvende Linux for en optimal brugeroplevelse.",
"Module 'fileinfo' missing" : "Module 'fileinfo' mangler",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.",
"PHP charset is not set to UTF-8" : "PHP-tegnsættet er ikke angivet til UTF-8",
@@ -205,9 +207,11 @@
"New password" : "Nyt kodeord",
"Change password" : "Skift kodeord",
"Full Name" : "Fulde navn",
+ "No display name set" : "Der er ikke angivet skærmnavn",
"Email" : "E-mail",
"Your email address" : "Din e-mailadresse",
"Fill in an email address to enable password recovery and receive notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer",
+ "No email address set" : "Der er ikke angivet e-mailadresse",
"Profile picture" : "Profilbillede",
"Upload new" : "Upload nyt",
"Select new from Files" : "Vælg nyt fra Filer",
diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js
index ce2e707597e..ffb93d506df 100644
--- a/settings/l10n/pt_PT.js
+++ b/settings/l10n/pt_PT.js
@@ -87,6 +87,7 @@ OC.L10N.register(
"A valid username must be provided" : "Deve ser indicado um nome de utilizador válido",
"Error creating user" : "Ocorreu um erro ao criar o utilizador",
"A valid password must be provided" : "Deve ser indicada uma palavra-passe válida",
+ "A valid email must be provided" : "Deve ser fornecido um email válido",
"__language_name__" : "__language_name__",
"Personal Info" : "Informação Pessoal",
"SSL root certificates" : "Certificados de raiz SSL",
@@ -111,6 +112,7 @@ OC.L10N.register(
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.",
"Database Performance Info" : "Informação do Desempenho da Base de Dados",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite é usado como base de dados. Para grandes instalações nós recomendamos a alterar isso. Para mudar para outra base de dados use o comando de linha: 'occ db:convert-type'",
+ "Microsoft Windows Platform" : "Plataforma Microsoft Windows ",
"Module 'fileinfo' missing" : "Módulo 'fileinfo' em falta",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.",
"PHP charset is not set to UTF-8" : "O conjunto de carateres PHP não está definido para UTF-8",
diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json
index e6414eee113..21655303d82 100644
--- a/settings/l10n/pt_PT.json
+++ b/settings/l10n/pt_PT.json
@@ -85,6 +85,7 @@
"A valid username must be provided" : "Deve ser indicado um nome de utilizador válido",
"Error creating user" : "Ocorreu um erro ao criar o utilizador",
"A valid password must be provided" : "Deve ser indicada uma palavra-passe válida",
+ "A valid email must be provided" : "Deve ser fornecido um email válido",
"__language_name__" : "__language_name__",
"Personal Info" : "Informação Pessoal",
"SSL root certificates" : "Certificados de raiz SSL",
@@ -109,6 +110,7 @@
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.",
"Database Performance Info" : "Informação do Desempenho da Base de Dados",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite é usado como base de dados. Para grandes instalações nós recomendamos a alterar isso. Para mudar para outra base de dados use o comando de linha: 'occ db:convert-type'",
+ "Microsoft Windows Platform" : "Plataforma Microsoft Windows ",
"Module 'fileinfo' missing" : "Módulo 'fileinfo' em falta",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.",
"PHP charset is not set to UTF-8" : "O conjunto de carateres PHP não está definido para UTF-8",
diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js
index 19211bf2e62..bbca9ce589e 100644
--- a/settings/l10n/sv.js
+++ b/settings/l10n/sv.js
@@ -115,6 +115,7 @@ OC.L10N.register(
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.",
"Database Performance Info" : "Databasprestanda Information",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'",
+ "Microsoft Windows Platform" : "Microsoft Windows-platform",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server använder Microsoft Windows. Vi rekommenderar starkt Linux för en optimal användarerfarenhet.",
"Module 'fileinfo' missing" : "Modulen \"fileinfo\" saknas",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.",
@@ -208,6 +209,7 @@ OC.L10N.register(
"New password" : "Nytt lösenord",
"Change password" : "Ändra lösenord",
"Full Name" : "Hela namnet",
+ "No display name set" : "Inget visningsnamn angivet",
"Email" : "E-post",
"Your email address" : "Din e-postadress",
"Fill in an email address to enable password recovery and receive notifications" : "Fyll i en e-postadress för att aktivera återställning av lösenord och mottagande av notifieringar",
diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json
index 8d5d00a172e..7348b87d43e 100644
--- a/settings/l10n/sv.json
+++ b/settings/l10n/sv.json
@@ -113,6 +113,7 @@
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.",
"Database Performance Info" : "Databasprestanda Information",
"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" : "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'",
+ "Microsoft Windows Platform" : "Microsoft Windows-platform",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server använder Microsoft Windows. Vi rekommenderar starkt Linux för en optimal användarerfarenhet.",
"Module 'fileinfo' missing" : "Modulen \"fileinfo\" saknas",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.",
@@ -206,6 +207,7 @@
"New password" : "Nytt lösenord",
"Change password" : "Ändra lösenord",
"Full Name" : "Hela namnet",
+ "No display name set" : "Inget visningsnamn angivet",
"Email" : "E-post",
"Your email address" : "Din e-postadress",
"Fill in an email address to enable password recovery and receive notifications" : "Fyll i en e-postadress för att aktivera återställning av lösenord och mottagande av notifieringar",