summaryrefslogtreecommitdiffstats
path: root/dist/english_plurals/en.ts
blob: 172cd4bba2eaf4f500c7c6efd88468e4ea70692d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_US" sourcelanguage="en_US">
<context>
    <name>GMainWindow</name>
    <message numerus="yes">
        <location filename="../../src/yuzu/main.cpp" line="2322"/>
        <source>%n file(s) remaining</source>
        <translation>
            <numerusform>%n file remaining</numerusform>
            <numerusform>%n files remaining</numerusform>
        </translation>
    </message>
    <message numerus="yes">
        <location filename="../../src/yuzu/main.cpp" line="2377"/>
        <source>%n file(s) were newly installed
</source>
        <translation>
            <numerusform>%n file was newly installed
</numerusform>
            <numerusform>%n files were newly installed
</numerusform>
        </translation>
    </message>
    <message numerus="yes">
        <location filename="../../src/yuzu/main.cpp" line="2380"/>
        <source>%n file(s) were overwritten
</source>
        <translation>
            <numerusform>%n file was overwritten
</numerusform>
            <numerusform>%n were overwritten
</numerusform>
        </translation>
    </message>
    <message numerus="yes">
        <location filename="../../src/yuzu/main.cpp" line="2382"/>
        <source>%n file(s) failed to install
</source>
        <translation>
            <numerusform>%n file failed to install
</numerusform>
            <numerusform>%n files failed to install
</numerusform>
        </translation>
    </message>
    <message numerus="yes">
        <location filename="../../src/yuzu/main.cpp" line="3264"/>
        <source>Building: %n shader(s)</source>
        <translation>
            <numerusform>Building: %n shader</numerusform>
            <numerusform>Building: %n shaders</numerusform>
        </translation>
    </message>
</context>
<context>
    <name>GameListSearchField</name>
    <message numerus="yes">
        <location filename="../../src/yuzu/game_list.cpp" line="87"/>
        <source>%1 of %n result(s)</source>
        <translation>
            <numerusform>%1 of %n result</numerusform>
            <numerusform>%1 of %n results</numerusform>
        </translation>
    </message>
</context>
</TS>