File: translationdata.js

package info (click to toggle)
stellarium 24.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 911,396 kB
  • sloc: ansic: 317,377; cpp: 204,602; xml: 48,590; javascript: 26,348; python: 1,254; perl: 1,108; sh: 207; makefile: 190; pascal: 169
file content (35 lines) | stat: -rw-r--r-- 2,393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

//This file is generated automatically by the stellarium-remotecontrol-update-translationdata target through update_translationdata.py from stellarium-remotecontrol.jst
//It contains all strings that can be translated through the StelTranslator in the JavaScript code by calling Main.tr()
//When this file is requested through the RemoteControl web server, the strings are translated using the current Stellarium app language

define({
	"Could not retrieve action list" : '<?= tr("Could not retrieve action list")?>',
	"Action '%1' not accepted by server: " : '<?= tr("Action \'%1\' not accepted by server: ")?>',
	"Error sending action '%1' to server: " : '<?= tr("Error sending action \'%1\' to server: ")?>',
	"Error performing search" : '<?= tr("Error performing search")?>',
	"Could not retrieve country list" : '<?= tr("Could not retrieve country list")?>',
	"Could not retrieve planet list" : '<?= tr("Could not retrieve planet list")?>',
	"Could not retrieve property list" : '<?= tr("Could not retrieve property list")?>',
	"Property '%1' not accepted by server: " : '<?= tr("Property \'%1\' not accepted by server: ")?>',
	"Error sending property '%1' to server: " : '<?= tr("Error sending property \'%1\' to server: ")?>',
	"Error sending command to server: " : '<?= tr("Error sending command to server: ")?>',
	"Could not retrieve script list" : '<?= tr("Could not retrieve script list")?>',
	"querying" : '<?= tr("querying")?>',
	"Error (%1)" : '<?= tr("Error (%1)")?>',
	"Error performing Simbad lookup" : '<?= tr("Error performing Simbad lookup")?>',
	"idle" : '<?= tr("idle")?>',
	"Error loading object types" : '<?= tr("Error loading object types")?>',
	"Error getting object list" : '<?= tr("Error getting object list")?>',
	"waiting" : '<?= tr("waiting")?>',
	"Could not retrieve projection list" : '<?= tr("Could not retrieve projection list")?>',
	"Could not retrieve landscape list" : '<?= tr("Could not retrieve landscape list")?>',
	"-none-" : '<?= tr("-none-")?>',
	"(Currently loading: %1)" : '<?= tr("(Currently loading: %1)")?>',
	"Could not retrieve Scenery3d list" : '<?= tr("Could not retrieve Scenery3d list")?>',
	"on" : '<?= tr("on")?>',
	"off" : '<?= tr("off")?>',
	"Show All Items" : '<?= tr("Show All Items")?>',
	"Input did not match any item" : '<?= tr("Input did not match any item")?>',
	"No current selection" : '<?= tr("No current selection")?>'
});