Skip to content

Commit

Permalink
Fix dutch translation and raise version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrupp committed Dec 15, 2020
1 parent 360484d commit a20d840
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.0.3

* Fix dutch translation

## Version 1.0.2

* Improves Readme (thanks to [@mmattel](https://github.com/mmattel))
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Files clipboard</name>
<summary>Clipboard operations for the files application</summary>
<description>Minimal clipboard feature for the files application. Allows to copy and move files between directories.</description>
<version>1.0.2</version>
<version>1.0.3</version>
<licence>AGPL</licence>
<author>Felix Rupp</author>

Expand Down
2 changes: 1 addition & 1 deletion l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OC.L10N.register(
"Cut" : "Knippen",
"Copy" : "Kopiëren",
"Paste" : "Plakken",
"Unable to paste: the files come from this directory." : "Plakken niet megelijk: de bestanden komen uit deze folder.",
"Unable to paste: the files come from this directory." : "Plakken niet mogelijk: de bestanden komen uit deze folder.",
"Unable to paste: you do not have the permissions to create files in this directory." : "Plakken niet mogelijk: u bent niet gemachtigd om bestanden in deze folder aan te maken.",
"_Paste %n item_::_Paste %n items_" : ["Een element plakken","%n elementen plakken"],
"An error occurred during the move." : "Bij het verplaatsen is een fout opgetreden.",
Expand Down
2 changes: 1 addition & 1 deletion l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Cut" : "Knippen",
"Copy" : "Kopiëren",
"Paste" : "Plakken",
"Unable to paste: the files come from this directory." : "Plakken niet megelijk: de bestanden komen uit deze folder.",
"Unable to paste: the files come from this directory." : "Plakken niet mogelijk: de bestanden komen uit deze folder.",
"Unable to paste: you do not have the permissions to create files in this directory." : "Plakken niet mogelijk: u bent niet gemachtigd om bestanden in deze folder aan te maken.",
"_Paste %n item_::_Paste %n items_" : ["Een element plakken","%n elementen plakken"],
"An error occurred during the move." : "Bij het verplaatsen is een fout opgetreden.",
Expand Down
2 changes: 1 addition & 1 deletion l10n/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Cut" => "Knippen",
"Copy" => "Kopiëren",
"Paste" => "Plakken",
"Unable to paste: the files come from this directory." => "Plakken niet megelijk: de bestanden komen uit deze folder.",
"Unable to paste: the files come from this directory." => "Plakken niet mogelijk: de bestanden komen uit deze folder.",
"Unable to paste: you do not have the permissions to create files in this directory." => "Plakken niet mogelijk: u bent niet gemachtigd om bestanden in deze folder aan te maken.",
"_Paste %n item_::_Paste %n items_" => array("Een element plakken","%n elementen plakken"),
"An error occurred during the move." => "Bij het verplaatsen is een fout opgetreden.",
Expand Down

0 comments on commit a20d840

Please sign in to comment.