mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
7 lines
247 B
PHP
7 lines
247 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Contrasinal",
|
|
"Submit" => "Enviar",
|
|
"Download" => "Baixar",
|
|
"No preview available for" => "Sen vista previa dispoñible para ",
|
|
"web services under your control" => "servizos web baixo o seu control"
|
|
);
|