summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-31 01:55:01 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-31 01:55:01 -0400
commitc1562057e813ff1dcb0e28b9616c528975fc3b5d (patch)
tree4882f08169a5d6915999a05045cb44cf9acf2dcb /lib
parentfd1bb688f9ad84bd04d38323a0f78aab79a2a59f (diff)
downloadnextcloud-server-c1562057e813ff1dcb0e28b9616c528975fc3b5d.tar.gz
nextcloud-server-c1562057e813ff1dcb0e28b9616c528975fc3b5d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/da.php15
-rw-r--r--lib/l10n/es_CL.php18
-rw-r--r--lib/l10n/gl.php2
-rw-r--r--lib/l10n/it.php2
-rw-r--r--lib/l10n/pt_BR.php2
5 files changed, 39 insertions, 0 deletions
diff --git a/lib/l10n/da.php b/lib/l10n/da.php
index 96e20b2acf5..93a727bf085 100644
--- a/lib/l10n/da.php
+++ b/lib/l10n/da.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Cannot write into \"config\" directory!" => "Kan ikke skrive til mappen \"config\"!",
"This can usually be fixed by giving the webserver write access to the config directory" => "Dette kan normalvis ordnes ved at give webserveren skrive adgang til config mappen",
"See %s" => "Se %s",
+"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dette kan som regel rettes ved at %sgive webserveren skriveadgang til config-mappen%s.",
"You are accessing the server from an untrusted domain." => "Du tilgår serveren fra et utroværdigt domæne",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kontakt venligst din administrator. Hvis du er administrator, konfigurer \"trusted_domain\" indstillingen i config/config.php. Et eksempel kan ses i config/config.sample.php.",
"Help" => "Hjælp",
@@ -90,17 +91,31 @@ $TRANSLATIONS = array(
"A valid password must be provided" => "En gyldig adgangskode skal angives",
"The username is already being used" => "Brugernavnet er allerede i brug",
"No database drivers (sqlite, mysql, or postgresql) installed." => "Ingen database driver (sqlite, mysql eller postgresql) er installeret.",
+"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Rettigheder kan som regel rettes ved %sat give webserveren skriveadgang til rodmappen%s.",
"Cannot write into \"config\" directory" => "Kan ikke skrive til mappen \"config\"",
"Cannot write into \"apps\" directory" => "Kan ikke skrive til mappen \"apps\"",
"Cannot create \"data\" directory (%s)" => "Kan ikke oprette mappen \"data\" (%s)",
+"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Dette kan som regel rettes ved <a href=\"%s\" target=\"_blank\">give webserveren skriveadgang til rodmappen</a>.",
+"Setting locale to %s failed" => "Angivelse af %s for lokalitet mislykkedes",
+"Please install one of theses locales on your system and restart your webserver." => "Installér venligst én af disse lokaliteter på dit system, og genstart din webserver.",
"Please ask your server administrator to install the module." => "Du bedes anmode din serveradministrator om at installere modulet.",
"PHP module %s not installed." => "PHP-modulet %s er ikke installeret.",
"PHP %s or higher is required." => "Der kræves PHP %s eller nyere.",
+"Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." => "Bed venligst din serveradministrator om at opdatere PHP til seneste version. Din PHP-version understøttes ikke længere af ownCload og PHP-fællesskabet.",
+"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode er slået til. ownCload kræver at denne er slået fra, for at fungere ordentligt.",
+"PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "PHP Safe Mode er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.",
+"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes er slået til. ownCloud kræver at denne er slået fra, for at fungere ordentligt.",
+"Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "Magic Quotes er udgået og stort set en ubrugelig indstilling, der bør slås fra. Spørg venligst din serveradministrator om at slå den fra i php.ini eller din webeserver-konfiguration.",
+"PHP modules have been installed, but they are still listed as missing?" => "Der er installeret PHP-moduler, men de fremgår stadig som fraværende?",
"Please ask your server administrator to restart the web server." => "Du bedes anmode din serveradministrator om at genstarte webserveren.",
"PostgreSQL >= 9 required" => "PostgreSQL >= 9 kræves",
"Please upgrade your database version" => "Opgradér venligst din databaseversion",
+"Error occurred while checking PostgreSQL version" => "Der opstod fejl under tjek af PostgreSQL-versionen",
+"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Sørg venligst for at du har PostgreSQL >= 9 eller tjek loggen for flere informationer om fejlen",
+"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Tilpas venligst rettigheder til 0770, så mappen ikke fremvises for andre brugere.",
"Data directory (%s) is readable by other users" => "Datamappen (%s) kan læses af andre brugere",
"Data directory (%s) is invalid" => "Datamappen (%s) er ugyldig",
+"Please check that the data directory contains a file \".ocdata\" in its root." => "Tjek venligst at datamappen indeholder en fil, \".ocdata\" i dens rod.",
"Could not obtain lock type %d on \"%s\"." => "Kunne ikke opnå en låsetype %d på \"%s\"."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/es_CL.php b/lib/l10n/es_CL.php
index 32693cb34f0..d6a416acbf9 100644
--- a/lib/l10n/es_CL.php
+++ b/lib/l10n/es_CL.php
@@ -1,7 +1,25 @@
<?php
$TRANSLATIONS = array(
"Cannot write into \"config\" directory!" => "No se puede escribir en el directorio \"config\"!",
+"This can usually be fixed by giving the webserver write access to the config directory" => "Generalmente esto se puede resolver otorgando permisos de escritura al servidor web en la carpeta configurada",
+"See %s" => "Ver %s",
+"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Generalmente esto se puede resolver %s otorgando permisos de escritura al servidor web en la carpeta configurada %s",
+"You are accessing the server from an untrusted domain." => "Usted está accediendo al servidor desde un dominio no confiable.",
+"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor contacte con su administrador. Si usted es el administrador de esta instancia, configure la opción \"trusted_domain\" en \"config/config.php\". Un ejemplo de la configuración está disponible en config/config.sample.php",
+"Help" => "Ayuda",
+"Personal" => "Personal",
"Settings" => "Configuración",
+"Users" => "Usuarios",
+"Admin" => "Administración",
+"Failed to upgrade \"%s\"." => "Falló el upgrade de \"%s\".",
+"App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." => "La aplicación \\\"%s\\\" no puede ser instalada debido a que no es compatible con esta versión de ownCloud.",
+"No app name specified" => "No se especificó el nombre de la aplicación",
+"Unknown filetype" => "Tipo de archivo desconocido",
+"Invalid image" => "Imagen no válida",
+"web services under your control" => "Servicios Web bajo su control",
+"App directory already exists" => "El directorio de la aplicación ya existe",
+"Can't create app folder. Please fix permissions. %s" => "No se puede crear el directorio de aplicación. Por favor corregir los permisos. %s",
+"No source specified when installing app" => "No se especificó el origen al instalar la aplicación",
"seconds ago" => "segundos antes",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
diff --git a/lib/l10n/gl.php b/lib/l10n/gl.php
index 8d580f6125b..41f93a41366 100644
--- a/lib/l10n/gl.php
+++ b/lib/l10n/gl.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Non se admite a compartición do tipo %s para %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Non é posíbel estabelecer permisos para %s, os permisos superan os permisos concedidos a %s",
"Setting permissions for %s failed, because the item was not found" => "Non é posíbel estabelecer permisos para %s, non se atopa o elemento",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Non é posíbel estabelecer a data de caducidade. As comparticións non poden caducar máis aló de %s após de seren compartida",
+"Can not set expire date. Expire date is in the past" => "Non é posíbel estabelecer a data de caducidade. A data de caducidade está no pasado.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "A infraestrutura de compartición %s ten que implementar a interface OCP\\Share_Backend",
"Sharing backend %s not found" => "Non se atopou a infraestrutura de compartición %s",
"Sharing backend for %s not found" => "Non se atopou a infraestrutura de compartición para %s",
diff --git a/lib/l10n/it.php b/lib/l10n/it.php
index 7c971c60092..95ebe375172 100644
--- a/lib/l10n/it.php
+++ b/lib/l10n/it.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Il tipo di condivisione %s non è valido per %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Impostazione permessi per %s non riuscita, poiché i permessi superano i permessi accordati a %s",
"Setting permissions for %s failed, because the item was not found" => "Impostazione permessi per %s non riuscita, poiché l'elemento non è stato trovato",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Impossibile impostare la data di scadenza. Le condivisioni non possono scadere più tardi di %s dalla loro attivazione.",
+"Can not set expire date. Expire date is in the past" => "Impossibile impostare la data di scadenza. La data di scadenza è già passata.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Il motore di condivisione %s deve implementare l'interfaccia OCP\\Share_Backend",
"Sharing backend %s not found" => "Motore di condivisione %s non trovato",
"Sharing backend for %s not found" => "Motore di condivisione di %s non trovato",
diff --git a/lib/l10n/pt_BR.php b/lib/l10n/pt_BR.php
index 72142183995..8067e9a4ade 100644
--- a/lib/l10n/pt_BR.php
+++ b/lib/l10n/pt_BR.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Tipo de compartilhamento %s não é válido para %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s",
"Setting permissions for %s failed, because the item was not found" => "Definir permissões para %s falhou, porque o item não foi encontrado",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Não pode ser definida data de expiração. Compartilhamentos não podem ter data de expiração %s após serem compartilhados",
+"Can not set expire date. Expire date is in the past" => "Não pode ser definida data de expiração. Data de expiração já passou",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Compartilhando backend %s deve implementar a interface OCP\\Share_Backend",
"Sharing backend %s not found" => "Compartilhamento backend %s não encontrado",
"Sharing backend for %s not found" => "Compartilhamento backend para %s não encontrado",