diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-20 00:06:40 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-20 00:06:40 +0100 |
commit | ebc0c4b85bc382efcf64ad0b2613d70a193b18f2 (patch) | |
tree | 4f59c05b29c4e24bd127931ff0f21547d2d41866 /apps/files/l10n/gl.php | |
parent | 10a9ddd9b2c1b0d28118aa1d6848c799db05f332 (diff) | |
download | nextcloud-server-ebc0c4b85bc382efcf64ad0b2613d70a193b18f2.tar.gz nextcloud-server-ebc0c4b85bc382efcf64ad0b2613d70a193b18f2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/gl.php')
-rw-r--r-- | apps/files/l10n/gl.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index c15066163cf..d24680eaa86 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"Upload" => "Enviar", "Could not move %s - File with this name already exists" => "Non se moveu %s - Xa existe un ficheiro con ese nome.", "Could not move %s" => "Non se puido mover %s", "Unable to rename file" => "Non se pode renomear o ficheiro", @@ -28,7 +29,6 @@ "'.' is an invalid file name." => "'.' é un nonme de ficheiro non válido", "File name cannot be empty." => "O nome de ficheiro non pode estar baldeiro", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome non válido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non se permiten.", -"generating ZIP-file, it may take some time." => "xerando un ficheiro ZIP, o que pode levar un anaco.", "Unable to upload your file as it is a directory or has 0 bytes" => "Non se puido subir o ficheiro pois ou é un directorio ou ten 0 bytes", "Upload Error" => "Erro na subida", "Close" => "Pechar", @@ -60,7 +60,6 @@ "Text file" => "Ficheiro de texto", "Folder" => "Cartafol", "From link" => "Dende a ligazón", -"Upload" => "Enviar", "Cancel upload" => "Cancelar a subida", "Nothing in here. Upload something!" => "Nada por aquí. Envía algo.", "Download" => "Descargar", |