nextcloud/apps/files_external/l10n/gl.php

32 lines
2.2 KiB
PHP
Raw Normal View History

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