18 lines
514 B
JavaScript
18 lines
514 B
JavaScript
OC.L10N.register(
|
|
"activity",
|
|
{
|
|
"Mail" : "Mail",
|
|
"Notifications" : "Notifications",
|
|
"Send email" : "Send email",
|
|
"Today" : "Today",
|
|
"Home" : "Home",
|
|
"Copied!" : "Copied!",
|
|
"Not supported!" : "Not supported!",
|
|
"Press ⌘-C to copy." : "Press ⌘-C to copy.",
|
|
"Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
|
|
"{name} (invisible)" : "{name} (invisible)",
|
|
"{name} (restricted)" : "{name} (restricted)",
|
|
"Activities" : "Activities"
|
|
},
|
|
"nplurals=1; plural=0;");
|