Template:For/strings: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Note|This is not currently being used at the moment. Please help us replacing {{code|{{=}}suf}} based translations with /strings method so that we could use this.}} {{Strin...") |
ShadowKaze (talk | contribs) m (figured the capital thing might be also affecting the other langs, so might aswell downscale the other letters to fix for other langs.) |
||
(14 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{Strings subpage | {{Strings subpage | ||
| number = 4 | | number = 4 | ||
| en = 4 | | en = 4 | ||
| | | de = 4 | ||
| | | hr = 4 | ||
| ru = 4 | |||
| vi = 4 | | vi = 4 | ||
| zh = 4 | |||
| pt-br = 4 | |||
}} | }} | ||
Line 13: | Line 14: | ||
* {{{{PAGENAME}}|ThisArticle}} | * {{{{PAGENAME}}|ThisArticle}} | ||
* {{{{PAGENAME}}|And}} | * {{{{PAGENAME}}|And}} | ||
<includeonly> | |||
<onlyinclude>{{#switch:{{{1|}}} | <onlyinclude>{{#switch:{{{1|}}} | ||
| For = {{ | | For = {{#switch: {{{lang|{{Language}}}}} | ||
| #default = For | |||
| de = Für | |||
| hr = Za | |||
| ru = Информацию о | |||
| vi = Đối với | |||
| zh = 关于 | |||
| pt-br = Para | |||
}} | }} | ||
| See = {{ | | See = {{#switch: {{{lang|{{Language}}}}} | ||
| #default = see | |||
| de = sehen | |||
| hr = pogledajte | |||
| ru = смотрите здесь | |||
| vi = xem | |||
| zh = 见 | |||
| pt-br = veja | |||
}} | }} | ||
| ThisArticle = {{ | | ThisArticle = {{#switch: {{{lang|{{Language}}}}} | ||
| #default = This article is about | |||
| de = Dieser Artikel ist über | |||
| hr = Ovaj članak govori o | |||
| ru = В этой статье рассматривается | |||
| vi = Trang này nói về | |||
| zh = 本文是关于 | |||
| pt-br = Este artigo é sobre | |||
}} | }} | ||
| And = {{ | | And = {{#switch: {{{lang|{{Language}}}}} | ||
| #default = and | |||
| de = und | |||
| hr = i | |||
| ru = и | |||
| vi = và | |||
| zh = 和 | |||
| pt-br = e | |||
}} | }} | ||
}}</onlyinclude> | }}</onlyinclude> | ||
</includeonly> |