diff --git a/l10n/ga.js b/l10n/ga.js index 8dcc8cccb..0f9bb92a1 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Deck" : "Deic", "Personal" : "Pearsanta", + "Done" : "Déanta", "The file was uploaded" : "Uaslódáladh an comhad", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML", diff --git a/l10n/ga.json b/l10n/ga.json index d83d70883..74ba60ffc 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -1,6 +1,7 @@ { "translations": { "Deck" : "Deic", "Personal" : "Pearsanta", + "Done" : "Déanta", "The file was uploaded" : "Uaslódáladh an comhad", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML",