16 lines
526 B
JavaScript
16 lines
526 B
JavaScript
OC.L10N.register(
|
|
"firstrunwizard",
|
|
{
|
|
"About" : "Iwwer",
|
|
"Get the apps to sync your files" : "D'Apps op Fichieren syncen",
|
|
"Desktop client" : "Desktop-Programm",
|
|
"iOS app" : "iOS-App",
|
|
"Server address" : "Server-Adress",
|
|
"Copy link" : "Link kopéieren",
|
|
"Copied!" : "Kopéiert!",
|
|
"Not supported!" : "Nët ennerstëtzt!",
|
|
"Press ⌘-C to copy." : "Dréck ⌘-C fir ze kopéieren.",
|
|
"Press Ctrl-C to copy." : "Dréck CTRL-C fir ze kopéieren."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|