diff --git a/l10n/ga.js b/l10n/ga.js index 62b8d22..ba5e302 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -2,6 +2,7 @@ OC.L10N.register( "bbb", { "Public" : "Poiblí", + "Internal" : "Inmheánach", "Back to %s" : "Ar ais go dtí %s", "Save" : "Sábháil", "Community" : "Pobal", @@ -22,6 +23,7 @@ OC.L10N.register( "moderator" : "modhnóir", "Share" : "Comhroinn", "Loading" : "Ag lódáil", - "Settings saved" : "Socruithe sábháilte" + "Settings saved" : "Socruithe sábháilte", + "Send to" : "Sheoladh chuig" }, "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 d17730c..28847c0 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -1,5 +1,6 @@ { "translations": { "Public" : "Poiblí", + "Internal" : "Inmheánach", "Back to %s" : "Ar ais go dtí %s", "Save" : "Sábháil", "Community" : "Pobal", @@ -20,6 +21,7 @@ "moderator" : "modhnóir", "Share" : "Comhroinn", "Loading" : "Ag lódáil", - "Settings saved" : "Socruithe sábháilte" + "Settings saved" : "Socruithe sábháilte", + "Send to" : "Sheoladh chuig" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file