Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.34 KB | None | 0 0
  1. <?php
  2.  
  3. $_LANG_CONFIG['DATA'] = array(
  4. 'native'=>'English - United States',
  5. 'english'=>'English',
  6. 'last_update'=>'20/02/2013',
  7. 'author'=>'Diego Najar',
  8. 'email'=>'dignajar@gmail.com',
  9. 'url'=>'http://diego.nibbleblog.com'
  10. );
  11.  
  12. $_LANG['LAST_COMMENTS'] = 'Son Yorumlar';
  13. $_LANG['THEME'] = 'Tema';
  14. $_LANG['THEMES'] = 'Temalar';
  15. $_LANG['CHANGE_THEME'] = 'Temayı değiştir';
  16. $_LANG['SELECT_THEME'] = 'Tema seç';
  17. $_LANG['REMEMBER_ME'] = 'Beni Hatırla';
  18. $_LANG['USERNAME'] = 'Kullanıcı Adı';
  19. $_LANG['PASSWORD'] = 'Şifre';
  20. $_LANG['COMMENTS'] = 'Yorumlar';
  21. $_LANG['INVALID_CAPTCHA'] = 'Doğrulama Kodu Hatalı';
  22. $_LANG['NAME'] = 'İsim';
  23. $_LANG['EMAIL'] = 'E-posta';
  24. $_LANG['TYPE_THE_COMMENT_HERE'] = 'Yorumunu yaz';
  25. $_LANG['COPY_THE_TEXT_ON_THE_RIGHT'] = 'Copy the text on the right';
  26. $_LANG['NEWER_POSTS'] = 'Yeni Yazılar';
  27. $_LANG['OLDER_POSTS'] = 'Eski Yazılar';
  28. $_LANG['FORGOT_PASSWORD'] = 'Şifremi Unuttum';
  29. $_LANG['INCORRECT_USERNAME_OR_PASSWORD'] = 'Hatalı Kullanıcı Adı Veya Parola';
  30. $_LANG['LOGIN'] = 'Giriş Yap';
  31. $_LANG['NEW_CATEGORY'] = 'Yeni Kategori';
  32. $_LANG['ENTER_THE_NAME_OF_THE_NEW_CATEGORY'] = 'Yeni Kategorinin İsmini Yaz';
  33. $_LANG['ADD_CATEGORY'] = 'Kategori Ekle';
  34. $_LANG['CATEGORIES_IN_YOUR_BLOG'] = 'Blogundaki Kategoriler';
  35. $_LANG['DELETE'] = 'Sil';
  36. $_LANG['ENTER_TITLE_HERE'] = 'Başlığı Yaz';
  37. $_LANG['SELECT_A_CATEGORY'] = 'Kategori Seç';
  38. $_LANG['ALLOW_COMMENTS'] = 'Yorumlara İzin Ver';
  39. $_LANG['ALLOW_YOUR_USERS_TO_COMMENT_YOUR_PUBLICATIONS'] = 'Yazıya Kullanıcıların Yorum Yapmasına İzin Ver';
  40. $_LANG['STICKY_POST'] = 'Yapışkan Yazı';
  41. $_LANG['SELECT_THIS_OPTION_IF_YOU_WANT_TO_HIGHLIGHT_YOUR_PUBLICATION'] = 'Select this option if you want to highlight your publication';
  42. $_LANG['PUBLISH'] = 'Yayınla';
  43. $_LANG['GET_VIDEO_INFORMATION'] = 'Video Bilgisi Al';
  44. $_LANG['VIDEO_URL'] = 'Video Adresi';
  45. $_LANG['LOADING'] = 'Loading';
  46. $_LANG['VIDEO_INFORMATION'] = 'Video Bilgisi';
  47. $_LANG['ENTER_QUOTE_HERE'] = 'Notunu Yaz';
  48. $_LANG['TIMEZONE'] = 'Saat';
  49. $_LANG['BLOG_ADDRESS'] = 'Blog Adresi (URL)';
  50. $_LANG['BLOG_BASE_PATH'] = 'Blog base path';
  51. $_LANG['POSTS_PER_PAGE'] = 'Sayfa Başına Gösterilecek Yazı Sayısı';
  52. $_LANG['RSS_ITEMS'] = 'RSS items';
  53. $_LANG['ADVANCED_OPTIONS_FOR_POST'] = 'Yazılar için Gelişmiş Ayarlar';
  54. $_LANG['BLOG_TITLE'] = 'Blog Başlığı';
  55. $_LANG['BLOG_SLOGAN'] = 'Blog Sloganı';
  56. $_LANG['ABOUT_YOUR_BLOG'] = 'Blog Hakkında';
  57. $_LANG['FOOTER_TEXT'] = 'Footer Yazısı';
  58. $_LANG['LANGUAGE'] = 'Dil';
  59. $_LANG['CURRENT_PASSWORD'] = 'Şuanki Şifre';
  60. $_LANG['NEW_PASSWORD'] = 'Yeni Şifre';
  61. $_LANG['SAVE_CHANGES'] = 'Değişiklikleri Kaydet';
  62. $_LANG['CHANGE_USERNAME'] = 'Kullanıcı Adı Değiştir';
  63. $_LANG['CHANGE_PASSWORD'] = 'Şifre Değiştir';
  64. $_LANG['CHANGES_HAS_BEEN_SAVED_SUCCESSFULLY'] = 'Değişiklikler Başarıyla Kaydedildi.';
  65. $_LANG['USERNAME_HAS_BEEN_CHANGED_SUCCESSFULLY'] = 'Kullanıcı Adı Başarıyla Değiştirildi.';
  66. $_LANG['PASSWORD_HAS_BEEN_CHANGED_SUCCESSFULLY'] = 'Şifre Başarıyla Değiştirildi.';
  67. $_LANG['CURRENT_PASSWORD_INCORRECT'] = 'Şuanki Şifre Yanlış';
  68. $_LANG['INSTALL'] = 'Yükle';
  69. $_LANG['UNINSTALL'] = 'Kaldır';
  70. $_LANG['CONFIGURE'] = 'Değiştir';
  71. $_LANG['CREATED_BY'] = 'Oluşturan';
  72. $_LANG['CATEGORY_HAS_ONE_OR_MORE_POST'] = 'Bu kategoride bir veya birden fazla yazı olduğu için silinemiyor.';
  73. $_LANG['AT_LEAST_ONE_CATEGORY'] = 'Bu kategori silinemez çünkü bir kategori kalmak zorunda.';
  74. $_LANG['ARE_YOU_SURE'] = 'Emin misin?';
  75. $_LANG['VIEW'] = 'Görüntüle';
  76. $_LANG['EDIT'] = 'Düzenle';
  77. $_LANG['TIMESTAMP_FORMAT'] = 'Time stamp format';
  78. $_LANG['SELECT_A_TIMEZONE_FOR_A_CORRECT_DATE_VISUALIZATION'] = 'Select a timezone for a correct date visualization.';
  79. $_LANG['AMOUNT_OF_POSTS_THAT_YOU_WISH_TO_SEE_PER_PAGE'] = 'Amount of posts that you wish to see per page.';
  80. $_LANG['AMOUNT_OF_POSTS_THAT_YOU_WISH_TO_SEE_ON_RSS'] = 'Amount of posts that you wish to see on RSS.';
  81. $_LANG['ADVANCED_OPTIONS_WHEN_PUBLISHING_CONTENT'] = 'Advanced options when publishing content.';
  82. $_LANG['ADMINISTRATORS_USERNAME'] = 'Administrator\'s username.';
  83. $_LANG['DO_NOT_FORGET_THIS_PASSWORD'] = 'Do not forget this password.';
  84. $_LANG['NEW_SESSION_STARTED'] = 'New session started';
  85. $_LANG['DATE'] = 'Tarih';
  86. $_LANG['LAST_SESSIONS'] = 'Last sessions';
  87. $_LANG['DASHBOARD'] = 'Dashboard';
  88. $_LANG['VIEW_BLOG'] = 'Blogu Görüntüle';
  89. $_LANG['LOGOUT'] = 'Çıkış Yap';
  90. $_LANG['POSTS'] = 'Posts';
  91. $_LANG['SIMPLE'] = 'Simple';
  92. $_LANG['VIDEO'] = 'Video';
  93. $_LANG['QUOTE'] = 'Not';
  94. $_LANG['POSTING_WITH_RICH_FORMATTING'] = 'Posting with rich formatting';
  95. $_LANG['AN_EASY_WAY_TO_PUBLISH_VIDEOS'] = 'An easy way to publish videos';
  96. $_LANG['AN_EASY_WAY_TO_PUBLISH_QUOTES'] = 'An easy way to publish quotes';
  97. $_LANG['NEW_SIMPLE_POST'] = 'Yeni Yazı';
  98. $_LANG['NEW_VIDEO_POST'] = 'Yeni Video';
  99. $_LANG['NEW_QUOTE_POST'] = 'Yeni Not';
  100. $_LANG['MANAGE_POSTS'] = 'Yazıları Düzenle';
  101. $_LANG['SETTINGS'] = 'Ayarlar';
  102. $_LANG['GENERAL_SETTINGS'] = 'Genel Ayarlar';
  103. $_LANG['ADVANCED_SETTINGS'] = 'Gelişmiş Ayarlar';
  104. $_LANG['MANAGE_CATEGORIES'] = 'Kategorileri Düzenle';
  105. $_LANG['USERNAME_AND_PASSWORD'] = 'Kullanıcı Adı & Şifre';
  106. $_LANG['MANAGE_PLUGINS'] = 'Eklentileri Yönet';
  107. $_LANG['PLUGINS'] = 'Eklentiler';
  108. $_LANG['EDIT_POST'] = 'Yazıyı Düzenle';
  109. $_LANG['SIGN_IN_TO_NIBBLEBLOG_ADMIN_AREA'] = 'Sign in to Nibbleblog admin area';
  110. $_LANG['POST_HAS_BEEN_PUBLISHED_SUCCESSFULLY'] = 'Post has been published successfully';
  111. $_LANG['PLEASE_ENABLE_JAVASCRIPT_IN_YOUR_BROWSER'] = 'Please enable JavaScript in your browser';
  112. $_LANG['INSTALLATION_COMPLETE'] = 'Installation complete';
  113. $_LANG['DEPENDENCIES'] = 'Dependencies';
  114. $_LANG['PHP_VERSION'] = 'PHP version';
  115. $_LANG['PASS'] = 'Pass';
  116. $_LANG['FAIL'] = 'Fail';
  117. $_LANG['PHP_MODULE'] = 'PHP module';
  118. $_LANG['CONFIGURATION'] = 'Configuration';
  119. $_LANG['EXPERT_MODE'] = 'Expert mode';
  120. $_LANG['ADMINISTRATOR_USERNAME'] = 'Administrator username';
  121. $_LANG['ADMINISTRATOR_PASSWORD'] = 'Administrator password';
  122. $_LANG['ADMINISTRATOR_EMAIL'] = 'Administrator e-mail';
  123. $_LANG['WELCOME_TO_NIBBLEBLOG'] = 'Welcome to Nibbleblog';
  124. $_LANG['CHOOSE_YOUR_LANGUAGE'] = 'Choose your language';
  125. $_LANG['WRITING_TEST_ON_CONTENT_DIRECTORY'] = 'Writing test on "content" directory';
  126. $_LANG['INSTALLATION_LINE1'] = 'Congratulations!';
  127. $_LANG['INSTALLATION_LINE2'] = 'Your Nibbleblog installation is now complete.';
  128. $_LANG['INSTALLATION_LINE3'] = 'To manage your blog go to the following address';
  129. $_LANG['INSTALLATION_LINE4'] = 'or visit your new blog';
  130. $_LANG['INSTALLATION_LINE5'] = 'If you need support please visit the forum';
  131. $_LANG['WELCOME_POST_TITLE'] = 'Welcome to Nibbleblog';
  132.  
  133. $_LANG['WELCOME_POST_LINE1'] = 'Congratulations, you have your blog installed and working.';
  134. $_LANG['WELCOME_POST_LINE2'] = 'Start publishing from your dashboard {{DASHBOARD_LINK}}';
  135. $_LANG['WELCOME_POST_LINE3'] = 'Follow us on social networks {{FACEBOOK_LINK}}, {{TWITTER_LINK}} and {{GOOGLEPLUS_LINK}}.';
  136.  
  137. $_LANG['ENABLE_FRIENDLY_URLS'] = 'Enable friendly URLs';
  138. $_LANG['COPY_THIS_CONTENT_ON_THE_FILE'] = 'Copy this content in the file ".htaccess". The file must be in the root of your domain. The server must have the modules loaded and configured correctly to use this option.';
  139. $_LANG['INSERT_PICTURE'] = 'Insert picture';
  140. $_LANG['PERMALINK'] = 'Permalink';
  141. $_LANG['FRIENDLY_URLS'] = 'Friendly URLs';
  142. $_LANG['UPLOADING'] = 'Uploading';
  143. $_LANG['READ_MORE'] = 'Read more';
  144. $_LANG['AUTHOR'] = 'Author';
  145. $_LANG['THE_PLUGIN_IS_INSTALLED_CORRECTLY'] = 'The plugin is installed correctly. If the theme supports it will appear on your blog.';
  146. $_LANG['SHORT_DESCRIPTION_NO_MORE_THAN'] = 'Short description. Not more than 150 characters.';
  147. $_LANG['NEW_COMMENT'] = 'New comment';
  148. $_LANG['REGIONAL_SETTINGS'] = 'Regional settings';
  149. $_LANG['LOCALE'] = 'Locale';
  150. $_LANG['THIS_FIELD_IS_SET_EACH_TIME_YOU_CHANGE_THE_LANGUAGE_OF_THE_BLOG'] = 'This field is set each time you change the language of the blog. If needed you can change this with a more appropriate one. Note that the options you enter must be supported by your server.';
  151. $_LANG['UNCATEGORIZED'] = 'Uncategorised';
  152. $_LANG['MUSIC'] = 'Music';
  153. $_LANG['VIDEOS'] = 'Videos';
  154. $_LANG['POWERED_BY_NIBBLEBLOG'] = 'Powered by Nibbleblog';
  155. $_LANG['CUSTOM'] = 'Custom';
  156. $_LANG['SELECT_A_FORMAT_FOR_DISPLAYING_THE_DATES'] = 'Select a format for displaying the dates or custom option so you can create your own.';
  157. $_LANG['ENABLE_WYSIWYG_EDITOR'] = 'Enable WYSIWYG editor';
  158. $_LANG['ENABLE_OR_DISABLE_THE_WYSIWYG_EDITOR'] = 'Enable or disable the WYSIWYG editor';
  159. $_LANG['IMAGE_SETTINGS'] = 'Image settings';
  160. $_LANG['AUTOMATIC_IMAGE_RESIZING'] = 'Automatic image resizing';
  161. $_LANG['THUMBNAILS'] = 'Thumbnails';
  162. $_LANG['ENABLE_AUTOMATIC_IMAGE_RESIZING'] = 'Enable automatic image resizing';
  163. $_LANG['ENABLE_THUMBNAILS'] = 'Enable thumbnails';
  164. $_LANG['WIDTH'] = 'Width';
  165. $_LANG['HEIGHT'] = 'Height';
  166. $_LANG['OPTION'] = 'Option';
  167. $_LANG['THIS_OPTION_AUTOMATICALLY_CHANGES_THE_IMAGE'] = 'This option automatically changes the image size after uploading.';
  168. $_LANG['ENABLE_THIS_OPTION_IF_YOU_WANT_TO_GENERATE'] = 'Enable this option if you want to generate a thumbnail when uploading an image.';
  169. $_LANG['THERE_ARE_NO_PUBLISHED_COMMENTS'] = 'There are no published comments.';
  170. $_LANG['THERE_ARE_NO_DRAFT_POSTS'] = 'There are no draft posts.';
  171. $_LANG['AUTOMATIC'] = 'Automatic';
  172. $_LANG['EXACT'] = 'Exact';
  173. $_LANG['PORTRAIT'] = 'Portrait';
  174. $_LANG['LANDSCAPE'] = 'Landscape';
  175. $_LANG['CROP'] = 'Crop';
  176. $_LANG['YOU_CAN_USE_HTML_OR_MARKDOWN_SYNTAX'] = 'You can use HTML or Markdown syntax';
  177. $_LANG['DRAFT'] = 'Draft';
  178. $_LANG['YOU_HAVE_A_NEW_COMMENT'] = 'You have a new comment';
  179. $_LANG['LOGIN_FAILED_ATTEMPT'] = 'Login failed attempt';
  180. $_LANG['NOTIFICATIONS'] = 'Notifications';
  181. $_LANG['PREVIEW'] = 'Preview';
  182. $_LANG['PLEASE_COMPLETE_ALL_FIELDS'] = 'Please complete all fields';
  183. $_LANG['THERE_ARE_NO_POSTS'] = 'There are no posts';
  184. $_LANG['BACK_TO_BLOG'] = 'Back to blog';
  185. $_LANG['LOW_DETECTION_LEVEL'] = 'Low detection level';
  186. $_LANG['MEDIUM_DETECTION_LEVEL'] = 'Medium detection level';
  187. $_LANG['HIGH_DETECTION_LEVEL'] = 'High detection level';
  188. $_LANG['SPAM_CONTROL'] = 'Spam control';
  189. $_LANG['DISAPPROVE'] = 'Disapprove';
  190. $_LANG['APPROVE_SPAM_DETECTED'] = 'Approve (Spam detected)';
  191. $_LANG['APPROVE'] = 'Approve';
  192. $_LANG['API_KEY'] = 'Api Key';
  193. $_LANG['INSERT_THE_API_KEY_HERE'] = 'Insert the API key here. If you don\'t have one yet, or are not familiar with this feature, please check the next link.';
  194. $_LANG['SPAM_MONITOR'] = 'Spam monitor';
  195. $_LANG['ENABLE_COMMENTS_BY_DEFAULT'] = 'Enable this feature to allow comments by default';
  196. $_LANG['ENABLE_THIS_FEATURE_TO_PROTECT_AGAINST_XSS'] = 'Enable this feature to protect against cross-site scripting (XSS) attacks by sanitizing any HTML code.';
  197. $_LANG['ENABLE_THIS_FEATURE_TO_MODERATE_COMMENTS'] = 'Enable this feature to moderate comments before they are published.';
  198. $_LANG['ENABLE_THIS_FEATURE_TO_PROTECT_YOUR_COMMENTS'] = 'Enable this feature to protect your comments from spam.';
  199. $_LANG['ENABLE_THIS_FEATURE_TO_DELETE_SPAM_AUTO'] = 'Enable this feature to delete spam automatically.';
  200. $_LANG['COMMENTS_DETECTED_AS_SPAM_WILL_BE_FILTERED'] = 'Comments detected as spam will be filtered.';
  201. $_LANG['NOTIFY_WHEN_A_USER_MAKES_A_COMMENT'] = 'Notify when a user makes a comment.';
  202. $_LANG['NOTIFY_WHEN_A_USER_FAILS_TO_LOGIN'] = 'Notify when a user fails to login.';
  203. $_LANG['NOTIFY_WHEN_A_USER_SUCCESSES_LOGIN'] = 'Notify when a user successes login.';
  204. $_LANG['NOTIFICATIONS_WILL_BE_SENT_TO_THIS_EMAIL'] = 'Notifications will be sent to this email.';
  205. $_LANG['NOTIFICATIONS_WILL_BE_SENT_FROM_THIS_EMAIL'] = 'Notifications will be sent from this email.';
  206. $_LANG['EMAIL_ACCOUNTS_SETTINGS'] = 'Email accounts settings';
  207. $_LANG['NOTIFY_ME_FROM'] = 'Notify me from';
  208. $_LANG['NOTIFY_ME_TO'] = 'Notify me to';
  209. $_LANG['NOTIFICATIONS_VIA_EMAIL'] = 'Notifications via e-mail';
  210. $_LANG['YOUR_COMMENT_IS_UNDER_REVIEW_IT_WILL_BE'] = 'Your comment is under review, it will be published shortly';
  211. $_LANG['COMMENTS_ENABLED'] = 'Enable comments by default';
  212. $_LANG['SANITIZE_HTML_CODE'] = 'Sanitize HTML code';
  213. $_LANG['MODERATE_COMMENTS'] = 'Moderate comments';
  214. $_LANG['ENABLE_SPAM_MONITOR'] = 'Enable spam monitor';
  215. $_LANG['AUTOMATICALLY_DELETE_SPAM'] = 'Automatically delete spam';
  216. $_LANG['COMMENT_SETTINGS'] = 'Comment settings';
  217. $_LANG['MANAGE_COMMENTS'] = 'Manage comments';
  218. $_LANG['BASIC_CONFIGURATION_OF_YOUR_BLOG'] = 'Basic configuration of your blog';
  219. $_LANG['SIMPLE_POST'] = 'Simple post';
  220. $_LANG['VIDEO_POST'] = 'Video post';
  221. $_LANG['QUOTE_POST'] = 'Quote post';
  222. $_LANG['CATEGORIES'] = 'Categories';
  223. $_LANG['TAGS'] = 'Tags';
  224. $_LANG['LINK'] = 'Link';
  225. $_LANG['KEYWORDS'] = 'Keywords';
  226. $_LANG['MANAGE'] = 'Manage';
  227. $_LANG['404_TITLE'] = 'Page not found';
  228. $_LANG['404_PAGE_NOT_FOUND'] = 'Sorry, the page you were looking for doesn’t exist.';
  229. $_LANG['NO_TITLE'] = 'No title';
  230. $_LANG['TITLE'] = 'Title';
  231. $_LANG['TYPE'] = 'Type';
  232. $_LANG['CATEGORY'] = 'Category';
  233. $_LANG['PUBLISH_DATE'] = 'Publish date';
  234. $_LANG['LAST_MODIFIED'] = 'Last modified';
  235. $_LANG['COMMENT'] = 'Comment';
  236. $_LANG['POST'] = 'Post';
  237. $_LANG['SLUG'] = 'Slug';
  238. $_LANG['SITE'] = 'Site';
  239. $_LANG['SITE_TITLE'] = 'Site title';
  240. $_LANG['SITE_DESCRIPTION'] = 'Site description';
  241. $_LANG['TAGS_SEPARATED_BY_COMMA'] = 'Tags separated by comma.';
  242. $_LANG['KEYWORDS_SEPARATED_BY_COMMA'] = 'Keywords separated by comma.';
  243. $_LANG['ROBOTS'] = 'Robots';
  244. $_LANG['WEBMASTER_TOOLS'] = 'Webmaster tools';
  245. $_LANG['GOOGLE_WEBMASTER_TOOLS'] = 'Google Webmaster tools - Verification code';
  246. $_LANG['BING_WEBMASTER_TOOLS'] = 'Bing Webmaster tools - Verification code';
  247. $_LANG['SEO_OPTIONS'] = 'SEO Options';
  248. $_LANG['SHARE'] = 'Share';
  249. $_LANG['ALLOW_COMMENTS_ON_THIS_POST'] = 'Allow comments on this post.';
  250. $_LANG['MULTIPLE_DIRECTIVES_MAY_BE_COMBINED_IN'] = 'Multiple directives may be combined in a comma-separated. Example: nofollow, noindex, noarchive.';
  251. $_LANG['DRAFT_POSTS'] = 'Draft posts';
  252. $_LANG['POSITION'] = 'Position';
  253.  
  254. $_LANG['UPLOAD_A_NEW_IMAGE'] = 'Upload a new image';
  255. $_LANG['OR'] = 'OR';
  256. $_LANG['SELECT_AN_IMAGE_FROM_YOUR_BAG'] = 'Select an image from your bag';
  257.  
  258. $_LANG['THERE_IS_A_NEW_VERSION'] = 'There is a new version of Nibbleblog available';
  259. $_LANG['VERSION'] = 'Version';
  260. $_LANG['RELEASE_DATE'] = 'Release date';
  261.  
  262. $_LANG['NEW_PAGE'] = 'New page';
  263. $_LANG['SET_AS_HOMEPAGE'] = 'Set as homepage';
  264. $_LANG['THERE_IS_A_PAGE_AS_HOMEPAGE'] = 'There is a page as homepage, click here to remove this page.';
  265. $_LANG['MANAGE_PAGES'] = 'Manage pages';
  266. $_LANG['PAGE'] = 'Page';
  267. $_LANG['PAGES'] = 'Pages';
  268. $_LANG['PAGE_HAS_BEEN_PUBLISHED_SUCCESSFULLY'] = 'Page has been published successfully';
  269. $_LANG['THERE_ARE_NO_PAGES'] = 'There are no pages.';
  270. $_LANG['HOME'] = 'Home';
  271. $_LANG['REQUEST_NEW_PASSWORD'] = 'Request new password';
  272.  
  273. $_LANG['NEW_POST'] = 'New post';
  274. $_LANG['QUICK_START'] = 'Quick start';
  275. $_LANG['QUALITY'] = 'Quality';
  276. $_LANG['NOTES'] = 'Notes';
  277. $_LANG['WEBSITE'] = 'Website';
  278. $_LANG['COMPLETE_THIS_FIELD_IF_YOU_WANT_USE_DISQUS'] = 'Complete this field if you want use Disqus comments on your Blog. This feature depends of the theme. If you need more information about this, please check the next link.';
  279. $_LANG['COMPLETE_THIS_FIELD_IF_YOU_WANT_USE_FACEBOOK_COMMENTS'] = 'Complete this field if you want use Facebook comments on your Blog. This feature depends of the theme. If you need more information about this, please check the next link.';
  280.  
  281. $_LANG['WE_ARE_SENT_YOU_AN_EMAIL'] = 'We\'ve sent you an email, please check your spam mail just in case.';
  282. $_LANG['AN_ERROR_OCURRED_WHILE'] = 'An error occurred while sending mail.';
  283.  
  284. $_LANG['EMAIL_NOTIFICATION_FAIL_LOGIN'] = '
  285. <p>This is a notification from your blog {{BLOG_NAME}}</p>
  286. <p>Someone wanted to access your blog with the user: {{USERNAME}} and Password: {{PASSWORD}}</p>
  287. <p>The IP address {{IP}} which they wanted to connect.</p>
  288. ';
  289.  
  290. $_LANG['EMAIL_NOTIFICATION_SESSION_STARTED'] = '
  291. <p>This is a notification from your blog {{BLOG_NAME}}</p>
  292. <p>Successfully joined to admin area with username: {{USERNAME}}</p>
  293. <p>The IP address {{IP}} which they wanted to connect.</p>
  294. ';
  295.  
  296. $_LANG['EMAIL_NOTIFICATION_NEW_COMMENT'] = '
  297. <p>This is a notification from your blog {{BLOG_NAME}}</p>
  298. <p>You have a new comment on your blog.</p>
  299. <p>{{COMMENT}}</p>
  300. <p>Author: {{AUTHOR_NAME}}</p>
  301. <p>Email: {{AUTHOR_EMAIL}}</p>
  302. <p>IP: {{IP}}</p>
  303. ';
  304.  
  305. $_LANG['EMAIL_NOTIFICATION_FORGOT_PASSWORD'] = '
  306. <p>This is a notification from your blog {{BLOG_NAME}}</p>
  307. <p>Forgot your password? no problem!</p>
  308. <p>Follow the next link: {{FORGOT_LINK}}</p>
  309. ';
  310.  
  311. $_LANG['REGIONAL'] = 'Regional';
  312. $_LANG['INSERT_IMAGE_FROM_URL'] = 'Insert image from URL';
  313.  
  314. $_LANG['BLUDIT_SYNC'] = 'Bludit Sync';
  315. $_LANG['NIBBLEBLOG_URL_SYNC'] = 'Nibbleblog URL Sync';
  316. $_LANG['NIBBLEBLOG_KEY_SYNC'] = 'Nibbleblog Key Sync';
  317.  
  318. $_LANG['CATEGORY_NAME'] = 'Category name';
  319. $_LANG['CATEGORY_SLUG'] = 'Category slug';
  320.  
  321. $_LANG['INSTALLED_PLUGINS'] = 'Installed plugins';
  322. $_LANG['PLUGINS_AVAILABLE_FOR_INSTALL'] = 'Plugins available for install';
  323.  
  324. $_LANG['ABSOLUTE_URL_ADDRESS_OF_YOUR_BLOG'] = 'Absolute URL address of your blog. Example http://www.domain.com/directory/';
  325. $_LANG['ABSOLUTE_ADDRESS_THAT_CONTAINS_THE_BLOGS_FILE_SYSTEM'] = 'Absolute address that contains the blog\'s file system, if you upload the content of Nibbleblog to your root you should only put a "/", and if you upload it into another directory then it should be "/directory/".';
  326.  
  327. $_LANG['COVER_ATTRIBUTE'] = 'Cover attribute';
  328.  
  329. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement