Skip to content

Commit

Permalink
Yes/No are reserved and evaluate to boolean True/False
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 20, 2015
1 parent 02536a6 commit e95ffce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ en:
PAGE_SUMMARY: "Page Summary"
ENABLED: "Enabled"
ENABLED_HELP: "Enable page summary (the summary returns the same as the page content)"
YES: "Yes"
NO: "No"
'YES': "Yes"
'NO': "No"
SUMMARY_SIZE: "Summary Size"
SUMMARY_SIZE_HELP: "The amount of characters of a page to use as a content summary"
FORMAT: "Format"
Expand Down Expand Up @@ -628,8 +628,8 @@ es:
PAGE_SUMMARY: "Page Summary"
ENABLED: "Enabled"
ENABLED_HELP: "Enable page summary (the summary returns the same as the page content)"
YES: "Yes"
NO: "No"
'YES': "Yes"
'NO': "No"
SUMMARY_SIZE: "Summary Size"
SUMMARY_SIZE_HELP: "The amount of characters of a page to use as a content summary"
FORMAT: "Format"
Expand Down Expand Up @@ -1044,8 +1044,8 @@ it:
PAGE_SUMMARY: "Sommario pagina"
ENABLED: "Abilitato"
ENABLED_HELP: "Abilita il sommario pagina (il sommario viene preso dal contenuto della pagina)"
YES: "Si"
NO: "No"
'YES': "Si"
'NO': "No"
SUMMARY_SIZE: "Dimensione del sommario"
SUMMARY_SIZE_HELP: "Il numero di caratteri del contenuto della pagina da usare come sommario"
FORMAT: "Formato"
Expand Down Expand Up @@ -1476,8 +1476,8 @@ de:
PAGE_SUMMARY: "Seitenzusammenfassung"
ENABLED: "Aktiviert"
ENABLED_HELP: "Aktiviert die Seitenzusammenfasung (die Seitenzusammenfassung entspricht dem Inhalt der Seite)"
YES: "Ja"
NO: "Nein"
'YES': "Ja"
'NO': "Nein"
SUMMARY_SIZE: "Zusammenfassungslänge"
SUMMARY_SIZE_HELP: "Länge der Zusammenfassung in Buchstaben"
FORMAT: "Format"
Expand Down Expand Up @@ -1891,8 +1891,8 @@ ja:
PAGE_SUMMARY: "ページ要約"
ENABLED: "有効"
ENABLED_HELP: "ページ要約を有効にします (要約はページコンテンツと同じです)"
YES: "はい"
NO: "いいえ"
'YES': "はい"
'NO': "いいえ"
SUMMARY_SIZE: "要約サイズ"
SUMMARY_SIZE_HELP: "要約する文字数"
FORMAT: "フォーマット"
Expand Down Expand Up @@ -2325,8 +2325,8 @@ ru:
PAGE_SUMMARY: "Страница Резюме"
ENABLED: "Включено"
ENABLED_HELP: "Включить страницу резюме (резюме возвращает то же самое, что и содержание страницы)"
YES: "Да"
NO: "Нет"
'YES': "Да"
'NO': "Нет"
SUMMARY_SIZE: "Размер Резюме"
SUMMARY_SIZE_HELP: "Количество символов страницы, чтобы использовать в качестве резюме содержания"
FORMAT: "Формат"
Expand Down

0 comments on commit e95ffce

Please sign in to comment.