es.ini 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. WELCOME = "Bienvenido"
  2. OPTIONS = "Opciones"
  3. EDIT_INFO = "Editar Información"
  4. UPDATE = "Actualizar"
  5. GO_BACK = "Regresar"
  6. LOGOUT = "Cerrar sesión"
  7. LOGIN = "Iniciar sesión"
  8. DO_YOU_WANT_TO_LOGOUT = "¿Quieres cerrar la sesión?"
  9. YES_WORD = "Sí"
  10. NO_WORD = "No"
  11. EMAIL_ADDRESS = "Correo electrónico"
  12. EMAIL = "Correo electrónico"
  13. PASSWORD = "Contraseña"
  14. PASSWORD_AGAIN = "Contraseña otra vez"
  15. ADMIN = "Administrador"
  16. USER = "Usuario"
  17. HOLD_UP = "¡Espera!"
  18. LOOKS_LIKE_YOU_DONT_HAVE_ACCESS = "Parece que no tienes acceso."
  19. USERNAME = "Nombre de usuario"
  20. REMEMBER_ME = "Recuérdame"
  21. FORGOT_PASSWORD = "¿Has olvidado tu contraseña?"
  22. RESET_PASSWORD = "Restablecimiento de contraseña"
  23. DATABASE_PATH = "Camino de la base de datos"
  24. SPECIFY_LOCATION = "¿Dónde quieres guardar los archivos de la base de datos?"
  25. CURRENT_DIRECTORY = "Directorio actual"
  26. PARENT_DIRECTORY = "Directorio matriz"
  27. SET_DATABASE_LOCATION = "Establecer la localización de la base de datos"
  28. SET_TIMEZONE = "Establecer zona horaria"
  29. DONT_WORRY = "No te preocupes, tu base de datos sigue ahí. Debes usar la misma localización que normalmente."
  30. SAVE_LOCATION = "Guardar localización"
  31. TIME_TO_LOGIN = "Ahora que creaste una cuenta de administrador, puedes empezar a hacer algunas pestañas."
  32. AWESOME = "¡Impresionante!"
  33. REGISTER = "Inscribirse"
  34. CREATE_ADMIN = "Crear administrador"
  35. CREATE_ACCOUNT = "Crear una cuenta para el acceso de administrador"
  36. SETTINGS = "Configuración"
  37. UPLOAD_ICONS = "Subir iconos"
  38. VIEW_ICONS = "Ver iconos"
  39. ALL_ICONS = "Todos los iconos"
  40. CLICK_ICON = "Haga clic en el icono para copiar la ruta al portapapeles"
  41. TABS = "Pestañas"
  42. TYPE_HIT_ENTER = "Escriba un nuevo nombre para la pestaña y pulse ENTER"
  43. ACTIVE = "Activo"
  44. GUEST = "Invitido"
  45. NO_IFRAME = "Sin iFrame"
  46. OR = "O"
  47. DEFAULT = "Predeterminado"
  48. NEW_TAB_NAME = "Nombre de la nueva pestaña"
  49. TAB_URL = "URL de la pestaña"
  50. ICON_URL = "URL del icono"
  51. SAVE_TABS = "Guardar pestañas"
  52. CHOOSE_THEME = "Elegir Tema"
  53. SAVE_OPTIONS = "Guardar Opciones"
  54. TITLE = "Título"
  55. TITLE_TEXT = "Texto del título"
  56. NAVIGATION_BARS = "Barras de navegación"
  57. TOP_BAR = "Barra superior"
  58. BOTTOM_BAR = "Barra inferior"
  59. SIDE_BAR = "Barra lateral"
  60. HOVER_BG = "Puedes posar el cursor sobre el fondo"
  61. ACTIVE_TAB = "Pestaña activa"
  62. ACTIVE_TAB_BG = "Fondo de la pestaña activa"
  63. ACTIVE_TAB_ICON = "Icono de la pestaña activa"
  64. ACTIVE_TAB_TEXT = "Texto de la pestaña activa"
  65. INACTIVE_TAB = "Pestaña inactiva"
  66. INACTIVE_ICON = "Icono inactivo"
  67. INACTIVE_TEXT = "Texto inactivo"
  68. LOGIN_STATUS = "Estado del acceso"
  69. LAST_SEEN = "Visto por última vez"
  70. USER_GROUP = "Grupo de usuarios"
  71. USER_ACTIONS = "Acciones del usuario"
  72. DELETE = "Eliminar"
  73. LOGGED_IN = "Conectado"
  74. LOGGED_OUT = "Disconectado"
  75. GOOD_LOGINS = "Buen acceso"
  76. BAD_LOGINS = "Acceso defectuoso"
  77. DATE = "Fecha"
  78. IP_ADDRESS = "Dirección IP"
  79. TYPE = "Escribe"
  80. NOTHING_LOG = "Nada en el registro..........."
  81. PURGE_LOG = "Purgar el registro"
  82. LOGO_URL_TITLE = "URL del logotipo para el título"
  83. LOADING_ICON_URL = "Cargando la URL de los iconos"
  84. ABOUT = "Acerca de"
  85. INSTALLED_VERSION = "Versión instalada""
  86. CURRENT_VERSION = "Versión actual""
  87. DELETE_DATABASE = "Eliminar base de datos "
  88. DELETE_WARNING = "Haga esto solo si una actualización lo requiere. Esto eliminará su base de datos. No se pueda volver atrás y necesitará configurarlo todo, incluyendo las cuentas de usuario"
  89. SUBMIT_ISSUE = "Enviar un problema o una solicitud"
  90. VIEW_ON_GITHUB = "Ver en GitHub"
  91. CHAT_WITH_US = "Chatea con nosotros" T
  92. ABS_SAVED = "Pestañas guardadas"
  93. APPLY_CHANGES = "Aplicar los cambios"
  94. APPLY_RELOAD = "Aplicar cambios para actualizar la página"
  95. OK = "OK"
  96. COLORS_SAVED = "Colores guardados"
  97. NEW_VERSION = "Nueva versión disponible"
  98. CLICK_INFO = "Haga clic en la pestaña información"
  99. WHATS_NEW = "Qué hay de nuevo en"
  100. CHANGES = "Cambios"
  101. AUTO_UPGRADE = "Actualización automática"
  102. SOFTWARE_IS = "Software es"
  103. UP_TO_DATE = "¡Actualizado!"
  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"
  138. TAB_NOT_LOADING = "Tab not loading?"
  139. TAB_NOT_LOADING_ABOUT = "Some websites block their website from displaying inside an iFrame. To circumvent this, we can install a plugin to ignore the headers sent by these webpages thus allowing us to load the website. Here is the download for your browser:"
  140. MULTIPLE_LOGINS = "Multiple Logins"
  141. USER_ICONS = "User Icons - Gravatar Icons"
  142. USER_ICONS_ABOUT = "User icons are based off the icons that are set on Gravatar using the email address provided. If you would like to change yours or have someone add an icon to their email have them go here:"
  143. KEYBOARD_INSTRUCTIONS5 = "will allow you to switch through the tab in numerical order - Tabs 1 through 9 only"
  144. KEYBOARD_INSTRUCTIONS6 = "will enter or exit Fullscreen mode"
  145. KEYBOARD_INSTRUCTIONS7 = "will pin or unpin the sidebar"
  146. KEYBOARD_INSTRUCTIONS8 = "will open or close the menu"
  147. TRANSLATIONS = "Translations"
  148. TRANSLATIONS_ABOUT = "We always need help with translations. If you speak another language other than English, please try and help out if you can. If you are willing to help, please head to Github and offer what you can."
  149. UPGRADE = "Upgrade"
  150. LOADING_COLOR = "Loading Background"
  151. HOVER_TEXT = "Hover Text"
  152. COOKIE_PASSWORD = "Cookie Password"
  153. CREATE_USER = "Create Account"
  154. ENTER_PASSWORD_TO_REGISTER = "Enter Password To Register"
  155. SUBMIT = "Submit"
  156. REGISTER_PASSWORD = "Registration Password"
  157. NOTIFICATION_TYPE = "Notification Style"
  158. ENABLE_LOADING_SCREEN = "Loading Screen"
  159. ENABLE_MAIL = "Enable Mail"
  160. PROMOTE = "Promote"
  161. DEMOTE = "Demote"
  162. ENABLE_SLIMBAR = "Enable Slim Bar"
  163. UPDATE_COMPLETE = "Organizer Version & Database Have Been Upgraded!"
  164. ICON_COPY = "Icon Path Copied To Clipboard"
  165. TEST_MESSAGE = "This is a test message"
  166. TEST = "Test"
  167. SHOW_MORE = "Show More"
  168. SHOW_LESS = "Show Less"
  169. EDIT_CUSTOM_CSS = "Custom CSS"
  170. CUSTOM_COMPLETE = "CUSTOM CSS SAVED!"
  171. SAVE_CSS = "Save CSS"
  172. MENU = "Menu"
  173. GRAVATAR = "Gravatar"
  174. PLEX_URL = "Plex URL"
  175. PLEX_PORT = "Plex Port"
  176. PLEX_TOKEN = "Plex Token"
  177. RECENT_MOVIES = "Recent Movies"
  178. RECENT_TV = "Recent TV"
  179. RECENT_MUSIC = "Recent Music"
  180. PLAYING_NOW = "Playing Now"
  181. PLAYING_NOW_ON_PLEX = "Playing Now on PLEX"
  182. RECENTLY_ADDED_TO_PLEX = "Recently Added to PLEX"
  183. MOVIES = "Movies"
  184. TV_SHOWS = "TV Shows"
  185. MUSIC = "Music"
  186. SONARR_URL = "Sonarr URL"
  187. SONARR_PORT = "Sonarr Port"
  188. SONARR_KEY = "Sonarr API Key"
  189. RADARR_URL = "Radarr URL"
  190. RADARR_PORT = "Radarr Port"
  191. RADARR_KEY = "Radarr API Key"
  192. MONTH = "Month"
  193. DAY = "Day"
  194. WEEK = "Week"
  195. NZBGET_URL = "NZBGet URL"
  196. NZBGET_PORT = "NZBGet Port"
  197. QUEUE = "Queue"
  198. HISTORY = "History"
  199. FILE = "File"
  200. STATUS = "Status"
  201. CATEGORY = "Category"
  202. PROGRESS = "Progress"
  203. SABNZBD_URL = "SABnzbd URL"
  204. SABNZBD_PORT = "SABnzbd Port"
  205. SABNZBD_KEY = "SABnzbd API Key"
  206. HEADPHONES_URL = "Headphones URL"
  207. HEADPHONES_PORT = "Headphones Port"
  208. HEADPHONES_KEY = "Headphones API Key"
  209. COOKIE_DOMAIN = "Domain Name for Cookie"
  210. DAYS = "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday"
  211. CALENDAR_START_DAY = "First Day"
  212. CALENDAR_START_DATE = "# of Days Before"
  213. CALENDAR_END_DATE = "# of Days After"
  214. SICK_URL = "SickRage/SickBeard URL"
  215. SICK_KEY = "SickRage/SickBeard API Key"
  216. SMTP_HOST = "SMTP Host"
  217. SMTP_HOST_PORT = "SMTP Port"
  218. SMTP_HOST_AUTH = "SMTP Auth"
  219. SMTP_HOST_USERNAME = "SMTP Username"
  220. SMTP_HOST_PASSWORD = "SMTP Password"
  221. SMTP_HOST_SENDER_NAME = "SMTP Sender Name"
  222. SMTP_HOST_SENDER_EMAIL = "SMTP Sender Email"
  223. EMBY_URL = "Emby URL"
  224. EMBY_PORT = "Emby Port"
  225. EMBY_TOKEN = "Emby Token"
  226. PLAYING_NOW_ON_EMBY = "Playing Now on EMBY"
  227. RECENTLY_ADDED_TO_EMBY = "Recently Added to EMBY"
  228. AUTHTYPE = "Which databases should be used to allow login"
  229. AUTHBACKEND = "Select backend to use"
  230. AUTHBACKENDCREATE = "Should accounts be created in Organizr if successfully authenticated against backend"
  231. AUTHBACKENDHOST = "http(s)://192.168.1.100"
  232. AUTHBACKENDPORT = "Backend Port (eg 21 for FTP, 389 for LDAP, 8096 for Emby)"
  233. AUTHBACKENDDOMAIN = "Domain to use for LDAP"
  234. PLEX_USERNAME = "Plex Username"
  235. PLEX_PASSWORD = "Plex Password"
  236. BOTH = "Plus Other"
  237. ONLY = "Only"
  238. NO_CREATE = "Do Not Create Accounts"
  239. YES_CREATE = "Create Accounts As Needed"
  240. RECENT_CONTENT = "Recently Added Content"
  241. SETTINGS_SAVED = "Settings have been Saved"