es.ini 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. WELCOME = "Bienvenido"
  2. OPTIONS = "Opciones"
  3. EDIT_INFO = "Editar Informacion"
  4. UPDATE = "Actualizar"
  5. GO_BACK = "Regresa"
  6. LOGOUT = "Cerrar Sesión"
  7. LOGIN = "Iniciar Sesión"
  8. DO_YOU_WANT_TO_LOGOUT = "¿Quieres salir?"
  9. YES_WORD = "Si"
  10. NO_WORD = "No"
  11. EMAIL_ADDRESS = "E-mail Address"
  12. EMAIL = "Correo Electrónico"
  13. PASSWORD = "Contraseña"
  14. PASSWORD_AGAIN = "Contraseña de Nuevo"
  15. ADMIN = "Admin"
  16. USER = "User"
  17. HOLD_UP = "Un Momento!"
  18. LOOKS_LIKE_YOU_DONT_HAVE_ACCESS = "Parese que no tienes acesso."
  19. USERNAME = "Nombre de Usuario"
  20. REMEMBER_ME = "Recuérdame"
  21. FORGOT_PASSWORD = "Se te olvidó tu contraseña"
  22. RESET_PASSWORD = "Restablecer la contraseña"
  23. DATABASE_PATH = "Ruta de la Base de Datos"
  24. SPECIFY_LOCATION = "Especifique la ruta de acceso de la que desea guardar los archivos de base de datos."
  25. CURRENT_DIRECTORY = "Directorio Actual"
  26. PARENT_DIRECTORY = "Parent Directory"
  27. SET_DATABASE_LOCATION = "Set Database Location"
  28. SET_TIMEZONE = "Set Timezone"
  29. DONT_WORRY = "Don't worry, your database is still there. Just use the same location you have it in."
  30. SAVE_LOCATION = "Save Location"
  31. TIME_TO_LOGIN = "Now that you created an Admin account, time to sign and start making some tabs..."
  32. AWESOME = "Awesome!"
  33. REGISTER = "Register"
  34. CREATE_ADMIN = "Create Admin"
  35. CREATE_ACCOUNT = "Create an account for Admin Access"
  36. SETTINGS = "Settings"
  37. UPLOAD_ICONS = "Upload Icons"
  38. VIEW_ICONS = "View Icons"
  39. ALL_ICONS = "All Icons"
  40. CLICK_ICON = "Click icon to copy path to clipboard"
  41. TABS = "Tabs"
  42. TYPE_HIT_ENTER = "Type in new TAB Name and hit ENTER"
  43. ACTIVE = "Activo"
  44. GUEST = "Guest"
  45. NO_IFRAME = "No iFrame"
  46. OR = "O"
  47. DEFAULT = "Default"
  48. NEW_TAB_NAME = "New Tab Name"
  49. TAB_URL = "Tab URL"
  50. ICON_URL = "Icon URL"
  51. SAVE_TABS = "Save Tabs"
  52. CHOOSE_THEME = "Choose Theme"
  53. SAVE_OPTIONS = "Save Options"
  54. TITLE = "Titulo"
  55. TITLE_TEXT = "Title Text"
  56. NAVIGATION_BARS = "Navigation Bars"
  57. TOP_BAR = "Top Bar"
  58. BOTTOM_BAR = "Bottom Bar"
  59. SIDE_BAR = "Side Bar"
  60. HOVER_BG = "Hover Background"
  61. ACTIVE_TAB = "Active Tab"
  62. ACTIVE_TAB_BG = "Active Tab BG"
  63. ACTIVE_TAB_ICON = "Active Tab Icon"
  64. ACTIVE_TAB_TEXT = "Active Tab Text"
  65. INACTIVE_TAB = "Inactive Tab"
  66. INACTIVE_ICON = "Inactive Icon"
  67. INACTIVE_TEXT = "Inactive Text"
  68. LOGIN_STATUS = "Login Status"
  69. LAST_SEEN = "Last Seen"
  70. USER_GROUP = "User Group"
  71. USER_ACTIONS = "User Actions"
  72. DELETE = "Delete"
  73. LOGGED_IN = "Logged In"
  74. LOGGED_OUT = "Logged Out"
  75. GOOD_LOGINS = "Good Logins"
  76. BAD_LOGINS = "Bad Logins"
  77. DATE = "Date"
  78. IP_ADDRESS = "IP Address"
  79. TYPE = "Type"
  80. NOTHING_LOG = "Nothing in log..........."
  81. PURGE_LOG = "Purge Log"
  82. LOGO_URL_TITLE = "Logo URL For Title"
  83. LOADING_ICON_URL = "Loading Icon URL"
  84. ABOUT = "About"
  85. INSTALLED_VERSION = "Installed Version"
  86. CURRENT_VERSION = "Current Version"
  87. DELETE_DATABASE = "Delete Database"
  88. DELETE_WARNING = "Only do this if an upgrade requires it. This will delete your database so there is no going back and you will need to set everything back up, including user accounts."
  89. SUBMIT_ISSUE = "Submit Issue Or Request"
  90. VIEW_ON_GITHUB = "View On GitHub"
  91. CHAT_WITH_US = "Chat With Us"
  92. TABS_SAVED = "Tabs Saved!"
  93. APPLY_CHANGES = "Apply Changes"
  94. APPLY_RELOAD = "Apply Changes To Reload The Page!"
  95. OK = "OK"
  96. COLORS_SAVED = "Colors Saved!"
  97. NEW_VERSION = "New Version Available"
  98. CLICK_INFO = "Click Info Tab"
  99. WHATS_NEW = "What's New in"
  100. CHANGES = "Changes"
  101. AUTO_UPGRADE = "Auto Upgrade"
  102. SOFTWARE_IS = "Software is"
  103. UP_TO_DATE = "Up-to-date!"
  104. PREVIOUS = "Previous"
  105. NEXT = "Next"
  106. PRINT = "Print"
  107. SEARCH = "Search"
  108. SHOW = "Show"
  109. ENTRIES = "Entries"
  110. SHOW_ENTRY_CURRENT = "Showing|to|of|entries"
  111. HELP = "Help"
  112. ADDING_TABS = "Adding Tabs"
  113. QUICK_ACCESS = "Quick Access Tabs [Bookmarks/Hash]"
  114. START_ADDING_TABS = "To start adding tabs, all you need to do is type the Tab Name and hit ENTER. The following information is then needed:"
  115. TAB_URL_ABOUT = "The URL of the Tab"
  116. ICON_URL_ABOUT = "You may either use an icon from the box, or you may upload or use an image provided that is listed in the View Icons section"
  117. DEFAULT_ABOUT = "You may have one tab that will be loaded upon webpage launch"
  118. ACTIVE_ABOUT = "This option allows the tab to be loaded on the list of tabs"
  119. USER_ABOUT = "This option allows the tab to loaded on a users lists if they are signed in"
  120. GUEST_ABOUT = "This option allows the tab to loaded on the list of anyone accessing the webpage"
  121. NO_IFRAME_ABOUT = "This option will open the tab in a new window and not inside the webpage"
  122. QUICK_ACCESS_ABOUT = "For easy access we have made it so you can use [#] along with the Tab Name to access your tab easily. Just type in the hash into the URL and you are good to go. You can use this for straight access to a tab or for a bookmark. i.e."
  123. SIDE_BY_SIDE = "Side by Side View"
  124. SIDE_BY_SIDE_ABOUT = "For multi-taskers we have setup an easy way for you to work on two things at once. To get started, here are the basics:"
  125. SIDE_BY_SIDE_INSTRUCTIONS1 = "Right-Click on any tab to enable side by side"
  126. SIDE_BY_SIDE_INSTRUCTIONS2 = "If you would like to refresh the right side, Right-Click on this icon"
  127. SIDE_BY_SIDE_INSTRUCTIONS3 = "Once you are done with side by side, use the [esc] + [esc] Keyboard Shortcut listed below"
  128. KEYBOARD_SHORTCUTS = "Keyboard Shortcuts"
  129. KEYBOARD_SHORTCUTS_ABOUT = "Organizr has some bulit-in keyboard shortcuts for ease of use. The following is useable if Organizr has focus and not the iFrame."
  130. KEYBOARD_INSTRUCTIONS1 = "will take you to the settings menu"
  131. KEYBOARD_INSTRUCTIONS2 = "will take you to the next tab"
  132. KEYBOARD_INSTRUCTIONS3 = "will take you to the previous tab"
  133. KEYBOARD_INSTRUCTIONS4 = "will exit Side by Side View"
  134. CLOSE = "Close"
  135. NO_ENTRIES = "No entries to show"
  136. FILTERED = "(filtered from|total entries)"
  137. NO_MATCHING = "No matching records found"