Development

/branches/1.4/lib/plugins/sfPropelPlugin/i18n/sf_admin.nl.xml

You must first sign up to be able to contribute.

root/branches/1.4/lib/plugins/sfPropelPlugin/i18n/sf_admin.nl.xml

Revision 31584, 3.9 kB (checked in by fabien, 3 years ago)

[1.3, 1.4] added missing translation for Dutch (closes #9308)

Line 
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE xliff PUBLIC "-//XLIFF//DTD XLIFF//EN" "http://www.oasis-open.org/committees/xliff/documents/xliff.dtd" >
3 <xliff version="1.0">
4   <file original="global" source-language="en" datatype="plaintext">
5     <header />
6     <body>
7       <!-- Actions -->
8       <trans-unit>
9         <source>New</source>
10         <target>Nieuw</target>
11       </trans-unit>
12       <trans-unit>
13         <source>Edit</source>
14         <target>Wijzig</target>
15       </trans-unit>
16       <trans-unit>
17         <source>Delete</source>
18         <target>Verwijder</target>
19       </trans-unit>
20       <trans-unit>
21         <source>List</source>
22         <target>Lijst</target>
23       </trans-unit>
24       <trans-unit>
25         <source>Save</source>
26         <target>Opslaan</target>
27       </trans-unit>
28       <trans-unit>
29         <source>Save and add</source>
30         <target>Opslaan en Doorgaan</target>
31       </trans-unit>
32       <trans-unit>
33         <source>Cancel</source>
34         <target>Annuleren</target>
35       </trans-unit>
36       <trans-unit>
37         <source>Choose an action</source>
38         <target>Kies een optie</target>
39       </trans-unit>
40       <trans-unit>
41         <source>go</source>
42         <target>ok</target>
43       </trans-unit>
44       <trans-unit>
45         <source>Back to list</source>
46         <target>Terug naar lijst</target>
47       </trans-unit>
48
49       <!-- Filters -->
50       <trans-unit>
51         <source>Reset</source>
52         <target>Herstellen</target>
53       </trans-unit>
54       <trans-unit>
55         <source>Filter</source>
56         <target>Filteren</target>
57       </trans-unit>
58
59       <!-- List -->
60       <trans-unit>
61         <source>No result</source>
62         <target>Geen resultaat</target>
63       </trans-unit>
64       <trans-unit>
65         <source>Actions</source>
66         <target>Acties</target>
67       </trans-unit>
68       <trans-unit>
69         <source>(page %%page%%/%%nb_pages%%)</source>
70         <target>(pagina %%page%%/%%nb_pages%%)</target>
71       </trans-unit>
72       <trans-unit>
73         <source>asc</source>
74         <target>opl</target>
75       </trans-unit>
76       <trans-unit>
77         <source>desc</source>
78         <target>afl</target>
79       </trans-unit>
80       <trans-unit>
81         <source>[0] no result|[1] 1 result|(1,+Inf] %1% results</source>
82         <target>[0] geen resultaat|[1] 1 resultaat|(1,+Inf] %1% resultaten</target>
83       </trans-unit>
84
85       <!-- Pagination -->
86       <trans-unit>
87         <source>First page</source>
88         <target>Eerste pagina</target>
89       </trans-unit>
90       <trans-unit>
91         <source>Previous page</source>
92         <target>Vorige pagina</target>
93       </trans-unit>
94       <trans-unit>
95         <source>Next page</source>
96         <target>Volgende pagina</target>
97       </trans-unit>
98       <trans-unit>
99         <source>Last page</source>
100         <target>Laatste pagina</target>
101       </trans-unit>
102
103       <!-- Form -->
104       <trans-unit>
105         <source>The item was created successfully.</source>
106         <target>Het item is succesvol aangemaakt.</target>
107       </trans-unit>
108       <trans-unit>
109         <source>The item was updated successfully.</source>
110         <target>Het item is succesvol gewijzigd.</target>
111       </trans-unit>
112       <trans-unit>
113         <source>The item was created successfully. You can add another one below.</source>
114         <target>Het items is succesvol aangemaakt. Hieronder kan je nog een item toevoegen.</target>
115       </trans-unit>
116       <trans-unit>
117         <source>The item was updated successfully. You can add another one below.</source>
118         <target>Het item is succesvol gewijzigd. Hieronder kan je nog een item toevoegen.</target>
119       </trans-unit>
120       <trans-unit>
121         <source>The item has not been saved due to some errors.</source>
122         <target>Het item is niet opgeslagen vanwege fouten.</target>
123       </trans-unit>
124       <trans-unit>
125         <source>The item was deleted successfully.</source>
126         <target>Het item is succesvol verwijderd</target>
127       </trans-unit>
128     </body>
129   </file>
130 </xliff>
Note: See TracBrowser for help on using the browser.