nextcloud/apps/user_openid/l10n/ca.php

12 lines
659 B
PHP

<?php $TRANSLATIONS = array(
"This is an OpenID server endpoint. For more information, see " => "Això és un punt final de servidor OpenID. Per més informació consulteu",
"Identity: <b>" => "Identitat:<b>",
"Realm: <b>" => "Domini:<b>",
"User: <b>" => "Usuari:<b>",
"Login" => "Inici de sessió",
"Error: <b>No user Selected" => "Error:<b>No heu seleccionat cap usuari",
"you can authenticate to other sites with this address" => "podeu autenticar altres llocs web amb aquesta adreça",
"Authorized OpenID provider" => "Servidor OpenID autoritzat",
"Your address at Wordpress, Identi.ca, &hellip;" => "La vostra adreça a Wordpress, Identi.ca &hellip;"
);