diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-06 23:03:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-06 23:03:04 +0200 |
| commit | 6f7a0e57ce0650c9e91b15e75ec9a0bb85f6ddb6 (patch) | |
| tree | b4d623e54f552488408f13e5f6ad5bed54643a29 /en.lproj/Localizable.strings | |
| parent | 685a4d4b33991a315060145724d794d709ec6f3c (diff) | |
Make the provider functional
Diffstat (limited to 'en.lproj/Localizable.strings')
| -rw-r--r-- | en.lproj/Localizable.strings | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/en.lproj/Localizable.strings b/en.lproj/Localizable.strings index ad177ea..c117aca 100644 --- a/en.lproj/Localizable.strings +++ b/en.lproj/Localizable.strings @@ -1 +1,18 @@ -"QSDeliciousPrefPane" = "del.icio.us"; +"QSDeliciousPrefPane" = "Social Bookmarks"; + +/* Site Names */ +"SiteDelicious" = "del.icio.us"; +"SiteMagnolia" = "ma.gnolia.com"; +"SitePinboard" = "Pinboard"; +"SiteLinkding" = "Linkding"; + +/* UI Labels */ +"Username" = "Username"; +"Password" = "Password"; +"Host" = "Host"; +"IncludeTags" = "Include Tags"; +"Site" = "Bookmark Service"; + +/* Help Text */ +"LinkdingHostHelp" = "For Linkding, enter your server URL (e.g., https://bookmarks.example.com)"; +"LinkdingPasswordHelp" = "For Linkding, use your API Token as the password"; |