Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Former-commit-id: 04324a445d7214d21e616e044451bb79acc5a207
  • Loading branch information
pliablepixels committed Sep 22, 2016
1 parent 6f9c7f4 commit 64d523e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion www/lang/checklang.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
5 changes: 3 additions & 2 deletions www/lang/locale-ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"kDeletingEvent" :"جاري حذف التسجيل",
"kDevOptions" :"إعدادات المطور",
"kDeveloperOptionsFor" :"الخيارات المتاحة للمطور",
"kDisableAlarmMontage" :"إلغاء الإنذارات API في المونتاج,
"kDisableAlarmMontage" :"إلغاء الإنذارات APIفي المونتاج",
"kDisableAlarmMontageSub" :"قد يساعد ان كان هناك ضغظ على الخادم",
"kDisableNative" :"إلغاء المؤثرات الأصلية",
"kDisableNativeSub" :"قم بتفعيلها اذا حدث بطئ في القائمة",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 64d523e

Please sign in to comment.