GenWord/app/src/main/res/values/strings.xml

52 lines
1.8 KiB
XML

<resources>
<string name="app_name">GenWord</string>
<string name="categories">Categories</string>
<string name="categories_value">"C=m/p/b/t/d/k/g/n/ñ/ñ/ng/r/s/sh/z/zh/ts/dz/x/'/h/l
F=m/p/t/k/n/ñ/ng/s/sh/ts/x
V=a/e/é/i/y/o/ô/ø/u
T=1/2"
</string>
<string name="forbidden">Forbidden pattern</string>
<string name="forbidden_value">[éôø]{2}
</string>
<string name="n_words">Number of words</string>
<string name="pattern">Pattern</string>
<string name="pattern_value">CVVTF</string>
<string name="rewrite">Rewrite Rules</string>
<string name="rewrite_value">"é=ae
ô=ou
ø=oe
i([aeouy])=j$1
u([aeioy])=w$1
y([aeiou])=ÿ$1
a1=à
a2=á
e1=è
e2=é
i1=ì
i2=í
o1=ò
o2=ó
u1=ù
u2=ú
y1=ỳ
y2=ý"
</string>
<string name="generate">Generate</string>
<string name="large_text">
"Material is the metaphor.\n\n"
"A material metaphor is the unifying theory of a rationalized space and a system of motion."
"The material is grounded in tactile reality, inspired by the study of paper and ink, yet "
"technologically advanced and open to imagination and magic.\n"
"Surfaces and edges of the material provide visual cues that are grounded in reality. The "
"use of familiar tactile attributes helps users quickly understand affordances. Yet the "
"flexibility of the material creates new affordances that supercede those in the physical "
"world, without breaking the rules of physics.\n"
"The fundamentals of light, surface, and movement are key to conveying how objects move, "
"interact, and exist in space and in relation to each other. Realistic lighting shows "
"seams, divides space, and indicates moving parts.\n\n"
</string>
<string name="action_settings">Settings</string>
</resources>