mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 lines
723 B
JavaScript
19 lines
723 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Veire perfil",
|
|
"Profile picker" : "Selector de perfil",
|
|
"Profile" : "Perfil",
|
|
"Searching …" : "Recèrca…",
|
|
"Not found" : "Non trobat",
|
|
"Search for a user profile" : "Cercar un perfil utilizaire",
|
|
"Search for a user profile. Start typing" : "Cercar un perfil utilizaire. Començatz de picar",
|
|
"Insert selected user profile link" : "Inserir lo ligam del perfil utilizaire seleccionat",
|
|
"Insert" : "Inserir",
|
|
"Edit Profile" : "Modificar perfil",
|
|
"Profile not found" : "Perfil pas trobat",
|
|
"Back to %s" : "Tornar a %s",
|
|
"The profile does not exist." : "Lo perfil existís pas."
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|