Vote #71601
完了Dutch "label_file_added" translation is wrong
0%
説明
Using: Redmine 1.1.3.stable.5674 (MySQL)
In the accompanying screenshot "Bericht toegevoegd" (which means: message added) is twice mentioned. The first of these should read "Bestand toegevoegd" (which means file added).
Kind regards,
Egbert Koomen
Netherlands
journals
Already in, since version 0.8.7.
Will upgrade this afternoon on local version to see if this is also in 1.3.2.
--------------------------------------------------------------------------------
In the dutch language file of version 1.3.2 please change:
Located on line 402.
<pre>
label_file_added: Bericht toegevoegd
</pre>
to:
<pre>
label_file_added: Bestand toegevoegd
</pre>
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Editted the 1.3.2 version of @nl.yml@.
Includes the changes that were not editted from earlier releases.
--------------------------------------------------------------------------------
I committed fixing "label_file_added" in trunk r9313 and 1.3-stable r9314.
I rebased note-6 yaml to trunk and committed in r9315.
r9315 changes many translations. I don't know it should be merged to 1.3-stable.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------