Selaa lähdekoodia

Several tweaks relating to I18n (#293)

* Update de.json

* Provide missing system message

* Update en.json

* Add missing credit to author

* Create qqq.json

* Provide missing message documentation (Refs: https://github.com/thingles/foreground/issues/262)

Thanks @kghbln !
Karsten Hoffmeyer 8 vuotta sitten
vanhempi
sitoutus
f4a81425b2
3 muutettua tiedostoa jossa 17 lisäystä ja 2 poistoa
  1. 2 1
      i18n/de.json
  2. 2 1
      i18n/en.json
  3. 13 0
      i18n/qqq.json

+ 2 - 1
i18n/de.json

@@ -7,5 +7,6 @@
 	"skinname-foreground": "Foreground",
 	"skinname-foreground": "Foreground",
 	"foreground-desc": "Stellt eine Benutzeroberfläche bereit, die die Inhalte des Wikis betont",
 	"foreground-desc": "Stellt eine Benutzeroberfläche bereit, die die Inhalte des Wikis betont",
 	"foreground-browsermsg": "sieht in dieser Version des Internet Explorers nicht wie gewünscht aus. Es wird eine Aktualisierung des Internet Explorers oder der Umstieg auf einen Browser wie bspw. Firefox oder Chrome empfohlen.",
 	"foreground-browsermsg": "sieht in dieser Version des Internet Explorers nicht wie gewünscht aus. Es wird eine Aktualisierung des Internet Explorers oder der Umstieg auf einen Browser wie bspw. Firefox oder Chrome empfohlen.",
-	"foreground-menutitle": "Menü"
+	"foreground-menutitle": "Menü",
+	"foreground-menunavback": "Zurück"
 }
 }

+ 2 - 1
i18n/en.json

@@ -1,7 +1,8 @@
 {
 {
 	"@metadata": {
 	"@metadata": {
 		"authors": [
 		"authors": [
-			"Garrick Van Buren"
+			"Garrick Van Buren",
+			"Tom Hutchison"
 		]
 		]
 	},
 	},
 	"skinname-foreground": "Foreground",
 	"skinname-foreground": "Foreground",

+ 13 - 0
i18n/qqq.json

@@ -0,0 +1,13 @@
+
+{
+	"@metadata": {
+		"authors": [
+			"Kghbln"
+		]
+	},
+	"skinname-foreground": "{{Notranslate}}\n\nThis this is the name of the skin.",
+	"foreground-desc": "{{desc|what=skin|name=Foreground|url=https://www.mediawiki.org/wiki/Skin:Foreground}}",
+	"foreground-browsermsg": "This is an error message.",
+	"foreground-menutitle": "This is a label.",
+	"foreground-menunavback": "This is a label."
+}