summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/bb10/translations
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2013-04-15 10:47:28 +0000
committerBenny Prijono <bennylp@teluu.com>2013-04-15 10:47:28 +0000
commit7e629aee4795127c323551e153349bf904166717 (patch)
tree34ee314e202a072a3ed742b118badf6fc252c15c /pjsip-apps/src/pjsua/bb10/translations
parenta88589110b443e7ebb5c355cd50190baaa7549a5 (diff)
Re #1657, #1655: initial implementation of pjsua CLI app for BlackBerry BB10
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4471 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/pjsua/bb10/translations')
-rw-r--r--pjsip-apps/src/pjsua/bb10/translations/Makefile12
-rw-r--r--pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.pro1
-rw-r--r--pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.ts22
3 files changed, 35 insertions, 0 deletions
diff --git a/pjsip-apps/src/pjsua/bb10/translations/Makefile b/pjsip-apps/src/pjsua/bb10/translations/Makefile
new file mode 100644
index 00000000..28fd97cb
--- /dev/null
+++ b/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/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.pro b/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.pro
new file mode 100644
index 00000000..3f7c659e
--- /dev/null
+++ b/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.pro
@@ -0,0 +1 @@
+include (../PjsuaBB.pro)
diff --git a/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.ts b/pjsip-apps/src/pjsua/bb10/translations/PjsuaBB.ts
new file mode 100644
index 00000000..cdc53c8c
--- /dev/null
+++ b/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>