diff --git a/l10n/ka.js b/l10n/ka.js new file mode 100644 index 00000000..a13e0198 --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_lock", + { + "Unlock file" : "Unlock file", + "Lock file" : "Lock file" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 00000000..caf627dc --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,5 @@ +{ "translations": { + "Unlock file" : "Unlock file", + "Lock file" : "Lock file" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file