14 lines
438 B
JavaScript
14 lines
438 B
JavaScript
OC.L10N.register(
|
|
"firstrunwizard",
|
|
{
|
|
"First run wizard" : "First run wizard",
|
|
"App recommendation: Group folders" : "App recommendation: Group folders",
|
|
"About" : "About",
|
|
"Server address" : "Server address",
|
|
"Copied!" : "Copied!",
|
|
"Not supported!" : "Not supported!",
|
|
"Press ⌘-C to copy." : "Press ⌘-C to copy.",
|
|
"Press Ctrl-C to copy." : "Press Ctrl-C to copy."
|
|
},
|
|
"nplurals=1; plural=0;");
|