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-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);";
|