Skip to content

Commit

Permalink
language updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 23, 2015
1 parent 2f9621a commit eeb4b09
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ en:
DEFAULT_DATE_FORMAT_HELP: "Page date format used by Grav. By default, Grav attempts to guess your date format, however you can specifiy a format using PHP's date syntax (e.g.: Y-m-d H:i)"
DEFAULT_DATE_FORMAT_PLACEHOLDER: "Guess automatically if blank"
IGNORE_FILES: "Ignore files"
IGNORE_FILES_HELP: "Files to ignore when processing pages"
IGNORE_FILES_HELP: "Specific files to ignore when processing pages"
IGNORE_FOLDERS: "Ignore folders"
IGNORE_FOLDERS_HELP: "Folders to ignore when processing pages"
IGNORE_FOLDERS_HELP: "Specific folders to ignore when processing pages"
HTTP_ACCEPT_LANGUAGE: "Set language from browser"
HTTP_ACCEPT_LANGUAGE_HELP: "You can opt to try to set the language based on `http_accept_language` header tag in the browser"
OVERRIDE_LOCALE: "Override locale"
Expand All @@ -435,8 +435,10 @@ en:
INCLUDE_DEFAULT_LANG_HELP: "This will prepend all URLs in the default language with the default language. e.g. `/en/blog/my-post`"
ALLOW_URL_TAXONOMY_FILTERS: "URL Taxonomy Filters"
ALLOW_URL_TAXONOMY_FILTERS_HELP: "Page-based collections allow you to filter via `/taxonomy:value`."
REDIRECT_DEFAULT_CODE: "Default Redirect Code"
REDIRECT_DEFAULT_CODE: "Default redirect code"
REDIRECT_DEFAULT_CODE_HELP: "The HTTP status code to use for redirects"
IGNORE_HIDDEN: "Ignore hidden"
IGNORE_HIDDEN_HELP: "Ignore all files and folders that being with a DOT"
es:
PLUGIN_ADMIN:
ADMIN_BETA_MSG: "¡Está es una versión Beta! Utilízala bajo tu propio riesgo..."
Expand Down

0 comments on commit eeb4b09

Please sign in to comment.