aboutsummaryrefslogtreecommitdiffstats
path: root/apps/profile/l10n/gl.js
blob: 48d488a62b9a94180645b9128501ef3c74bc26c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "profile",
    {
    "Profile" : "Perfil",
    "This application provides the profile" : "Esta aplicación fornece o perfil",
    "Provides a customisable user profile interface." : "Fornece unha interface de perfil de usuario personalizábel.",
    "You have not added any info yet" : "Aínda non engadiu ningunha información",
    "{user} has not added any info yet" : "{user} aínda non engadiu ningunha información",
    "Error opening the user status modal, try hard refreshing the page" : "Produciuse un erro ao abrir a xanela modal de estado do usuario, tente forzar a actualización da páxina",
    "Edit Profile" : "Editar o perfil",
    "The headline and about sections will show up here" : "As seccións título e sobre aparecerán aquí",
    "Profile not found" : "Non se atopou o perfil",
    "The profile does not exist." : "O perfil non existe.",
    "Back to %s" : "Volver a %s"
},
"nplurals=2; plural=(n != 1);");