/usr/share/stellarium/webroot/js/translationdata.js is in stellarium-data 0.15.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | //This file is generated automatically by the stellarium-remotecontrol-update-translationdata target through update_translationdata.py from stellarium-remotecontrol-js.pot
//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")?>',
"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")?>',
"-none-" : '<?= tr("-none-")?>'
});
|