diff options
Diffstat (limited to 'apps/files_versions/l10n/ka.js')
-rw-r--r-- | apps/files_versions/l10n/ka.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/ka.js b/apps/files_versions/l10n/ka.js new file mode 100644 index 00000000000..92b8518a28f --- /dev/null +++ b/apps/files_versions/l10n/ka.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "Versions", + "This application automatically maintains older versions of files that are changed." : "This application automatically maintains older versions of files that are changed.", + "Current version" : "Current version", + "Initial version" : "Initial version", + "You" : "You", + "Name this version" : "Name this version", + "Edit version name" : "Edit version name", + "Compare to current version" : "Compare to current version", + "Restore version" : "Restore version", + "Download version" : "Download version", + "Delete version" : "Delete version", + "Cancel" : "Cancel", + "Remove version name" : "Remove version name", + "Save version name" : "Save version name", + "Version name" : "Version name", + "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.", + "Initial version restored" : "Initial version restored", + "Version restored" : "Version restored", + "Could not restore version" : "Could not restore version", + "Could not delete version" : "Could not delete version" +}, +"nplurals=2; plural=(n!=1);"); |