nextcloud/lib/l10n/lb.js

25 lines
898 B
JavaScript
Raw Normal View History

OC.L10N.register(
"lib",
{
"Help" : "Hëllef",
"Personal" : "Perséinlech",
"Users" : "Benotzer",
"Admin" : "Admin",
"Unknown filetype" : "Onbekannten Fichier Typ",
"Invalid image" : "Ongülteg d'Bild",
"today" : "haut",
"yesterday" : "gëschter",
2014-12-11 09:55:27 +03:00
"_%n day ago_::_%n days ago_" : ["",""],
"last month" : "Läschte Mount",
"_%n month ago_::_%n months ago_" : ["",""],
"last year" : "Läscht Joer",
2014-12-12 09:55:24 +03:00
"_%n year ago_::_%n years ago_" : ["",""],
2014-12-11 09:55:27 +03:00
"_%n hour ago_::_%n hours ago_" : ["",""],
"_%n minute ago_::_%n minutes ago_" : ["","%n Minutten hir"],
"seconds ago" : "Sekonnen hir",
"web services under your control" : "Web-Servicer ënnert denger Kontroll",
"Authentication error" : "Authentifikatioun's Fehler",
"%s shared »%s« with you" : "Den/D' %s huet »%s« mat dir gedeelt"
},
"nplurals=2; plural=(n != 1);");