summaryrefslogtreecommitdiff
path: root/www/lang
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-22 19:29:03 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-22 19:29:03 -0400
commit64d523ebc1ec016a8c61e412bcb91d3758836d89 (patch)
tree6331118d2386c16332d2a9c2dacaa01e0611f2e5 /www/lang
parent6f9c7f440c9c7fdacd907e22c5392febee8bc832 (diff)
updates
Former-commit-id: 04324a445d7214d21e616e044451bb79acc5a207
Diffstat (limited to 'www/lang')
-rwxr-xr-xwww/lang/checklang.py3
-rw-r--r--www/lang/locale-ar.json5
2 files changed, 5 insertions, 3 deletions
diff --git a/www/lang/checklang.py b/www/lang/checklang.py
index e0ba484a..cf3291fe 100755
--- a/www/lang/checklang.py
+++ b/www/lang/checklang.py
@@ -47,8 +47,9 @@ def compare (fname):
with open (i) as json_data:
try:
newKeys = json.load(json_data)
- except ValueError:
+ except ValueError as e:
print 'could not parse %s, skipping!' %fname
+ print 'Error was %s' % str(e)
globBad+=1
return
json_data.close()
diff --git a/www/lang/locale-ar.json b/www/lang/locale-ar.json
index edb02c00..0d0f99af 100644
--- a/www/lang/locale-ar.json
+++ b/www/lang/locale-ar.json
@@ -56,7 +56,7 @@
"kDeletingEvent" :"جاري حذف التسجيل",
"kDevOptions" :"إعدادات المطور",
"kDeveloperOptionsFor" :"الخيارات المتاحة للمطور",
- "kDisableAlarmMontage" :"إلغاء الإنذارات API في المونتاج,
+ "kDisableAlarmMontage" :"إلغاء الإنذارات APIفي المونتاج",
"kDisableAlarmMontageSub" :"قد يساعد ان كان هناك ضغظ على الخادم",
"kDisableNative" :"إلغاء المؤثرات الأصلية",
"kDisableNativeSub" :"قم بتفعيلها اذا حدث بطئ في القائمة",
@@ -233,10 +233,11 @@
"kPortalCgiBinFailed" :"cgi-bin فشل التحقق من",
"kPortalDetectionFailed" :"البوابة: فشل التحقق من",
"kPortalEmpty" :"مسار البوابة لايمكن ان يكون فارغاً",
- "kPortalInvalidUrl" :"يبدو ان مسار البوابة غير صحيح
+ "kPortalInvalidUrl" :"يبدو ان مسار البوابة غير صحيح",
"kPortalLoginUnsuccessful" :"لم يتم تسجيل الدخول بنجاح الرجاء العودة للخلف والتحقق من الإعدادات",
"kPortalNoMonitorFound" :"No configured/enabled monitor found",
"kPortalNoProto" :"No protocol specified",
+ "kPortalNotice" :"If this screen doesn't go away after a while, you have not setup ZoneMinder and/or the APIs correctly",
"kPortalPleaseSelect" :"الرجاء الإختيار",
"kPortalUrl" :"ZM مسار البوابة",
"kPresets" :"presets",