blob: e226c170afd21ae2cd7f01fef8a00214c671bcfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
OC.L10N.register(
"profile",
{
"Profile" : "Próifíl",
"This application provides the profile" : "Soláthraíonn an feidhmchlár seo an phróifíl",
"Provides a customisable user profile interface." : "Soláthraíonn sé comhéadan próifíl úsáideora customizable.",
"You have not added any info yet" : "Níl aon fhaisnéis curtha agat fós",
"{user} has not added any info yet" : "Níor chuir {user} aon fhaisnéis leis fós",
"Error opening the user status modal, try hard refreshing the page" : "Earráid agus an modh stádas úsáideora á oscailt, déan iarracht an leathanach a athnuachan go dian",
"Edit Profile" : "Cuir Próifíl in Eagar",
"The headline and about sections will show up here" : "Taispeánfar an ceannlíne agus na hailt faoi anseo",
"Profile not found" : "Próifíl gan aimsiú",
"The profile does not exist." : "Níl an phróifíl ann.",
"Back to %s" : "Ar ais go dtí %s"
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
|