CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/android/res/values/strings.xml
Views: 1401
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
4
<string name="hello">Hello World, PpssppActivity!</string>
5
<string name="app_name">PPSSPP</string>
6
<string name="shortcut_name">PPSSPP game</string>
7
8
<string name="bad_disc_title">Unsupported disc</string>
9
<string name="bad_disc_message">The file you selected wasn\'t recognized as a game.</string>
10
11
</resources>
12
13