2016-03-04 09:55:53 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"settings",
|
|
|
|
{
|
2016-03-27 08:55:45 +03:00
|
|
|
"Cancel" : "I-cancel",
|
2016-03-04 09:55:53 +03:00
|
|
|
"Password" : "Password",
|
2016-03-27 08:55:45 +03:00
|
|
|
"Change password" : "Palitan ang password",
|
2016-03-04 09:55:53 +03:00
|
|
|
"Username" : "Username"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n > 1);");
|