Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.93 KB | None | 0 0
  1. {
  2. "global": {
  3. "submit_button" : "Submit",
  4. "delete" : "Delete",
  5. "edit" : "Edit",
  6. "enable" : "Enable",
  7. "disable" : "Disable",
  8. "show_more" : "Show More",
  9. "language" : "Language:",
  10. "close" : "Close",
  11. "online" : "Online",
  12. "search" : "Search..",
  13. "search_view_all" : "View all results",
  14. "go_back_button" : "Go Back",
  15.  
  16. "message_type": {
  17. "error" : "Error !",
  18. "info" : "Info !",
  19. "success" : "Success !"
  20. },
  21.  
  22. "info_message": {
  23. "confirm_delete" : "Are you sure you want to delete this ?",
  24. "confirm_repost" : "Are you sure you want to repost this photo to your profile ?",
  25. "no_search_results" : "Not found"
  26. },
  27.  
  28. "success_message": {
  29. "basic" : "Your requested command was performed successfully !"
  30. },
  31.  
  32. "error_message": {
  33. "empty_fields" : "You must fill all the fields !",
  34. "invalid_captcha" : "The captcha code is not valid !",
  35. "invalid_file_type" : "Invalid file type !",
  36. "invalid_image_size" : "You're uploaded image is exceeding the size limit ( %s ) !",
  37. "invalid_token" : "We're sorry but we couldn't perform the action, please try again !",
  38. "command_denied" : "You don't have access to this command !",
  39. "page_access_denied" : "You can't access this page !",
  40. "invalid_account" : "This user does not exist !",
  41. "basic" : "We could not perform your requested command !",
  42. "system_issues" : "There are some system issues at the moment, please contact an admin and tell him about this problem."
  43. },
  44.  
  45. "menu": {
  46. "home" : "Home",
  47. "logout" : "Logout",
  48. "settings" : "Settings",
  49. "admin" : "Admin Panel",
  50. "website" : "View website",
  51. "notifications" : "Notifications"
  52. },
  53.  
  54. "notifications": {
  55. "message" : "You got a new chat message from <strong>%s</strong>",
  56. "photo_like" : "<strong>%s</strong> liked your photo !",
  57. "follow" : "<strong>%s</strong> started following you !",
  58. "follow_request" : "You got a new follow request from <strong>%s</strong>",
  59. "follow_accepted" : "<strong>%s</strong> accepted your follow request",
  60. "comment" : "<strong>%s</strong> commented on your photo</strong>",
  61. "repost" : "<strong>%s</strong> reposted your photo",
  62. "no_notifications" : "You got no new notifications !",
  63. "view_all" : "Latest notifications"
  64. },
  65.  
  66. "photo_likes_modal": {
  67. "header" : "Who likes this",
  68. "no_likes" : "No likes at the moment !"
  69. },
  70.  
  71. "report_modal": {
  72. "header" : "Report",
  73. "input" : "Reason"
  74. }
  75.  
  76. },
  77.  
  78.  
  79. "photo": {
  80. "input": {
  81.  
  82. },
  83.  
  84. "error_message": {
  85. "invalid_photo" : "The photo you're searching for does not exist !"
  86. },
  87.  
  88. "success_message": {
  89. "repost" : "You just reposted that photo, you can head over to your profile to check it out!"
  90. },
  91.  
  92. "repost": {
  93. "content" : "I just reposted a photo from %s"
  94. }
  95. },
  96.  
  97.  
  98. "messages": {
  99. "title" : "Chat",
  100. "menu" : "Chat",
  101.  
  102. "sidebar": {
  103. "header" : "Latest chats"
  104. },
  105.  
  106. "info_message": {
  107. "no_messages_history" : "You don't have anyone to chat with. <a href=\"explore\">Explore</a> and find some friends.",
  108. "no_messages" : "You have no conversation with this user, start chatting right now !",
  109. "no_chat" : "Select someone to chat with .."
  110. },
  111.  
  112. "input": {
  113. "message" : "Send a message.."
  114. },
  115.  
  116. "button": {
  117. "show_more" : "View older comments"
  118. },
  119.  
  120. "error_message": {
  121. "permissions" : "You are not able to send messages to this user !"
  122. }
  123. },
  124.  
  125.  
  126. "page": {
  127.  
  128. "sidebar": {
  129.  
  130. },
  131.  
  132. "tooltip": {
  133.  
  134. },
  135.  
  136. "info_message": {
  137. "invalid_page" : "The page you're looking for does not exist !"
  138. }
  139. },
  140.  
  141.  
  142. "follow_requests": {
  143. "title" : "Follow Requests",
  144. "header" : "Follow Requests",
  145.  
  146. "button": {
  147. "accept_follow" : "Accept Request",
  148. "deny_follow" : "Deny Request"
  149. },
  150.  
  151. "info_message": {
  152. "no_requests" : "At the moment you do not have any follow requests !"
  153. }
  154. },
  155.  
  156.  
  157. "notifications": {
  158. "title" : "Latest notifications",
  159. "header" : "Latest notifications",
  160.  
  161. "tooltip": {
  162. "status_true" : "Seen",
  163. "status_false" : "New"
  164. }
  165. },
  166.  
  167.  
  168. "process_reports": {
  169. "modal": {
  170. "header" : "Report User",
  171. "input" : "Report Reason"
  172. },
  173.  
  174. "error_message": {
  175. "long_message" : "Your message is too long !",
  176. "short_message" : "Your message is too short !",
  177. "report_exists" : "You already reported this once !"
  178. }
  179. },
  180.  
  181.  
  182. "process_comments": {
  183. "modal": {
  184. "header" : "Submit Comment"
  185. },
  186.  
  187. "error_message": {
  188. "long_message" : "Your comment is too big !",
  189. "short_message" : "Your comment is too short !"
  190. }
  191. },
  192.  
  193.  
  194. "profile_settings": {
  195. "title" : "Profile Settings",
  196. "menu" : "Profile Settings",
  197. "header" : "Profile",
  198. "header2" : "Social Information",
  199. "header2_help" : "Enter only the id of your profile !",
  200.  
  201. "input": {
  202. "email" : "Email",
  203. "website" : "Website",
  204. "about" : "Description",
  205. "facebook" : "Facebook",
  206. "twitter" : "Twitter",
  207. "instagram" : "Instagram",
  208. "private" : "Private Profile",
  209. "private_help" : "Users will need to request permission from you in order to see your posts",
  210. "avatar" : "Change avatar",
  211. "avatar_help" : "Only JPG, JPEG, PNG formats allowed !",
  212. "avatar_selected" : "<span class=\"green\"><i class=\"fa fa-check\"></i> avatar selected !</span> <span id=\"avatar-file-remove\" class=\"red tooltipz clickable\" title=\"Remove file\"><i class=\"fa fa-remove\"></i></span>"
  213. },
  214.  
  215. "error_message": {
  216. "email_exists" : "We're sorry, but that email is already used !",
  217. "invalid_email" : "You entered an invalid email !",
  218. "long_about" : "We are sorry but your description is too big !",
  219. "long_website" : "We are sorry but your website link is too big !",
  220. "small_avatar" : "Your avatar is too small, minimum 165x165 !",
  221. "not_writeable" : "The <strong>uploads/avatars</strong> and / or <strong>uploads/avatars/thumbs</strong> folders are not writeable ! (admin only message)"
  222. },
  223.  
  224. "success_message": {
  225. "profile_updated" : "Your settings have been updated !"
  226. }
  227. },
  228.  
  229.  
  230. "change_password": {
  231. "title" : "Change Password",
  232. "menu" : "Change Password",
  233. "header" : "Change Password",
  234.  
  235. "input": {
  236. "current_password" : "Current Password",
  237. "new_password" : "New Password",
  238. "repeat_password" : "Repeat Password"
  239. },
  240.  
  241. "error_message": {
  242. "invalid_current_password" : "Your current password is not valid !",
  243. "short_password" : "Your password is too short, you must have at least 6 characters !",
  244. "passwords_not_matching" : "Your entered passwords do not match"
  245. },
  246.  
  247. "success_message": {
  248. "password_updated" : "Your password has been updated !"
  249. }
  250. },
  251.  
  252.  
  253. "reset_password": {
  254. "title" : "Reset Password",
  255. "header" : "Reset Password",
  256.  
  257. "input": {
  258. "new_password" : "New Password",
  259. "repeat_password" : "Repeat Password"
  260. },
  261.  
  262. "error_message": {
  263. "short_password" : "Your password is too short, you must have at least 6 characters !",
  264. "passwords_not_matching" : "Your entered passwords do not match"
  265. },
  266.  
  267. "success_message": {
  268. "password_updated" : "Your password has been updated !"
  269. }
  270. },
  271.  
  272.  
  273. "login": {
  274. "menu" : "Login",
  275. "title" : "Login",
  276. "header" : "Login",
  277.  
  278. "input": {
  279. "username" : "Username",
  280. "password" : "Password",
  281. "remember_me" : "Remember me",
  282. "yes" : "Yes",
  283. "no" : "No"
  284. },
  285.  
  286. "button": {
  287. "login" : "Sign In",
  288. "signup" : "Sign up",
  289. "lost_password" : "Lost Password",
  290. "resend_activation" : "Resend Activation"
  291. },
  292.  
  293. "info_message": {
  294. "logged_in" : "Welcome back, you are now logged in !"
  295. },
  296.  
  297. "error_message": {
  298. "wrong_password" : "Your password is not correct !",
  299. "user_not_active" : "Your account is not active !",
  300. "user_not_exist" : "Username does not belong to any accounty!"
  301.  
  302. }
  303. },
  304.  
  305.  
  306. "lost_password": {
  307. "title" : "Lost Password",
  308. "header" : "Lost Password",
  309.  
  310. "input": {
  311. "email" : "Email"
  312. },
  313.  
  314. "notice_message": {
  315. "success" : "We sent an email to that accounts address if an account is registered with it !"
  316. },
  317.  
  318. "email": {
  319. "title" : "Lost Password",
  320. "content" : "We generated a reset password link for your account, dont access the following url if it wasn't you! %sreset-password/%s/%s"
  321. }
  322. },
  323.  
  324. "resend_activation": {
  325. "title" : "Resend Activation",
  326. "header" : "Resend Activation Email",
  327.  
  328. "input": {
  329. "email" : "Email"
  330. },
  331.  
  332. "notice_message": {
  333. "success" : "We sent an email to that accounts address if an account is registered with it !"
  334. },
  335.  
  336. "email": {
  337. "title" : "Activate your account",
  338. "content" : "You need to activate your account by accessing the following link: %sactivate/%s/%s"
  339. }
  340. },
  341.  
  342.  
  343. "register": {
  344. "title" : "Register",
  345. "menu" : "Register",
  346. "header" : "Register",
  347.  
  348. "input": {
  349. "username" : "Username",
  350. "name" : "Name",
  351. "email" : "Email",
  352. "password" : "Password",
  353. "repeat_password" : "Repeat Password",
  354. "age" : "Age",
  355. "sex" : "Gender",
  356. "sex_male" : "Male",
  357. "sex_female" : "Female"
  358. },
  359.  
  360. "error_message": {
  361. "username_length" : "Username must be between 3 and 32 characters !",
  362. "name_length" : "Name must be between 3 and 32 characters !",
  363. "user_exists" : "We're sorry, but the <strong>%s</strong> username is already taken !",
  364. "email_exists" : "We're sorry, but that email is already used !",
  365. "invalid_email" : "You entered an invalid email !",
  366. "short_password" : "Your password is too short, you must have at least 6 characters !",
  367. "passwords_not_matching" : "Your entered passwords do not match",
  368. "username_characters" : "You can only use letters, digits and the '.', '_' characters for your username field"
  369. },
  370.  
  371. "email": {
  372. "title" : "Activate your account",
  373. "content" : "You need to activate your account by accessing the following link: %sactivate/%s/%s"
  374. },
  375.  
  376. "email_new_account": {
  377. "title" : "Welcome to %s",
  378. "content" : "We generated a separate login for you with the following details <br /><br /> <strong>Username:</strong> %s <br /> <strong>Password:</strong> %s"
  379. },
  380.  
  381. "success_message": {
  382. "registration" : "Your account has been created, check your email for the activation link !",
  383. "login" : "Welcome to our platform, we are grateful to have you here !"
  384. }
  385. },
  386.  
  387.  
  388. "profile": {
  389. "menu" : "My Profile",
  390.  
  391. "display": {
  392. "followers" : "<strong>%s</strong> followers",
  393. "following" : "<strong>%s</strong> following",
  394. "photos" : "<strong>%s</strong> posts",
  395. "verified" : "Verified"
  396. },
  397.  
  398. "error_message": {
  399. "invalid_account" : "Invalid Account",
  400. "photo_access" : "This photo is not yours and you do not have access to it",
  401. "small_photo" : "You need to upload a bigger photo ! At least 150x150.",
  402. "invalid_photo" : "Something went wrong when we tried to upload your photo !"
  403. },
  404.  
  405. "info_message": {
  406. "private_profile" : "This profile is currently private !",
  407. "profile_access" : "You are not allowed to access this profile !",
  408. "no_photos" : "There are no photos yet..",
  409. "start_uploading" : "<a href=\"index\">Go to your dashboard and start uploading now !</a>"
  410. },
  411.  
  412. "button": {
  413. "following" : "<span class=\"label label-success %s\">Following</span>",
  414. "requested" : "<span class=\"label label-info %s\">Requested</span>",
  415. "follow" : "<span class=\"label label-default %s\">Follow</span>",
  416. "rejected" : "<span class=\"label label-danger %s\">Rejected</span>",
  417. "profile_settings" : "Edit Profile",
  418. "block" : "Block User",
  419. "unblock" : "Unblock User",
  420. "message" : "Message user",
  421. "report" : "Report User"
  422. }
  423. },
  424.  
  425.  
  426. "store": {
  427. "title" : "Store",
  428. "menu" : "%s Points",
  429. "header" : "Store",
  430. "confirm_purchase" : "Are you sure you want to purchase this package ?",
  431.  
  432. "display": {
  433. "state" : "<strong>Account Balance:</strong> %s Points. Add funds to your account through <strong><a href=\"store-pay-paypal\">Paypal</a></strong>",
  434. "purchase" : "Purchase now"
  435. },
  436.  
  437. "verified_badge": {
  438. "title" : "Verified Badge",
  439. "description" : "Get the verified badge besides your username permanently for <strong>%s Points</strong>"
  440. },
  441.  
  442. "info_message": {
  443. "canceled" : "It appears you have canceled your order, we couldn't process your payment.",
  444. "already_verified" : "It appears that your account is already verified, you can't buy this package again."
  445. },
  446.  
  447. "button": {
  448.  
  449. },
  450.  
  451. "paypal": {
  452. "header" : "Pay with PayPal",
  453. "amount" : "Select an amount of points"
  454. },
  455.  
  456. "error_message": {
  457. "normal" : "Something happened while we tried to process your payment..",
  458. "not_enough_funds" : "It appears that you do not have enough funds to purchase this package. Please add more funds to your wallet and then try again.",
  459. "allowed_packages" : "Please try purchasing a package that is listed below."
  460. },
  461.  
  462. "success_message": {
  463. "paid" : "You just got new funds into your account !",
  464. "purchased" : "You just purchased that package !"
  465. }
  466. },
  467.  
  468.  
  469. "home": {
  470. "title" : "Home",
  471. "header" : "Start socializing",
  472. "header2" : "Here are some users you can follow..",
  473. "subheader" : "Share your favorite moments and socialize with your friends.",
  474.  
  475. "input": {
  476. "comment" : "Add a comment..."
  477. },
  478.  
  479. "textarea": {
  480. "post" : "A little something about your photo.."
  481. },
  482.  
  483. "display": {
  484. "likes" : "<span class=\"dashboard-likes-count\">%s</span> likes"
  485. },
  486.  
  487. "info_message": {
  488. "content_length" : "Your content description was over 256 so we had to cut it down"
  489. },
  490.  
  491. "error_message": {
  492. "invalid_photo" : "You need to upload a photo !",
  493. "not_writeable" : "The <strong>uploads/photos</strong> and / or <strong>uploads/photos/thumbs</strong> folders are not writeable ! (admin only message)"
  494. }
  495. },
  496.  
  497.  
  498. "explore": {
  499. "title" : "Explore",
  500. "menu" : "Explore"
  501. },
  502.  
  503.  
  504. "admin_pages_management": {
  505. "title" : "Pages Management",
  506. "menu" : "Pages Management",
  507. "header" : "Add Page",
  508.  
  509. "table": {
  510. "title" : "Name",
  511. "url" : "Url",
  512. "position" : "Position",
  513. "position_top" : "Top menu",
  514. "position_bottom" : "Bottom menu",
  515. "actions" : "Actions"
  516. },
  517.  
  518. "input": {
  519. "title" : "Page Title",
  520. "url" : "URL / Slug",
  521. "description" : "Description",
  522. "position" : "Position",
  523. "position_top" : "Top menu",
  524. "position_bottom" : "Footer"
  525. }
  526. },
  527.  
  528.  
  529. "admin_photos_management": {
  530. "title" : "Photos Management",
  531. "menu" : "Photos Management",
  532. "header" : "Photos Management",
  533. "search" : "Search by username, email, name..",
  534.  
  535. "tooltip": {
  536. "photo" : "Check the posted photo"
  537. }
  538. },
  539.  
  540. "welcomeindex": {
  541. "title" : "Welcome to"
  542. },
  543.  
  544.  
  545. "admin_dashboard": {
  546. "title" : "Admin Dashboard",
  547. "menu" : "Dashboard",
  548. "header" : "Dashboard",
  549. "header2" : "Latest Uploads",
  550.  
  551. "display": {
  552. "reports" : "Reports:",
  553. "accounts" : "Users",
  554. "photos" : "Photos Uploaded",
  555. "messages" : "Total messages sent",
  556.  
  557. "latest_users" : "Latest Users",
  558. "latest_reports" : "Latest Reports",
  559. "latest_photos" : "Latest Photos Uploaded",
  560. "online_users" : "Online Users ( <strong>%s</strong> )",
  561. "online_users_help" : "A few online users..",
  562.  
  563. "version" : "Current version: %s"
  564. },
  565.  
  566. "table": {
  567. "username" : "Username",
  568. "name" : "Name",
  569. "email" : "Email",
  570. "type" : "Type",
  571. "reported_id" : "Reported Id",
  572. "date" : "Date",
  573. "actions" : "Actions",
  574. "view_report" : "View Report"
  575. },
  576.  
  577. "notice_message": {
  578. "no_users" : "Currently there are no users",
  579. "no_reports" : "Currently there are no reports",
  580. "no_photos" : "Currently there are no photos uploaded",
  581. "no_online_users" : "Currently there are no online users"
  582. }
  583. },
  584.  
  585.  
  586. "admin_users_management": {
  587. "title" : "Users Management",
  588. "menu" : "Users Management",
  589.  
  590. "table": {
  591. "username" : "Username",
  592. "name" : "Name",
  593. "email" : "Email",
  594. "ip" : "IP",
  595. "registration_date" : "Reg. Date",
  596. "actions" : "Actions"
  597. },
  598.  
  599. "tooltip": {
  600. "admin" : "Admin",
  601. "owner" : "Owner"
  602. },
  603.  
  604. "info_message": {
  605. "confirm_delete" : "By deleting this user, everything that is linked to that user will be deleted !"
  606. },
  607.  
  608. "error_message": {
  609. "self_delete" : "You can't delete yourself !",
  610. "self_status" : "You can't change your own status !"
  611. }
  612. },
  613.  
  614.  
  615.  
  616. "admin_reports_management": {
  617.  
  618. "title" : "Reports Management",
  619. "menu" : "Reports Management",
  620.  
  621. "table": {
  622. "type" : "Type",
  623. "username" : "User",
  624. "reported_id" : "Reported Id",
  625. "date" : "Date",
  626. "actions" : "View report"
  627. },
  628.  
  629. "tooltip": {
  630. "admin" : "Admin",
  631. "owner" : "Owner"
  632. },
  633.  
  634. "info_message": {
  635. "confirm_delete" : "By deleting this user, everything that is linked to that user will be deleted !"
  636. },
  637.  
  638. "error_message": {
  639. "self_delete" : "You can't delete yourself !",
  640. "self_status" : "You can't change your own status !"
  641. }
  642. },
  643.  
  644.  
  645. "admin_report_edit": {
  646. "title" : "View Report",
  647. "header" : "View Report",
  648.  
  649. "input": {
  650. "user_profile" : "User Profile",
  651. "date" : "Date",
  652. "type" : "Type",
  653. "reported_id" : "Reported Id",
  654. "reported" : "Reported %s",
  655. "reason" : "Reason of reporting"
  656. },
  657.  
  658. "error_message": {
  659. "invalid_report" : "That report wasn't found !"
  660. },
  661.  
  662. "button": {
  663. "delete" : "Delete %s"
  664. }
  665. },
  666.  
  667.  
  668. "admin_page_edit": {
  669. "title" : "View Page",
  670. "header" : "View Page",
  671.  
  672. "input": {
  673. "title" : "Page Title",
  674. "url" : "URL / Slug",
  675. "description" : "Description",
  676. "position" : "Position",
  677. "position_top" : "Top menu",
  678. "position_bottom" : "Footer"
  679. },
  680.  
  681. "error_message": {
  682. "invalid_page" : "That page wasn't found !"
  683. }
  684. },
  685.  
  686.  
  687. "admin_user_edit": {
  688. "title" : "Edit User",
  689. "header" : "Edit User",
  690. "header2" : "Edit Social Data",
  691. "header2_help" : "Enter only the id of your profile !",
  692. "header3" : "Change Password",
  693. "header3_help" : "Leave it empty if you don't want to change the password !",
  694.  
  695. "input": {
  696. "username" : "Username",
  697. "name" : "Name",
  698. "email" : "Email",
  699. "website" : "Website",
  700. "about" : "About",
  701. "type" : "Admin Account",
  702. "type_help" : "Is this an admin account ?",
  703. "verified" : "Verified Account",
  704. "verified_help" : "A verified account displays a Verified badge on the user's profile",
  705. "status" : "Account Status",
  706. "status_help" : "Active / Inactive",
  707. "private" : "Private Account",
  708. "new_password" : "New Password",
  709. "repeat_password" : "Repeat Password",
  710. "facebook" : "Facebook",
  711. "twitter" : "Twitter",
  712. "instagram" : "Instagram"
  713. },
  714.  
  715. "error_message": {
  716. "name_length" : "Name must be between 3 and 32 characters !",
  717. "invalid_account" : "That account wasn't found !",
  718. "email_exists" : "We're sorry, but that email is already used !",
  719. "invalid_email" : "You entered an invalid email !",
  720. "short_password" : "Your password is too short, you must have at least 6 characters !",
  721. "passwords_not_matching" : "Your entered passwords do not match",
  722. "long_about" : "We are sorry but your description is too big !"
  723. }
  724. },
  725.  
  726.  
  727. "admin_website_settings": {
  728. "title" : "Website Settings",
  729. "menu" : "Website Settings",
  730. "header" : "Website Settings",
  731.  
  732. "input": {
  733. "title" : "Website title",
  734. "meta_description" : "Meta Description",
  735. "analytics_code" : "Analytics Tracking Code",
  736. "analytics_code_help" : "Example: UA-22222222-33 ( Leave empty if you dont have Googele Analytics )",
  737. "banned_words" : "Banned Words",
  738. "banned_words_help" : "separated by a comma, filter active on: comments and blog posts",
  739. "avatar_max_size" : "Avatar Maximum Upload Size (bytes)",
  740. "photos_max_size" : "Photos Maximum Upload Size (bytes)",
  741. "contact_email" : "Contact Email",
  742. "contact_email_help" : "The email that the users get the email from / the 'reply-to' email ( registration / email activation / lost password )",
  743. "email_confirmation" : "Register - Confirmation email",
  744. "chat_pagination" : "Chat Pagination",
  745. "chat_pagination_help" : "How many chat messages will be displayed by default on a chat page",
  746. "comments_pagination" : "Comments Pagination",
  747. "comments_pagination_help" : "How many comments will be displayed as preview on a photo",
  748. "photos_pagination" : "Photos Pagination",
  749. "photos_pagination_help" : "How many photos will be displayed on the dashboard by default",
  750. "profile_photos_pagination" : "Profile Photos Pagination",
  751. "profile_photos_pagination_help" : "How many photos will be displayed on a users profile by default",
  752. "time_zone" : "Time Zone",
  753. "top_ads" : "Top Ads Code",
  754. "bottom_ads" : "Bottom Ads Code",
  755. "side_ads" : "Side Ads Code",
  756. "recaptcha" : "Enable ReCaptcha",
  757. "recaptcha_help" : "If enabled, you must add the public and private key from Google Recaptcha API",
  758. "public_key" : "Public Key",
  759. "private_key" : "Private Key",
  760. "social_help" : "Enter only the id / name of the page",
  761. "facebook" : "Facebook",
  762. "twitter" : "Twitter",
  763. "googleplus" : "Google Plus",
  764. "smtp_help" : "If there are no values entered then the system will try to use the default mail function.",
  765. "smtp_host" : "SMTP Host",
  766. "smtp_port" : "SMTP Port",
  767. "smtp_user" : "SMTP User",
  768. "smtp_pass" : "SMTP Pass",
  769. "facebook_login" : "Enable Facebook Registration / Login",
  770. "facebook_app_id" : "Facebook App Id",
  771. "facebook_app_secret" : "Facebook App Secret",
  772. "notification_check_delay" : "Notification Check Delay (ms)",
  773. "notification_sound" : "Notification Sound",
  774. "message_check_delay" : "Message Check Delay (ms)",
  775. "message_sound" : "Message Sound",
  776. "store_paypal_client_id" : "Paypal Client ID",
  777. "store_paypal_secret" : "Paypal Secret",
  778. "store_currency" : "Currency",
  779. "store_verified_badge_price": "Verified Badge Price ( points )"
  780. },
  781.  
  782. "tab": {
  783. "main" : "Main",
  784. "second" : "Secondary",
  785. "store" : "Store",
  786. "ads" : "Ads",
  787. "pagination" : "Pagination",
  788. "notifications" : "Notifications",
  789. "api" : "API's",
  790. "social" : "Social",
  791. "smtp" : "SMTP"
  792. }
  793. },
  794.  
  795.  
  796. "admin_website_statistics": {
  797. "title" : "Website Statistics",
  798. "menu" : "Website Statistics",
  799. "header" : "Total Statistics",
  800. "header2" : "This month statistics",
  801. "header3" : "User Statistics",
  802.  
  803. "display": {
  804. "reports" : "Reports:",
  805. "accounts" : "Users",
  806. "photos" : "Photos",
  807. "messages" : "Messages",
  808.  
  809. "active_users_month" : "Active users this month ( <strong>%s</strong> )",
  810. "latest_reports" : "Latest Reports",
  811. "latest_photos" : "Latest Photos Uploaded",
  812. "online_users" : "Online Users ( <strong>%s</strong> )"
  813. },
  814.  
  815. "table": {
  816. "username" : "Username",
  817. "name" : "Name",
  818. "email" : "Email",
  819. "actions" : "Actions",
  820.  
  821. "accounts" : "Users:",
  822. "new_accounts_today" : "New Accounts Today:",
  823. "owners" : "Owners:",
  824. "admins" : "Admins:",
  825. "private_accounts" : "Private Accounts:",
  826. "confirmed_accounts" : "Confirmed Accounts:",
  827. "unconfirmed_accounts" : "Unconfirmed Accounts:"
  828. }
  829. },
  830.  
  831.  
  832. "processing_process_block": {
  833. "success_message": {
  834. "blocked" : "User blocked",
  835. "unblocked" : "User unblocked"
  836. }
  837. },
  838.  
  839.  
  840. "processing_comment_block": {
  841. "error_message": {
  842. "permission" : "You do not have permissions to comment on this photo"
  843. }
  844. },
  845.  
  846.  
  847. "not_found": {
  848. "title" : "Not found",
  849. "content" : "We're sorry but we couldn't find the page you searched for..."
  850. }
  851. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement