* #27232: jni: added pjproject checkout as regular git content

We will remove it once the next release of pjsip (with Android support)
comes out and is merged into SFLphone.
diff --git a/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/Makefile b/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/Makefile
new file mode 100644
index 0000000..28fd97c
--- /dev/null
+++ b/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/Makefile
@@ -0,0 +1,12 @@
+QMAKE_TARGET  = PjsuaBB
+LUPDATE       = $(QNX_HOST)/usr/bin/lupdate
+LRELEASE      = $(QNX_HOST)/usr/bin/lrelease
+
+update: $(QMAKE_TARGET).pro FORCE
+	$(LUPDATE) $(QMAKE_TARGET).pro
+
+release: $(QMAKE_TARGET).pro $(QMAKE_TARGET).ts
+	$(LRELEASE) $(QMAKE_TARGET).pro
+
+FORCE:
+
diff --git a/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.pro b/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.pro
new file mode 100644
index 0000000..3f7c659
--- /dev/null
+++ b/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.pro
@@ -0,0 +1 @@
+include (../PjsuaBB.pro)
diff --git a/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.ts b/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.ts
new file mode 100644
index 0000000..cdc53c8
--- /dev/null
+++ b/jni/pjproject-android/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0">
+<context>
+    <name>main</name>
+    <message>
+        <location filename="../assets/main.qml" line="11"/>
+        <source></source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../assets/main.qml" line="23"/>
+        <source>pjsua BB10</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../assets/main.qml" line="32"/>
+        <source>Starting..</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+</TS>