mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 05:18:40 +00:00
Merge pull request #3702 from aleksandar-todorovic/patch-1
Fixes a typo
This commit is contained in:
commit
1421236800
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ export: "export"
|
||||||
import: "import"
|
import: "import"
|
||||||
misc: "misc"
|
misc: "misc"
|
||||||
modify_settings: "apply"
|
modify_settings: "apply"
|
||||||
piwik_host: Host of your website in Piwik (without http:// ou https://)
|
piwik_host: Host of your website in Piwik (without http:// or https://)
|
||||||
piwik_site_id: ID of your website in Piwik
|
piwik_site_id: ID of your website in Piwik
|
||||||
piwik_enabled: Enable Piwik
|
piwik_enabled: Enable Piwik
|
||||||
demo_mode_enabled: "Enable demo mode? (Only used for the public wallabag demo)"
|
demo_mode_enabled: "Enable demo mode? (Only used for the public wallabag demo)"
|
||||||
|
@ -37,4 +37,4 @@ download_images_enabled: Download images locally
|
||||||
restricted_access: Enable authentication for paywalled websites
|
restricted_access: Enable authentication for paywalled websites
|
||||||
api_user_registration: Enable user to be registered using the API
|
api_user_registration: Enable user to be registered using the API
|
||||||
store_article_headers: Enable if wallabag stores HTTP headers for each article
|
store_article_headers: Enable if wallabag stores HTTP headers for each article
|
||||||
shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled
|
shaarli_share_origin_url: Enable sharing origin url to Shaarli, if the service is enabled
|
||||||
|
|
|
@ -116,7 +116,7 @@ config:
|
||||||
archived: Remove ALL archived entries
|
archived: Remove ALL archived entries
|
||||||
confirm: Are you really sure? (THIS CAN'T BE UNDONE)
|
confirm: Are you really sure? (THIS CAN'T BE UNDONE)
|
||||||
form_password:
|
form_password:
|
||||||
description: "You can change your password here. Your new password should by at least 8 characters long."
|
description: "You can change your password here. Your new password should be at least 8 characters long."
|
||||||
old_password_label: 'Current password'
|
old_password_label: 'Current password'
|
||||||
new_password_label: 'New password'
|
new_password_label: 'New password'
|
||||||
repeat_new_password_label: 'Repeat new password'
|
repeat_new_password_label: 'Repeat new password'
|
||||||
|
|
Loading…
Reference in a new issue