瀏覽代碼

Added Luxembourgish (lb) translations

Michel Weimerskirch 10 年之前
父節點
當前提交
017b97b0e5
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      lang/lb.js

+ 16 - 0
lang/lb.js

@@ -0,0 +1,16 @@
+
+$.fullCalendar.lang("lb", {
+	buttonText: {
+		month: "Mount",
+		week: "Woch",
+		day: "Dag",
+		list: "Terminiwwersiicht",
+		prev: "zréck",
+		next: "weider",
+		today: "haut"
+	},
+	allDayText: "Ganzen Dag",
+	eventLimitText: function(n) {
+		return "+ " + n + " méi";
+	}
+});