summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/gl.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-05-09 12:41:01 +0200
committerRobin Appelman <icewind@owncloud.com>2012-05-09 12:41:01 +0200
commit588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (patch)
treee4cc00ab89fd11d0a3b199fef741431499fd33d3 /apps/files/l10n/gl.php
parent000d7ba97535f470f30be44e02140401b24b43e2 (diff)
downloadnextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz
nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip
update translations
Diffstat (limited to 'apps/files/l10n/gl.php')
-rw-r--r--apps/files/l10n/gl.php23
1 files changed, 11 insertions, 12 deletions
diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php
index 83cf93be795..e0e90f114ba 100644
--- a/apps/files/l10n/gl.php
+++ b/apps/files/l10n/gl.php
@@ -1,23 +1,22 @@
<?php $TRANSLATIONS = array(
-"There is no error, the file uploaded with success" => "Non hai erros, o ficheiro subeuse con éxito",
-"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "O ficheiro subido supera a directiva upload_max_filesize no php.ini",
-"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O ficheiro subido supera a directiva MAX_FILE_SIZE que foi indicada no formulario HTML",
-"The uploaded file was only partially uploaded" => "O ficheiro subido foi só parcialmente subido",
-"No file was uploaded" => "Non se subeu ningún ficheiro",
+"There is no error, the file uploaded with success" => "Non hai erros, o ficheiro enviouse correctamente",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "O ficheiro enviado supera a directiva upload_max_filesize no php.ini",
+"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O ficheiro enviado supera a directiva MAX_FILE_SIZE que foi indicada no formulario HTML",
+"The uploaded file was only partially uploaded" => "O ficheiro enviado foi só parcialmente enviado",
+"No file was uploaded" => "Non se enviou ningún ficheiro",
"Missing a temporary folder" => "Falta un cartafol temporal",
"Files" => "Ficheiros",
-"Maximum upload size" => "Tamaño máximo de subida",
+"Maximum upload size" => "Tamaño máximo de envío",
"New" => "Novo",
"Text file" => "Ficheiro de texto",
"Folder" => "Cartafol",
-"From the web" => "Desde a rede",
-"Upload" => "Subir",
-"Nothing in here. Upload something!" => "Nada por aquí. Sube algo!",
+"Upload" => "Enviar",
+"Nothing in here. Upload something!" => "Nada por aquí. Envíe algo.",
"Name" => "Nome",
-"Download" => "Baixar",
+"Download" => "Descargar",
"Size" => "Tamaño",
"Modified" => "Modificado",
"Delete" => "Eliminar",
-"Upload too large" => "Subida demasiado grande",
-"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiros que tratas de subir superan o tamaño máximo permitido neste servidor"
+"Upload too large" => "Envío demasiado grande",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiros que trata de subir superan o tamaño máximo permitido neste servidor"
);