diff --git a/l10n/ka.js b/l10n/ka.js new file mode 100644 index 00000000000..95a47f7bdf9 --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "text", + { + "New text file" : "New text file", + "The file was uploaded" : "The file was uploaded", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The file was only partially uploaded" : "The file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Could not write file to disk" : "Could not write file to disk", + "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", + "No file uploaded or file size exceeds maximum of %s" : "No file uploaded or file size exceeds maximum of %s", + "Text" : "Text", + "Translate" : "Translate", + "Delete task" : "Delete task", + "Guest" : "Guest", + "guest" : "guest", + "Saving …" : "Saving …", + "Saved" : "Saved", + "Formatting help" : "Formatting help", + "Keyboard shortcuts" : "Keyboard shortcuts", + "Enter" : "Enter", + "Shift" : "Shift", + "Ctrl" : "Ctrl", + "Quoted text" : "Quoted text", + "Select file or folder to link to" : "Select file or folder to link to", + "Translate from" : "Translate from", + "Select language" : "Select language", + "to" : "to", + "Replace" : "Replace", + "Source code" : "Source code", + "Undo" : "Undo", + "Headings" : "Headings", + "Info" : "Info", + "Warning" : "Warning", + "Command" : "Command", + "Formatting" : "Formatting", + "Smart picker" : "Smart picker", + "Edit" : "Edit" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 00000000000..a50d4ed38db --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,40 @@ +{ "translations": { + "New text file" : "New text file", + "The file was uploaded" : "The file was uploaded", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The file was only partially uploaded" : "The file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Could not write file to disk" : "Could not write file to disk", + "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", + "No file uploaded or file size exceeds maximum of %s" : "No file uploaded or file size exceeds maximum of %s", + "Text" : "Text", + "Translate" : "Translate", + "Delete task" : "Delete task", + "Guest" : "Guest", + "guest" : "guest", + "Saving …" : "Saving …", + "Saved" : "Saved", + "Formatting help" : "Formatting help", + "Keyboard shortcuts" : "Keyboard shortcuts", + "Enter" : "Enter", + "Shift" : "Shift", + "Ctrl" : "Ctrl", + "Quoted text" : "Quoted text", + "Select file or folder to link to" : "Select file or folder to link to", + "Translate from" : "Translate from", + "Select language" : "Select language", + "to" : "to", + "Replace" : "Replace", + "Source code" : "Source code", + "Undo" : "Undo", + "Headings" : "Headings", + "Info" : "Info", + "Warning" : "Warning", + "Command" : "Command", + "Formatting" : "Formatting", + "Smart picker" : "Smart picker", + "Edit" : "Edit" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file