diff --git a/l10n/ga.js b/l10n/ga.js index 0798b512..9e3e62cb 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Internal error" : "Earráid inmheánach", "Limit to groups" : "Teorainn do ghrúpaí", - "Save" : "Sábháil" + "Save" : "Sábháil", + "Select or drop files" : "Roghnaigh nó scaoil comhaid" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/l10n/ga.json b/l10n/ga.json index f9f76d84..69ba90bf 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -1,6 +1,7 @@ { "translations": { "Internal error" : "Earráid inmheánach", "Limit to groups" : "Teorainn do ghrúpaí", - "Save" : "Sábháil" + "Save" : "Sábháil", + "Select or drop files" : "Roghnaigh nó scaoil comhaid" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file