diff options
Diffstat (limited to 'lib/l10n/ka.js')
-rw-r--r-- | lib/l10n/ka.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ka.js b/lib/l10n/ka.js index f960e5da2e3..6f9c83910d2 100644 --- a/lib/l10n/ka.js +++ b/lib/l10n/ka.js @@ -226,7 +226,6 @@ OC.L10N.register( "Your data directory must be an absolute path." : "Your data directory must be an absolute path.", "Check the value of \"datadirectory\" in your configuration." : "Check the value of \"datadirectory\" in your configuration.", "Your data directory is invalid." : "Your data directory is invalid.", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory.", "Action \"%s\" not supported or implemented." : "Action \"%s\" not supported or implemented.", "Authentication failed, wrong token or provider ID given" : "Authentication failed, wrong token or provider ID given", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parameters missing in order to complete the request. Missing Parameters: \"%s\"", @@ -276,6 +275,7 @@ OC.L10N.register( "PostgreSQL >= 9 required." : "PostgreSQL >= 9 required.", "Please upgrade your database version." : "Please upgrade your database version.", "Your data directory is readable by other users." : "Your data directory is readable by other users.", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users." + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory." }, "nplurals=2; plural=(n!=1);"); |