server/apps/files_external/l10n/gl.php

30 lines
2.2 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2012-11-20 23:02:33 +00:00
"Access granted" => "Concedeuse acceso",
2012-11-29 23:05:16 +00:00
"Error configuring Dropbox storage" => "Produciuse un erro ao configurar o almacenamento en Dropbox",
2012-11-20 23:02:33 +00:00
"Grant access" => "Permitir o acceso",
2012-12-31 23:04:42 +00:00
"Please provide a valid Dropbox app key and secret." => "Forneza unha chave correcta e segreda do Dropbox.",
2012-11-29 23:05:16 +00:00
"Error configuring Google Drive storage" => "Produciuse un erro ao configurar o almacenamento en Google Drive",
2014-03-15 06:14:22 +00:00
"Saved" => "Gardado",
2012-12-31 23:04:42 +00:00
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> «smbclient» non está instalado. Non é posibel a montaxe de comparticións CIFS/SMB. Consulte co administrador do sistema para instalalo.",
"<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>Aviso:</b> A compatibilidade de FTP en PHP non está activada ou instalada. Non é posibel a montaxe de comparticións FTP. Consulte co administrador do sistema para instalalo.",
2013-04-24 15:46:20 +00:00
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Aviso:</ b> A compatibilidade de Curl en PHP non está activada ou instalada. Non é posíbel a montaxe de ownCloud / WebDAV ou GoogleDrive. Consulte co administrador do sistema para instalala.",
2012-09-19 00:07:26 +00:00
"External Storage" => "Almacenamento externo",
2013-02-28 23:07:02 +00:00
"Folder name" => "Nome do cartafol",
"External storage" => "Almacenamento externo",
2012-09-19 00:07:26 +00:00
"Configuration" => "Configuración",
"Options" => "Opcións",
2014-04-03 05:56:12 +00:00
"Available for" => "Dispoñíbel para",
2013-02-28 23:07:02 +00:00
"Add storage" => "Engadir almacenamento",
2014-04-03 05:56:12 +00:00
"No user or group" => "Non hai usuario ou grupo",
2012-11-29 23:05:16 +00:00
"All Users" => "Todos os usuarios",
2012-09-19 00:07:26 +00:00
"Groups" => "Grupos",
"Users" => "Usuarios",
"Delete" => "Eliminar",
2012-11-20 23:02:33 +00:00
"Enable User External Storage" => "Activar o almacenamento externo do usuario",
2014-03-15 06:14:22 +00:00
"Allow users to mount the following external storage" => "Permitirlle aos usuarios montar o seguinte almacenamento externo",
2012-11-20 23:02:33 +00:00
"SSL root certificates" => "Certificados SSL root",
"Import Root Certificate" => "Importar o certificado root"
2012-09-19 00:07:26 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";