blob: 0f758b3f8e5df7e6eae455d28b644060d9f5cc76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OC.L10N.register(
"profile",
{
"Profile" : "نمایه",
"You have not added any info yet" : "You have not added any info yet",
"{user} has not added any info yet" : "{user} has not added any info yet",
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
"Edit Profile" : "ویرایش نمایه",
"The headline and about sections will show up here" : "The headline and about sections will show up here",
"Profile not found" : "نمایه، یافت نشد",
"The profile does not exist." : "این نمایه وجود ندارد.",
"Back to %s" : "Back to %s"
},
"nplurals=2; plural=(n > 1);");
|