diff options
Diffstat (limited to 'apps/files_sharing/l10n/ka.js')
-rw-r--r-- | apps/files_sharing/l10n/ka.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/l10n/ka.js b/apps/files_sharing/l10n/ka.js index 3b1ca147f98..4c982470cb9 100644 --- a/apps/files_sharing/l10n/ka.js +++ b/apps/files_sharing/l10n/ka.js @@ -79,6 +79,7 @@ OC.L10N.register( "Wrong path, file/folder does not exist" : "Wrong path, file/folder does not exist", "Could not create share" : "Could not create share", "Invalid permissions" : "Invalid permissions", + "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Group sharing is disabled by the administrator" : "Group sharing is disabled by the administrator", "Please specify a valid group" : "Please specify a valid group", "Public link sharing is disabled by the administrator" : "Public link sharing is disabled by the administrator", @@ -86,7 +87,6 @@ OC.L10N.register( "Public upload is only possible for publicly shared folders" : "Public upload is only possible for publicly shared folders", "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Sharing %1$s failed because the back end does not allow shares from type %2$s", - "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Please specify a valid federated group ID" : "Please specify a valid federated group ID", "You cannot share to a Circle if the app is not enabled" : "You cannot share to a Circle if the app is not enabled", "Please specify a valid circle" : "Please specify a valid circle", @@ -201,12 +201,10 @@ OC.L10N.register( "Share with {userName}" : "Share with {userName}", "Share with group" : "Share with group", "Share in conversation" : "Share in conversation", - "Share with remote" : "Share with remote", "Share with remote group" : "Share with remote group", "Share with guest" : "Share with guest", - "Share with" : "Share with", - "Save share" : "Save share", "Update share" : "Update share", + "Save share" : "Save share", "Others with access" : "Others with access", "Toggle list of others with access to this directory" : "Toggle list of others with access to this directory", "Toggle list of others with access to this file" : "Toggle list of others with access to this file", @@ -303,6 +301,8 @@ OC.L10N.register( "the item was removed" : "the item was removed", "the link expired" : "the link expired", "sharing is disabled" : "sharing is disabled", - "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link." + "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.", + "Share with remote" : "Share with remote", + "Share with" : "Share with" }, "nplurals=2; plural=(n!=1);"); |