blob: a6edaa032ae72b273cdd67ddf2ca448921aac312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OC.L10N.register(
"profile",
{
"Profile" : "Profil",
"You have not added any info yet" : "Ni še vpisanih podrobnosti",
"{user} has not added any info yet" : "Oseba {user} še ni dodala nobenih podrobnosti.",
"Error opening the user status modal, try hard refreshing the page" : "Prišlo je do napake pri odpiranju modalnega okna stanja uporabnika. Napako je mogoče razrešiti z osvežitvijo strani.",
"Edit Profile" : "Uredi profil",
"The headline and about sections will show up here" : "Naslovnica in odsek s podatki bo prikazan na tem mestu.",
"Profile not found" : "Profila ni mogoče najti",
"The profile does not exist." : "Profil ne obstaja.",
"Back to %s" : "Nazaj na %s"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|