1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Cannot write into \"config\" directory!",
"Unknown filetype" : "Unknown filetype",
"Invalid image" : "Invalid image",
"Files" : "Files",
"View profile" : "View profile",
"last month" : "last month",
"seconds ago" : "seconds ago",
"File name is too long" : "File name is too long",
"Apps" : "Apps",
"Settings" : "Settings",
"Address" : "Address",
"Profile picture" : "Profil rasmi",
"About" : "About",
"Set an admin password." : "Set an admin password.",
"January" : "January",
"Authentication error" : "Authentication error",
"Storage is temporarily not available" : "Storage is temporarily not available",
"Help" : "Help",
"Users" : "Users",
"Unknown user" : "Unknown user"
},
"nplurals=1; plural=0;");
|