diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-16 17:34:42 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-16 17:34:53 +0100 |
commit | 965ea964392cff4d48c5e5896f5c3eb7be00fbee (patch) | |
tree | 5600fa4abb51ef6bf072c763baac8082d4df9a89 /settings/l10n/gl.php | |
parent | b0dbca0cc7f2d07dbf01c54861b932d8dc9fe2df (diff) | |
download | nextcloud-server-965ea964392cff4d48c5e5896f5c3eb7be00fbee.tar.gz nextcloud-server-965ea964392cff4d48c5e5896f5c3eb7be00fbee.zip |
update translations
Diffstat (limited to 'settings/l10n/gl.php')
-rw-r--r-- | settings/l10n/gl.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php new file mode 100644 index 00000000000..43fbc22085b --- /dev/null +++ b/settings/l10n/gl.php @@ -0,0 +1,35 @@ +<?php $TRANSLATIONS = array( +"email Changed" => "Correo electrónico mudado", +"Invalid request" => "Petición non correcta", +"OpenID Changed" => "Mudou o OpenID", +"Language changed" => "O idioma mudou", +"Log level" => "Nivel de rexistro", +"Add your application" => "Engada o seu aplicativo", +"Select an App" => "Escolla un Aplicativo", +"-licensed" => "-autorizado", +"by" => "por", +"Ask a question" => "Pregunte", +"Problems connecting to help database." => "Problemas conectando coa base de datos de axuda", +"Go there manually." => "Ir manualmente", +"Answer" => "Resposta", +"You use" => "Vostede usa", +"of the available" => "dun total de", +"Your password got changed" => "O seu contrasinal mudou", +"Unable to change your password" => "Incapaz de trocar o seu contrasinal", +"Current password" => "Contrasinal actual", +"New password" => "Novo contrasinal", +"show" => "amosar", +"Change password" => "Mudar contrasinal", +"Email" => "Correo electrónico", +"Your email address" => "A súa dirección de correo electrónico", +"Fill in an email address to enable password recovery" => "Escriba unha dirección de correo electrónico para habilitar a recuperación do contrasinal", +"Language" => "Idioma", +"Help translate" => "Axude na tradución", +"use this address to connect to your ownCloud in your file manager" => "utilice esta dirección para conectar o teu ownCloud no xestor de ficheiros", +"Name" => "Nome", +"Password" => "Contrasinal", +"Groups" => "Grupos", +"Create" => "Crear", +"Quota" => "Quota", +"Delete" => "Borrar" +); |