blob: b9d4b651b8fd351bc6fb2643f4dcaee5cab1b815 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"profile",
{
"You have not added any info yet" : "Sa pole veel mingit infot lisanud",
"{user} has not added any info yet" : "{user} pole veel mingit infot lisanud",
"Error opening the user status modal, try hard refreshing the page" : "Kasutaja staatuse modaaldialoogi avamine ebaõnnestus, proovi lehte värskendada",
"Edit Profile" : "Muuda profiili",
"Profile not found" : "Profiili ei leitud",
"The profile does not exist." : "Profiili ei eksisteeri"
},
"nplurals=2; plural=(n != 1);");
|