diff --git a/l10n/ka.js b/l10n/ka.js new file mode 100644 index 00000000..75ab99e9 --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "social", + { + "Help" : "Help", + "Open documentation" : "Open documentation", + "Home" : "Home", + "Notifications" : "Notifications", + "Profile" : "Profile", + "In reply to" : "In reply to", + "Add emoji" : "Add emoji", + "Delete" : "Delete", + "Website" : "Website", + "No results found" : "No results found", + "Reply" : "Reply", + "Deny" : "Deny", + "Close" : "Close", + "Continue" : "Continue", + "User not found" : "User not found", + "Public" : "Public" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 00000000..01384545 --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,19 @@ +{ "translations": { + "Help" : "Help", + "Open documentation" : "Open documentation", + "Home" : "Home", + "Notifications" : "Notifications", + "Profile" : "Profile", + "In reply to" : "In reply to", + "Add emoji" : "Add emoji", + "Delete" : "Delete", + "Website" : "Website", + "No results found" : "No results found", + "Reply" : "Reply", + "Deny" : "Deny", + "Close" : "Close", + "Continue" : "Continue", + "User not found" : "User not found", + "Public" : "Public" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file