~netlandish/links-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH links] Adding bookmarklet button to settings page. Users can simply drag and drop it into their toolbar or bookmarks.

Details
Message ID
<20250730005454.32677-1-peter@netlandish.com>
Sender timestamp
1753815291
DKIM signature
missing
Download raw message
Patch: +1534 -1412
Changelog-added: Bookmarklet button to settings page.
---
 accounts/routes.go                            |    4 +
 core/routes.go                                |   10 +-
 internal/translations/catalog.go              | 2766 +++++++++--------
 .../translations/locales/en/out.gotext.json   |   28 +
 .../locales/es/messages.gotext.json           |   80 +-
 .../translations/locales/es/out.gotext.json   |   20 +
 static/css/style.css                          |   15 +
 templates/settings.html                       |   23 +-
 8 files changed, 1534 insertions(+), 1412 deletions(-)

diff --git a/accounts/routes.go b/accounts/routes.go
index 9bb2beb..1de6b7e 100644
--- a/accounts/routes.go
+++ b/accounts/routes.go
@@ -231,6 +231,10 @@ func (s *Service) Settings(c echo.Context) error {
	pd.Data["manage"] = lt.Translate("Manage Your Organizations")
	pd.Data["upgrade"] = lt.Translate("Upgrade Org")
	pd.Data["logs"] = lt.Translate("View Audit Logs")
	pd.Data["bookmarklet"] = lt.Translate("Bookmarklet")
	pd.Data["add_to_linktaco"] = lt.Translate("Add to LinkTaco")
	pd.Data["special_link"] = lt.Translate("This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.")
	pd.Data["drag_drop"] = lt.Translate("Drag and drop this button to your web browser toolbar or your bookmarks.")

	user := gctx.User.(*models.User)
	langTrans := map[string]string{
diff --git a/core/routes.go b/core/routes.go
index 74ed039..b9e0dd3 100644
--- a/core/routes.go
+++ b/core/routes.go
@@ -1908,8 +1908,8 @@ func (s *Service) UserFeed(c echo.Context) error {
		"links":            orgLinks,
		"user":             user,
		"queries":          template.URL(queries.Encode()),
		"tagFilter":        strings.Replace(tag, ",", ", ", -1),
		"excludeTagFilter": strings.Replace(excludeTag, ",", ", ", -1),
		"tagFilter":        strings.ReplaceAll(tag, ",", ", "),
		"excludeTagFilter": strings.ReplaceAll(excludeTag, ",", ", "),
		"advancedSearch":   true,
		"rssURL":           c.Echo().Reverse("core:user_feed_rss"),
		"navFlag":          "feed",
@@ -2030,7 +2030,7 @@ func (s *Service) GetBookmarks(c echo.Context) error {
		"pURL":            result.OrgLinks.URL,
		"pCount":          result.OrgLinks.Count,
		"queries":         template.URL(queries.Encode()),
		"tagFilter":       strings.Replace(tag, ",", ", ", -1),
		"tagFilter":       strings.ReplaceAll(tag, ",", ", "),
		"hideSaveCount":   true,
		"bookmarkListing": true,
	}
@@ -2416,8 +2416,8 @@ func (s *Service) OrgLinksList(c echo.Context) error {
		"isOrgLink":         isOrgLink,
		"isHome":            isHome,
		"canRead":           canRead,
		"tagFilter":         strings.Replace(tag, ",", ", ", -1),
		"excludeTagFilter":  strings.Replace(excludeTag, ",", ", ", -1),
		"tagFilter":         strings.ReplaceAll(tag, ",", ", "),
		"excludeTagFilter":  strings.ReplaceAll(excludeTag, ",", ", "),
		"navFlag":           navFlag,
		"advancedSearch":    advancedSearch,
		"hasUnreadFilter":   hasUnreadFilter,
diff --git a/internal/translations/catalog.go b/internal/translations/catalog.go
index 4b137c9..bd38577 100644
--- a/internal/translations/catalog.go
+++ b/internal/translations/catalog.go
@@ -39,710 +39,714 @@ func init() {
}

var messageKeyToIndex = map[string]int{
	" you can host your own instance if you'd like full control over your own platform.": 408,
	"%s":                                       433,
	"%s Links":                                 523,
	"%s: domain not found":                     676,
	"- LinkTaco Team":                          333,
	"100%% open source project":                407,
	"A link was successfully created.":         483,
	"A list was successfully created.":         617,
	"A new link was created succesfully":       657,
	"A new member invitation was sent to %s":   162,
	"A new register invitation was sent to %s": 160,
	"A new short was created succesfully":      655,
	"A new window called Library will open":    556,
	"A valid Organizaiton Slug is required.":   248,
	"API Powered":                              388,
	"About":                                    585,
	"Access Restricted":                        268,
	"Access denied.":                           269,
	" you can host your own instance if you'd like full control over your own platform.": 412,
	"%s":                                       437,
	"%s Links":                                 527,
	"%s: domain not found":                     680,
	"- LinkTaco Team":                          337,
	"100%% open source project":                411,
	"A link was successfully created.":         487,
	"A list was successfully created.":         621,
	"A new link was created succesfully":       661,
	"A new member invitation was sent to %s":   166,
	"A new register invitation was sent to %s": 164,
	"A new short was created succesfully":      659,
	"A new window called Library will open":    560,
	"A valid Organizaiton Slug is required.":   252,
	"API Powered":                              392,
	"About":                                    589,
	"Access Restricted":                        272,
	"Access denied.":                           273,
	"Action":                                   11,
	"Actions":                                  40,
	"Add":                                      301,
	"Add Link":                                 682,
	"Add Member":                               459,
	"Add OAuth2 Client":                        303,
	"Add Personal Access Token":                290,
	"Add unlimited members to organization":    378,
	"Admin":                                    595,
	"Admin Write":                              464,
	"Advanced Search":                          499,
	"Advanced filtering/search":                355,
	"All":                                      510,
	"Already have an account? Click here to login": 54,
	"An invitation was sent to this user":          465,
	"An note was successfully created.":            578,
	"An short link was successfully created.":      669,
	"Analytics":   102,
	"Apply":       108,
	"Approve":     328,
	"Archive":     516,
	"Archive URL": 482,
	"As system admin run this command in the channel you want to connect": 549,
	"Add":                                      305,
	"Add Link":                                 686,
	"Add Member":                               463,
	"Add OAuth2 Client":                        307,
	"Add Personal Access Token":                294,
	"Add to LinkTaco":                          48,
	"Add unlimited members to organization":    382,
	"Admin":                                    599,
	"Admin Write":                              468,
	"Advanced Search":                          503,
	"Advanced filtering/search":                359,
	"All":                                      514,
	"Already have an account? Click here to login": 58,
	"An invitation was sent to this user":          469,
	"An note was successfully created.":            582,
	"An short link was successfully created.":      673,
	"Analytics":   106,
	"Apply":       112,
	"Approve":     332,
	"Archive":     520,
	"Archive URL": 486,
	"As system admin run this command in the channel you want to connect": 553,
	"Audit Log":                            7,
	"Authorize":                            323,
	"Authorized Clients":                   286,
	"Authorize":                            327,
	"Authorized Clients":                   290,
	"Back":                                 25,
	"Back Home":                            275,
	"BaseURL Not Found":                    260,
	"Blog":                                 597,
	"Bookmark '%s' on LinkTaco.com":        529,
	"Bookmark successfully deleted":        533,
	"Bookmarks":                            350,
	"Browser bookmark widget":              420,
	"Build Your Own Integration":           381,
	"Business":                             342,
	"By":                                   496,
	"CNAME record for domain is incorrect": 204,
	"Back Home":                            279,
	"BaseURL Not Found":                    264,
	"Blog":                                 601,
	"Bookmark '%s' on LinkTaco.com":        533,
	"Bookmark successfully deleted":        537,
	"Bookmarklet":                          47,
	"Bookmarks":                            354,
	"Browser bookmark widget":              424,
	"Build Your Own Integration":           385,
	"Business":                             346,
	"By":                                   500,
	"CNAME record for domain is incorrect": 208,
	"Cancel":                               26,
	"Categories":                           584,
	"Change Email":                         81,
	"Change Password":                      60,
	"Categories":                           588,
	"Change Email":                         85,
	"Change Password":                      64,
	"Change password":                      41,
	"Chrome Bookmarks":                     570,
	"City":                                 105,
	"City analytics":                       375,
	"Clear":                                502,
	"Click analytics":                      372,
	"Click here to upgrade":                112,
	"Click on Manage Bookmarks from the Bookmarks menu":                                         555,
	"Click on on Export Bookmarks":                                                              564,
	"Click on the icon that has two arrows (up and down) and choose 'Export Bookmarks to HTML'": 558,
	"Client Applications":                                                                       592,
	"Client Description":                                                                        304,
	"Client ID":                                                                                 299,
	"Client Name":                                                                               287,
	"Client Secret":                                                                             307,
	"Client URL":                                                                                306,
	"Clients":                                                                                   298,
	"Code is invalid.":                                                                          234,
	"Collaboration":                                                                             414,
	"Collaboration / Integrations":                                                              377,
	"Comment":                                                                                   281,
	"Complete Registration":                                                                     47,
	"Confirm":                                                                                   98,
	"Confirm New Password":                                                                      63,
	"Confirm Password":                                                                          53,
	"Confirm your email address":                                                                100,
	"Confirmation Not Found":                                                                    168,
	"Confirmation User Not Found":                                                               187,
	"Confirmation key is required.":                                                             167,
	"Connect":                                                                                   551,
	"Connect Mattermost":                                                                        635,
	"Connect User":                                                                              641,
	"Connect to Slack Workspace":                                                                689,
	"Connected":                                                                                 552,
	"Chrome Bookmarks":                     574,
	"City":                                 109,
	"City analytics":                       379,
	"Clear":                                506,
	"Click analytics":                      376,
	"Click here to upgrade":                116,
	"Click on Manage Bookmarks from the Bookmarks menu":                                         559,
	"Click on on Export Bookmarks":                                                              568,
	"Click on the icon that has two arrows (up and down) and choose 'Export Bookmarks to HTML'": 562,
	"Client Applications":                                                                       596,
	"Client Description":                                                                        308,
	"Client ID":                                                                                 303,
	"Client Name":                                                                               291,
	"Client Secret":                                                                             311,
	"Client URL":                                                                                310,
	"Clients":                                                                                   302,
	"Code is invalid.":                                                                          238,
	"Collaboration":                                                                             418,
	"Collaboration / Integrations":                                                              381,
	"Comment":                                                                                   285,
	"Complete Registration":                                                                     51,
	"Confirm":                                                                                   102,
	"Confirm New Password":                                                                      67,
	"Confirm Password":                                                                          57,
	"Confirm your email address":                                                                104,
	"Confirmation Not Found":                                                                    172,
	"Confirmation User Not Found":                                                               191,
	"Confirmation key is required.":                                                             171,
	"Connect":                                                                                   555,
	"Connect Mattermost":                                                                        639,
	"Connect User":                                                                              645,
	"Connect to Slack Workspace":                                                                693,
	"Connected":                                                                                 556,
	"Continue to Upgrade":                                                                       2,
	"Country":                                                                                   104,
	"Country analytics":                                                                         374,
	"Create":                                                                                    625,
	"Create Domain":                                                                             428,
	"Create Link":                                                                               475,
	"Create Links":                                                                              605,
	"Create List":                                                                               616,
	"Create Note":                                                                               577,
	"Create Organization":                                                                       449,
	"Create QR Code":                                                                            624,
	"Create Short Link":                                                                         666,
	"Create link listings (ie, social media bios, etc.)": 359,
	"Creation Date":                       620,
	"Country":                                                                                   108,
	"Country analytics":                                                                         378,
	"Create":                                                                                    629,
	"Create Domain":                                                                             432,
	"Create Link":                                                                               479,
	"Create Links":                                                                              609,
	"Create List":                                                                               620,
	"Create Note":                                                                               581,
	"Create Organization":                                                                       453,
	"Create QR Code":                                                                            628,
	"Create Short Link":                                                                         670,
	"Create link listings (ie, social media bios, etc.)": 363,
	"Creation Date":                       624,
	"Current Organization":                37,
	"Current Password":                    61,
	"Current password given is incorrect": 696,
	"CurrentSlug is required":             125,
	"Custom background image":             627,
	"Custom domain + SSL":                 357,
	"Days":                                110,
	"Default Bookmark Visibility":         451,
	"Current Password":                    65,
	"Current password given is incorrect": 700,
	"CurrentSlug is required":             129,
	"Custom background image":             631,
	"Custom domain + SSL":                 361,
	"Days":                                114,
	"Default Bookmark Visibility":         455,
	"Default Lang":                        20,
	"Default Language":                    35,
	"DefaultLang is required":             190,
	"Delete":                              422,
	"Delete Bookmark":                     531,
	"Delete Domain":                       432,
	"Delete List":                         601,
	"Delete Org Member":                   467,
	"Delete Picture":                      611,
	"Delete QR Code":                      542,
	"Delete Short Link":                   672,
	"Delete member %s (%s) from Organization %s?": 470,
	"Description":              317,
	"Description is required.": 150,
	"DefaultLang is required":             194,
	"Delete":                              426,
	"Delete Bookmark":                     535,
	"Delete Domain":                       436,
	"Delete List":                         605,
	"Delete Org Member":                   471,
	"Delete Picture":                      615,
	"Delete QR Code":                      546,
	"Delete Short Link":                   676,
	"Delete member %s (%s) from Organization %s?": 474,
	"Description":              321,
	"Description is required.": 154,
	"Details":                  12,
	"Device analytics":         376,
	"Devices":                  107,
	"Disabled":                 442,
	"Disconnect":               550,
	"Disconnect Mattermost":    632,
	"Disconnect Slack":         683,
	"Do you really want to disconnect this organization from mattermost":        634,
	"Do you really want to disconnect this organization from slack":             685,
	"Do you really whant to delete this bookmark?":                              534,
	"Do you really whant to delete this domain":                                 436,
	"Do you really whant to delete this link":                                   604,
	"Do you really whant to delete this list":                                   623,
	"Do you really whant to delete this qr code":                                545,
	"Do you want to connect this organization to mattermost?":                   637,
	"Do you want to connect with slack?":                                        691,
	"Do you want to delete":                                                     536,
	"Do you want to proceed?":                                                   643,
	"Do you want to revoke this personal access token? This can not be undone.": 293,
	"Documentation":                          394,
	"Domain":                                 609,
	"Domain List":                            421,
	"Domain Not Found":                       217,
	"Domain created successfully":            431,
	"Domain in use. Can not change service.": 251,
	"Domain not found":                       654,
	"Domain successfully deleted":            434,
	"DomainID is required":                   210,
	"Domains":                                444,
	"Download":                               626,
	"Download Image":                         541,
	"Duplicated short code":                  218,
	"Edit":                                   38,
	"Edit Profile":                           18,
	"Edit profile":                           43,
	"Element ID is invalid.":                 235,
	"Element Not Found":                      146,
	"Email":                                  34,
	"Email Address":                          52,
	"Email is required":                      175,
	"Email is required.":                     253,
	"Email may not exceed 255 characters":    155,
	"Email updated successfully":             87,
	"Enabled":                                441,
	"Engagements over time":                  103,
	"English":                                28,
	"Enter New Password":                     64,
	"Error checking the DNS entry for domain. Please try again later": 203,
	"Error compiling url regex: %s":                                   152,
	"Error fetching referenced link: %v":                              485,
	"Error fetching referenced note: %v":                              579,
	"Error fetching referenced url: Not found":                        484,
	"Every account can create unlimited organizations. Each organization has it's own bookmarks, listings, analytics, etc. All of the features below belong to each organization with their own unique URL's, groupings, and so on.": 338,
	"Exclude Tags":                        501,
	"Expired":                             283,
	"Explore Features":                    411,
	"Export":                              446,
	"Export Data":                         546,
	"Export in JSON or HTML":              387,
	"Failed the '%s' tag.":                700,
	"Feature":                             339,
	"Feed":                                495,
	"File format":                         547,
	"Filter/Search listings":              361,
	"Filter/Search shorts":                368,
	"Firefox Bookmarks":                   571,
	"Follow":                              517,
	"Follow other organizations (social)": 353,
	"Following":                           492,
	"Followings":                          503,
	"Forgot Password?":                    71,
	"Free":                                340,
	"Free accounts are only allowed 1 link listing.":                                              222,
	"Free organizations are not allowed to create private links. Please upgrade":                  144,
	"Free organizations are not allowed to create private notes. Please upgrade":                  151,
	"Free organizations can not use Private permission. Please upgrade to use Private permission": 134,
	"Full Analytics":          363,
	"Full GraphQL API Access": 389,
	"Full Name":               48,
	"Full RSS feeds":          356,
	"Full analytics history":  370,
	"Fully open source":       392,
	"GQL Playground":          588,
	"Go to https://pinboard.in/export/ and click on JSON":  565,
	"Go to the Bookmarks menu and choose Bookmark Manager": 561,
	"Go to the File menu and chose Export":                 559,
	"Grants":                                               288,
	"GraphQL Playground":                                   273,
	"Help":                                                 596,
	"Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.": 398,
	"Hi there,":                          331,
	"Host your own version of Link Taco": 393,
	"ID can't be lower than 0.":          231,
	"ID is required.":                    229,
	"Device analytics":         380,
	"Devices":                  111,
	"Disabled":                 446,
	"Disconnect":               554,
	"Disconnect Mattermost":    636,
	"Disconnect Slack":         687,
	"Do you really want to disconnect this organization from mattermost":        638,
	"Do you really want to disconnect this organization from slack":             689,
	"Do you really whant to delete this bookmark?":                              538,
	"Do you really whant to delete this domain":                                 440,
	"Do you really whant to delete this link":                                   608,
	"Do you really whant to delete this list":                                   627,
	"Do you really whant to delete this qr code":                                549,
	"Do you want to connect this organization to mattermost?":                   641,
	"Do you want to connect with slack?":                                        695,
	"Do you want to delete":                                                     540,
	"Do you want to proceed?":                                                   647,
	"Do you want to revoke this personal access token? This can not be undone.": 297,
	"Documentation":                          398,
	"Domain":                                 613,
	"Domain List":                            425,
	"Domain Not Found":                       221,
	"Domain created successfully":            435,
	"Domain in use. Can not change service.": 255,
	"Domain not found":                       658,
	"Domain successfully deleted":            438,
	"DomainID is required":                   214,
	"Domains":                                448,
	"Download":                               630,
	"Download Image":                         545,
	"Drag and drop this button to your web browser toolbar or your bookmarks.": 50,
	"Duplicated short code":               222,
	"Edit":                                38,
	"Edit Profile":                        18,
	"Edit profile":                        43,
	"Element ID is invalid.":              239,
	"Element Not Found":                   150,
	"Email":                               34,
	"Email Address":                       56,
	"Email is required":                   179,
	"Email is required.":                  257,
	"Email may not exceed 255 characters": 159,
	"Email updated successfully":          91,
	"Enabled":                             445,
	"Engagements over time":               107,
	"English":                             28,
	"Enter New Password":                  68,
	"Error checking the DNS entry for domain. Please try again later": 207,
	"Error compiling url regex: %s":                                   156,
	"Error fetching referenced link: %v":                              489,
	"Error fetching referenced note: %v":                              583,
	"Error fetching referenced url: Not found":                        488,
	"Every account can create unlimited organizations. Each organization has it's own bookmarks, listings, analytics, etc. All of the features below belong to each organization with their own unique URL's, groupings, and so on.": 342,
	"Exclude Tags":                        505,
	"Expired":                             287,
	"Explore Features":                    415,
	"Export":                              450,
	"Export Data":                         550,
	"Export in JSON or HTML":              391,
	"Failed the '%s' tag.":                704,
	"Feature":                             343,
	"Feed":                                499,
	"File format":                         551,
	"Filter/Search listings":              365,
	"Filter/Search shorts":                372,
	"Firefox Bookmarks":                   575,
	"Follow":                              521,
	"Follow other organizations (social)": 357,
	"Following":                           496,
	"Followings":                          507,
	"Forgot Password?":                    75,
	"Free":                                344,
	"Free accounts are only allowed 1 link listing.":                                              226,
	"Free organizations are not allowed to create private links. Please upgrade":                  148,
	"Free organizations are not allowed to create private notes. Please upgrade":                  155,
	"Free organizations can not use Private permission. Please upgrade to use Private permission": 138,
	"Full Analytics":          367,
	"Full GraphQL API Access": 393,
	"Full Name":               52,
	"Full RSS feeds":          360,
	"Full analytics history":  374,
	"Fully open source":       396,
	"GQL Playground":          592,
	"Go to https://pinboard.in/export/ and click on JSON":  569,
	"Go to the Bookmarks menu and choose Bookmark Manager": 565,
	"Go to the File menu and chose Export":                 563,
	"Grants":                                               292,
	"GraphQL Playground":                                   277,
	"Help":                                                 600,
	"Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.": 402,
	"Hi there,":                          335,
	"Host your own version of Link Taco": 397,
	"ID can't be lower than 0.":          235,
	"ID is required.":                    233,
	"IP Address":                         8,
	"Id required":                        219,
	"If OAuth 2.0 bearer tokens issued for your OAuth client, or your client secret, have been disclosed to a third-party, you must revoke all tokens and have replacements issued.": 311,
	"If the email address given exists in our system then we just sent it a login link. Click this link to reset your password. The link expires in 1 hour.":                         72,
	"If you didn't request this link you can safely delete this email now.":                                                                                                          99,
	"Id required":                        223,
	"If OAuth 2.0 bearer tokens issued for your OAuth client, or your client secret, have been disclosed to a third-party, you must revoke all tokens and have replacements issued.": 315,
	"If the email address given exists in our system then we just sent it a login link. Click this link to reset your password. The link expires in 1 hour.":                         76,
	"If you didn't request this link you can safely delete this email now.":                                                                                                          103,
	"Image":                24,
	"Import":               447,
	"Import / Export":      382,
	"Import Data":          553,
	"Import Export":        416,
	"Import from Chrome":   385,
	"Import from Firefox":  384,
	"Import from Pinboard": 383,
	"Import from Safari":   386,
	"In order to interact with Link Taco you have to connect you slack account with your link user":          687,
	"In order to interact with the mattermost you have to connect your account with your link user":          642,
	"In the left sidebar select the folder that you want to export":                                          562,
	"In the left sidebar select the folder you want to export. To export all bookmarks select All Bookmarks": 557,
	"In the top bookmark bar click on the three points at the top right":                                     563,
	"Inactive Domain":                                  334,
	"Include Tags":                                     500,
	"Informative URL":                                  318,
	"Installed successfully":                           659,
	"Instructions":                                     568,
	"Integrations":                                     415,
	"Invalid Confirmation Target":                      170,
	"Invalid Confirmation Type":                        169,
	"Invalid Email":                                    182,
	"Invalid FQDN format":                              197,
	"Invalid ID ":                                      250,
	"Invalid Key":                                      181,
	"Invalid Permission":                               157,
	"Invalid URL.":                                     137,
	"Invalid Visibility value.":                        136,
	"Invalid code type":                                266,
	"Invalid default permission value":                 135,
	"Invalid domain ID.":                               205,
	"Invalid domain name.":                             193,
	"Invalid email and/or password":                    693,
	"Invalid email format":                             156,
	"Invalid level value.":                             246,
	"Invalid listing ID provided":                      271,
	"Invalid listing for specified organization":       272,
	"Invalid orgType":                                  244,
	"Invalid organization given":                       662,
	"Invalid origin source for importer.":              276,
	"Invalid permissions for Organization ID":          199,
	"Invalid service value.":                           194,
	"Invalid slack response":                           690,
	"Invalid status value.":                            247,
	"Invalid tag cloud type without organization slug": 261,
	"Invalid visibility":                               245,
	"Import":               451,
	"Import / Export":      386,
	"Import Data":          557,
	"Import Export":        420,
	"Import from Chrome":   389,
	"Import from Firefox":  388,
	"Import from Pinboard": 387,
	"Import from Safari":   390,
	"In order to interact with Link Taco you have to connect you slack account with your link user":          691,
	"In order to interact with the mattermost you have to connect your account with your link user":          646,
	"In the left sidebar select the folder that you want to export":                                          566,
	"In the left sidebar select the folder you want to export. To export all bookmarks select All Bookmarks": 561,
	"In the top bookmark bar click on the three points at the top right":                                     567,
	"Inactive Domain":                                  338,
	"Include Tags":                                     504,
	"Informative URL":                                  322,
	"Installed successfully":                           663,
	"Instructions":                                     572,
	"Integrations":                                     419,
	"Invalid Confirmation Target":                      174,
	"Invalid Confirmation Type":                        173,
	"Invalid Email":                                    186,
	"Invalid FQDN format":                              201,
	"Invalid ID ":                                      254,
	"Invalid Key":                                      185,
	"Invalid Permission":                               161,
	"Invalid URL.":                                     141,
	"Invalid Visibility value.":                        140,
	"Invalid code type":                                270,
	"Invalid default permission value":                 139,
	"Invalid domain ID.":                               209,
	"Invalid domain name.":                             197,
	"Invalid email and/or password":                    697,
	"Invalid email format":                             160,
	"Invalid level value.":                             250,
	"Invalid listing ID provided":                      275,
	"Invalid listing for specified organization":       276,
	"Invalid orgType":                                  248,
	"Invalid organization given":                       666,
	"Invalid origin source for importer.":              280,
	"Invalid permissions for Organization ID":          203,
	"Invalid service value.":                           198,
	"Invalid slack response":                           694,
	"Invalid status value.":                            251,
	"Invalid tag cloud type without organization slug": 265,
	"Invalid visibility":                               249,
	"Is Active":                                        33,
	"Is Default":                                       610,
	"Is Enabled":                                       457,
	"Issued":                                           282,
	"Just wanted to let you know that your bookmark import has completed successfully!": 332,
	"Key is required":      186,
	"Lang is invalid":      191,
	"Link Detail":          526,
	"Is Default":                                       614,
	"Is Enabled":                                       461,
	"Issued":                                           286,
	"Just wanted to let you know that your bookmark import has completed successfully!": 336,
	"Key is required":      190,
	"Lang is invalid":      195,
	"Link Detail":          530,
	"Link Listing":         10,
	"Link Listings":        358,
	"Link Lists":           413,
	"Link Not Found":       148,
	"Link Search":          679,
	"Link Short Not Found": 265,
	"Link Shortening":      365,
	"Link Shortner":        426,
	"Link Taco: Invitation to join organization":  163,
	"Link hash required":                          145,
	"Link listings: Linktree et al":               404,
	"Link shortening: Bitly et al":                403,
	"Link successfully deleted":                   603,
	"Link successfully updated.":                  537,
	"LinkOrder can't be lower than 0.":            227,
	"LinkTaco - Confirm account email":            95,
	"LinkTaco - Your bookmark import is complete": 330,
	"LinkTaco is an open source platform where you can host all of your links. Custom domains, QR codes, Analytics, full API, multiple organizations w/unlimited members are just some of what's included.": 399,
	"Links":                                116,
	"Links - Reset your password":          70,
	"Linktaco: Invitation to Register":     255,
	"List Not Found":                       236,
	"List successfully deleted":            622,
	"Listing":                              364,
	"Listing Link Not Found":               232,
	"Listing Not Found":                    228,
	"Listing successfully updated.":        615,
	"ListingSlug is required.":             226,
	"Lists":                                593,
	"Log in":                               586,
	"Log out":                              587,
	"Login":                                82,
	"Login Email":                          84,
	"Lookup Name":                          423,
	"Manage":                               300,
	"Manage Links":                         618,
	"Manage Members":                       445,
	"Manage Subscription":                  443,
	"Link Listings":        362,
	"Link Lists":           417,
	"Link Not Found":       152,
	"Link Search":          683,
	"Link Short Not Found": 269,
	"Link Shortening":      369,
	"Link Shortner":        430,
	"Link Taco: Invitation to join organization":  167,
	"Link hash required":                          149,
	"Link listings: Linktree et al":               408,
	"Link shortening: Bitly et al":                407,
	"Link successfully deleted":                   607,
	"Link successfully updated.":                  541,
	"LinkOrder can't be lower than 0.":            231,
	"LinkTaco - Confirm account email":            99,
	"LinkTaco - Your bookmark import is complete": 334,
	"LinkTaco is an open source platform where you can host all of your links. Custom domains, QR codes, Analytics, full API, multiple organizations w/unlimited members are just some of what's included.": 403,
	"Links":                                120,
	"Links - Reset your password":          74,
	"Linktaco: Invitation to Register":     259,
	"List Not Found":                       240,
	"List successfully deleted":            626,
	"Listing":                              368,
	"Listing Link Not Found":               236,
	"Listing Not Found":                    232,
	"Listing successfully updated.":        619,
	"ListingSlug is required.":             230,
	"Lists":                                597,
	"Log in":                               590,
	"Log out":                              591,
	"Login":                                86,
	"Login Email":                          88,
	"Lookup Name":                          427,
	"Manage":                               304,
	"Manage Links":                         622,
	"Manage Members":                       449,
	"Manage Subscription":                  447,
	"Manage Your Organizations":            44,
	"Mark as read":                         512,
	"Mark as unread":                       513,
	"MatterMost Integration":               380,
	"Mattermost successfully disconnected": 633,
	"Member List":                          473,
	"Member added succesxfully":            471,
	"Member successfully deleted":          469,
	"Mark as read":                         516,
	"Mark as unread":                       517,
	"MatterMost Integration":               384,
	"Mattermost successfully disconnected": 637,
	"Member List":                          477,
	"Member added succesxfully":            475,
	"Member successfully deleted":          473,
	"Members":                              39,
	"Members can add/edit/remove links (if allowed)":   418,
	"Members have access based on permissions granted": 419,
	"Migrate Short Links":                              429,
	"Most popular links on LinkTaco.com":               489,
	"Members can add/edit/remove links (if allowed)":   422,
	"Members have access based on permissions granted": 423,
	"Migrate Short Links":                              433,
	"Most popular links on LinkTaco.com":               493,
	"Name":                                             22,
	"Name is required":                                 118,
	"Name is required.":                                252,
	"Name may not exceed 150 characters":               119,
	"Name may not exceed 255 characters":               195,
	"Name may not exceed 500 characters":               196,
	"New Password":                                     62,
	"New passwords do not match":                       694,
	"Name is required":                                 122,
	"Name is required.":                                256,
	"Name may not exceed 150 characters":               123,
	"Name may not exceed 255 characters":               199,
	"Name may not exceed 500 characters":               200,
	"New Password":                                     66,
	"New passwords do not match":                       698,
	"Next":                                             15,
	"No Clients":                                       302,
	"No Data":                                          117,
	"No Domain":                                        668,
	"No Domains":                                       427,
	"No Links":                                         607,
	"No Lists":                                         619,
	"No QR Codes":                                      631,
	"No Short Links":                                   665,
	"No URL argument was given":                        675,
	"No accounts? Click here to create one":            83,
	"No Clients":                                       306,
	"No Data":                                          121,
	"No Domain":                                        672,
	"No Domains":                                       431,
	"No Links":                                         611,
	"No Lists":                                         623,
	"No QR Codes":                                      635,
	"No Short Links":                                   669,
	"No URL argument was given":                        679,
	"No accounts? Click here to create one":            87,
	"No audit logs to display":                         14,
	"No default organization found":                    663,
	"No links were found for %s":                       648,
	"No members":                                       474,
	"No organization found":                            649,
	"No organizations":                                 494,
	"No personal organization found for this user":     192,
	"No slack connection found":                        645,
	"No, nevermind":                                    295,
	"Not Found":                                        259,
	"Note":                                             574,
	"Note '%s' on LinkTaco.com":                        575,
	"Note: Your access token <strong>will never be shown to you again.</strong> Keep this secret. It will expire a year from now.": 291,
	"Note: Your client secret will never be shown to you again.":                                                                   308,
	"OAuth 2.0 client management": 309,
	"OAuth 2.0 client registered": 319,
	"OAuth2 Support":              390,
	"Old links won't work. All code will be moved to the new domain.":                              430,
	"Only members with read perm are allowed to perform this action":                               262,
	"Only members with write perm are allowed to perform this action":                              143,
	"Only showing country data. Upgrade your organization to paid to view all stats":               113,
	"Only showing the last 60 days. Upgrade your organization to paid to view all historical data": 111,
	"Only superusers can delete system level domains":                                              207,
	"Only superusers can fetch system level domains":                                               264,
	"Open Source":          438,
	"Order":                600,
	"Org Not Found":        214,
	"Org Slug is required": 221,
	"Org Username":         450,
	"Org slug is required": 153,
	"Org slug is required for this kind of token":          267,
	"Org slug is required.":                                139,
	"Org username is required":                             120,
	"Org username may not exceed 150 characters":           121,
	"Organizaiton Slug is required.":                       198,
	"No default organization found":                    667,
	"No links were found for %s":                       652,
	"No members":                                       478,
	"No organization found":                            653,
	"No organizations":                                 498,
	"No personal organization found for this user":     196,
	"No slack connection found":                        649,
	"No, nevermind":                                    299,
	"Not Found":                                        263,
	"Note":                                             578,
	"Note '%s' on LinkTaco.com":                        579,
	"Note: Your access token <strong>will never be shown to you again.</strong> Keep this secret. It will expire a year from now.": 295,
	"Note: Your client secret will never be shown to you again.":                                                                   312,
	"OAuth 2.0 client management": 313,
	"OAuth 2.0 client registered": 323,
	"OAuth2 Support":              394,
	"Old links won't work. All code will be moved to the new domain.":                              434,
	"Only members with read perm are allowed to perform this action":                               266,
	"Only members with write perm are allowed to perform this action":                              147,
	"Only showing country data. Upgrade your organization to paid to view all stats":               117,
	"Only showing the last 60 days. Upgrade your organization to paid to view all historical data": 115,
	"Only superusers can delete system level domains":                                              211,
	"Only superusers can fetch system level domains":                                               268,
	"Open Source":          442,
	"Order":                604,
	"Org Not Found":        218,
	"Org Slug is required": 225,
	"Org Username":         454,
	"Org slug is required": 157,
	"Org slug is required for this kind of token":          271,
	"Org slug is required.":                                143,
	"Org username is required":                             124,
	"Org username may not exceed 150 characters":           125,
	"Organizaiton Slug is required.":                       202,
	"Organization":                                         9,
	"Organization Not Found":                               128,
	"Organization Slug is required for user level domains": 249,
	"Organization created successfully":                    455,
	"Organization linked successfully with mattermost":     639,
	"Organization linked successfully with slack":          692,
	"Organization not found.":                              270,
	"Organization updated successfully":                    458,
	"Organization Not Found":                               132,
	"Organization Slug is required for user level domains": 253,
	"Organization created successfully":                    459,
	"Organization linked successfully with mattermost":     643,
	"Organization linked successfully with slack":          696,
	"Organization not found.":                              274,
	"Organization updated successfully":                    462,
	"Organizations":                                        36,
	"Organize Bookmarks":                                   412,
	"Organize by tags":                                     354,
	"Organize listings by tag":                             360,
	"Organize shorts by tags":                              367,
	"Other":                                                612,
	"Other Name":                                           613,
	"Paid":                                                 440,
	"Password":                                             49,
	"Password Changed":                                     66,
	"Password changed successfully":                        86,
	"Password is required":                                 176,
	"Password may not exceed 100 characters":               177,
	"Payment History":                                      448,
	"Peace Pinboard. Bye Bitly. Later Linktree. Hello LinkTaco!": 405,
	"Permission":             460,
	"Permission Not Found":   171,
	"Personal":               341,
	"Personal Access Tokens": 280,
	"Personal Tokens":        591,
	"Please click in the following link to tie a org %s":                               658,
	"Please click the link below:":                                                     257,
	"Please confirm your account":                                                      96,
	"Please enter a valid email address.":                                              698,
	"Please enter a valid phone number.":                                               699,
	"Please link your slack user with link: %s":                                        680,
	"Organize Bookmarks":                                   416,
	"Organize by tags":                                     358,
	"Organize listings by tag":                             364,
	"Organize shorts by tags":                              371,
	"Other":                                                616,
	"Other Name":                                           617,
	"Paid":                                                 444,
	"Password":                                             53,
	"Password Changed":                                     70,
	"Password changed successfully":                        90,
	"Password is required":                                 180,
	"Password may not exceed 100 characters":               181,
	"Payment History":                                      452,
	"Peace Pinboard. Bye Bitly. Later Linktree. Hello LinkTaco!": 409,
	"Permission":             464,
	"Permission Not Found":   175,
	"Personal":               345,
	"Personal Access Tokens": 284,
	"Personal Tokens":        595,
	"Please click in the following link to tie a org %s":                               662,
	"Please click the link below:":                                                     261,
	"Please confirm your account":                                                      100,
	"Please enter a valid email address.":                                              702,
	"Please enter a valid phone number.":                                               703,
	"Please link your slack user with link: %s":                                        684,
	"Please login to view multiple tag combos (sorry, this is to help stop bot abuse)": 6,
	"Please upgrade to a Business organization to add members":                         461,
	"Please upgrade your account to reactivate it":                                     336,
	"Popular":           583,
	"Popular Bookmarks": 487,
	"Popular Links":     491,
	"Please upgrade to a Business organization to add members":                         465,
	"Please upgrade your account to reactivate it":                                     340,
	"Popular":           587,
	"Popular Bookmarks": 491,
	"Popular Links":     495,
	"Prev":              16,
	"Previous":          606,
	"Price":             343,
	"Pricing":           337,
	"Pricing and feature details for LinkTaco.com": 395,
	"Private":                        454,
	"Private Post":                   528,
	"Previous":          610,
	"Price":             347,
	"Pricing":           341,
	"Pricing and feature details for LinkTaco.com": 399,
	"Private":                        458,
	"Private Post":                   532,
	"Profile updated successfully":   29,
	"Public":                         453,
	"Public Post":                    527,
	"Public only":                    348,
	"QR Code Details":                540,
	"QR Code Listing":                629,
	"QR Code Not Found":              240,
	"QR Code specific analytics":     371,
	"QR Code succesfully created":    628,
	"QR Code successfully deleted":   544,
	"QR Codes":                       621,
	"QR Codes powered by Link Taco!": 538,
	"QR Scans":                       115,
	"Read":                           462,
	"Ready to get started? It's free to make an account and use it forever (with some limitations). To use all features you have to pay just a few bucks a year, or a few per month if you're a business, and that's it. Simple!": 410,
	"Recent":           582,
	"Recent Bookmarks": 509,
	"Recent Links":     522,
	"Recent bookmarks for URL %s added on LinkTaco.com": 506,
	"Recent public links added to %s on LinkTaco.com":   520,
	"Recent public links added to LinkTaco.com":         521,
	"Redirect URL":                305,
	"Referer analyitcs":           373,
	"Referrer":                    106,
	"Register":                    51,
	"Register Invitation":         254,
	"Registration Completed":      50,
	"Registration is not enabled": 180,
	"Registration is not enabled on this system. Contact the admin for an account.": 57,
	"Reject":                        329,
	"Reset Password":                65,
	"Public":                         457,
	"Public Post":                    531,
	"Public only":                    352,
	"QR Code Details":                544,
	"QR Code Listing":                633,
	"QR Code Not Found":              244,
	"QR Code specific analytics":     375,
	"QR Code succesfully created":    632,
	"QR Code successfully deleted":   548,
	"QR Codes":                       625,
	"QR Codes powered by Link Taco!": 542,
	"QR Scans":                       119,
	"Read":                           466,
	"Ready to get started? It's free to make an account and use it forever (with some limitations). To use all features you have to pay just a few bucks a year, or a few per month if you're a business, and that's it. Simple!": 414,
	"Recent":           586,
	"Recent Bookmarks": 513,
	"Recent Links":     526,
	"Recent bookmarks for URL %s added on LinkTaco.com": 510,
	"Recent public links added to %s on LinkTaco.com":   524,
	"Recent public links added to LinkTaco.com":         525,
	"Redirect URL":                309,
	"Referer analyitcs":           377,
	"Referrer":                    110,
	"Register":                    55,
	"Register Invitation":         258,
	"Registration Completed":      54,
	"Registration is not enabled": 184,
	"Registration is not enabled on this system. Contact the admin for an account.": 61,
	"Reject":                        333,
	"Reset Password":                69,
	"Restricted Page":               0,
	"Revoke":                        284,
	"Revoke Personal Access Token":  292,
	"Revoke client tokens":          312,
	"Revoke tokens & client secret": 310,
	"Safari Bookmarks":              569,
	"Revoke":                        288,
	"Revoke Personal Access Token":  296,
	"Revoke client tokens":          316,
	"Revoke tokens & client secret": 314,
	"Safari Bookmarks":              573,
	"Save":                          19,
	"Save Link":                     589,
	"Save Note":                     590,
	"Save public/private links":     351,
	"Save public/private notes":     352,
	"Saved Bookmarks":               504,
	"Scopes":                        327,
	"Search":                        497,
	"See the installation documentation for more.": 409,
	"Select Export Bookmarks":                      560,
	"Self Hosting":                                 391,
	"Send Reset Link":                              73,
	"Service":                                      424,
	"Set up your account, so you can save links.":  56,
	"Save Link":                     593,
	"Save Note":                     594,
	"Save public/private links":     355,
	"Save public/private notes":     356,
	"Saved Bookmarks":               508,
	"Scopes":                        331,
	"Search":                        501,
	"See the installation documentation for more.": 413,
	"Select Export Bookmarks":                      564,
	"Self Hosting":                                 395,
	"Send Reset Link":                              77,
	"Service":                                      428,
	"Set up your account, so you can save links.":  60,
	"Settings":                                     30,
	"Short Code":                                   667,
	"Short Code may not exceed 20 characters":      212,
	"Short Link":                                   664,
	"Short Link successfully deleted":              673,
	"Short Links":                                  594,
	"Short Not Found":                              238,
	"Short link successfully updated.":             671,
	"Since we're a":                                406,
	"Slack Integration":                            379,
	"Slack successfully disconnected":              684,
	"Short Code":                                   671,
	"Short Code may not exceed 20 characters":      216,
	"Short Link":                                   668,
	"Short Link successfully deleted":              677,
	"Short Links":                                  598,
	"Short Not Found":                              242,
	"Short link successfully updated.":             675,
	"Since we're a":                                410,
	"Slack Integration":                            383,
	"Slack successfully disconnected":              688,
	"Slug":                                         31,
	"Slug is required":                             126,
	"Slug is required.":                            220,
	"Slug may not exceed 150 characters":           127,
	"Social Links":                                 614,
	"Social bookmarking is not new, it's just been forgotten. Link shortening with analytics has been around forever. Link listings became cool once social media started allowing us to post a link to our websites in our profiles.": 400,
	"Slug is required":                             130,
	"Slug is required.":                            224,
	"Slug may not exceed 150 characters":           131,
	"Social Links":                                 618,
	"Social bookmarking is not new, it's just been forgotten. Link shortening with analytics has been around forever. Link listings became cool once social media started allowing us to post a link to our websites in our profiles.": 404,
	"Social bookmarking plus link sharing, shortening and listings all in one app.":                                              3,
	"Social bookmarking: Pinboard (Delicious)":                                                                                   402,
	"Someone, possibly you, requested this login via email link. To login to your account, just click the link below:":           85,
	"Someone, possibly you, requested to reset your Links email address.  To complete this update, just click the link below:":   79,
	"Someone, possibly you, requested to reset your Links password.":                                                             74,
	"Something went wrong, impossible to send invitation":                                                                        466,
	"Something went wrong. Impossible to get the member data":                                                                    472,
	"Something went wrong. The QR Code could not be deleted.":                                                                    543,
	"Something went wrong. The link could not be deleted.":                                                                       602,
	"Something went wrong. The user could not be linked.":                                                                        688,
	"Something went wrong. This bookmark could not be deleted.":                                                                  532,
	"Something went wrong. This member could not be deleted: %s":                                                                 468,
	"Sorry, free accounts do not support Mattermost Integration. Please upgrade to continue":                                     640,
	"Sorry, free accounts do not support Slack Integration. Please upgrade to continue":                                          686,
	"Sorry, you have exceeded the amount of free accounts available. Please update your current free account to create one more": 452,
	"Source":                             554,
	"Social bookmarking: Pinboard (Delicious)":                                                                                   406,
	"Someone, possibly you, requested this login via email link. To login to your account, just click the link below:":           89,
	"Someone, possibly you, requested to reset your Links email address.  To complete this update, just click the link below:":   83,
	"Someone, possibly you, requested to reset your Links password.":                                                             78,
	"Something went wrong, impossible to send invitation":                                                                        470,
	"Something went wrong. Impossible to get the member data":                                                                    476,
	"Something went wrong. The QR Code could not be deleted.":                                                                    547,
	"Something went wrong. The link could not be deleted.":                                                                       606,
	"Something went wrong. The user could not be linked.":                                                                        692,
	"Something went wrong. This bookmark could not be deleted.":                                                                  536,
	"Something went wrong. This member could not be deleted: %s":                                                                 472,
	"Sorry, free accounts do not support Mattermost Integration. Please upgrade to continue":                                     644,
	"Sorry, free accounts do not support Slack Integration. Please upgrade to continue":                                          690,
	"Sorry, you have exceeded the amount of free accounts available. Please update your current free account to create one more": 456,
	"Source":                             558,
	"Spanish":                            27,
	"Sponsored":                          439,
	"Star":                               514,
	"Starred":                            479,
	"Store Dashboard":                    580,
	"Submit Query":                       274,
	"Sponsored":                          443,
	"Star":                               518,
	"Starred":                            483,
	"Store Dashboard":                    584,
	"Submit Query":                       278,
	"Subscription":                       32,
	"Successful login.":                  94,
	"Successfully added client":          320,
	"Successfully added personal access": 296,
	"Successfully reissued client.":      322,
	"Successfully revoked authorization token.":                      297,
	"Successfully revoked client.":                                   321,
	"Tags":                                                           480,
	"Tags may not exceed 10":                                         142,
	"The %s domain is currently inactive":                            335,
	"The User is not verified":                                       173,
	"The User you try to invite is not verified":                     161,
	"The code is required":                                           652,
	"The domain is already registered in the system":                 201,
	"The domain is required":                                         653,
	"The file is required":                                           277,
	"The file submitted for this source should be html":              278,
	"The file submitted for this source should be json":              279,
	"The member was removed successfully":                            166,
	"Successful login.":                  98,
	"Successfully added client":          324,
	"Successfully added personal access": 300,
	"Successfully reissued client.":      326,
	"Successfully revoked authorization token.":                      301,
	"Successfully revoked client.":                                   325,
	"Tags":                                                           484,
	"Tags may not exceed 10":                                         146,
	"The %s domain is currently inactive":                            339,
	"The User is not verified":                                       177,
	"The User you try to invite is not verified":                     165,
	"The code is required":                                           656,
	"The domain is already registered in the system":                 205,
	"The domain is required":                                         657,
	"The file is required":                                           281,
	"The file submitted for this source should be html":              282,
	"The file submitted for this source should be json":              283,
	"The member was removed successfully":                            170,
	"The passwords you entered do not match.":                        17,
	"The text to be searched is required":                            647,
	"The title is required":                                          650,
	"The url is required":                                            651,
	"The user for given email is not a member of given organization": 165,
	"The user was added successfully":                                174,
	"There is already a default listing for this domain":             225,
	"There is already a domain registered for given service":         202,
	"This Slug is already registered for this domain":                224,
	"This account is currently unable to access the system.":         93,
	"This ain't a popularity contest or anything but this is weird that there are no links!": 488,
	"This email domain is not allowed":                                                                       158,
	"This email is already registered":                                                                       183,
	"This feature is not allowed for free user. Please upgrade.":                                             548,
	"This feature is restricted to free accounts. Please upgrade.":                                           638,
	"This feed has no links. Booo!":                                                                          505,
	"This field is required.":                                                                                697,
	"This function is only allowed for business users.":                                                      159,
	"This function is only allowed for paid users.":                                                          200,
	"The text to be searched is required":                            651,
	"The title is required":                                          654,
	"The url is required":                                            655,
	"The user for given email is not a member of given organization": 169,
	"The user was added successfully":                                178,
	"There is already a default listing for this domain":             229,
	"There is already a domain registered for given service":         206,
	"This Slug is already registered for this domain":                228,
	"This account is currently unable to access the system.":         97,
	"This ain't a popularity contest or anything but this is weird that there are no links!": 492,
	"This email domain is not allowed":                                                                       162,
	"This email is already registered":                                                                       187,
	"This feature is not allowed for free user. Please upgrade.":                                             552,
	"This feature is restricted to free accounts. Please upgrade.":                                           642,
	"This feed has no links. Booo!":                                                                          509,
	"This field is required.":                                                                                701,
	"This function is only allowed for business users.":                                                      163,
	"This function is only allowed for paid users.":                                                          204,
	"This function is only allowed for paid users. Please upgrade":                                           1,
	"This link will expire in 1 hour. If you didn't request this link you can safely delete this email now.": 76,
	"This link will expire in 2 hour. If you didn't request this link you can safely delete this email now.": 80,
	"This organization has an active subscription. Please cancel it first":                                   133,
	"This organization name is already registered":                                                           129,
	"This organization slug can not be used. Please chose another one":                                       123,
	"This organization slug is already registered":                                                           124,
	"This shortCode can not be used. Please chose another one":                                               213,
	"This slug can not be used. Please chose another one":                                                    130,
	"This team is already tied to an organization":                                                           636,
	"This user does not follow this org":                                                                     242,
	"This user is not allowed to perform this action":                                                        149,
	"This username can not be used. Please chose another one":                                                184,
	"This username is already registered":                                                                    185,
	"This will permanently unregister your OAuth 2.0 client":                                                 314,
	"This link will expire in 1 hour. If you didn't request this link you can safely delete this email now.": 80,
	"This link will expire in 2 hour. If you didn't request this link you can safely delete this email now.": 84,
	"This organization has an active subscription. Please cancel it first":                                   137,
	"This organization name is already registered":                                                           133,
	"This organization slug can not be used. Please chose another one":                                       127,
	"This organization slug is already registered":                                                           128,
	"This shortCode can not be used. Please chose another one":                                               217,
	"This slug can not be used. Please chose another one":                                                    134,
	"This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.":     49,
	"This team is already tied to an organization":                                                           640,
	"This user does not follow this org":                                                                     246,
	"This user is not allowed to perform this action":                                                        153,
	"This username can not be used. Please chose another one":                                                188,
	"This username is already registered":                                                                    189,
	"This will permanently unregister your OAuth 2.0 client":                                                 318,
	"Timestamp":                           13,
	"Timezone":                            21,
	"Timezone is invalid":                 189,
	"Timezone is required":                188,
	"Title":                               476,
	"Title is required":                   230,
	"Title is required.":                  140,
	"Title is too long.":                  233,
	"Title may not exceed 150 characters": 211,
	"Title may not exceed 500 characters": 141,
	"To complete your password reset, just click the link below:":                                      75,
	"To confirm your email address and complete your Links registration, please click the link below.": 97,
	"Tour":                                 581,
	"Try It FREE":                          349,
	"URL":                                  599,
	"URL Shortening powered by Link Taco!": 674,
	"URL is required.":                     209,
	"URL may not exceed 2048 characters":   138,
	"Unable to delete. Domain has active short links or link listings": 208,
	"Unable to find suitable organization":                             263,
	"Unfollow":                                                         493,
	"Unlimited":                                                        347,
	"Unlimited QR codes per listing":                                   362,
	"Unlimited QR codes per short":                                     369,
	"Unlimited link listings (for social media bios, etc.)":            417,
	"Unlimited short links":                                            366,
	"Unread":                                                           478,
	"Unregister":                                                       316,
	"Unregister this OAuth client":                                     313,
	"Unstar":                                                           515,
	"Untagged":                                                         511,
	"Up until now, all of these things were hosted on different services.": 401,
	"Update Email":        77,
	"Update Link":         535,
	"Update Links":        598,
	"Update List":         608,
	"Update Note":         573,
	"Update Organization": 456,
	"Update Short Link":   670,
	"Timezone is invalid":                 193,
	"Timezone is required":                192,
	"Title":                               480,
	"Title is required":                   234,
	"Title is required.":                  144,
	"Title is too long.":                  237,
	"Title may not exceed 150 characters": 215,
	"Title may not exceed 500 characters": 145,
	"To complete your password reset, just click the link below:":                                      79,
	"To confirm your email address and complete your Links registration, please click the link below.": 101,
	"Tour":                                 585,
	"Try It FREE":                          353,
	"URL":                                  603,
	"URL Shortening powered by Link Taco!": 678,
	"URL is required.":                     213,
	"URL may not exceed 2048 characters":   142,
	"Unable to delete. Domain has active short links or link listings": 212,
	"Unable to find suitable organization":                             267,
	"Unfollow":                                                         497,
	"Unlimited":                                                        351,
	"Unlimited QR codes per listing":                                   366,
	"Unlimited QR codes per short":                                     373,
	"Unlimited link listings (for social media bios, etc.)":            421,
	"Unlimited short links":                                            370,
	"Unread":                                                           482,
	"Unregister":                                                       320,
	"Unregister this OAuth client":                                     317,
	"Unstar":                                                           519,
	"Untagged":                                                         515,
	"Up until now, all of these things were hosted on different services.": 405,
	"Update Email":        81,
	"Update Link":         539,
	"Update Links":        602,
	"Update List":         612,
	"Update Note":         577,
	"Update Organization": 460,
	"Update Short Link":   674,
	"Update email":        42,
	"Upgrade Org":         45,
	"Upgrade the organization to activate them.":                 525,
	"Upgrade your account to support private bookmarks.":         567,
	"Upgrade your organization to paid to view the detail stats": 114,
	"Url is required": 656,
	"Use commas to separate your tags. Example: tag 1, tag 2, tag 3": 481,
	"User Not Found":                         172,
	"User connected successfully":            644,
	"User email is required":                 154,
	"User follows %s":                        241,
	"User is not authenticated":              695,
	"User not found for given email":         164,
	"User unfollows %s":                      243,
	"Upgrade the organization to activate them.":                 529,
	"Upgrade your account to support private bookmarks.":         571,
	"Upgrade your organization to paid to view the detail stats": 118,
	"Url is required": 660,
	"Use commas to separate your tags. Example: tag 1, tag 2, tag 3": 485,
	"User Not Found":                         176,
	"User connected successfully":            648,
	"User email is required":                 158,
	"User follows %s":                        245,
	"User is not authenticated":              699,
	"User not found for given email":         168,
	"User unfollows %s":                      247,
	"Username":                               23,
	"Username is required":                   178,
	"Username may not exceed 150 characters": 179,
	"View":                                   630,
	"Username is required":                   182,
	"Username may not exceed 150 characters": 183,
	"View":                                   634,
	"View Audit Logs":                        46,
	"Visibility":                             477,
	"We sent you a confirmation email. Please click the link in that email to confirm your account.":     58,
	"We sent you a direct message with instructions":                                                     681,
	"We sent you a new confirmation email. Please click the link in that email to confirm your account.": 101,
	"We sent you a private msg": 646,
	"Weeks":                     109,
	"Welcome to LinkTaco!":      397,
	"Visibility":                             481,
	"We sent you a confirmation email. Please click the link in that email to confirm your account.":     62,
	"We sent you a direct message with instructions":                                                     685,
	"We sent you a new confirmation email. Please click the link in that email to confirm your account.": 105,
	"We sent you a private msg": 650,
	"Weeks":                     113,
	"Welcome to LinkTaco!":      401,
	"Welcome to LinkTaco! Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.": 4,
	"Welcome to Links": 55,
	"Write":            463,
	"Yes":              435,
	"Yes, do it":       294,
	"You are not allowed to create more free organizations. Please upgrade to a paid org": 122,
	"You are not allowed to edit this field for notes":                                    147,
	"You are not allowed to enable/disabled user type organization":                       131,
	"You are not allowed to have more than two free organizations. Please upgrade":        132,
	"You can not send both after and before cursors":                                      258,
	"You can now": 67,
	"You can't create more than 5 qr codes per lists.":                                          237,
	"You can't create more than 5 qr codes per shorts.":                                         239,
	"You have %d restricted link(s) saved.":                                                     524,
	"You have been invited by %s to join Link Taco":                                             256,
	"You have not created any personal access tokens for your account.":                         285,
	"You have not granted any third party clients access to your account.":                      289,
	"You have reached your monthly short link limit. Please upgrade to remove this limitation.": 215,
	"You have successfully registered your account. You can now login.":                         59,
	"You may revoke this access at any time on the OAuth tab of your account profile.":          326,
	"You must verify your email address before logging in":                                      92,
	"You will be redirected in 10 seconds.":                                                     539,
	"You've been logged out successfully.":                                                      88,
	"You've been sent a confirmation email. Please click the link in the email to confirm your email change. The confirmation email will expire in 2 hours.": 78,
	"You've successfully confirmed your email address.":                               91,
	"You've successfully updated your email address.":                                 90,
	"You've successfully updated your password.":                                      89,
	"Your Organizations":                                                              437,
	"Your bookmark import is being processed. We will notify you once it's complete.": 572,
	"Your feed is empty :( Go follow some people. Try the Popular or Recent feeds to find some interesting people to follow.": 498,
	"Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.":            566,
	"Your link was successfully saved. Details here: %s":                                                                      678,
	"Your short link was successfully created: %s":                                                                            677,
	"and login": 69,
	"bookmark":  486,
	"bookmark, note, detail, popular, links, linktaco": 530,
	"done":              661,
	"for":               425,
	"invalid domain ID": 206,
	"is a third-party application operated by": 325,
	"list-service-domain is not configured":    223,
	"months":                                   346,
	"newest":                                   518,
	"note, detail, popular, links, linktaco":   576,
	"oldest":                                   519,
	"per month":                                345,
	"per year":                                 344,
	"popular, links, linktaco, feature, plans, pricing plans":                  490,
	"pricing, links, linktaco, feature, plans, pricing plans":                  396,
	"recent, public, links, linktaco":                                          507,
	"return to the login page":                                                 68,
	"revoke all tokens issued to it, and prohibit the issuance of new tokens.": 315,
	"saved":                                  508,
	"short-service-domain is not configured": 216,
	"Welcome to Links": 59,
	"Write":            467,
	"Yes":              439,
	"Yes, do it":       298,
	"You are not allowed to create more free organizations. Please upgrade to a paid org": 126,
	"You are not allowed to edit this field for notes":                                    151,
	"You are not allowed to enable/disabled user type organization":                       135,
	"You are not allowed to have more than two free organizations. Please upgrade":        136,
	"You can not send both after and before cursors":                                      262,
	"You can now": 71,
	"You can't create more than 5 qr codes per lists.":                                          241,
	"You can't create more than 5 qr codes per shorts.":                                         243,
	"You have %d restricted link(s) saved.":                                                     528,
	"You have been invited by %s to join Link Taco":                                             260,
	"You have not created any personal access tokens for your account.":                         289,
	"You have not granted any third party clients access to your account.":                      293,
	"You have reached your monthly short link limit. Please upgrade to remove this limitation.": 219,
	"You have successfully registered your account. You can now login.":                         63,
	"You may revoke this access at any time on the OAuth tab of your account profile.":          330,
	"You must verify your email address before logging in":                                      96,
	"You will be redirected in 10 seconds.":                                                     543,
	"You've been logged out successfully.":                                                      92,
	"You've been sent a confirmation email. Please click the link in the email to confirm your email change. The confirmation email will expire in 2 hours.": 82,
	"You've successfully confirmed your email address.":                               95,
	"You've successfully updated your email address.":                                 94,
	"You've successfully updated your password.":                                      93,
	"Your Organizations":                                                              441,
	"Your bookmark import is being processed. We will notify you once it's complete.": 576,
	"Your feed is empty :( Go follow some people. Try the Popular or Recent feeds to find some interesting people to follow.": 502,
	"Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.":            570,
	"Your link was successfully saved. Details here: %s":                                                                      682,
	"Your short link was successfully created: %s":                                                                            681,
	"and login": 73,
	"bookmark":  490,
	"bookmark, note, detail, popular, links, linktaco": 534,
	"done":              665,
	"for":               429,
	"invalid domain ID": 210,
	"is a third-party application operated by": 329,
	"list-service-domain is not configured":    227,
	"months":                                   350,
	"newest":                                   522,
	"note, detail, popular, links, linktaco":   580,
	"oldest":                                   523,
	"per month":                                349,
	"per year":                                 348,
	"popular, links, linktaco, feature, plans, pricing plans":                  494,
	"pricing, links, linktaco, feature, plans, pricing plans":                  400,
	"recent, public, links, linktaco":                                          511,
	"return to the login page":                                                 72,
	"revoke all tokens issued to it, and prohibit the issuance of new tokens.": 319,
	"saved":                                  512,
	"short-service-domain is not configured": 220,
	"social bookmarks, bookmarking, links, link sharing, link shortening, link listings, bookmarks, link saving, qr codes, analytics": 5,
	"something went wrong: %s":                        660,
	"would like to access to your Link Taco account.": 324,
	"something went wrong: %s":                        664,
	"would like to access to your Link Taco account.": 328,
}

var enIndex = []uint32{ // 702 elements
var enIndex = []uint32{ // 706 elements
	// Entry 0 - 1F
	0x00000000, 0x00000010, 0x0000004d, 0x00000061,
	0x000000af, 0x00000143, 0x000001c3, 0x00000214,
@@ -757,193 +761,195 @@ var enIndex = []uint32{ // 702 elements
	0x00000358, 0x00000366, 0x0000037b, 0x00000380,
	0x00000388, 0x00000390, 0x000003a0, 0x000003ad,
	0x000003ba, 0x000003d4, 0x000003e0, 0x000003f0,
	0x00000406, 0x00000410, 0x00000419, 0x00000430,
	0x00000439, 0x00000447, 0x00000458, 0x00000485,
	0x00000496, 0x000004c2, 0x00000510, 0x0000056f,
	0x000005b1, 0x000005c1, 0x000005d2, 0x000005df,
	0x000003fc, 0x0000040c, 0x0000046f, 0x000004b8,
	0x000004ce, 0x000004d8, 0x000004e1, 0x000004f8,
	0x00000501, 0x0000050f, 0x00000520, 0x0000054d,
	0x0000055e, 0x0000058a, 0x000005d8, 0x00000637,
	// Entry 40 - 5F
	0x000005f4, 0x00000607, 0x00000616, 0x00000627,
	0x00000633, 0x0000064c, 0x00000656, 0x00000672,
	0x00000683, 0x0000071a, 0x0000072a, 0x00000769,
	0x000007a5, 0x0000080c, 0x00000819, 0x000008b0,
	0x00000929, 0x00000990, 0x0000099d, 0x000009a3,
	0x000009c9, 0x000009d5, 0x00000a46, 0x00000a64,
	0x00000a7f, 0x00000aa4, 0x00000acf, 0x00000aff,
	0x00000b31, 0x00000b66, 0x00000b9d, 0x00000baf,
	0x00000679, 0x00000689, 0x0000069a, 0x000006a7,
	0x000006bc, 0x000006cf, 0x000006de, 0x000006ef,
	0x000006fb, 0x00000714, 0x0000071e, 0x0000073a,
	0x0000074b, 0x000007e2, 0x000007f2, 0x00000831,
	0x0000086d, 0x000008d4, 0x000008e1, 0x00000978,
	0x000009f1, 0x00000a58, 0x00000a65, 0x00000a6b,
	0x00000a91, 0x00000a9d, 0x00000b0e, 0x00000b2c,
	0x00000b47, 0x00000b6c, 0x00000b97, 0x00000bc7,
	// Entry 60 - 7F
	0x00000bd0, 0x00000bec, 0x00000c4d, 0x00000c55,
	0x00000c9b, 0x00000cb6, 0x00000d19, 0x00000d23,
	0x00000d39, 0x00000d41, 0x00000d46, 0x00000d4f,
	0x00000d57, 0x00000d5d, 0x00000d63, 0x00000d68,
	0x00000dc5, 0x00000ddb, 0x00000e2a, 0x00000e65,
	0x00000e6e, 0x00000e74, 0x00000e7c, 0x00000e8d,
	0x00000eb0, 0x00000ec9, 0x00000ef4, 0x00000f48,
	0x00000f89, 0x00000fb6, 0x00000fce, 0x00000fdf,
	0x00000bf9, 0x00000c2e, 0x00000c65, 0x00000c77,
	0x00000c98, 0x00000cb4, 0x00000d15, 0x00000d1d,
	0x00000d63, 0x00000d7e, 0x00000de1, 0x00000deb,
	0x00000e01, 0x00000e09, 0x00000e0e, 0x00000e17,
	0x00000e1f, 0x00000e25, 0x00000e2b, 0x00000e30,
	0x00000e8d, 0x00000ea3, 0x00000ef2, 0x00000f2d,
	0x00000f36, 0x00000f3c, 0x00000f44, 0x00000f55,
	0x00000f78, 0x00000f91, 0x00000fbc, 0x00001010,
	// Entry 80 - 9F
	0x00001002, 0x00001019, 0x00001046, 0x0000107a,
	0x000010b8, 0x00001105, 0x0000114a, 0x000011a6,
	0x000011c7, 0x000011e1, 0x000011ee, 0x00001211,
	0x00001227, 0x0000123a, 0x0000125e, 0x00001275,
	0x000012b5, 0x00001300, 0x00001313, 0x00001325,
	0x00001356, 0x00001365, 0x00001395, 0x000013ae,
	0x000013f9, 0x0000141a, 0x0000142f, 0x00001446,
	0x0000146a, 0x0000147f, 0x00001492, 0x000014b3,
	0x00001051, 0x0000107e, 0x00001096, 0x000010a7,
	0x000010ca, 0x000010e1, 0x0000110e, 0x00001142,
	0x00001180, 0x000011cd, 0x00001212, 0x0000126e,
	0x0000128f, 0x000012a9, 0x000012b6, 0x000012d9,
	0x000012ef, 0x00001302, 0x00001326, 0x0000133d,
	0x0000137d, 0x000013c8, 0x000013db, 0x000013ed,
	0x0000141e, 0x0000142d, 0x0000145d, 0x00001476,
	0x000014c1, 0x000014e2, 0x000014f7, 0x0000150e,
	// Entry A0 - BF
	0x000014e5, 0x00001511, 0x0000153c, 0x00001566,
	0x00001591, 0x000015b0, 0x000015ef, 0x00001613,
	0x00001631, 0x00001648, 0x00001662, 0x0000167e,
	0x00001693, 0x000016a2, 0x000016bb, 0x000016db,
	0x000016ed, 0x00001702, 0x00001729, 0x0000173e,
	0x00001765, 0x00001781, 0x0000178d, 0x0000179b,
	0x000017bc, 0x000017f4, 0x00001818, 0x00001828,
	0x00001844, 0x00001859, 0x0000186d, 0x00001885,
	0x00001532, 0x00001547, 0x0000155a, 0x0000157b,
	0x000015ad, 0x000015d9, 0x00001604, 0x0000162e,
	0x00001659, 0x00001678, 0x000016b7, 0x000016db,
	0x000016f9, 0x00001710, 0x0000172a, 0x00001746,
	0x0000175b, 0x0000176a, 0x00001783, 0x000017a3,
	0x000017b5, 0x000017ca, 0x000017f1, 0x00001806,
	0x0000182d, 0x00001849, 0x00001855, 0x00001863,
	0x00001884, 0x000018bc, 0x000018e0, 0x000018f0,
	// Entry C0 - DF
	0x00001895, 0x000018c2, 0x000018d7, 0x000018ee,
	0x00001911, 0x00001934, 0x00001948, 0x00001967,
	0x0000198f, 0x000019bd, 0x000019ec, 0x00001a23,
	0x00001a63, 0x00001a88, 0x00001a9b, 0x00001aad,
	0x00001add, 0x00001b1e, 0x00001b2f, 0x00001b44,
	0x00001b68, 0x00001b90, 0x00001bc9, 0x00001bd7,
	0x00001c31, 0x00001c58, 0x00001c69, 0x00001c7f,
	0x00001c8b, 0x00001c9d, 0x00001cb2, 0x00001ce1,
	0x0000190c, 0x00001921, 0x00001935, 0x0000194d,
	0x0000195d, 0x0000198a, 0x0000199f, 0x000019b6,
	0x000019d9, 0x000019fc, 0x00001a10, 0x00001a2f,
	0x00001a57, 0x00001a85, 0x00001ab4, 0x00001aeb,
	0x00001b2b, 0x00001b50, 0x00001b63, 0x00001b75,
	0x00001ba5, 0x00001be6, 0x00001bf7, 0x00001c0c,
	0x00001c30, 0x00001c58, 0x00001c91, 0x00001c9f,
	0x00001cf9, 0x00001d20, 0x00001d31, 0x00001d47,
	// Entry E0 - FF
	0x00001d07, 0x00001d37, 0x00001d6a, 0x00001d83,
	0x00001da4, 0x00001db6, 0x00001dc6, 0x00001dd8,
	0x00001df2, 0x00001e09, 0x00001e1c, 0x00001e2d,
	0x00001e44, 0x00001e53, 0x00001e84, 0x00001e94,
	0x00001ec6, 0x00001ed8, 0x00001eeb, 0x00001f0e,
	0x00001f23, 0x00001f33, 0x00001f46, 0x00001f5b,
	0x00001f71, 0x00001f98, 0x00001fcd, 0x00001fdd,
	0x00002004, 0x00002016, 0x00002029, 0x0000203d,
	0x00001d53, 0x00001d65, 0x00001d7a, 0x00001da9,
	0x00001dcf, 0x00001dff, 0x00001e32, 0x00001e4b,
	0x00001e6c, 0x00001e7e, 0x00001e8e, 0x00001ea0,
	0x00001eba, 0x00001ed1, 0x00001ee4, 0x00001ef5,
	0x00001f0c, 0x00001f1b, 0x00001f4c, 0x00001f5c,
	0x00001f8e, 0x00001fa0, 0x00001fb3, 0x00001fd6,
	0x00001feb, 0x00001ffb, 0x0000200e, 0x00002023,
	0x00002039, 0x00002060, 0x00002095, 0x000020a5,
	// Entry 100 - 11F
	0x0000205e, 0x0000208f, 0x000020ac, 0x000020db,
	0x000020e5, 0x000020f7, 0x00002128, 0x00002167,
	0x0000218c, 0x000021bb, 0x000021d0, 0x000021e2,
	0x0000220e, 0x00002220, 0x0000222f, 0x00002247,
	0x00002263, 0x0000228e, 0x000022a1, 0x000022ae,
	0x000022b8, 0x000022dc, 0x000022f1, 0x00002323,
	0x00002355, 0x0000236c, 0x00002374, 0x0000237b,
	0x00002383, 0x0000238a, 0x000023cc, 0x000023df,
	0x000020cc, 0x000020de, 0x000020f1, 0x00002105,
	0x00002126, 0x00002157, 0x00002174, 0x000021a3,
	0x000021ad, 0x000021bf, 0x000021f0, 0x0000222f,
	0x00002254, 0x00002283, 0x00002298, 0x000022aa,
	0x000022d6, 0x000022e8, 0x000022f7, 0x0000230f,
	0x0000232b, 0x00002356, 0x00002369, 0x00002376,
	0x00002380, 0x000023a4, 0x000023b9, 0x000023eb,
	0x0000241d, 0x00002434, 0x0000243c, 0x00002443,
	// Entry 120 - 13F
	0x000023eb, 0x000023f2, 0x00002437, 0x00002451,
	0x000024ce, 0x000024eb, 0x00002535, 0x00002540,
	0x0000254e, 0x00002571, 0x0000259b, 0x000025a3,
	0x000025ad, 0x000025b4, 0x000025b8, 0x000025c3,
	0x000025d5, 0x000025e8, 0x000025f5, 0x00002600,
	0x0000260e, 0x00002649, 0x00002665, 0x00002683,
	0x00002732, 0x00002747, 0x00002764, 0x0000279b,
	0x000027e4, 0x000027ef, 0x000027fb, 0x0000280b,
	0x0000244b, 0x00002452, 0x00002494, 0x000024a7,
	0x000024b3, 0x000024ba, 0x000024ff, 0x00002519,
	0x00002596, 0x000025b3, 0x000025fd, 0x00002608,
	0x00002616, 0x00002639, 0x00002663, 0x0000266b,
	0x00002675, 0x0000267c, 0x00002680, 0x0000268b,
	0x0000269d, 0x000026b0, 0x000026bd, 0x000026c8,
	0x000026d6, 0x00002711, 0x0000272d, 0x0000274b,
	0x000027fa, 0x0000280f, 0x0000282c, 0x00002863,
	// Entry 140 - 15F
	0x00002827, 0x00002841, 0x0000285e, 0x0000287c,
	0x00002886, 0x000028b6, 0x000028df, 0x00002930,
	0x00002937, 0x0000293f, 0x00002946, 0x00002972,
	0x0000297c, 0x000029ce, 0x000029de, 0x000029ee,
	0x00002a15, 0x00002a42, 0x00002a4a, 0x00002b29,
	0x00002b31, 0x00002b36, 0x00002b3f, 0x00002b48,
	0x00002b4e, 0x00002b57, 0x00002b61, 0x00002b68,
	0x00002b72, 0x00002b7e, 0x00002b8a, 0x00002b94,
	0x000028ac, 0x000028b7, 0x000028c3, 0x000028d3,
	0x000028ef, 0x00002909, 0x00002926, 0x00002944,
	0x0000294e, 0x0000297e, 0x000029a7, 0x000029f8,
	0x000029ff, 0x00002a07, 0x00002a0e, 0x00002a3a,
	0x00002a44, 0x00002a96, 0x00002aa6, 0x00002ab6,
	0x00002add, 0x00002b0a, 0x00002b12, 0x00002bf1,
	0x00002bf9, 0x00002bfe, 0x00002c07, 0x00002c10,
	0x00002c16, 0x00002c1f, 0x00002c29, 0x00002c30,
	// Entry 160 - 17F
	0x00002bae, 0x00002bc8, 0x00002bec, 0x00002bfd,
	0x00002c17, 0x00002c26, 0x00002c3a, 0x00002c48,
	0x00002c7b, 0x00002c94, 0x00002cab, 0x00002cca,
	0x00002cd9, 0x00002ce1, 0x00002cf1, 0x00002d07,
	0x00002d1f, 0x00002d34, 0x00002d51, 0x00002d68,
	0x00002d83, 0x00002d93, 0x00002da5, 0x00002db7,
	0x00002dc6, 0x00002dd7, 0x00002df4, 0x00002e1a,
	0x00002e2c, 0x00002e43, 0x00002e5e, 0x00002e6e,
	0x00002c3a, 0x00002c46, 0x00002c52, 0x00002c5c,
	0x00002c76, 0x00002c90, 0x00002cb4, 0x00002cc5,
	0x00002cdf, 0x00002cee, 0x00002d02, 0x00002d10,
	0x00002d43, 0x00002d5c, 0x00002d73, 0x00002d92,
	0x00002da1, 0x00002da9, 0x00002db9, 0x00002dcf,
	0x00002de7, 0x00002dfc, 0x00002e19, 0x00002e30,
	0x00002e4b, 0x00002e5b, 0x00002e6d, 0x00002e7f,
	0x00002e8e, 0x00002e9f, 0x00002ebc, 0x00002ee2,
	// Entry 180 - 19F
	0x00002e83, 0x00002e97, 0x00002eaa, 0x00002ebd,
	0x00002ed4, 0x00002ee0, 0x00002ef8, 0x00002f07,
	0x00002f14, 0x00002f26, 0x00002f49, 0x00002f57,
	0x00002f84, 0x00002fbc, 0x00002fd1, 0x00003050,
	0x00003116, 0x000031f7, 0x0000323c, 0x00003265,
	0x00003282, 0x000032a0, 0x000032db, 0x000032e9,
	0x00003302, 0x00003359, 0x00003386, 0x00003462,
	0x00003473, 0x00003486, 0x00003491, 0x0000349f,
	0x00002ef4, 0x00002f0b, 0x00002f26, 0x00002f36,
	0x00002f4b, 0x00002f5f, 0x00002f72, 0x00002f85,
	0x00002f9c, 0x00002fa8, 0x00002fc0, 0x00002fcf,
	0x00002fdc, 0x00002fee, 0x00003011, 0x0000301f,
	0x0000304c, 0x00003084, 0x00003099, 0x00003118,
	0x000031de, 0x000032bf, 0x00003304, 0x0000332d,
	0x0000334a, 0x00003368, 0x000033a3, 0x000033b1,
	0x000033ca, 0x00003421, 0x0000344e, 0x0000352a,
	// Entry 1A0 - 1BF
	0x000034ac, 0x000034ba, 0x000034f0, 0x0000351f,
	0x00003550, 0x00003568, 0x00003574, 0x0000357b,
	0x00003587, 0x0000358f, 0x00003593, 0x000035a1,
	0x000035ac, 0x000035ba, 0x000035ce, 0x0000360e,
	0x0000362a, 0x00003638, 0x0000363e, 0x0000365a,
	0x0000365e, 0x00003688, 0x0000369b, 0x000036a7,
	0x000036b1, 0x000036b6, 0x000036be, 0x000036c7,
	0x000036db, 0x000036e3, 0x000036f2, 0x000036f9,
	0x0000353b, 0x0000354e, 0x00003559, 0x00003567,
	0x00003574, 0x00003582, 0x000035b8, 0x000035e7,
	0x00003618, 0x00003630, 0x0000363c, 0x00003643,
	0x0000364f, 0x00003657, 0x0000365b, 0x00003669,
	0x00003674, 0x00003682, 0x00003696, 0x000036d6,
	0x000036f2, 0x00003700, 0x00003706, 0x00003722,
	0x00003726, 0x00003750, 0x00003763, 0x0000376f,
	0x00003779, 0x0000377e, 0x00003786, 0x0000378f,
	// Entry 1C0 - 1DF
	0x00003700, 0x00003710, 0x00003724, 0x00003731,
	0x0000374d, 0x000037c8, 0x000037cf, 0x000037d7,
	0x000037f9, 0x0000380d, 0x00003818, 0x0000383a,
	0x00003845, 0x00003850, 0x00003889, 0x0000388e,
	0x00003894, 0x000038a0, 0x000038c4, 0x000038f8,
	0x0000390a, 0x00003948, 0x00003964, 0x00003999,
	0x000039b3, 0x000039eb, 0x000039f7, 0x00003a02,
	0x00003a0e, 0x00003a14, 0x00003a1f, 0x00003a26,
	0x000037a3, 0x000037ab, 0x000037ba, 0x000037c1,
	0x000037c8, 0x000037d8, 0x000037ec, 0x000037f9,
	0x00003815, 0x00003890, 0x00003897, 0x0000389f,
	0x000038c1, 0x000038d5, 0x000038e0, 0x00003902,
	0x0000390d, 0x00003918, 0x00003951, 0x00003956,
	0x0000395c, 0x00003968, 0x0000398c, 0x000039c0,
	0x000039d2, 0x00003a10, 0x00003a2c, 0x00003a61,
	0x00003a7b, 0x00003ab3, 0x00003abf, 0x00003aca,
	// Entry 1E0 - 1FF
	0x00003a2e, 0x00003a33, 0x00003a72, 0x00003a7e,
	0x00003a9f, 0x00003ac8, 0x00003aee, 0x00003af7,
	0x00003b09, 0x00003b60, 0x00003b83, 0x00003bbb,
	0x00003bc9, 0x00003bd3, 0x00003bdc, 0x00003bed,
	0x00003bf2, 0x00003bf5, 0x00003bfc, 0x00003c74,
	0x00003c84, 0x00003c91, 0x00003c9e, 0x00003ca4,
	0x00003caf, 0x00003cbf, 0x00003cdd, 0x00003d12,
	0x00003d32, 0x00003d38, 0x00003d49, 0x00003d4d,
	0x00003ad6, 0x00003adc, 0x00003ae7, 0x00003aee,
	0x00003af6, 0x00003afb, 0x00003b3a, 0x00003b46,
	0x00003b67, 0x00003b90, 0x00003bb6, 0x00003bbf,
	0x00003bd1, 0x00003c28, 0x00003c4b, 0x00003c83,
	0x00003c91, 0x00003c9b, 0x00003ca4, 0x00003cb5,
	0x00003cba, 0x00003cbd, 0x00003cc4, 0x00003d3c,
	0x00003d4c, 0x00003d59, 0x00003d66, 0x00003d6c,
	0x00003d77, 0x00003d87, 0x00003da5, 0x00003dda,
	// Entry 200 - 21F
	0x00003d56, 0x00003d63, 0x00003d72, 0x00003d77,
	0x00003d7e, 0x00003d86, 0x00003d8d, 0x00003d94,
	0x00003d9b, 0x00003dce, 0x00003df8, 0x00003e05,
	0x00003e11, 0x00003e3a, 0x00003e65, 0x00003e71,
	0x00003e7d, 0x00003e8a, 0x00003eab, 0x00003edc,
	0x00003eec, 0x00003f26, 0x00003f44, 0x00003f71,
	0x00003f7d, 0x00003f93, 0x00003fae, 0x00003fcd,
	0x00003ff3, 0x00004003, 0x00004012, 0x00004021,
	0x00003dfa, 0x00003e00, 0x00003e11, 0x00003e15,
	0x00003e1e, 0x00003e2b, 0x00003e3a, 0x00003e3f,
	0x00003e46, 0x00003e4e, 0x00003e55, 0x00003e5c,
	0x00003e63, 0x00003e96, 0x00003ec0, 0x00003ecd,
	0x00003ed9, 0x00003f02, 0x00003f2d, 0x00003f39,
	0x00003f45, 0x00003f52, 0x00003f73, 0x00003fa4,
	0x00003fb4, 0x00003fee, 0x0000400c, 0x00004039,
	0x00004045, 0x0000405b, 0x00004076, 0x00004095,
	// Entry 220 - 23F
	0x00004059, 0x00004076, 0x000040a1, 0x000040ad,
	0x000040b9, 0x000040f4, 0x00004138, 0x00004143,
	0x0000414b, 0x00004155, 0x00004161, 0x00004168,
	0x0000419a, 0x000041c0, 0x00004227, 0x00004281,
	0x000042a6, 0x000042be, 0x000042f3, 0x00004331,
	0x00004374, 0x00004391, 0x000043c5, 0x00004432,
	0x00004465, 0x00004472, 0x00004483, 0x00004494,
	0x000044a6, 0x000044f6, 0x00004502, 0x00004507,
	0x000040bb, 0x000040cb, 0x000040da, 0x000040e9,
	0x00004121, 0x0000413e, 0x00004169, 0x00004175,
	0x00004181, 0x000041bc, 0x00004200, 0x0000420b,
	0x00004213, 0x0000421d, 0x00004229, 0x00004230,
	0x00004262, 0x00004288, 0x000042ef, 0x00004349,
	0x0000436e, 0x00004386, 0x000043bb, 0x000043f9,
	0x0000443c, 0x00004459, 0x0000448d, 0x000044fa,
	0x0000452d, 0x0000453a, 0x0000454b, 0x0000455c,
	// Entry 240 - 25F
	0x00004524, 0x0000454b, 0x00004557, 0x00004579,
	0x0000459f, 0x000045af, 0x000045b4, 0x000045bb,
	0x000045c3, 0x000045ce, 0x000045d4, 0x000045db,
	0x000045e3, 0x000045f2, 0x000045fc, 0x00004606,
	0x00004616, 0x0000462a, 0x00004630, 0x0000463c,
	0x00004642, 0x00004647, 0x0000464c, 0x00004659,
	0x0000465d, 0x00004663, 0x0000466f, 0x000046a4,
	0x000046be, 0x000046e6, 0x000046f3, 0x000046fc,
	0x0000456e, 0x000045be, 0x000045ca, 0x000045cf,
	0x000045ec, 0x00004613, 0x0000461f, 0x00004641,
	0x00004667, 0x00004677, 0x0000467c, 0x00004683,
	0x0000468b, 0x00004696, 0x0000469c, 0x000046a3,
	0x000046ab, 0x000046ba, 0x000046c4, 0x000046ce,
	0x000046de, 0x000046f2, 0x000046f8, 0x00004704,
	0x0000470a, 0x0000470f, 0x00004714, 0x00004721,
	0x00004725, 0x0000472b, 0x00004737, 0x0000476c,
	// Entry 260 - 27F
	0x00004705, 0x00004711, 0x00004718, 0x00004723,
	0x00004732, 0x00004738, 0x00004743, 0x00004750,
	0x0000476e, 0x0000477a, 0x0000479b, 0x000047a8,
	0x000047b1, 0x000047bf, 0x000047c8, 0x000047e2,
	0x0000480a, 0x00004819, 0x00004820, 0x00004829,
	0x00004841, 0x0000485d, 0x0000486d, 0x00004872,
	0x0000487e, 0x00004894, 0x000048b9, 0x000048fc,
	0x0000490f, 0x0000493c, 0x00004974, 0x000049b1,
	0x00004786, 0x000047ae, 0x000047bb, 0x000047c4,
	0x000047cd, 0x000047d9, 0x000047e0, 0x000047eb,
	0x000047fa, 0x00004800, 0x0000480b, 0x00004818,
	0x00004836, 0x00004842, 0x00004863, 0x00004870,
	0x00004879, 0x00004887, 0x00004890, 0x000048aa,
	0x000048d2, 0x000048e1, 0x000048e8, 0x000048f1,
	0x00004909, 0x00004925, 0x00004935, 0x0000493a,
	0x00004946, 0x0000495c, 0x00004981, 0x000049c4,
	// Entry 280 - 29F
	0x000049e2, 0x00004a39, 0x00004a46, 0x00004aa4,
	0x00004abc, 0x00004ad8, 0x00004af2, 0x00004b0c,
	0x00004b30, 0x00004b4e, 0x00004b64, 0x00004b7a,
	0x00004b8e, 0x00004ba3, 0x00004bba, 0x00004bcb,
	0x00004bef, 0x00004bff, 0x00004c22, 0x00004c58,
	0x00004c6f, 0x00004c8b, 0x00004c90, 0x00004cab,
	0x00004cc9, 0x00004cd4, 0x00004ce3, 0x00004cf5,
	0x00004d00, 0x00004d0a, 0x00004d32, 0x00004d44,
	0x000049d7, 0x00004a04, 0x00004a3c, 0x00004a79,
	0x00004aaa, 0x00004b01, 0x00004b0e, 0x00004b6c,
	0x00004b84, 0x00004ba0, 0x00004bba, 0x00004bd4,
	0x00004bf8, 0x00004c16, 0x00004c2c, 0x00004c42,
	0x00004c56, 0x00004c6b, 0x00004c82, 0x00004c93,
	0x00004cb7, 0x00004cc7, 0x00004cea, 0x00004d20,
	0x00004d37, 0x00004d53, 0x00004d58, 0x00004d73,
	0x00004d91, 0x00004d9c, 0x00004dab, 0x00004dbd,
	// Entry 2A0 - 2BF
	0x00004d65, 0x00004d77, 0x00004d97, 0x00004dbc,
	0x00004dd6, 0x00004dee, 0x00004e1e, 0x00004e54,
	0x00004e60, 0x00004e8d, 0x00004ebc, 0x00004ec5,
	0x00004ed6, 0x00004ef6, 0x00004f34, 0x00004f86,
	0x00004fe4, 0x00005018, 0x00005033, 0x0000504a,
	0x0000506d, 0x00005099, 0x000050b7, 0x000050d2,
	0x000050ec, 0x00005110, 0x00005128, 0x0000514c,
	0x0000516f, 0x00005187,
} // Size: 2832 bytes
	0x00004dc8, 0x00004dd2, 0x00004dfa, 0x00004e0c,
	0x00004e2d, 0x00004e3f, 0x00004e5f, 0x00004e84,
	0x00004e9e, 0x00004eb6, 0x00004ee6, 0x00004f1c,
	0x00004f28, 0x00004f55, 0x00004f84, 0x00004f8d,
	0x00004f9e, 0x00004fbe, 0x00004ffc, 0x0000504e,
	0x000050ac, 0x000050e0, 0x000050fb, 0x00005112,
	0x00005135, 0x00005161, 0x0000517f, 0x0000519a,
	0x000051b4, 0x000051d8, 0x000051f0, 0x00005214,
	// Entry 2C0 - 2DF
	0x00005237, 0x0000524f,
} // Size: 2848 bytes

const enData string = "" + // Size: 20871 bytes
const enData string = "" + // Size: 21071 bytes
	"\x02Restricted Page\x02This function is only allowed for paid users. Ple" +
	"ase upgrade\x02Continue to Upgrade\x02Social bookmarking plus link shari" +
	"ng, shortening and listings all in one app.\x02Welcome to LinkTaco! Here" +
@@ -960,42 +966,45 @@ const enData string = "" + // Size: 20871 bytes
	"e\x02Email\x02Default Language\x02Organizations\x02Current Organization" +
	"\x02Edit\x02Members\x02Actions\x02Change password\x02Update email\x02Edi" +
	"t profile\x02Manage Your Organizations\x02Upgrade Org\x02View Audit Logs" +
	"\x02Complete Registration\x02Full Name\x02Password\x02Registration Compl" +
	"eted\x02Register\x02Email Address\x02Confirm Password\x02Already have an" +
	" account? Click here to login\x02Welcome to Links\x02Set up your account" +
	", so you can save links.\x02Registration is not enabled on this system. " +
	"Contact the admin for an account.\x02We sent you a confirmation email. P" +
	"lease click the link in that email to confirm your account.\x02You have " +
	"successfully registered your account. You can now login.\x02Change Passw" +
	"ord\x02Current Password\x02New Password\x02Confirm New Password\x02Enter" +
	" New Password\x02Reset Password\x02Password Changed\x02You can now\x02re" +
	"turn to the login page\x02and login\x02Links - Reset your password\x02Fo" +
	"rgot Password?\x02If the email address given exists in our system then w" +
	"e just sent it a login link. Click this link to reset your password. The" +
	" link expires in 1 hour.\x02Send Reset Link\x02Someone, possibly you, re" +
	"quested to reset your Links password.\x02To complete your password reset" +
	", just click the link below:\x02This link will expire in 1 hour. If you " +
	"didn't request this link you can safely delete this email now.\x02Update" +
	" Email\x02You've been sent a confirmation email. Please click the link i" +
	"n the email to confirm your email change. The confirmation email will ex" +
	"pire in 2 hours.\x02Someone, possibly you, requested to reset your Links" +
	" email address.  To complete this update, just click the link below:\x02" +
	"This link will expire in 2 hour. If you didn't request this link you can" +
	" safely delete this email now.\x02Change Email\x02Login\x02No accounts? " +
	"Click here to create one\x02Login Email\x02Someone, possibly you, reques" +
	"ted this login via email link. To login to your account, just click the " +
	"link below:\x02Password changed successfully\x02Email updated successful" +
	"ly\x02You've been logged out successfully.\x02You've successfully update" +
	"d your password.\x02You've successfully updated your email address.\x02Y" +
	"ou've successfully confirmed your email address.\x02You must verify your" +
	" email address before logging in\x02This account is currently unable to " +
	"access the system.\x02Successful login.\x02LinkTaco - Confirm account em" +
	"ail\x02Please confirm your account\x02To confirm your email address and " +
	"complete your Links registration, please click the link below.\x02Confir" +
	"m\x02If you didn't request this link you can safely delete this email no" +
	"w.\x02Confirm your email address\x02We sent you a new confirmation email" +
	". Please click the link in that email to confirm your account.\x02Analyt" +
	"ics\x02Engagements over time\x02Country\x02City\x02Referrer\x02Devices" +
	"\x02Bookmarklet\x02Add to LinkTaco\x02This special link allows you to sa" +
	"ve to LinkTaco directly by using a bookmark in your web browser.\x02Drag" +
	" and drop this button to your web browser toolbar or your bookmarks.\x02" +
	"Complete Registration\x02Full Name\x02Password\x02Registration Completed" +
	"\x02Register\x02Email Address\x02Confirm Password\x02Already have an acc" +
	"ount? Click here to login\x02Welcome to Links\x02Set up your account, so" +
	" you can save links.\x02Registration is not enabled on this system. Cont" +
	"act the admin for an account.\x02We sent you a confirmation email. Pleas" +
	"e click the link in that email to confirm your account.\x02You have succ" +
	"essfully registered your account. You can now login.\x02Change Password" +
	"\x02Current Password\x02New Password\x02Confirm New Password\x02Enter Ne" +
	"w Password\x02Reset Password\x02Password Changed\x02You can now\x02retur" +
	"n to the login page\x02and login\x02Links - Reset your password\x02Forgo" +
	"t Password?\x02If the email address given exists in our system then we j" +
	"ust sent it a login link. Click this link to reset your password. The li" +
	"nk expires in 1 hour.\x02Send Reset Link\x02Someone, possibly you, reque" +
	"sted to reset your Links password.\x02To complete your password reset, j" +
	"ust click the link below:\x02This link will expire in 1 hour. If you did" +
	"n't request this link you can safely delete this email now.\x02Update Em" +
	"ail\x02You've been sent a confirmation email. Please click the link in t" +
	"he email to confirm your email change. The confirmation email will expir" +
	"e in 2 hours.\x02Someone, possibly you, requested to reset your Links em" +
	"ail address.  To complete this update, just click the link below:\x02Thi" +
	"s link will expire in 2 hour. If you didn't request this link you can sa" +
	"fely delete this email now.\x02Change Email\x02Login\x02No accounts? Cli" +
	"ck here to create one\x02Login Email\x02Someone, possibly you, requested" +
	" this login via email link. To login to your account, just click the lin" +
	"k below:\x02Password changed successfully\x02Email updated successfully" +
	"\x02You've been logged out successfully.\x02You've successfully updated " +
	"your password.\x02You've successfully updated your email address.\x02You" +
	"'ve successfully confirmed your email address.\x02You must verify your e" +
	"mail address before logging in\x02This account is currently unable to ac" +
	"cess the system.\x02Successful login.\x02LinkTaco - Confirm account emai" +
	"l\x02Please confirm your account\x02To confirm your email address and co" +
	"mplete your Links registration, please click the link below.\x02Confirm" +
	"\x02If you didn't request this link you can safely delete this email now" +
	".\x02Confirm your email address\x02We sent you a new confirmation email." +
	" Please click the link in that email to confirm your account.\x02Analyti" +
	"cs\x02Engagements over time\x02Country\x02City\x02Referrer\x02Devices" +
	"\x02Apply\x02Weeks\x02Days\x02Only showing the last 60 days. Upgrade you" +
	"r organization to paid to view all historical data\x02Click here to upgr" +
	"ade\x02Only showing country data. Upgrade your organization to paid to v" +
@@ -1266,7 +1275,7 @@ const enData string = "" + // Size: 20871 bytes
	"\x02Please enter a valid email address.\x02Please enter a valid phone nu" +
	"mber.\x02Failed the '%[1]s' tag."

var esIndex = []uint32{ // 702 elements
var esIndex = []uint32{ // 706 elements
	// Entry 0 - 1F
	0x00000000, 0x00000014, 0x0000006a, 0x00000089,
	0x000000e0, 0x00000199, 0x00000233, 0x000002a4,
@@ -1281,193 +1290,195 @@ var esIndex = []uint32{ // 702 elements
	0x00000453, 0x00000462, 0x00000477, 0x0000047e,
	0x00000487, 0x00000490, 0x000004a4, 0x000004c3,
	0x000004d1, 0x000004ee, 0x00000507, 0x00000523,
	0x00000536, 0x00000546, 0x00000552, 0x00000566,
	0x0000056f, 0x00000591, 0x000005a7, 0x000005d9,
	0x000005ec, 0x0000061b, 0x0000067e, 0x000006ea,
	0x00000725, 0x00000739, 0x0000074c, 0x0000075e,
	0x0000052c, 0x0000053f, 0x000005a8, 0x00000607,
	0x0000061a, 0x0000062a, 0x00000636, 0x0000064a,
	0x00000653, 0x00000675, 0x0000068b, 0x000006bd,
	0x000006d0, 0x000006ff, 0x00000762, 0x000007ce,
	// Entry 40 - 5F
	0x0000077a, 0x00000795, 0x000007ad, 0x000007c2,
	0x000007cf, 0x000007fc, 0x0000080e, 0x00000831,
	0x0000084d, 0x00000915, 0x00000935, 0x0000097e,
	0x000009d3, 0x00000a3d, 0x00000a4e, 0x00000aee,
	0x00000b84, 0x00000bf0, 0x00000bfe, 0x00000c0e,
	0x00000c3c, 0x00000c59, 0x00000cfc, 0x00000d1f,
	0x00000d3c, 0x00000d5c, 0x00000d80, 0x00000dac,
	0x00000de2, 0x00000e27, 0x00000e67, 0x00000e83,
	0x00000809, 0x0000081d, 0x00000830, 0x00000842,
	0x0000085e, 0x00000879, 0x00000891, 0x000008a6,
	0x000008b3, 0x000008e0, 0x000008f2, 0x00000915,
	0x00000931, 0x000009f9, 0x00000a19, 0x00000a62,
	0x00000ab7, 0x00000b21, 0x00000b32, 0x00000bd2,
	0x00000c68, 0x00000cd4, 0x00000ce2, 0x00000cf2,
	0x00000d20, 0x00000d3d, 0x00000de0, 0x00000e03,
	0x00000e20, 0x00000e40, 0x00000e64, 0x00000e90,
	// Entry 60 - 7F
	0x00000eac, 0x00000ec9, 0x00000f3c, 0x00000f46,
	0x00000f8d, 0x00000fad, 0x0000102a, 0x00001036,
	0x00001056, 0x0000105c, 0x00001063, 0x0000106d,
	0x0000107a, 0x00001082, 0x0000108a, 0x00001090,
	0x00001104, 0x00001125, 0x0000118a, 0x000011dc,
	0x000011eb, 0x000011f1, 0x000011f9, 0x0000120d,
	0x00001236, 0x0000125b, 0x00001292, 0x000012fa,
	0x00001343, 0x00001370, 0x00001389, 0x0000139e,
	0x00000ec6, 0x00000f0b, 0x00000f4b, 0x00000f67,
	0x00000f90, 0x00000fad, 0x00001020, 0x0000102a,
	0x00001071, 0x00001091, 0x0000110e, 0x0000111a,
	0x0000113a, 0x00001140, 0x00001147, 0x00001151,
	0x0000115e, 0x00001166, 0x0000116e, 0x00001174,
	0x000011e8, 0x00001209, 0x0000126e, 0x000012c0,
	0x000012cf, 0x000012d5, 0x000012dd, 0x000012f1,
	0x0000131a, 0x0000133f, 0x00001376, 0x000013de,
	// Entry 80 - 9F
	0x000013c9, 0x000013e5, 0x00001419, 0x0000144a,
	0x00001491, 0x000014e9, 0x00001538, 0x000015aa,
	0x000015d4, 0x000015f3, 0x00001601, 0x0000162e,
	0x00001654, 0x0000166c, 0x0000169a, 0x000016c7,
	0x00001715, 0x0000177b, 0x00001797, 0x000017ae,
	0x000017de, 0x000017f1, 0x0000182d, 0x00001844,
	0x000018ae, 0x000018e3, 0x00001906, 0x00001927,
	0x00001954, 0x0000196f, 0x00001981, 0x000019a0,
	0x00001427, 0x00001454, 0x0000146d, 0x00001482,
	0x000014ad, 0x000014c9, 0x000014fd, 0x0000152e,
	0x00001575, 0x000015cd, 0x0000161c, 0x0000168e,
	0x000016b8, 0x000016d7, 0x000016e5, 0x00001712,
	0x00001738, 0x00001750, 0x0000177e, 0x000017ab,
	0x000017f9, 0x0000185f, 0x0000187b, 0x00001892,
	0x000018c2, 0x000018d5, 0x00001911, 0x00001928,
	0x00001992, 0x000019c7, 0x000019ea, 0x00001a0b,
	// Entry A0 - BF
	0x000019e5, 0x00001a1b, 0x00001a4e, 0x00001a78,
	0x00001aa8, 0x00001adb, 0x00001b2a, 0x00001b4e,
	0x00001b75, 0x00001b91, 0x00001bb1, 0x00001bd5,
	0x00001beb, 0x00001c01, 0x00001c20, 0x00001c3c,
	0x00001c4f, 0x00001c6b, 0x00001c9d, 0x00001cb3,
	0x00001ceb, 0x00001d11, 0x00001d21, 0x00001d32,
	0x00001d52, 0x00001d86, 0x00001db2, 0x00001dc3,
	0x00001dea, 0x00001e00, 0x00001e16, 0x00001e2f,
	0x00001a38, 0x00001a53, 0x00001a65, 0x00001a84,
	0x00001ac9, 0x00001aff, 0x00001b32, 0x00001b5c,
	0x00001b8c, 0x00001bbf, 0x00001c0e, 0x00001c32,
	0x00001c59, 0x00001c75, 0x00001c95, 0x00001cb9,
	0x00001ccf, 0x00001ce5, 0x00001d04, 0x00001d20,
	0x00001d33, 0x00001d4f, 0x00001d81, 0x00001d97,
	0x00001dcf, 0x00001df5, 0x00001e05, 0x00001e16,
	0x00001e36, 0x00001e6a, 0x00001e96, 0x00001ea7,
	// Entry C0 - DF
	0x00001e46, 0x00001e81, 0x00001e9d, 0x00001eb9,
	0x00001ee9, 0x00001f19, 0x00001f30, 0x00001f56,
	0x00001f87, 0x00001fc0, 0x00001fed, 0x00002020,
	0x00002067, 0x0000208e, 0x000020a6, 0x000020bf,
	0x00002102, 0x0000214c, 0x0000215d, 0x00002173,
	0x000021a1, 0x000021d0, 0x00002206, 0x00002222,
	0x00002293, 0x000022bd, 0x000022d3, 0x000022ee,
	0x000022fe, 0x00002310, 0x00002333, 0x0000236b,
	0x00001ece, 0x00001ee4, 0x00001efa, 0x00001f13,
	0x00001f2a, 0x00001f65, 0x00001f81, 0x00001f9d,
	0x00001fcd, 0x00001ffd, 0x00002014, 0x0000203a,
	0x0000206b, 0x000020a4, 0x000020d1, 0x00002104,
	0x0000214b, 0x00002172, 0x0000218a, 0x000021a3,
	0x000021e6, 0x00002230, 0x00002241, 0x00002257,
	0x00002285, 0x000022b4, 0x000022ea, 0x00002306,
	0x00002377, 0x000023a1, 0x000023b7, 0x000023d2,
	// Entry E0 - FF
	0x00002394, 0x000023c4, 0x000023f3, 0x00002411,
	0x00002436, 0x0000244a, 0x0000245a, 0x00002472,
	0x0000248c, 0x000024a9, 0x000024be, 0x000024d7,
	0x000024f1, 0x00002505, 0x00002535, 0x0000254e,
	0x0000257f, 0x00002598, 0x000025b1, 0x000025dc,
	0x000025f8, 0x0000260a, 0x00002621, 0x0000263a,
	0x00002654, 0x00002682, 0x000026c7, 0x000026d9,
	0x00002713, 0x00002727, 0x0000273a, 0x00002752,
	0x000023e2, 0x000023f4, 0x00002417, 0x0000244f,
	0x00002478, 0x000024a8, 0x000024d7, 0x000024f5,
	0x0000251a, 0x0000252e, 0x0000253e, 0x00002556,
	0x00002570, 0x0000258d, 0x000025a2, 0x000025bb,
	0x000025d5, 0x000025e9, 0x00002619, 0x00002632,
	0x00002663, 0x0000267c, 0x00002695, 0x000026c0,
	0x000026dc, 0x000026ee, 0x00002705, 0x0000271e,
	0x00002738, 0x00002766, 0x000027ab, 0x000027bd,
	// Entry 100 - 11F
	0x00002774, 0x000027a8, 0x000027d0, 0x00002803,
	0x00002811, 0x00002827, 0x00002874, 0x000028ba,
	0x000028e4, 0x00002927, 0x00002940, 0x0000295a,
	0x00002998, 0x000029ab, 0x000029bc, 0x000029d9,
	0x00002a00, 0x00002a36, 0x00002a51, 0x00002a62,
	0x00002a74, 0x00002aa3, 0x00002abb, 0x00002af3,
	0x00002b27, 0x00002b41, 0x00002b4c, 0x00002b53,
	0x00002b5c, 0x00002b64, 0x00002ba2, 0x00002bb7,
	0x000027f7, 0x0000280b, 0x0000281e, 0x00002836,
	0x00002858, 0x0000288c, 0x000028b4, 0x000028e7,
	0x000028f5, 0x0000290b, 0x00002958, 0x0000299e,
	0x000029c8, 0x00002a0b, 0x00002a24, 0x00002a3e,
	0x00002a7c, 0x00002a8f, 0x00002aa0, 0x00002abd,
	0x00002ae4, 0x00002b1a, 0x00002b35, 0x00002b46,
	0x00002b58, 0x00002b87, 0x00002b9f, 0x00002bd7,
	0x00002c0b, 0x00002c25, 0x00002c30, 0x00002c37,
	// Entry 120 - 13F
	0x00002bc9, 0x00002bd1, 0x00002c18, 0x00002c39,
	0x00002cb6, 0x00002cd7, 0x00002d29, 0x00002d33,
	0x00002d36, 0x00002d5a, 0x00002d85, 0x00002d8e,
	0x00002d9c, 0x00002da4, 0x00002dac, 0x00002db9,
	0x00002dd0, 0x00002de8, 0x00002e02, 0x00002e11,
	0x00002e20, 0x00002e58, 0x00002e76, 0x00002e97,
	0x00002f58, 0x00002f72, 0x00002f91, 0x00002fce,
	0x0000301a, 0x00003027, 0x00003034, 0x00003044,
	0x00002c40, 0x00002c48, 0x00002c86, 0x00002c9b,
	0x00002cad, 0x00002cb5, 0x00002cfc, 0x00002d1d,
	0x00002d9a, 0x00002dbb, 0x00002e0d, 0x00002e17,
	0x00002e1a, 0x00002e3e, 0x00002e69, 0x00002e72,
	0x00002e80, 0x00002e88, 0x00002e90, 0x00002e9d,
	0x00002eb4, 0x00002ecc, 0x00002ee6, 0x00002ef5,
	0x00002f04, 0x00002f3c, 0x00002f5a, 0x00002f7b,
	0x0000303c, 0x00003056, 0x00003075, 0x000030b2,
	// Entry 140 - 15F
	0x00003064, 0x00003080, 0x0000309c, 0x000030b8,
	0x000030c2, 0x000030ed, 0x00003119, 0x00003169,
	0x00003171, 0x00003179, 0x00003182, 0x000031bf,
	0x000031c5, 0x00003223, 0x00003238, 0x00003249,
	0x00003278, 0x000032bb, 0x000032c3, 0x000033bf,
	0x000033cd, 0x000033d4, 0x000033dd, 0x000033e5,
	0x000033ec, 0x000033f5, 0x000033fd, 0x00003403,
	0x0000340d, 0x0000341b, 0x0000342c, 0x00003437,
	0x000030fe, 0x0000310b, 0x00003118, 0x00003128,
	0x00003148, 0x00003164, 0x00003180, 0x0000319c,
	0x000031a6, 0x000031d1, 0x000031fd, 0x0000324d,
	0x00003255, 0x0000325d, 0x00003266, 0x000032a3,
	0x000032a9, 0x00003307, 0x0000331c, 0x0000332d,
	0x0000335c, 0x0000339f, 0x000033a7, 0x000034a3,
	0x000034b1, 0x000034b8, 0x000034c1, 0x000034c9,
	0x000034d0, 0x000034d9, 0x000034e1, 0x000034e7,
	// Entry 160 - 17F
	0x0000345a, 0x0000347b, 0x000034a0, 0x000034b8,
	0x000034d5, 0x000034eb, 0x00003507, 0x0000351b,
	0x00003568, 0x00003589, 0x000035a1, 0x000035c4,
	0x000035d7, 0x000035df, 0x000035f7, 0x00003611,
	0x00003638, 0x00003656, 0x0000367e, 0x0000369e,
	0x000036c4, 0x000036d7, 0x000036ee, 0x00003702,
	0x00003717, 0x00003731, 0x0000374f, 0x0000377e,
	0x00003795, 0x000037b1, 0x000037d2, 0x000037e6,
	0x000034f1, 0x000034ff, 0x00003510, 0x0000351b,
	0x0000353e, 0x0000355f, 0x00003584, 0x0000359c,
	0x000035b9, 0x000035cf, 0x000035eb, 0x000035ff,
	0x0000364c, 0x0000366d, 0x00003685, 0x000036a8,
	0x000036bb, 0x000036c3, 0x000036db, 0x000036f5,
	0x0000371c, 0x0000373a, 0x00003762, 0x00003782,
	0x000037a8, 0x000037bb, 0x000037d2, 0x000037e6,
	0x000037fb, 0x00003815, 0x00003833, 0x00003862,
	// Entry 180 - 19F
	0x000037fe, 0x00003815, 0x0000382b, 0x00003841,
	0x00003859, 0x0000386b, 0x0000388c, 0x0000389b,
	0x000038ae, 0x000038cc, 0x000038f4, 0x00003903,
	0x0000393c, 0x00003984, 0x0000399d, 0x00003a39,
	0x00003b33, 0x00003c4f, 0x00003c93, 0x00003cbd,
	0x00003ce4, 0x00003d0a, 0x00003d4b, 0x00003d59,
	0x00003d7a, 0x00003ddb, 0x00003e1e, 0x00003f16,
	0x00003f2a, 0x00003f3f, 0x00003f4e, 0x00003f5c,
	0x00003879, 0x00003895, 0x000038b6, 0x000038ca,
	0x000038e2, 0x000038f9, 0x0000390f, 0x00003925,
	0x0000393d, 0x0000394f, 0x00003970, 0x0000397f,
	0x00003992, 0x000039b0, 0x000039d8, 0x000039e7,
	0x00003a20, 0x00003a68, 0x00003a81, 0x00003b1d,
	0x00003c17, 0x00003d33, 0x00003d77, 0x00003da1,
	0x00003dc8, 0x00003dee, 0x00003e2f, 0x00003e3d,
	0x00003e5e, 0x00003ebf, 0x00003f02, 0x00003ffa,
	// Entry 1A0 - 1BF
	0x00003f6a, 0x00003f7c, 0x00003fc6, 0x0000400a,
	0x00004043, 0x00004066, 0x00004077, 0x00004080,
	0x00004094, 0x0000409d, 0x000040a2, 0x000040ae,
	0x000040bb, 0x000040c9, 0x000040dd, 0x00004134,
	0x0000414e, 0x0000415f, 0x00004165, 0x00004181,
	0x00004184, 0x000041a0, 0x000041b3, 0x000041c3,
	0x000041cf, 0x000041d6, 0x000041df, 0x000041eb,
	0x00004201, 0x0000420a, 0x0000421b, 0x00004224,
	0x0000400e, 0x00004023, 0x00004032, 0x00004040,
	0x0000404e, 0x00004060, 0x000040aa, 0x000040ee,
	0x00004127, 0x0000414a, 0x0000415b, 0x00004164,
	0x00004178, 0x00004181, 0x00004186, 0x00004192,
	0x0000419f, 0x000041ad, 0x000041c1, 0x00004218,
	0x00004232, 0x00004243, 0x00004249, 0x00004265,
	0x00004268, 0x00004284, 0x00004297, 0x000042a7,
	0x000042b3, 0x000042ba, 0x000042c3, 0x000042cf,
	// Entry 1C0 - 1DF
	0x0000422d, 0x00004240, 0x00004254, 0x00004277,
	0x000042a0, 0x0000431f, 0x00004328, 0x00004330,
	0x00004350, 0x00004369, 0x0000437a, 0x0000439f,
	0x000043af, 0x000043b7, 0x000043f5, 0x000043fa,
	0x00004403, 0x0000441e, 0x00004449, 0x00004477,
	0x0000449c, 0x000044d7, 0x000044f4, 0x00004533,
	0x0000454f, 0x00004588, 0x0000459a, 0x000045a7,
	0x000045b4, 0x000045bc, 0x000045c8, 0x000045d1,
	0x000042e5, 0x000042ee, 0x000042ff, 0x00004308,
	0x00004311, 0x00004324, 0x00004338, 0x0000435b,
	0x00004384, 0x00004403, 0x0000440c, 0x00004414,
	0x00004434, 0x0000444d, 0x0000445e, 0x00004483,
	0x00004493, 0x0000449b, 0x000044d9, 0x000044de,
	0x000044e7, 0x00004502, 0x0000452d, 0x0000455b,
	0x00004580, 0x000045bb, 0x000045d8, 0x00004617,
	0x00004633, 0x0000466c, 0x0000467e, 0x0000468b,
	// Entry 1E0 - 1FF
	0x000045db, 0x000045e5, 0x00004637, 0x00004646,
	0x00004664, 0x00004694, 0x000046bb, 0x000046c4,
	0x000046d9, 0x00004731, 0x00004758, 0x000047a2,
	0x000047b2, 0x000047bc, 0x000047cc, 0x000047df,
	0x000047e4, 0x000047e8, 0x000047ef, 0x00004873,
	0x00004886, 0x00004893, 0x000048a0, 0x000048a8,
	0x000048b2, 0x000048c7, 0x000048eb, 0x0000492c,
	0x00004954, 0x0000495d, 0x00004972, 0x00004978,
	0x00004698, 0x000046a0, 0x000046ac, 0x000046b5,
	0x000046bf, 0x000046c9, 0x0000471b, 0x0000472a,
	0x00004748, 0x00004778, 0x0000479f, 0x000047a8,
	0x000047bd, 0x00004815, 0x0000483c, 0x00004886,
	0x00004896, 0x000048a0, 0x000048b0, 0x000048c3,
	0x000048c8, 0x000048cc, 0x000048d3, 0x00004957,
	0x0000496a, 0x00004977, 0x00004984, 0x0000498c,
	0x00004996, 0x000049ab, 0x000049cf, 0x00004a10,
	// Entry 200 - 21F
	0x00004986, 0x00004999, 0x000049af, 0x000049b8,
	0x000049c4, 0x000049cd, 0x000049d4, 0x000049df,
	0x000049ea, 0x00004a28, 0x00004a5d, 0x00004a6d,
	0x00004a7b, 0x00004aa7, 0x00004ad3, 0x00004ae5,
	0x00004afb, 0x00004b11, 0x00004b32, 0x00004b66,
	0x00004b76, 0x00004baa, 0x00004bc8, 0x00004bf3,
	0x00004c05, 0x00004c14, 0x00004c30, 0x00004c4a,
	0x00004c70, 0x00004c87, 0x00004c95, 0x00004ca8,
	0x00004a38, 0x00004a41, 0x00004a56, 0x00004a5c,
	0x00004a6a, 0x00004a7d, 0x00004a93, 0x00004a9c,
	0x00004aa8, 0x00004ab1, 0x00004ab8, 0x00004ac3,
	0x00004ace, 0x00004b0c, 0x00004b41, 0x00004b51,
	0x00004b5f, 0x00004b8b, 0x00004bb7, 0x00004bc9,
	0x00004bdf, 0x00004bf5, 0x00004c16, 0x00004c4a,
	0x00004c5a, 0x00004c8e, 0x00004cac, 0x00004cd7,
	0x00004ce9, 0x00004cf8, 0x00004d14, 0x00004d2e,
	// Entry 220 - 23F
	0x00004cde, 0x00004cfd, 0x00004d1c, 0x00004d2b,
	0x00004d3e, 0x00004d8d, 0x00004de7, 0x00004df3,
	0x00004dfc, 0x00004e06, 0x00004e15, 0x00004e1c,
	0x00004e55, 0x00004e85, 0x00004f11, 0x00004f69,
	0x00004f95, 0x00004fb3, 0x00004fe9, 0x00005033,
	0x00005084, 0x000050a1, 0x000050d7, 0x00005152,
	0x00005188, 0x00005196, 0x000051ab, 0x000051c0,
	0x000051d6, 0x0000522f, 0x0000523f, 0x00005244,
	0x00004d54, 0x00004d6b, 0x00004d79, 0x00004d8c,
	0x00004dc2, 0x00004de1, 0x00004e00, 0x00004e0f,
	0x00004e22, 0x00004e71, 0x00004ecb, 0x00004ed7,
	0x00004ee0, 0x00004eea, 0x00004ef9, 0x00004f00,
	0x00004f39, 0x00004f69, 0x00004ff5, 0x0000504d,
	0x00005079, 0x00005097, 0x000050cd, 0x00005117,
	0x00005168, 0x00005185, 0x000051bb, 0x00005236,
	0x0000526c, 0x0000527a, 0x0000528f, 0x000052a4,
	// Entry 240 - 25F
	0x00005261, 0x0000528b, 0x00005296, 0x000052b5,
	0x000052df, 0x000052e7, 0x000052ec, 0x000052f5,
	0x000052fd, 0x00005309, 0x0000530f, 0x0000531f,
	0x0000532e, 0x00005345, 0x00005354, 0x00005360,
	0x00005371, 0x00005387, 0x0000538e, 0x0000539b,
	0x000053a7, 0x000053ad, 0x000053b2, 0x000053c3,
	0x000053c7, 0x000053cd, 0x000053dc, 0x0000540d,
	0x00005426, 0x0000543f, 0x0000544b, 0x00005454,
	0x000052ba, 0x00005313, 0x00005323, 0x00005328,
	0x00005345, 0x0000536f, 0x0000537a, 0x00005399,
	0x000053c3, 0x000053cb, 0x000053d0, 0x000053d9,
	0x000053e1, 0x000053ed, 0x000053f3, 0x00005403,
	0x00005412, 0x00005429, 0x00005438, 0x00005444,
	0x00005455, 0x0000546b, 0x00005472, 0x0000547f,
	0x0000548b, 0x00005491, 0x00005496, 0x000054a7,
	0x000054ab, 0x000054b1, 0x000054c0, 0x000054f1,
	// Entry 260 - 27F
	0x0000545e, 0x0000546f, 0x00005477, 0x00005486,
	0x00005494, 0x00005499, 0x000054a5, 0x000054b4,
	0x000054cc, 0x000054d8, 0x000054f8, 0x00005506,
	0x00005511, 0x00005524, 0x00005530, 0x0000554b,
	0x00005574, 0x00005585, 0x0000558b, 0x00005595,
	0x000055b5, 0x000055d2, 0x000055e6, 0x000055ea,
	0x000055fd, 0x00005614, 0x00005637, 0x00005674,
	0x0000568d, 0x000056c7, 0x000056fc, 0x00005745,
	0x0000550a, 0x00005523, 0x0000552f, 0x00005538,
	0x00005542, 0x00005553, 0x0000555b, 0x0000556a,
	0x00005578, 0x0000557d, 0x00005589, 0x00005598,
	0x000055b0, 0x000055bc, 0x000055dc, 0x000055ea,
	0x000055f5, 0x00005608, 0x00005614, 0x0000562f,
	0x00005658, 0x00005669, 0x0000566f, 0x00005679,
	0x00005699, 0x000056b6, 0x000056ca, 0x000056ce,
	0x000056e1, 0x000056f8, 0x0000571b, 0x00005758,
	// Entry 280 - 29F
	0x0000576f, 0x000057d2, 0x000057e3, 0x0000583d,
	0x0000584f, 0x0000586c, 0x0000588f, 0x000058ae,
	0x000058d2, 0x000058f6, 0x00005912, 0x0000592a,
	0x0000593e, 0x00005956, 0x0000596e, 0x00005984,
	0x000059a8, 0x000059b9, 0x000059df, 0x00005a2e,
	0x00005a44, 0x00005a5b, 0x00005a61, 0x00005a87,
	0x00005ab4, 0x00005abf, 0x00005ad0, 0x00005ae1,
	0x00005aef, 0x00005afb, 0x00005b1f, 0x00005b35,
	0x00005771, 0x000057ab, 0x000057e0, 0x00005829,
	0x00005853, 0x000058b6, 0x000058c7, 0x00005921,
	0x00005933, 0x00005950, 0x00005973, 0x00005992,
	0x000059b6, 0x000059da, 0x000059f6, 0x00005a0e,
	0x00005a22, 0x00005a3a, 0x00005a52, 0x00005a68,
	0x00005a8c, 0x00005a9d, 0x00005ac3, 0x00005b12,
	0x00005b28, 0x00005b3f, 0x00005b45, 0x00005b6b,
	0x00005b98, 0x00005ba3, 0x00005bb4, 0x00005bc5,
	// Entry 2A0 - 2BF
	0x00005b57, 0x00005b6b, 0x00005b8b, 0x00005ba7,
	0x00005bce, 0x00005beb, 0x00005c18, 0x00005c51,
	0x00005c5d, 0x00005c96, 0x00005cc7, 0x00005cd4,
	0x00005ce9, 0x00005d0b, 0x00005d39, 0x00005db0,
	0x00005e12, 0x00005e46, 0x00005e61, 0x00005e7e,
	0x00005e9b, 0x00005ec8, 0x00005ee5, 0x00005f0a,
	0x00005f2a, 0x00005f4e, 0x00005f66, 0x00005f8d,
	0x00005fb5, 0x00005fc8,
} // Size: 2832 bytes
	0x00005bd3, 0x00005bdf, 0x00005c03, 0x00005c19,
	0x00005c3b, 0x00005c4f, 0x00005c6f, 0x00005c8b,
	0x00005cb2, 0x00005ccf, 0x00005cfc, 0x00005d35,
	0x00005d41, 0x00005d7a, 0x00005dab, 0x00005db8,
	0x00005dcd, 0x00005def, 0x00005e1d, 0x00005e94,
	0x00005ef6, 0x00005f2a, 0x00005f45, 0x00005f62,
	0x00005f7f, 0x00005fac, 0x00005fc9, 0x00005fee,
	0x0000600e, 0x00006032, 0x0000604a, 0x00006071,
	// Entry 2C0 - 2DF
	0x00006099, 0x000060ac,
} // Size: 2848 bytes

const esData string = "" + // Size: 24520 bytes
const esData string = "" + // Size: 24748 bytes
	"\x02Página Restringida\x02Esta función solo está permitida para usuarios" +
	" de pago. Por favor actualice su plan\x02Continuar para actualizar plan" +
	"\x02Marcadores sociales más compartir enlaces, acortar y listar, todo en" +
@@ -1487,351 +1498,354 @@ const esData string = "" + // Size: 24520 bytes
	"Correo electrónico\x02Idioma por defecto\x02Organizaciones\x02Organizaci" +
	"ón Actual\x02Editar\x02Miembros\x02Acciones\x02Cambiar Contraseña\x02Ac" +
	"tualizar correo electrónico\x02Editar perfil\x02Gestionar tus Organizaci" +
	"ones\x02Actualizar Organización\x02Ver Registros de Auditoría\x02Complet" +
	"ar Registro\x02Nombre Completo\x02Contraseña\x02Registro Completado\x02R" +
	"egistro\x02Dirección de Correo Electrónico\x02Confirmar Contraseña\x02¿Y" +
	"a tienes una cuenta? Click aquí para ingresar\x02Bienvenido a Links\x02C" +
	"onfigura tu cuenta para poder guardar enlaces\x02El registro no está hab" +
	"ilitado en el sistema. Por favor contacte al administrador para una cuen" +
	"ta\x02Te enviamos un email de confirmación. Por favor da click en el lin" +
	"k en ese correo para confirmar tu cuenta\x02Te has registrado con éxito." +
	" Ahora puedes iniciar sesión\x02Cambiar Contraseña\x02Contraseña Actual" +
	"\x02Nueva Contraseña\x02Confirmar Nueva Contraseña\x02Ingresar Nueva Con" +
	"traseña\x02Restablecer Contraseña\x02Contraseña Cambiada\x02Ahora puedes" +
	"\x02regresar a la página de inición de sesión\x02e iniciar sesión\x02Lin" +
	"ks - Restablecer tu contraseña\x02¿Olvidaste tu contraseña?\x02Si el ema" +
	"il ingresado ya existe en nuestro sistema, entonces te acabamos de envia" +
	"r un enlace para ingresar. Por favor da click en enlace para restablecer" +
	" tu contraseña. El enlace expirará en 1 hora\x02Enviar Link de Restablec" +
	"imiento\x02Alguien, posiblemente tu, solicitó restablecer la constraseña" +
	" de Links\x02Para completar el restablecimiento de contraseña, has click" +
	" en el siguiente enlace:\x02Este enlace expirará en 1 hora. Si no has so" +
	"licitado este enlace, puedes borrar sin problema este correo\x02Actualiz" +
	"ar Email\x02Se te ha enviado un correo de confirmación. Por favor de cli" +
	"ck en enlace en el correo para confirmar su cambio de email. La confirma" +
	"ción expirará en 2 horas\x02Alguien, posiblemente usted, pidió restablec" +
	"er su dirección de correo electrónico. Para completar esta actualización" +
	" de click el siguiente enlace\x02Los enlaces expirarán en 2 horas. Si us" +
	"ted no solícito este enlace puede ignorar sin problema este correo\x02Ca" +
	"mbiar Email\x02Iniciar Sesión\x02¿Sin cuenta? Haga click aquí para crear" +
	" una\x02Email de Inición de Sesión\x02Alguien, posiblemente usted, solic" +
	"itó iniciar sesión por medio de un enlace de correo. Para iniciar sesión" +
	" en su cuenta, solo haga click en el siguiente enlace\x02Contraseña actu" +
	"alizada con éxito\x02Email actualizado con éxito\x02Has iniciado sesión " +
	"con éxito\x02Contraseña actualizada con éxito.\x02Correo electrónico act" +
	"ualizado con éxito.\x02Tu correo electrónico ha sido confirmado con éxit" +
	"o.\x02Tienes que verificar tu correo electrónico antes de iniciar sesión" +
	"\x02Esta cuenta es actualmente inhabilitada para acceder al sistema\x02S" +
	"esión iniciada con éxito\x02LinkTaco - Confirmar correo de la cuenta\x02" +
	"Por favor confirma tu cuenta\x02Para confirmar tu correo electrónico y c" +
	"ompletar tu registro en Links, por favor da click en el siguiente enlace" +
	":\x02Confirmar\x02Si no has solicitado este enlace puedes borrar sin pro" +
	"blema este email\x02Confirma tu correo electrónico\x02Te enviamos un nue" +
	"vo email de confirmación. Por favor da click en el enlace incluído en el" +
	" email para confirmar tu cuenta.\x02Analíticas\x02Compromiso a través de" +
	"l tiempo\x02País\x02Ciudad\x02Referente\x02Dispositivos\x02Aplicar\x02Se" +
	"manas\x02Días\x02Solo se muestran los últimos 60 días. Actualice el plan" +
	" de su organización para ver todo el historial histórico\x02Click aquí p" +
	"ara actualizar plan\x02Solo mostrando datos de país. Actualice el plan d" +
	"e su organización para ver todas la estadísticas\x02Actualice el plan de" +
	" su actualización para ver los detalles de las estadísticas\x02Escaners " +
	"de QR\x02Links\x02Si Dato\x02Nombre es requerido\x02El nombre no debe ex" +
	"ceder 150 caracteres\x02Nombre de organización es requerida\x02Nombre de" +
	" organización no debe exceder 150 caracteres\x02No estás autorizado para" +
	" crear más organizaciones gratuitas. Por favor actualice a una cuenta de" +
	" pago\x02Este slug de organización no puede ser utilizado. Por favor eli" +
	"ja otro.\x02El slug de organziación ya está registrado\x02CurrentSlug es" +
	" requerido\x02El slug es requerido\x02El slug no debe exceder los 150 ca" +
	"racteres\x02Organización No Encontrada\x02El nombre de esta organización" +
	" ya está registrado\x02Este slug no puede usarse. Por favor escoja otro" +
	"\x02No está permitido activar/desactivar tipo de usuario de organización" +
	"\x02No está permitido tener más de dos organizaciones gratis. Por favor " +
	"actualice su plan\x02Esta organización tiene una subscripción activa. Po" +
	"r facor cancelela primero\x02Las organizaciones gratuitas no pueden usar" +
	" el permiso privado. Por favor, actualice para usar el permiso privado" +
	"\x02Valor de permiso predeterminado inválido\x02Valor de Visibilidad inv" +
	"álido\x02URL inválida\x02La URL no puede exceder los 2048 caracteres." +
	"\x02El slug de organización es requerida\x02El título es requerido\x02El" +
	" título no debe exceler los 500 caracteres\x02Las etiquetas no deben exc" +
	"eder 10 caracteres\x02Solo miembros con permisio de escritura tiene auto" +
	"rización para esta acción\x02La creación de links privados no está permi" +
	"tido para organizaciones gratuitas. Por favor actualizar\x02Se requiere " +
	"hash de enlace.\x02Elemento No Encontrado\x02No está permitido editar es" +
	"te campo para notas\x02Link No Encontrado\x02Este usuario no está autori" +
	"zado para realizar esta acción\x02Descripción requerida\x02Organizacione" +
	"s con plan gratis no están autorizados para crear notas privadas. Por fa" +
	"vor actualizar plan\x02Error compilaldo la expresión regular de url: %[1" +
	"]s\x02Slug de organización es requerido\x02El email de usuario es requer" +
	"ido\x02El correo no debe exceder los 255 caracteres\x02Formato de email " +
	"inválido\x02Permiso Inválido\x02Este coreo no está disponible\x02Esta fu" +
	"nción solo está disponible para usuario con plan de negocio\x02Una nueva" +
	" invitación de registro fue enviada a %[1]s\x02El usuario que intetas in" +
	"vitar no está verificado\x02Una nueva invitación fue enviada a %[1]s\x02" +
	"Link Taco: Invitación a unirse a organización\x02Usuario no encontrado p" +
	"ara el correo proporcionado\x02El usuario del correo proporcionado no es" +
	" miembro de la organización indicada\x02El miembro fue eliminado con éxi" +
	"to\x02La clave de confirmación es requerida\x02Confirmación No Encontrad" +
	"a\x02Tipo de Confirmación Inválida\x02Confirmación de Objetivo Inválido" +
	"\x02Permiso No Encontrado\x02Usuario No Encontrado\x02El Usuario no está" +
	" verificado\x02Usuario agregado con éxito\x02Email es requerido\x02La co" +
	"ntraseña es requerida\x02La contraseña no debe exceder los 100 caractere" +
	"s\x02Username es requerido\x02El nombre de usuario no debe exceder los 1" +
	"50 caracteres\x02Registro de usarios no está activado\x02Llave inválida" +
	"\x02Correo Inválido\x02Este correo no está registrado\x02Este usuario no" +
	" puede usarse. Por favor escoja otro\x02Este nombre de usuario ya está r" +
	"egistrado.\x02Key es requerido\x02Confirmación de Usuario No Encontrado" +
	"\x02Timezone es requerido\x02Timezone es requerido\x02DefaultLang es req" +
	"uerido\x02El idioma es inválido\x02No hay organización personal encontra" +
	"do para este usuario\x02Nombre de dominio inválido\x02Valor de servicio " +
	"inválido\x02El no nombre no debe exceder los 500 caracteres\x02El no nom" +
	"bre no debe exceder los 500 caracteres\x02Formato FQDN inválido\x02El sl" +
	"ug de Organización es requerido\x02Permisso inválido para este ID de Org" +
	"anización\x02Esta función solo está permitida para usuarios de pago\x02E" +
	"l dominio ya está registrado en el sistema\x02Ya hay un dominio registra" +
	"do para el servicio dado\x02Error al verificar el DNS para este dominio." +
	" Por favor pruebe de nuevo\x02El CNAME para el dominio es incorrecto\x02" +
	"ID de dominio inválido\x02ID de dominio inválido.\x02Solo los superusuar" +
	"ios pueden eliminar dominios a nivel de sistema\x02No se puede eliminar." +
	" El dominio tiene enlaces cortos o listados activos.\x02URL es requerido" +
	"\x02DomainID es requerido\x02El título no debe exceler los 150 caractere" +
	"s\x02El código corto no debe exceder 20 caracteres\x02Este código no pue" +
	"de ser usado. Por favor ecoja otra\x02Organización No Encontrada\x02Has " +
	"alcanzado tu límite mensual de enlaces cortos. Por favor, actualiza tu p" +
	"lan para eliminar esta limitación.\x02short-service-domain no está confi" +
	"gurado\x02Dominio No Encontrado\x02El código está duplicado\x02Id es req" +
	"uerido\x02Slug es requerido\x02Slug de Organización es requerido\x02Las " +
	"cuentas gratuitas solo permiten 1 lista de enlaces.\x02list-service-doma" +
	"in no está configurado\x02Este Slug ya está registrado para este dominio" +
	"\x02Ya hay una lista por defecto para este dominio\x02El Slug de Lista e" +
	"s requerido\x02Order de Link no puede ser menor a 0\x02Lista No Encontra" +
	"da\x02ID es requerido\x02El Título es requerido\x02ID no puede ser menor" +
	" a 0\x02Lista de Links No Encontrada\x02Título es muy largo\x02El código" +
	" no es válido\x02Elemento ID no es válido\x02Lista No Encontrado\x02No p" +
	"uedes crear más de 5 códigos qr por lista\x02Link Corto No Encontrado" +
	"\x02No puedes crear más de 5 código qr por dominio\x02Código QR No Encon" +
	"trado\x02El usuario sigue a %[1]s\x02Este usuario no sigue a esta organi" +
	"zación\x02El usuario no sigue a %[1]s\x02orgType Inválido\x02Visibilidad" +
	" no válida\x02Valor de nivel inválido\x02Valor de estado inválido\x02Un " +
	"Slug válido de Organización es requerido\x02Slug de Organización es requ" +
	"erida para dominios de nivel de usuario\x04\x00\x01 \x0d\x02ID inválido" +
	"\x02El dominio está en uso. No se puede cambiar el servicio.\x02Nombre e" +
	"s requerido\x02Email es requerido\x02Invitación de Registro\x02Linktaco:" +
	" Invitación de Registro\x02Has sido invitado por %[1]s para unirse a Lin" +
	"k Taco\x02Por favor de click en el siguiente link\x02No es posible envia" +
	"r ambos cursores after y before\x02No encontrado\x02BaseURL no encontrad" +
	"a\x02Tipo de nube de etiquetas inválido sin el identificador de la organ" +
	"ización\x02Solo los miembros con permiso de lectura pueden realizar esta" +
	" acción\x02No fue posible una organización adecuada\x02Solo los superusu" +
	"arios pueden obtener dominios de nivel de sistema\x02Link Corto No Encon" +
	"trado\x02Tipo de código inválido\x02El slug de organización es requerido" +
	" para este tipo de token\x02Acceso Restringido\x02Acceso denegado.\x02Or" +
	"ganización no encontrada.\x02ID de listado inválido proporcionado.\x02Li" +
	"stado inválido para la organización especificada.\x02Zona de pruebas de " +
	"GraphQL\x02Envíar Consulta\x02Regresar a Inicio\x02Fuente de origen invá" +
	"lida para el importador.\x02El archivo es requerido\x02El archivo subido" +
	" para esta fuente debería de ser html\x02El archivo subido para esta fue" +
	"nte debe de ser json\x02Tokens de Acceso Personal\x02Comentario\x02Cread" +
	"o\x02Expirado\x02Revocar\x02No has creado ningún token de acceso persona" +
	"l para tu cuenta\x02Clientes Autorizados\x02Nombre de Cliente\x02Permiso" +
	"\x02No has autorizardo ningún client de tercero para acceder a tu cuenta" +
	".\x02Agregar Token de Acceso Personal\x02Nota: Tu token de acceso <stron" +
	"g>nunca se te volverá a mostrar.</strong> Guárdalo en secreto. Expirará " +
	"dentro de un año.\x02Revocar Token de Acceso Personal\x02¿Desea revokar " +
	"este token de acceso persona? Esta acción no puede ser deshecha.\x02Si, " +
	"hazlo\x02No\x02Acceso personal agregada con éxito\x02Token de autorizaci" +
	"ón revocado con éxito\x02Clientes\x02ID de Cliente\x02Manejar\x02Agrega" +
	"r\x02Sin Clientes\x02Agregar Cliente OAuth2\x02Descripción de Cliente" +
	"\x02URL de redireccionamiento\x02URL de Cliente\x02Client Secreto\x02Not" +
	"a: Tu cliente secreto nunca será mostrado de nuevo.\x02Manejar clientes " +
	"de OAuth 2.0\x02Revoca tokens de cliente secreto\x02Si los tokens de por" +
	"tador de OAuth 2.0 emitidos para tu cliente de OAuth o tu cliente secret" +
	"o se han revelado a un tercero, debes revocar todos los tokens y solicit" +
	"ar que se emitan reemplazos.\x02Revocar cliente de tokens\x02Desregistra" +
	"r este client OAuth\x02Esto registrará de manera permanente tu client de" +
	" OAuth 2.0\x02revoca todos los tokens emitidos, y prohíbie la emisión de" +
	" nuevos tokens.\x02Desregistrar\x02Descripción\x02URL informativa\x02Cli" +
	"ente de OAuth 2.0 registrado\x02Cliente agregado con éxito\x02Cliente re" +
	"vocado con éxito\x02Cliente recreado con éxito\x02Autorizar\x02gustaría " +
	"acceder a tu cuenta de Link Taco\x02es una applicación de terceros opera" +
	"da por\x02Podrás revocar este acceso en cualquier momento en la tab OAtu" +
	"h de tu perfíl.\x02Alcance\x02Aprobar\x02Rechazar\x02LinkTaco - La impor" +
	"tación de tus marcadores está completa.\x02Hola,\x02Solo queríamos infor" +
	"marte que la importación de tus marcadores se ha completado con éxito." +
	"\x02- Equipo de LinkTaco\x02Dominio Inactivo\x02El dominio %[1]s está ac" +
	"tualmente desactivado\x02Por favor actualice la subscripción de su cuent" +
	"a para reactivarla\x02Precios\x02Cada cuenta puede crear organizaciones " +
	"ilimitadas. Cada organización tiene sus propios marcadores, listados, an" +
	"álisis, etc. Todas las características a continuación pertenecen a cada" +
	" organización con sus propias URL únicas, agrupaciones, y más.\x02Funcio" +
	"nalidad\x02Gratis\x02Personal\x02Negocio\x02Precio\x02por año\x02por mes" +
	"\x02meses\x02Ilimitado\x02Solo público\x02Pruébalo GRATIS\x02Marcadores" +
	"\x02Guardar enlaces públicos/privados\x02Guardar notas públicas/privadas" +
	"\x02Seguir otras organizaciones (social)\x02Organizar por etiquetas\x02F" +
	"iltrado/ búsqueda avanzada\x02Fuentes RSS completas\x02Dominio personali" +
	"zado + SSL\x02Listados de enlaces\x02Crear listados de enlaces (por ejem" +
	"plo, biografías en redes sociales, etc.)\x02Organizar listados por etiqu" +
	"etas\x02Filtrar/Buscar listados\x02Códigos QR ilimitados por listado\x02" +
	"Análisis completo\x02Listado\x02Acortamiento de enlaces\x02Enlaces corto" +
	"s ilimitados\x02Organizar enlaces cortos por etiquetas\x02Filtrar/Buscar" +
	" enlaces cortos\x02Códigos QR ilimitados por enlace corto\x02Historial c" +
	"ompleto de análisis\x02Análisis específicos de códigos QR\x02Análisis de" +
	" clics\x02Análisis de referidos\x02Análisis por país\x02Análisis por ciu" +
	"dad\x02Análisis de dispositivos\x02Colaboración / Integraciones\x02Agreg" +
	"ar miembros ilimitados a la organización\x02Integración con Slack\x02Int" +
	"egración con MatterMost\x02Construye tu propia integración\x02Importar /" +
	" Exportar\x02Importar desde Pinboard\x02Importar desde Firefox\x02Import" +
	"ar desde Chrome\x02Importar desde Safari\x02Exportar en JSON o HTML\x02I" +
	"mpulsado por API\x02Acceso completo a la API GraphQL\x02Soporte OAuth2" +
	"\x02Alojamiento propio\x02Totalmente de código abierto\x02Hospeda tu pro" +
	"pia versión de Link Taco\x02Documentación\x02Detalles de precios y carac" +
	"terísticas para LinkTaco.com\x02precios, enlaces, linktaco, característi" +
	"cas, planes, planes de precios\x02¡Bienvenido a LinkTaco!\x02Aquí puedes" +
	" combinar todas tus necesidades de guardar y compartir enlaces en un sol" +
	"o paquete compacto. Como un taco. Un taco de enlaces, por así decirlo." +
	"\x02LinkTaco es una plataforma de código abierto donde puedes alojar tod" +
	"os tus enlaces. Dominios personalizados, códigos QR, análisis, API compl" +
	"eta, múltiples organizaciones con miembros ilimitados son solo algunas d" +
	"e las características incluidas.\x02Los marcadores sociales no son nuevo" +
	"s, solo se han olvidado. El acortamiento de enlaces con análisis ha exis" +
	"tido siempre. Los listados de enlaces se volvieron populares cuando las " +
	"redes sociales comenzaron a permitirnos publicar un enlace a nuestros si" +
	"tios web en nuestros perfiles.\x02Hasta ahora, todas estas cosas se aloj" +
	"aban en diferentes servicios.\x02Marcadores sociales: Pinboard (Deliciou" +
	"s)\x02Acortamiento de enlaces: Bitly y otros\x02Listados de enlaces: Lin" +
	"ktree y otros\x02Adiós Pinboard. Adiós Bitly. Adiós Linktree. ¡Hola Link" +
	"Taco!\x02Como somos un\x02proyecto 100% de código abierto\x04\x01 \x00\\" +
	"\x02puedes alojar tu propia instancia si deseas tener control total sobr" +
	"e tu propia plataforma.\x02Consulta la documentación de instalación para" +
	" más información.\x02¿Listo para comenzar? Es gratis crear una cuenta y " +
	"usarla para siempre (con algunas limitaciones). Para usar todas las func" +
	"iones, solo tienes que pagar unos pocos dólares al año, o unos pocos al " +
	"mes si eres una empresa, y eso es todo. ¡Simple!\x02Explorar funcciones" +
	"\x02Organizar marcadores\x02Lista de Links\x02Colaboración\x02Integracio" +
	"nes\x02Importar Exportar\x02Listados de enlaces ilimitados (para biograf" +
	"ías en redes sociales, etc.)\x02Los miembros pueden agregar/editar/elim" +
	"inar enlaces (si se permite)\x02Los miembros tienen acceso según los per" +
	"misos otorgados\x02Widget de marcadores del navegador\x02Lista de Domini" +
	"o\x02Eliminar\x02Búsqueda de Nombre\x02Servicio\x02para\x02Link Cortos" +
	"\x02Sin Dominios\x02Crear Dominio\x02Migrar Links Cortos\x02Los links vi" +
	"ejos no funcionanrán. Todos los códigos serán movidos al nuevo dominio." +
	"\x02Dominio creado con éxito\x02Eliminar Dominio\x02%[1]s\x02Dominio elm" +
	"inado con éxito\x02Si\x02Desea eliminar este dominio\x02Tus Organizacion" +
	"es\x02Código Abierto\x02Patrocinado\x02Pagado\x02Activado\x02Desactivado" +
	"\x02Manejar Subscripción\x02Dominios\x02Manejar Miembros\x02Exportar\x02" +
	"Importar\x02Historial de Pagos\x02Crear Organización\x02Nombre de usuari" +
	"o de Organización\x02Visibilidad predeterminada de marcadores\x02Lo sent" +
	"imos, has alcanzado el número de cuentas gratuitas disponibles. Por favo" +
	"r actualice su cuenta gratuita para crear más\x02Público\x02Privado\x02O" +
	"rganización creada con éxito\x02Actualizar Organización\x02Está habilita" +
	"do\x02Organización actualizada con éxito\x02Agregar Miembro\x02Permiso" +
	"\x02Por favor actualice a cuenta de negocio para agregar miembros\x02Lee" +
	"r\x02Escribir\x02Escritura de administrador\x02Una invitación fue enviad" +
	"a a este usuario\x02Algo salió mal, imposible enviar invitación\x02Elimi" +
	"nar miembro de la organización\x02Algo salió mal. No se pudo eliminar a " +
	"este miembro: %[1]s\x02Miembro eliminado con éxito\x02¿Eliminar al miemb" +
	"ro %[1]s (%[2]s) de la Organización %[3]s?\x02Miembro agregado con éxito" +
	"\x02Algo salió mal. Imposible obtener los datos de miembros\x02Lista de " +
	"Miembros\x02Sin miembros\x02Crear Enlace\x02Título\x02Visibilidad\x02Sin" +
	" leer\x02Destacado\x02Etiquetas\x02Usa comas para separar las etiquetas." +
	" Ejemplo: etiqueta 1, etiqueta 2, etiqueta 3\x02URL de archivo\x02Un lin" +
	"k fue creado con éxito\x02Error consultando url refererida: No encontrad" +
	"a\x02Error consultando link referido: %[1]v\x02marcador\x02Marcadores Po" +
	"pulares\x02Esto no es un concurso de popularidad o algo parecido, pero e" +
	"s raro que no hayan links!\x02Enlaces más populares en LinkTaco.com\x02p" +
	"opulares, enlaces, linktaco, características, planes, planes de precios" +
	"\x02Links Populares\x02Siguiendo\x02Dejar de seguir\x02Sin organizacione" +
	"s\x02Feed\x02Por\x02Buscar\x02Tu feed está vacío :( Sigue a algunas pers" +
	"onas. Prueba los feeds Populares o Recientes para encontrar gente intere" +
	"sante a seguir.\x02Búsqueda Avanzada\x02Incluir Tags\x02Excluir Tags\x02" +
	"Limpiar\x02Siguiendo\x02Marcadores Guardados\x02Este feed no tiene enlac" +
	"es. ¡Buuu!\x02Marcadores recientes para la URL %[1]s añadidos en LinkTac" +
	"o.com\x02recientes, públicos, enlaces, linktaco\x02guardado\x02Marcadore" +
	"s Recientes\x02Todos\x02Sin etiquetar\x02Marcar como leído\x02Marcar com" +
	"o no leído\x02Destacar\x02No destacar\x02Archivar\x02Seguir\x02más nuevo" +
	"\x02más vieja\x02Enlaces públicos recientes añadidos a %[1]s en LinkTaco" +
	".com\x02Enlaces públicos recientes añadidos a LinkTaco.com\x02Links Reci" +
	"entes\x02%[1]s Enlaces\x02Tienes %[1]d enlaces restrigidos guardados." +
	"\x02Actualiza la organización para activarlos.\x02Detalle de Enlace\x02P" +
	"ublicación Pública\x02Públicación Privada\x02Marcador '%[1]s' en LinkTac" +
	"o.com\x02marcador, nota, detalle, popular, enlaces, linktaco\x02Borrar M" +
	"arcador\x02Algo salió mal. No se pudo eliminar este marcador.\x02Marcado" +
	"r eliminado con éxito\x02¿Realmente deseas eliminar este marcador?\x02Ac" +
	"tualizar Enlace\x02Desea eliminar\x02Link actualizado con éxito\x02Códig" +
	"o QR por Link Taco!\x02Serás redireccionado en 10 segundos.\x02Detalles " +
	"de Código QR\x02Bajar Imágen\x02Elimiar Código QR\x02Algo salió mal. El " +
	"Código QE no pudo ser eliminado.\x02Código QR elminado con éxito\x02Dese" +
	"a eliminar este código qr\x02Exportar Datos\x02Formato de archivo\x02Est" +
	"a función no está habilitada para cuentas gratuitas. Por favor actualiza" +
	"r\x02Como administrador de sistema corrar el siguiente comando en el can" +
	"al que desees conectar\x02Desconectar\x02Conectar\x02Conectado\x02Import" +
	"ar Datos\x02Fuente\x02Click en Manejar Marcadores desde el menú de Marca" +
	"dores\x02Una nueva ventana llamada Biblioteca se abrirá\x02En la barra l" +
	"ateral izquierda seleccione la carpeta que desea exportar. Para exportar" +
	" todos los marcadores selecciones Todos los Marcadores\x02Click en el íc" +
	"ono con dos flechas (arriba y abajo) y escoje 'Exportar Marcador a HTML'" +
	"\x02En el menú de Archivo selecciones Exportar\x02Selecione Exportar Mar" +
	"cadores\x02Ve al menú de Marcadores y escoge Manejar Marcadores\x02En la" +
	" barra latareral izquierda selecciones la carpeta que desea exportar\x02" +
	"En la barra marcadores, de click en los tres puntos de la parte superior" +
	" derecha\x02Click en Exportar Marcadores\x02Visita https://pinboard.in/e" +
	"xport/ y da click en JSON\x02Al importar a una cuenta/organización gratu" +
	"ita, todos los marcadores privados del tablero se marcarán como restring" +
	"idos.\x02Actualice su cuenta para admitir marcadores privados.\x02Instru" +
	"cciones\x02Marcadores de Safari\x02Marcadores de Chrome\x02Marcadores de" +
	" Firefox\x02Se está procesando la importación de tu marcador. Te notific" +
	"aremos cuando se complete.\x02Actualizar Nota\x02Nota\x02Nota '%[1]s' en" +
	" LinkTaco.com\x02nota, detalle, popular, enlaces, linktaco\x02Crear Nota" +
	"\x02Una nota fue creada con éxito\x02Error consultado nota referenciada:" +
	" %[1]v\x02Tablero\x02Tour\x02Reciente\x02Popular\x02Categorías\x02Sobre" +
	"\x02Iniciar Sesión\x02Cerrar Sesión\x02Zona de pruebas de GQL\x02Guardar" +
	" Enlace\x02Guardar Noa\x02Token Personales\x02Aplicaciones Clientes\x02L" +
	"istas\x02Links Cortos\x02Administrar\x02Ayuda\x02Blog\x02Actualizar Link" +
	"s\x02URL\x02Orden\x02Eliminar Lista\x02Algo salió mal. El enlace no pudo" +
	" ser eliminado\x02Enlace creado con éxito\x02Desea eliminar este link" +
	"\x02Crear Links\x02Anterior\x02Sin Links\x02Actualizar Lista\x02Dominio" +
	"\x02Es por defecto\x02Eliminar Foto\x02Otro\x02Otro Nombre\x02Links Soci" +
	"ales\x02Lista creada con éxito\x02Crear Lista\x02Una lista fue creada co" +
	"n éxito\x02Manejar Links\x02Sin Listas\x02Fecha de Creación\x02Códigos Q" +
	"R\x02Lista eliminada con éxito\x02¿Realmente quieres eliminar esta lista" +
	"?\x02Crear Código QR\x02Crear\x02Descargar\x02Fondo de pantalla personal" +
	"izado\x02Código QR creado con éxito\x02Código QR de Lista\x02Ver\x02No h" +
	"ay Códigos QR\x02Desconectar Mattermost\x02Mattermost desconectado con é" +
	"xito\x02Desea realmente desconectar esta organización de mattermost\x02C" +
	"onnectar con Mattermost\x02Este equipo ya se encuentra vinculado a una o" +
	"rganización\x02¿Deseas conectar esta organización con mattermost?\x02Est" +
	"a función está restringida para cuentas gratis. Por favor actualiza\x02L" +
	"a organización fue vinculada con éxito\x02Lo sentimos, las cuentas gratu" +
	"itas no soportan la integración con Mattermost. Por favor actualice\x02C" +
	"onectar Usuario\x02Para interactuar con mattermost tienes que conectar t" +
	"u cuenta con tu usuario de Link Taco\x02¿Desea proceder?\x02Usuario cone" +
	"ctado con éxito\x02Connexión con slack no encontrada\x02Te enviamos un m" +
	"ensaje privado\x02El texto a ser buscado es requerido\x02No se encuentra" +
	"ron links para %[1]s\x02Organización no encontrada\x02El título es reque" +
	"rido\x02La url es requerida\x02El código es requerido\x02El dominio es r" +
	"equerido\x02Dominio no encontrado\x02A nuevo short fue creado con éxito" +
	"\x02Url es requerida\x02Un nuevo enlace fue creado con éxito\x02Por favo" +
	"r haga click en el próximo link para vincular una organización %[1]s\x02" +
	"Instalacción exitosa\x02algo salió mal: %[1]s\x02hecho\x02Organización i" +
	"nválida proporcionada\x02No se encontró organización predeterminada\x02L" +
	"ink Corto\x02Sin Links Cortos\x02Crear Link Corto\x02Código Corto\x02Sin" +
	" Dominio\x02Un link corto fue creado con éxito\x02Actualizar Link Corto" +
	"\x02Link Corto actualizado con éxito\x02Eliminar Link Corto\x02Link Cort" +
	"o eliminado con éxito\x02URL acortada por Link Taco!\x02No se proporcion" +
	"ó un argumento de URL\x02%[1]s: dominio no encontrado\x02Tu enlace cort" +
	"o fue creado con éxito: %[1]s\x02Tu enlace fue guardado con éxito. Detal" +
	"les aquí: %[1]s\x02Buscar Link\x02Por favor vincule tu usuario de slack " +
	"con el link: %[1]s\x02Te enviamos un mensaje directo con instrucciones" +
	"\x02Agregar Link\x02Desconectar de Slack\x02Slack fue desconectado con é" +
	"xito\x02Desea desconectar esta organización de slack\x02Lo sentimos, las" +
	" cuentas gratis no soportan integración con Slack. Por favor actualice s" +
	"u subscripcón para continuar\x02Para interactuar con Link Taco tienes qu" +
	"e conectar tu cuenta de slack con tu usuario de Link Taco\x02Algo salió " +
	"mal. El usuario no puede ser vinculado.\x02Conectar a Slack Workspace" +
	"\x02Respuesta de slack inválida\x02¿Deseas conectar con Slack?\x02Organi" +
	"zación vinculada con éxito con slack\x02Email y/o password inválido\x02L" +
	"as nuevas contraseñas no coinciden\x02El usuario no está autenticado\x02" +
	"La contraseña actual es incorrecta\x02Este campo es requerido\x02Por fav" +
	"or introduzca un correo válido\x02Por favor introduzca un número válido" +
	"\x02El '%[1]s' falló."
	"ones\x02Actualizar Organización\x02Ver Registros de Auditoría\x02Marcado" +
	"r\x02Añadir a LinkTaco\x02Este enlace especial te permite guardar en Lin" +
	"kTaco directamente usando un marcador en tu navegador web.\x02Arrastra y" +
	" suelta este botón en la barra de herramientas de tu navegador o en tus " +
	"marcadores.\x02Completar Registro\x02Nombre Completo\x02Contraseña\x02Re" +
	"gistro Completado\x02Registro\x02Dirección de Correo Electrónico\x02Conf" +
	"irmar Contraseña\x02¿Ya tienes una cuenta? Click aquí para ingresar\x02B" +
	"ienvenido a Links\x02Configura tu cuenta para poder guardar enlaces\x02E" +
	"l registro no está habilitado en el sistema. Por favor contacte al admin" +
	"istrador para una cuenta\x02Te enviamos un email de confirmación. Por fa" +
	"vor da click en el link en ese correo para confirmar tu cuenta\x02Te has" +
	" registrado con éxito. Ahora puedes iniciar sesión\x02Cambiar Contraseña" +
	"\x02Contraseña Actual\x02Nueva Contraseña\x02Confirmar Nueva Contraseña" +
	"\x02Ingresar Nueva Contraseña\x02Restablecer Contraseña\x02Contraseña Ca" +
	"mbiada\x02Ahora puedes\x02regresar a la página de inición de sesión\x02e" +
	" iniciar sesión\x02Links - Restablecer tu contraseña\x02¿Olvidaste tu co" +
	"ntraseña?\x02Si el email ingresado ya existe en nuestro sistema, entonce" +
	"s te acabamos de enviar un enlace para ingresar. Por favor da click en e" +
	"nlace para restablecer tu contraseña. El enlace expirará en 1 hora\x02En" +
	"viar Link de Restablecimiento\x02Alguien, posiblemente tu, solicitó rest" +
	"ablecer la constraseña de Links\x02Para completar el restablecimiento de" +
	" contraseña, has click en el siguiente enlace:\x02Este enlace expirará e" +
	"n 1 hora. Si no has solicitado este enlace, puedes borrar sin problema e" +
	"ste correo\x02Actualizar Email\x02Se te ha enviado un correo de confirma" +
	"ción. Por favor de click en enlace en el correo para confirmar su cambio" +
	" de email. La confirmación expirará en 2 horas\x02Alguien, posiblemente " +
	"usted, pidió restablecer su dirección de correo electrónico. Para comple" +
	"tar esta actualización de click el siguiente enlace\x02Los enlaces expir" +
	"arán en 2 horas. Si usted no solícito este enlace puede ignorar sin prob" +
	"lema este correo\x02Cambiar Email\x02Iniciar Sesión\x02¿Sin cuenta? Haga" +
	" click aquí para crear una\x02Email de Inición de Sesión\x02Alguien, pos" +
	"iblemente usted, solicitó iniciar sesión por medio de un enlace de corre" +
	"o. Para iniciar sesión en su cuenta, solo haga click en el siguiente enl" +
	"ace\x02Contraseña actualizada con éxito\x02Email actualizado con éxito" +
	"\x02Has iniciado sesión con éxito\x02Contraseña actualizada con éxito." +
	"\x02Correo electrónico actualizado con éxito.\x02Tu correo electrónico h" +
	"a sido confirmado con éxito.\x02Tienes que verificar tu correo electróni" +
	"co antes de iniciar sesión\x02Esta cuenta es actualmente inhabilitada pa" +
	"ra acceder al sistema\x02Sesión iniciada con éxito\x02LinkTaco - Confirm" +
	"ar correo de la cuenta\x02Por favor confirma tu cuenta\x02Para confirmar" +
	" tu correo electrónico y completar tu registro en Links, por favor da cl" +
	"ick en el siguiente enlace:\x02Confirmar\x02Si no has solicitado este en" +
	"lace puedes borrar sin problema este email\x02Confirma tu correo electró" +
	"nico\x02Te enviamos un nuevo email de confirmación. Por favor da click e" +
	"n el enlace incluído en el email para confirmar tu cuenta.\x02Analíticas" +
	"\x02Compromiso a través del tiempo\x02País\x02Ciudad\x02Referente\x02Dis" +
	"positivos\x02Aplicar\x02Semanas\x02Días\x02Solo se muestran los últimos " +
	"60 días. Actualice el plan de su organización para ver todo el historial" +
	" histórico\x02Click aquí para actualizar plan\x02Solo mostrando datos de" +
	" país. Actualice el plan de su organización para ver todas la estadístic" +
	"as\x02Actualice el plan de su actualización para ver los detalles de las" +
	" estadísticas\x02Escaners de QR\x02Links\x02Si Dato\x02Nombre es requeri" +
	"do\x02El nombre no debe exceder 150 caracteres\x02Nombre de organización" +
	" es requerida\x02Nombre de organización no debe exceder 150 caracteres" +
	"\x02No estás autorizado para crear más organizaciones gratuitas. Por fav" +
	"or actualice a una cuenta de pago\x02Este slug de organización no puede " +
	"ser utilizado. Por favor elija otro.\x02El slug de organziación ya está " +
	"registrado\x02CurrentSlug es requerido\x02El slug es requerido\x02El slu" +
	"g no debe exceder los 150 caracteres\x02Organización No Encontrada\x02El" +
	" nombre de esta organización ya está registrado\x02Este slug no puede us" +
	"arse. Por favor escoja otro\x02No está permitido activar/desactivar tipo" +
	" de usuario de organización\x02No está permitido tener más de dos organi" +
	"zaciones gratis. Por favor actualice su plan\x02Esta organización tiene " +
	"una subscripción activa. Por facor cancelela primero\x02Las organizacion" +
	"es gratuitas no pueden usar el permiso privado. Por favor, actualice par" +
	"a usar el permiso privado\x02Valor de permiso predeterminado inválido" +
	"\x02Valor de Visibilidad inválido\x02URL inválida\x02La URL no puede exc" +
	"eder los 2048 caracteres.\x02El slug de organización es requerida\x02El " +
	"título es requerido\x02El título no debe exceler los 500 caracteres\x02L" +
	"as etiquetas no deben exceder 10 caracteres\x02Solo miembros con permisi" +
	"o de escritura tiene autorización para esta acción\x02La creación de lin" +
	"ks privados no está permitido para organizaciones gratuitas. Por favor a" +
	"ctualizar\x02Se requiere hash de enlace.\x02Elemento No Encontrado\x02No" +
	" está permitido editar este campo para notas\x02Link No Encontrado\x02Es" +
	"te usuario no está autorizado para realizar esta acción\x02Descripción r" +
	"equerida\x02Organizaciones con plan gratis no están autorizados para cre" +
	"ar notas privadas. Por favor actualizar plan\x02Error compilaldo la expr" +
	"esión regular de url: %[1]s\x02Slug de organización es requerido\x02El e" +
	"mail de usuario es requerido\x02El correo no debe exceder los 255 caract" +
	"eres\x02Formato de email inválido\x02Permiso Inválido\x02Este coreo no e" +
	"stá disponible\x02Esta función solo está disponible para usuario con pla" +
	"n de negocio\x02Una nueva invitación de registro fue enviada a %[1]s\x02" +
	"El usuario que intetas invitar no está verificado\x02Una nueva invitació" +
	"n fue enviada a %[1]s\x02Link Taco: Invitación a unirse a organización" +
	"\x02Usuario no encontrado para el correo proporcionado\x02El usuario del" +
	" correo proporcionado no es miembro de la organización indicada\x02El mi" +
	"embro fue eliminado con éxito\x02La clave de confirmación es requerida" +
	"\x02Confirmación No Encontrada\x02Tipo de Confirmación Inválida\x02Confi" +
	"rmación de Objetivo Inválido\x02Permiso No Encontrado\x02Usuario No Enco" +
	"ntrado\x02El Usuario no está verificado\x02Usuario agregado con éxito" +
	"\x02Email es requerido\x02La contraseña es requerida\x02La contraseña no" +
	" debe exceder los 100 caracteres\x02Username es requerido\x02El nombre d" +
	"e usuario no debe exceder los 150 caracteres\x02Registro de usarios no e" +
	"stá activado\x02Llave inválida\x02Correo Inválido\x02Este correo no está" +
	" registrado\x02Este usuario no puede usarse. Por favor escoja otro\x02Es" +
	"te nombre de usuario ya está registrado.\x02Key es requerido\x02Confirma" +
	"ción de Usuario No Encontrado\x02Timezone es requerido\x02Timezone es re" +
	"querido\x02DefaultLang es requerido\x02El idioma es inválido\x02No hay o" +
	"rganización personal encontrado para este usuario\x02Nombre de dominio i" +
	"nválido\x02Valor de servicio inválido\x02El no nombre no debe exceder lo" +
	"s 500 caracteres\x02El no nombre no debe exceder los 500 caracteres\x02F" +
	"ormato FQDN inválido\x02El slug de Organización es requerido\x02Permisso" +
	" inválido para este ID de Organización\x02Esta función solo está permiti" +
	"da para usuarios de pago\x02El dominio ya está registrado en el sistema" +
	"\x02Ya hay un dominio registrado para el servicio dado\x02Error al verif" +
	"icar el DNS para este dominio. Por favor pruebe de nuevo\x02El CNAME par" +
	"a el dominio es incorrecto\x02ID de dominio inválido\x02ID de dominio in" +
	"válido.\x02Solo los superusuarios pueden eliminar dominios a nivel de si" +
	"stema\x02No se puede eliminar. El dominio tiene enlaces cortos o listado" +
	"s activos.\x02URL es requerido\x02DomainID es requerido\x02El título no " +
	"debe exceler los 150 caracteres\x02El código corto no debe exceder 20 ca" +
	"racteres\x02Este código no puede ser usado. Por favor ecoja otra\x02Orga" +
	"nización No Encontrada\x02Has alcanzado tu límite mensual de enlaces cor" +
	"tos. Por favor, actualiza tu plan para eliminar esta limitación.\x02shor" +
	"t-service-domain no está configurado\x02Dominio No Encontrado\x02El códi" +
	"go está duplicado\x02Id es requerido\x02Slug es requerido\x02Slug de Org" +
	"anización es requerido\x02Las cuentas gratuitas solo permiten 1 lista de" +
	" enlaces.\x02list-service-domain no está configurado\x02Este Slug ya est" +
	"á registrado para este dominio\x02Ya hay una lista por defecto para est" +
	"e dominio\x02El Slug de Lista es requerido\x02Order de Link no puede ser" +
	" menor a 0\x02Lista No Encontrada\x02ID es requerido\x02El Título es req" +
	"uerido\x02ID no puede ser menor a 0\x02Lista de Links No Encontrada\x02T" +
	"ítulo es muy largo\x02El código no es válido\x02Elemento ID no es válid" +
	"o\x02Lista No Encontrado\x02No puedes crear más de 5 códigos qr por list" +
	"a\x02Link Corto No Encontrado\x02No puedes crear más de 5 código qr por " +
	"dominio\x02Código QR No Encontrado\x02El usuario sigue a %[1]s\x02Este u" +
	"suario no sigue a esta organización\x02El usuario no sigue a %[1]s\x02or" +
	"gType Inválido\x02Visibilidad no válida\x02Valor de nivel inválido\x02Va" +
	"lor de estado inválido\x02Un Slug válido de Organización es requerido" +
	"\x02Slug de Organización es requerida para dominios de nivel de usuario" +
	"\x04\x00\x01 \x0d\x02ID inválido\x02El dominio está en uso. No se puede " +
	"cambiar el servicio.\x02Nombre es requerido\x02Email es requerido\x02Inv" +
	"itación de Registro\x02Linktaco: Invitación de Registro\x02Has sido invi" +
	"tado por %[1]s para unirse a Link Taco\x02Por favor de click en el sigui" +
	"ente link\x02No es posible enviar ambos cursores after y before\x02No en" +
	"contrado\x02BaseURL no encontrada\x02Tipo de nube de etiquetas inválido " +
	"sin el identificador de la organización\x02Solo los miembros con permiso" +
	" de lectura pueden realizar esta acción\x02No fue posible una organizaci" +
	"ón adecuada\x02Solo los superusuarios pueden obtener dominios de nivel " +
	"de sistema\x02Link Corto No Encontrado\x02Tipo de código inválido\x02El " +
	"slug de organización es requerido para este tipo de token\x02Acceso Rest" +
	"ringido\x02Acceso denegado.\x02Organización no encontrada.\x02ID de list" +
	"ado inválido proporcionado.\x02Listado inválido para la organización esp" +
	"ecificada.\x02Zona de pruebas de GraphQL\x02Envíar Consulta\x02Regresar " +
	"a Inicio\x02Fuente de origen inválida para el importador.\x02El archivo " +
	"es requerido\x02El archivo subido para esta fuente debería de ser html" +
	"\x02El archivo subido para esta fuente debe de ser json\x02Tokens de Acc" +
	"eso Personal\x02Comentario\x02Creado\x02Expirado\x02Revocar\x02No has cr" +
	"eado ningún token de acceso personal para tu cuenta\x02Clientes Autoriza" +
	"dos\x02Nombre de Cliente\x02Permiso\x02No has autorizardo ningún client " +
	"de tercero para acceder a tu cuenta.\x02Agregar Token de Acceso Personal" +
	"\x02Nota: Tu token de acceso <strong>nunca se te volverá a mostrar.</str" +
	"ong> Guárdalo en secreto. Expirará dentro de un año.\x02Revocar Token de" +
	" Acceso Personal\x02¿Desea revokar este token de acceso persona? Esta ac" +
	"ción no puede ser deshecha.\x02Si, hazlo\x02No\x02Acceso personal agrega" +
	"da con éxito\x02Token de autorización revocado con éxito\x02Clientes\x02" +
	"ID de Cliente\x02Manejar\x02Agregar\x02Sin Clientes\x02Agregar Cliente O" +
	"Auth2\x02Descripción de Cliente\x02URL de redireccionamiento\x02URL de C" +
	"liente\x02Client Secreto\x02Nota: Tu cliente secreto nunca será mostrado" +
	" de nuevo.\x02Manejar clientes de OAuth 2.0\x02Revoca tokens de cliente " +
	"secreto\x02Si los tokens de portador de OAuth 2.0 emitidos para tu clien" +
	"te de OAuth o tu cliente secreto se han revelado a un tercero, debes rev" +
	"ocar todos los tokens y solicitar que se emitan reemplazos.\x02Revocar c" +
	"liente de tokens\x02Desregistrar este client OAuth\x02Esto registrará de" +
	" manera permanente tu client de OAuth 2.0\x02revoca todos los tokens emi" +
	"tidos, y prohíbie la emisión de nuevos tokens.\x02Desregistrar\x02Descri" +
	"pción\x02URL informativa\x02Cliente de OAuth 2.0 registrado\x02Cliente a" +
	"gregado con éxito\x02Cliente revocado con éxito\x02Cliente recreado con " +
	"éxito\x02Autorizar\x02gustaría acceder a tu cuenta de Link Taco\x02es u" +
	"na applicación de terceros operada por\x02Podrás revocar este acceso en " +
	"cualquier momento en la tab OAtuh de tu perfíl.\x02Alcance\x02Aprobar" +
	"\x02Rechazar\x02LinkTaco - La importación de tus marcadores está complet" +
	"a.\x02Hola,\x02Solo queríamos informarte que la importación de tus marca" +
	"dores se ha completado con éxito.\x02- Equipo de LinkTaco\x02Dominio Ina" +
	"ctivo\x02El dominio %[1]s está actualmente desactivado\x02Por favor actu" +
	"alice la subscripción de su cuenta para reactivarla\x02Precios\x02Cada c" +
	"uenta puede crear organizaciones ilimitadas. Cada organización tiene sus" +
	" propios marcadores, listados, análisis, etc. Todas las características " +
	"a continuación pertenecen a cada organización con sus propias URL únicas" +
	", agrupaciones, y más.\x02Funcionalidad\x02Gratis\x02Personal\x02Negocio" +
	"\x02Precio\x02por año\x02por mes\x02meses\x02Ilimitado\x02Solo público" +
	"\x02Pruébalo GRATIS\x02Marcadores\x02Guardar enlaces públicos/privados" +
	"\x02Guardar notas públicas/privadas\x02Seguir otras organizaciones (soci" +
	"al)\x02Organizar por etiquetas\x02Filtrado/ búsqueda avanzada\x02Fuentes" +
	" RSS completas\x02Dominio personalizado + SSL\x02Listados de enlaces\x02" +
	"Crear listados de enlaces (por ejemplo, biografías en redes sociales, et" +
	"c.)\x02Organizar listados por etiquetas\x02Filtrar/Buscar listados\x02Có" +
	"digos QR ilimitados por listado\x02Análisis completo\x02Listado\x02Acort" +
	"amiento de enlaces\x02Enlaces cortos ilimitados\x02Organizar enlaces cor" +
	"tos por etiquetas\x02Filtrar/Buscar enlaces cortos\x02Códigos QR ilimita" +
	"dos por enlace corto\x02Historial completo de análisis\x02Análisis espec" +
	"íficos de códigos QR\x02Análisis de clics\x02Análisis de referidos\x02A" +
	"nálisis por país\x02Análisis por ciudad\x02Análisis de dispositivos\x02C" +
	"olaboración / Integraciones\x02Agregar miembros ilimitados a la organiza" +
	"ción\x02Integración con Slack\x02Integración con MatterMost\x02Construye" +
	" tu propia integración\x02Importar / Exportar\x02Importar desde Pinboard" +
	"\x02Importar desde Firefox\x02Importar desde Chrome\x02Importar desde Sa" +
	"fari\x02Exportar en JSON o HTML\x02Impulsado por API\x02Acceso completo " +
	"a la API GraphQL\x02Soporte OAuth2\x02Alojamiento propio\x02Totalmente d" +
	"e código abierto\x02Hospeda tu propia versión de Link Taco\x02Documentac" +
	"ión\x02Detalles de precios y características para LinkTaco.com\x02precio" +
	"s, enlaces, linktaco, características, planes, planes de precios\x02¡Bie" +
	"nvenido a LinkTaco!\x02Aquí puedes combinar todas tus necesidades de gua" +
	"rdar y compartir enlaces en un solo paquete compacto. Como un taco. Un t" +
	"aco de enlaces, por así decirlo.\x02LinkTaco es una plataforma de código" +
	" abierto donde puedes alojar todos tus enlaces. Dominios personalizados," +
	" códigos QR, análisis, API completa, múltiples organizaciones con miembr" +
	"os ilimitados son solo algunas de las características incluidas.\x02Los " +
	"marcadores sociales no son nuevos, solo se han olvidado. El acortamiento" +
	" de enlaces con análisis ha existido siempre. Los listados de enlaces se" +
	" volvieron populares cuando las redes sociales comenzaron a permitirnos " +
	"publicar un enlace a nuestros sitios web en nuestros perfiles.\x02Hasta " +
	"ahora, todas estas cosas se alojaban en diferentes servicios.\x02Marcado" +
	"res sociales: Pinboard (Delicious)\x02Acortamiento de enlaces: Bitly y o" +
	"tros\x02Listados de enlaces: Linktree y otros\x02Adiós Pinboard. Adiós B" +
	"itly. Adiós Linktree. ¡Hola LinkTaco!\x02Como somos un\x02proyecto 100% " +
	"de código abierto\x04\x01 \x00\\\x02puedes alojar tu propia instancia si" +
	" deseas tener control total sobre tu propia plataforma.\x02Consulta la d" +
	"ocumentación de instalación para más información.\x02¿Listo para comenza" +
	"r? Es gratis crear una cuenta y usarla para siempre (con algunas limitac" +
	"iones). Para usar todas las funciones, solo tienes que pagar unos pocos " +
	"dólares al año, o unos pocos al mes si eres una empresa, y eso es todo. " +
	"¡Simple!\x02Explorar funcciones\x02Organizar marcadores\x02Lista de Lin" +
	"ks\x02Colaboración\x02Integraciones\x02Importar Exportar\x02Listados de " +
	"enlaces ilimitados (para biografías en redes sociales, etc.)\x02Los miem" +
	"bros pueden agregar/editar/eliminar enlaces (si se permite)\x02Los miemb" +
	"ros tienen acceso según los permisos otorgados\x02Widget de marcadores d" +
	"el navegador\x02Lista de Dominio\x02Eliminar\x02Búsqueda de Nombre\x02Se" +
	"rvicio\x02para\x02Link Cortos\x02Sin Dominios\x02Crear Dominio\x02Migrar" +
	" Links Cortos\x02Los links viejos no funcionanrán. Todos los códigos ser" +
	"án movidos al nuevo dominio.\x02Dominio creado con éxito\x02Eliminar Do" +
	"minio\x02%[1]s\x02Dominio elminado con éxito\x02Si\x02Desea eliminar est" +
	"e dominio\x02Tus Organizaciones\x02Código Abierto\x02Patrocinado\x02Paga" +
	"do\x02Activado\x02Desactivado\x02Manejar Subscripción\x02Dominios\x02Man" +
	"ejar Miembros\x02Exportar\x02Importar\x02Historial de Pagos\x02Crear Org" +
	"anización\x02Nombre de usuario de Organización\x02Visibilidad predetermi" +
	"nada de marcadores\x02Lo sentimos, has alcanzado el número de cuentas gr" +
	"atuitas disponibles. Por favor actualice su cuenta gratuita para crear m" +
	"ás\x02Público\x02Privado\x02Organización creada con éxito\x02Actualizar" +
	" Organización\x02Está habilitado\x02Organización actualizada con éxito" +
	"\x02Agregar Miembro\x02Permiso\x02Por favor actualice a cuenta de negoci" +
	"o para agregar miembros\x02Leer\x02Escribir\x02Escritura de administrado" +
	"r\x02Una invitación fue enviada a este usuario\x02Algo salió mal, imposi" +
	"ble enviar invitación\x02Eliminar miembro de la organización\x02Algo sal" +
	"ió mal. No se pudo eliminar a este miembro: %[1]s\x02Miembro eliminado c" +
	"on éxito\x02¿Eliminar al miembro %[1]s (%[2]s) de la Organización %[3]s?" +
	"\x02Miembro agregado con éxito\x02Algo salió mal. Imposible obtener los " +
	"datos de miembros\x02Lista de Miembros\x02Sin miembros\x02Crear Enlace" +
	"\x02Título\x02Visibilidad\x02Sin leer\x02Destacado\x02Etiquetas\x02Usa c" +
	"omas para separar las etiquetas. Ejemplo: etiqueta 1, etiqueta 2, etique" +
	"ta 3\x02URL de archivo\x02Un link fue creado con éxito\x02Error consulta" +
	"ndo url refererida: No encontrada\x02Error consultando link referido: %[" +
	"1]v\x02marcador\x02Marcadores Populares\x02Esto no es un concurso de pop" +
	"ularidad o algo parecido, pero es raro que no hayan links!\x02Enlaces má" +
	"s populares en LinkTaco.com\x02populares, enlaces, linktaco, característ" +
	"icas, planes, planes de precios\x02Links Populares\x02Siguiendo\x02Dejar" +
	" de seguir\x02Sin organizaciones\x02Feed\x02Por\x02Buscar\x02Tu feed est" +
	"á vacío :( Sigue a algunas personas. Prueba los feeds Populares o Recie" +
	"ntes para encontrar gente interesante a seguir.\x02Búsqueda Avanzada\x02" +
	"Incluir Tags\x02Excluir Tags\x02Limpiar\x02Siguiendo\x02Marcadores Guard" +
	"ados\x02Este feed no tiene enlaces. ¡Buuu!\x02Marcadores recientes para " +
	"la URL %[1]s añadidos en LinkTaco.com\x02recientes, públicos, enlaces, l" +
	"inktaco\x02guardado\x02Marcadores Recientes\x02Todos\x02Sin etiquetar" +
	"\x02Marcar como leído\x02Marcar como no leído\x02Destacar\x02No destacar" +
	"\x02Archivar\x02Seguir\x02más nuevo\x02más vieja\x02Enlaces públicos rec" +
	"ientes añadidos a %[1]s en LinkTaco.com\x02Enlaces públicos recientes añ" +
	"adidos a LinkTaco.com\x02Links Recientes\x02%[1]s Enlaces\x02Tienes %[1]" +
	"d enlaces restrigidos guardados.\x02Actualiza la organización para activ" +
	"arlos.\x02Detalle de Enlace\x02Publicación Pública\x02Públicación Privad" +
	"a\x02Marcador '%[1]s' en LinkTaco.com\x02marcador, nota, detalle, popula" +
	"r, enlaces, linktaco\x02Borrar Marcador\x02Algo salió mal. No se pudo el" +
	"iminar este marcador.\x02Marcador eliminado con éxito\x02¿Realmente dese" +
	"as eliminar este marcador?\x02Actualizar Enlace\x02Desea eliminar\x02Lin" +
	"k actualizado con éxito\x02Código QR por Link Taco!\x02Serás redireccion" +
	"ado en 10 segundos.\x02Detalles de Código QR\x02Bajar Imágen\x02Elimiar " +
	"Código QR\x02Algo salió mal. El Código QE no pudo ser eliminado.\x02Códi" +
	"go QR elminado con éxito\x02Desea eliminar este código qr\x02Exportar Da" +
	"tos\x02Formato de archivo\x02Esta función no está habilitada para cuenta" +
	"s gratuitas. Por favor actualizar\x02Como administrador de sistema corra" +
	"r el siguiente comando en el canal que desees conectar\x02Desconectar" +
	"\x02Conectar\x02Conectado\x02Importar Datos\x02Fuente\x02Click en Maneja" +
	"r Marcadores desde el menú de Marcadores\x02Una nueva ventana llamada Bi" +
	"blioteca se abrirá\x02En la barra lateral izquierda seleccione la carpet" +
	"a que desea exportar. Para exportar todos los marcadores selecciones Tod" +
	"os los Marcadores\x02Click en el ícono con dos flechas (arriba y abajo) " +
	"y escoje 'Exportar Marcador a HTML'\x02En el menú de Archivo selecciones" +
	" Exportar\x02Selecione Exportar Marcadores\x02Ve al menú de Marcadores y" +
	" escoge Manejar Marcadores\x02En la barra latareral izquierda seleccione" +
	"s la carpeta que desea exportar\x02En la barra marcadores, de click en l" +
	"os tres puntos de la parte superior derecha\x02Click en Exportar Marcado" +
	"res\x02Visita https://pinboard.in/export/ y da click en JSON\x02Al impor" +
	"tar a una cuenta/organización gratuita, todos los marcadores privados de" +
	"l tablero se marcarán como restringidos.\x02Actualice su cuenta para adm" +
	"itir marcadores privados.\x02Instrucciones\x02Marcadores de Safari\x02Ma" +
	"rcadores de Chrome\x02Marcadores de Firefox\x02Se está procesando la imp" +
	"ortación de tu marcador. Te notificaremos cuando se complete.\x02Actuali" +
	"zar Nota\x02Nota\x02Nota '%[1]s' en LinkTaco.com\x02nota, detalle, popul" +
	"ar, enlaces, linktaco\x02Crear Nota\x02Una nota fue creada con éxito\x02" +
	"Error consultado nota referenciada: %[1]v\x02Tablero\x02Tour\x02Reciente" +
	"\x02Popular\x02Categorías\x02Sobre\x02Iniciar Sesión\x02Cerrar Sesión" +
	"\x02Zona de pruebas de GQL\x02Guardar Enlace\x02Guardar Noa\x02Token Per" +
	"sonales\x02Aplicaciones Clientes\x02Listas\x02Links Cortos\x02Administra" +
	"r\x02Ayuda\x02Blog\x02Actualizar Links\x02URL\x02Orden\x02Eliminar Lista" +
	"\x02Algo salió mal. El enlace no pudo ser eliminado\x02Enlace creado con" +
	" éxito\x02Desea eliminar este link\x02Crear Links\x02Anterior\x02Sin Lin" +
	"ks\x02Actualizar Lista\x02Dominio\x02Es por defecto\x02Eliminar Foto\x02" +
	"Otro\x02Otro Nombre\x02Links Sociales\x02Lista creada con éxito\x02Crear" +
	" Lista\x02Una lista fue creada con éxito\x02Manejar Links\x02Sin Listas" +
	"\x02Fecha de Creación\x02Códigos QR\x02Lista eliminada con éxito\x02¿Rea" +
	"lmente quieres eliminar esta lista?\x02Crear Código QR\x02Crear\x02Desca" +
	"rgar\x02Fondo de pantalla personalizado\x02Código QR creado con éxito" +
	"\x02Código QR de Lista\x02Ver\x02No hay Códigos QR\x02Desconectar Matter" +
	"most\x02Mattermost desconectado con éxito\x02Desea realmente desconectar" +
	" esta organización de mattermost\x02Connectar con Mattermost\x02Este equ" +
	"ipo ya se encuentra vinculado a una organización\x02¿Deseas conectar est" +
	"a organización con mattermost?\x02Esta función está restringida para cue" +
	"ntas gratis. Por favor actualiza\x02La organización fue vinculada con éx" +
	"ito\x02Lo sentimos, las cuentas gratuitas no soportan la integración con" +
	" Mattermost. Por favor actualice\x02Conectar Usuario\x02Para interactuar" +
	" con mattermost tienes que conectar tu cuenta con tu usuario de Link Tac" +
	"o\x02¿Desea proceder?\x02Usuario conectado con éxito\x02Connexión con sl" +
	"ack no encontrada\x02Te enviamos un mensaje privado\x02El texto a ser bu" +
	"scado es requerido\x02No se encuentraron links para %[1]s\x02Organizació" +
	"n no encontrada\x02El título es requerido\x02La url es requerida\x02El c" +
	"ódigo es requerido\x02El dominio es requerido\x02Dominio no encontrado" +
	"\x02A nuevo short fue creado con éxito\x02Url es requerida\x02Un nuevo e" +
	"nlace fue creado con éxito\x02Por favor haga click en el próximo link pa" +
	"ra vincular una organización %[1]s\x02Instalacción exitosa\x02algo salió" +
	" mal: %[1]s\x02hecho\x02Organización inválida proporcionada\x02No se enc" +
	"ontró organización predeterminada\x02Link Corto\x02Sin Links Cortos\x02C" +
	"rear Link Corto\x02Código Corto\x02Sin Dominio\x02Un link corto fue crea" +
	"do con éxito\x02Actualizar Link Corto\x02Link Corto actualizado con éxit" +
	"o\x02Eliminar Link Corto\x02Link Corto eliminado con éxito\x02URL acorta" +
	"da por Link Taco!\x02No se proporcionó un argumento de URL\x02%[1]s: dom" +
	"inio no encontrado\x02Tu enlace corto fue creado con éxito: %[1]s\x02Tu " +
	"enlace fue guardado con éxito. Detalles aquí: %[1]s\x02Buscar Link\x02Po" +
	"r favor vincule tu usuario de slack con el link: %[1]s\x02Te enviamos un" +
	" mensaje directo con instrucciones\x02Agregar Link\x02Desconectar de Sla" +
	"ck\x02Slack fue desconectado con éxito\x02Desea desconectar esta organiz" +
	"ación de slack\x02Lo sentimos, las cuentas gratis no soportan integració" +
	"n con Slack. Por favor actualice su subscripcón para continuar\x02Para i" +
	"nteractuar con Link Taco tienes que conectar tu cuenta de slack con tu u" +
	"suario de Link Taco\x02Algo salió mal. El usuario no puede ser vinculado" +
	".\x02Conectar a Slack Workspace\x02Respuesta de slack inválida\x02¿Desea" +
	"s conectar con Slack?\x02Organización vinculada con éxito con slack\x02E" +
	"mail y/o password inválido\x02Las nuevas contraseñas no coinciden\x02El " +
	"usuario no está autenticado\x02La contraseña actual es incorrecta\x02Est" +
	"e campo es requerido\x02Por favor introduzca un correo válido\x02Por fav" +
	"or introduzca un número válido\x02El '%[1]s' falló."

	// Total table size 51055 bytes (49KiB); checksum: EECF5F42
	// Total table size 51515 bytes (50KiB); checksum: B449DFD5
diff --git a/internal/translations/locales/en/out.gotext.json b/internal/translations/locales/en/out.gotext.json
index a309a89..82f811b 100644
--- a/internal/translations/locales/en/out.gotext.json
+++ b/internal/translations/locales/en/out.gotext.json
@@ -330,6 +330,34 @@
            "translatorComment": "Copied from source.",
            "fuzzy": true
        },
        {
            "id": "Bookmarklet",
            "message": "Bookmarklet",
            "translation": "Bookmarklet",
            "translatorComment": "Copied from source.",
            "fuzzy": true
        },
        {
            "id": "Add to LinkTaco",
            "message": "Add to LinkTaco",
            "translation": "Add to LinkTaco",
            "translatorComment": "Copied from source.",
            "fuzzy": true
        },
        {
            "id": "This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.",
            "message": "This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.",
            "translation": "This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.",
            "translatorComment": "Copied from source.",
            "fuzzy": true
        },
        {
            "id": "Drag and drop this button to your web browser toolbar or your bookmarks.",
            "message": "Drag and drop this button to your web browser toolbar or your bookmarks.",
            "translation": "Drag and drop this button to your web browser toolbar or your bookmarks.",
            "translatorComment": "Copied from source.",
            "fuzzy": true
        },
        {
            "id": "Complete Registration",
            "message": "Complete Registration",
diff --git a/internal/translations/locales/es/messages.gotext.json b/internal/translations/locales/es/messages.gotext.json
index ad18c27..cc891da 100644
--- a/internal/translations/locales/es/messages.gotext.json
+++ b/internal/translations/locales/es/messages.gotext.json
@@ -236,6 +236,26 @@
            "message": "View Audit Logs",
            "translation": "Ver Registros de Auditoría"
        },
        {
            "id": "Bookmarklet",
            "message": "Bookmarklet",
            "translation": "Marcador"
        },
        {
            "id": "Add to LinkTaco",
            "message": "Add to LinkTaco",
            "translation": "Añadir a LinkTaco"
        },
        {
            "id": "This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.",
            "message": "This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.",
            "translation": "Este enlace especial te permite guardar en LinkTaco directamente usando un marcador en tu navegador web."
        },
        {
            "id": "Drag and drop this button to your web browser toolbar or your bookmarks.",
            "message": "Drag and drop this button to your web browser toolbar or your bookmarks.",
            "translation": "Arrastra y suelta este botón en la barra de herramientas de tu navegador o en tus marcadores."
        },
        {
            "id": "Complete Registration",
            "message": "Complete Registration",
@@ -3517,6 +3537,36 @@
            "message": "Installed successfully",
            "translation": "Instalacción exitosa"
        },
        {
            "id": "something went wrong: {Message}",
            "message": "something went wrong: {Message}",
            "translation": "algo salió mal: {Message}",
            "placeholders": [
                {
                    "id": "Message",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "message"
                }
            ]
        },
        {
            "id": "done",
            "message": "done",
            "translation": "hecho"
        },
        {
            "id": "Invalid organization given",
            "message": "Invalid organization given",
            "translation": "Organización inválida proporcionada"
        },
        {
            "id": "No default organization found",
            "message": "No default organization found",
            "translation": "No se encontró organización predeterminada"
        },
        {
            "id": "Short Link",
            "message": "Short Link",
@@ -3751,36 +3801,6 @@
                    "expr": "err.Tag()"
                }
            ]
        },
        {
            "id": "something went wrong: {Message}",
            "message": "something went wrong: {Message}",
            "translation": "algo salió mal: {Message}",
            "placeholders": [
                {
                    "id": "Message",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "message"
                }
            ]
        },
        {
            "id": "done",
            "message": "done",
            "translation": "hecho"
        },
        {
            "id": "Invalid organization given",
            "message": "Invalid organization given",
            "translation": "Organización inválida proporcionada"
        },
        {
            "id": "No default organization found",
            "message": "No default organization found",
            "translation": "No se encontró organización predeterminada"
        }
    ]
}
\ No newline at end of file
diff --git a/internal/translations/locales/es/out.gotext.json b/internal/translations/locales/es/out.gotext.json
index 93f1b35..cc891da 100644
--- a/internal/translations/locales/es/out.gotext.json
+++ b/internal/translations/locales/es/out.gotext.json
@@ -236,6 +236,26 @@
            "message": "View Audit Logs",
            "translation": "Ver Registros de Auditoría"
        },
        {
            "id": "Bookmarklet",
            "message": "Bookmarklet",
            "translation": "Marcador"
        },
        {
            "id": "Add to LinkTaco",
            "message": "Add to LinkTaco",
            "translation": "Añadir a LinkTaco"
        },
        {
            "id": "This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.",
            "message": "This special link allows you to save to LinkTaco directly by using a bookmark in your web browser.",
            "translation": "Este enlace especial te permite guardar en LinkTaco directamente usando un marcador en tu navegador web."
        },
        {
            "id": "Drag and drop this button to your web browser toolbar or your bookmarks.",
            "message": "Drag and drop this button to your web browser toolbar or your bookmarks.",
            "translation": "Arrastra y suelta este botón en la barra de herramientas de tu navegador o en tus marcadores."
        },
        {
            "id": "Complete Registration",
            "message": "Complete Registration",
diff --git a/static/css/style.css b/static/css/style.css
index bd7d408..fd4849c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -894,3 +894,18 @@ a.bullet-link:before {
  top: 0;
  background-color: white;
}

.panel {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

.bookmarklet {
  border: 1px dashed;
  border-radius: 5px;
  padding: 15px;
  margin: 15px;
  text-align: center;
}
diff --git a/templates/settings.html b/templates/settings.html
index 43b0cb5..b15a6a4 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -47,7 +47,7 @@
    </table>
   
   {{ if .curOrg }}
    <table class="striped">
   <table class="striped">
        <thead>
            <tr>
                <th>{{ .pd.Data.cur_organization }} {{.pd.Data.name}}</th>
@@ -77,5 +77,26 @@
    </table>
    {{ end }}

    <table class="striped">
        <thead>
            <tr>
                <th>{{ .pd.Data.bookmarklet }}</th>
            </tr>
        </thead>
        <tbody>
             <tr>
                <td class="text-center">
		  <div class="panel">
		    <p>{{ .pd.Data.special_link }}</p>
                    <div class="bookmarklet">
                      <a href="javascript:if(document.getSelection){s=document.getSelection();}else{s='';};document.location='https://linktaco.com/add?next=same&url='+encodeURIComponent(location.href)+'&description='+encodeURIComponent(s)+'&title='+encodeURIComponent(document.title)" class="button primary is-small">{{ .pd.Data.add_to_linktaco }}</a>
                    </div>
		    <p>{{ .pd.Data.drag_drop }}</p>
		  </div>
                </td>
              </tr>
        </tbody>
    </table>

</section>
{{template "base_footer" .}}
-- 
2.49.1
Details
Message ID
<DBOZEXCUXXN3.2F9TGEQTIRMWT@netlandish.com>
In-Reply-To
<20250730005454.32677-1-peter@netlandish.com> (view parent)
Sender timestamp
1753815640
DKIM signature
missing
Download raw message
Applied.

To git@git.code.netlandish.com:~netlandish/links
   208ec56..3027338  master -> master
Reply to thread Export thread (mbox)