1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-07-24 05:14:54 +02:00
nextcloud/lib/l10n/su.js

11 lignes
287 B
JavaScript
Brut Vue normale Historique

OC.L10N.register(
"lib",
{
2014-12-11 07:55:27 +01:00
"_%n day ago_::_%n days ago_" : [""],
"_%n month ago_::_%n months ago_" : [""],
2014-12-12 07:55:24 +01:00
"_%n year ago_::_%n years ago_" : [""],
"_%n hour ago_::_%n hours ago_" : [""],
2014-12-11 07:55:27 +01:00
"_%n minute ago_::_%n minutes ago_" : [""]
},
"nplurals=1; plural=0;");