~petr-kubanek/stellarium/stellarium

« back to all changes in this revision

Viewing changes to plugins/RemoteControl/webroot/js/translationdata.js

  • Committer: Georg Zotti
  • Date: 2017-05-16 11:21:44 UTC
  • mfrom: (8454.1.100 SoCiS2016)
  • Revision ID: georg.zotti@univie.ac.at-20170516112144-mckvrgf8acksrghd
Merge-in SoCiS2016: Irregular solar system objects, RemoteSync plugin, Scenery3D improvements. Big merge, and raises Qt requirement to Qt5.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
//This file is generated automatically by the stellarium-remotecontrol-update-translationdata target through update_translationdata.py from stellarium-remotecontrol-js.pot
 
2
//This file is generated automatically by the stellarium-remotecontrol-update-translationdata target through update_translationdata.py from stellarium-remotecontrol.jst
3
3
//It contains all strings that can be translated through the StelTranslator in the JavaScript code by calling Main.tr()
4
4
//When this file is requested through the RemoteControl web server, the strings are translated using the current Stellarium app language
5
5
 
24
24
        "waiting" : '<?= tr("waiting")?>',
25
25
        "Could not retrieve projection list" : '<?= tr("Could not retrieve projection list")?>',
26
26
        "Could not retrieve landscape list" : '<?= tr("Could not retrieve landscape list")?>',
 
27
        "-none-" : '<?= tr("-none-")?>',
 
28
        "(Currently loading: %1)" : '<?= tr("(Currently loading: %1)")?>',
 
29
        "Could not retrieve Scenery3d list" : '<?= tr("Could not retrieve Scenery3d list")?>',
27
30
        "on" : '<?= tr("on")?>',
28
31
        "off" : '<?= tr("off")?>',
29
32
        "Show All Items" : '<?= tr("Show All Items")?>',
30
33
        "Input did not match any item" : '<?= tr("Input did not match any item")?>',
31
 
        "No current selection" : '<?= tr("No current selection")?>',
32
 
        "-none-" : '<?= tr("-none-")?>'
 
34
        "No current selection" : '<?= tr("No current selection")?>'
33
35
});
 
 
b'\\ No newline at end of file'