File: Messages.properties

package info (click to toggle)
jquery-i18n-properties 1.2.7%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,780 kB
  • sloc: javascript: 298; makefile: 17; python: 16
file content (11 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# This line is ignored by the plugin
msg_hello = Hello
msg_world = World
msg_complex = Good morning {0}! \ 
Are you OK? \
This is a multi-line property :)

msg_url = http://localhost/webapp/servletName?solution={0}

msg_multi_placeholder = It\'s a {0} day... let\'s go {1}?
msg_multi_placeholder_corrected = It''s a {0} day... let''s go {1}?