Issues (108)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

l10n/kn.js (29 issues)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
OC.L10N.register(
2
    "documents",
3
    {
4
    "Documents" : "ದಾಖಲೆಗಳು",
5
    "Can't create document" : "ದಾಖಲೆಯನ್ನು ಸೃಷ್ಟಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ",
6
    "You don't have permission to rename this document" : "ಈ ದಾಖಲೆಯ ಮರುನಾಮಕರಣ ಮಾಡುವುದಕ್ಕೆ ಅನುಮತಿಯಿಲ್ಲ",
7
    "Directory saved successfully." : "ಕೋಶದಲ್ಲಿ ಯಶಸ್ವಿಯಾಗಿ ಉಳಿಸಲಾಗಿದೆ.",
8
    "An error occurred while changing directory." : "ಕೋಶವನ್ನು ಬದಲಾವಣೆ ಮಾಡುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ.",
9
    "Saved" : "ಉಳಿಸಿದ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
10
    "Saving..." : "ಉಳಿಸಲಾಗುತ್ತಿದೆ ...",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
11
    "Failed to load documents." : "ದಾಖಲೆಗಳನ್ನು ಹೊಂದಿಸಲು ವಿಫಲವಾಗಿದೆ.",
12
    "No documents were found. Upload or create a document to get started!" : "ಇಲ್ಲಿ ಯಾವುದೇ ದಾಖಲೆಗಳನ್ನು ಕಂಡುಬಂದಿಲ್ಲ. ದಾಖಲೆಯನ್ನು ಸೃಷ್ಟಿಸಲು ಪ್ರಾರಂಭಿಸಿ ಅಥವ ಪೇರಿಸಿ !",
13
    "No connection to server. Trying to reconnect." : "ಪರಿಚಾರಕ-ಗಣಕದೊಂದಿಗೆ ಸಂಪರ್ಕವಿಲ್ಲ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಲಾಗುತ್ತಿದೆ.",
14
    "Save" : "ಉಳಿಸಿ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
15
    "Loading documents..." : "ದಾಖಲೆಗಳನ್ನು ಹೊಂದಿಸಲಾಗುತ್ತಿದೆ...",
16
    "'.' is an invalid file name." : "'.' ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು.",
17
    "File name cannot be empty." : "ಕಡತ ಹೆಸರು ಖಾಲಿ ಇರುವಂತಿಲ್ಲ.",
18
    "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "ಅಮಾನ್ಯವಾದ ಹೆಸರು, '\\', '/', '<', '>', ':', '\"', '|', '?' ಮತ್ತು '*'  ಅನುಮತಿ ಇಲ್ಲ.",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
19
    "Align Left" : "ಎಡಕ್ಕೆ ಹೊಂದಿಸು",
20
    "Alignment" : "ಸಾಲುಗೂಡಿಕೆ",
21
    "Align Right" : "ಬಲಕ್ಕೆ ಹೊಂದಿಸು",
22
    "Annotate" : "ಉಲ್ಲೇಖ",
23
    "Background" : "ಹಿನ್ನೆಲೆ",
24
    "Bold" : "ದಪ್ಪ",
25
    "Bottom" : "ಕೆಳಗೆ",
26
    "Cancel" : "ರದ್ದು",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
27
    "Center" : "ಕೇಂದ್ರ",
28
    "Clone" : "ನಕಲು",
29
    "Clone this Style" : "ಈ ಶೈಲಿಯನ್ನು ನಕಲ ಮಾಡು",
30
    "Close" : "ಮುಚ್ಚು",
31
    "Color" : "ಬಣ್ಣ",
32
    "Create" : "ಸೃಷ್ಟಿಸಿ",
33
    "Decrease Indent" : "ಸಂಕಸ್ಥಾನ ಕಡಿಮೆಮಾಡು",
34
    "Default Style" : "ಪೂರ್ವನಿಯೋಜಿತ ಶೈಲಿ",
35
    "Delete" : "ಅಳಿಸಿ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
36
    "Family" : "ಕುಟುಂಬ",
37
    "Font" : "ಅಕ್ಷರಶೈಲಿ",
38
    "Font Effects" : "ಅಕ್ಷರಶೈಲಿಯ ಪ್ರಭಾವಗಳು",
39
    "Format" : "ಸ್ವರೂಪ",
40
    "Increase Indent" : "ಸಂಕಸ್ಥಾನ ಹೆಚ್ಚಿಸು",
41
    "Insert Image" : "ಚಿತ್ರವನ್ನು ಸೇರಿಸಿ",
42
    "Invite Members" : "ಸದಸ್ಯರು ಆಹ್ವಾನಿಸಿ",
43
    "Italic" : "ಓರೆ",
44
    "Justified" : "ಸರಿಹೊಂದಿಸಲಾಗಿದೆ",
45
    "Justify" : "ಸರಿಹೊಂದಿಸು",
46
    "Left" : "ಎಡ",
47
    "Loading" : "ಹೊಂದಿಸಲಾಗುತ್ತಿದೆ",
48
    "Members" : "ಸದಸ್ಯರು",
49
    "New Name:" : "ಹೊಸ ಹೆಸರು:",
50
    "OK" : "ಸರಿ",
51
    "Open" : "ತೆರೆ",
52
    "Options" : "ಆಯ್ಕೆಗಳು",
53
    "Paragraph..." : "ವಾಕ್ಯವೃಂದ...",
54
    "Paragraph Styles" : "ವಾಕ್ಯವೃಂದದ ಶೈಲಿಗಳು",
55
    "Redo" : "ಹಿಂದಿರುಗಿಸು",
56
    "Right" : "ಬಲ",
57
    "Size" : " ಗಾತ್ರ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
58
    "Spacing" : "ಅಂತರ",
59
    "Strikethrough" : "ಅಡ್ದಗೆರೆ",
60
    "Style" : "ಶೈಲಿ",
61
    "Text" : "ವಿಷಯ",
62
    "Top" : "ಮೇಲಿನ",
63
    "Underline" : "ಅಡಿಗೆರೆ",
64
    "Undo" : "ರದ್ದು",
65
    "Unknown Author" : "ಅಪರಿಚಿತ ಲೇಖಕ",
66
    "Shared" : "ಹಂಚಿಕೆಯ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
67
    "Error" : "ತಪ್ಪಾಗಿದೆ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
68
    "Error while sharing" : "ಹಂಚುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ",
69
    "Error while unsharing" : " ಹಂಚಿಕೆಯನ್ನು ಹಿಂದೆರುಗಿಸು ಸಂದರ್ಭದಲ್ಲಿ ಲೋಪವಾಗಿದೆ",
70
    "Error while changing permissions" : "ಅನುಮತಿಗಳನ್ನು ಬದಲಾವಣೆ ಮಾಡುವಾಗ ದೋಷವಾಗಿದೆ",
71
    "Shared with you and the group {group} by {owner}" : "ನಿಮಗೆ ಮತ್ತು {group} ಗುಂಪಿನೂಂದಿಗೆ {owner} ಹಂಚಿಕೊಂಡಿದ್ದಾರೆ",
72
    "Shared with you by {owner}" : "ನಿಮ್ಮೊಂದಿಗೆ {owner} ಹಂಚಿಕೊಂಡಿದ್ದಾರೆ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
73
    "Share" : "ಹಂಚಿಕೊಳ್ಳಿ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
74
    "Share link" : "ಸಂಪರ್ಕ ಕೊಂಡಿಯನ್ನು  ಹಂಚಿಕೊಳ್ಳಬಹುದು",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
75
    "The public link will expire no later than {days} days after it is created" : "ರಚನೆಯಾದ {days} ದಿನಗಳ ನಂತರ ಈ ಸಾರ್ವಜನಿಕ ಸಂಪರ್ಕ ಕೊಂಡಿ ಅಂತ್ಯಗೊಳ್ಳಲಿದೆ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
76
    "Link" : "ಸಂಪರ್ಕ ಕೊಂಡಿ",
77
    "Password protect" : "ಗುಪ್ತಪದ ರಕ್ಷಿಸಿಕೂಳ್ಲಿ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
78
    "Password" : "ಗುಪ್ತ ಪದ",
79
    "Choose a password for the public link" : "ಸಾರ್ವಜನಿಕ ಸಂಪರ್ಕ ಕೊಂಡಿಗೆ ಗುಪ್ತಪದ ಆಯ್ಕೆಮಾಡಿ",
80
    "Allow editing" : "ಸಂಪಾದನೆಗೆ ಅವಕಾಶ ಮಾಡಿಕೊಡಿ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
81
    "Email link to person" : "ಬಳಕೆದಾರನ ಇ-ಅಂಚೆಯ ಸಂಪರ್ಕಕೊಂಡಿ",
82
    "Send" : "ಕಳುಹಿಸಿ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
83
    "Set expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕವನ್ನು ನಿರ್ದರಿಸಿ",
84
    "Expiration" : "ಮುಕ್ತಾಯ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
85
    "Expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕ",
86
    "Adding user..." : "ಬಳಕೆದಾರನನ್ನು ಸೇರಿಸಲಾಗುತ್ತಿದೆ ...",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
87
    "group" : "ಗುಂಪು",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
88
    "remote" : "ಆಚೆಯ",
89
    "Resharing is not allowed" : "ಮರುಹಂಚಿಕೆ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
90
    "Shared in {item} with {user}" : "{user} ಜೊತೆ {item} ಹಂಚಿಕೊಳ್ಳಲಾಗಿದೆ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
91
    "Unshare" : "ಹಂಚಿಕೆಯನ್ನು ಹಿಂತೆಗೆ",
92
    "notify by email" : "ಇ-ಅಂಚೆ ಮೂಲಕ ತಿಳಿಸಲು",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
93
    "can share" : "ಹಂಚಿಕೊಳ್ಳಬಹುದು",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
94
    "can edit" : "ಸಂಪಾದಿಸಬಹುದು",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
95
    "access control" : "ಪ್ರವೇಶ ನಿಯಂತ್ರಣ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
96
    "create" : "ಸೃಷ್ಟಿಸು",
97
    "change" : "ಬದಲಾವಣೆ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
98
    "delete" : "ಅಳಿಸಿ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
99
    "Password protected" : "ಗುಪ್ತಪದದಿಂದ ರಕ್ಷಿಸಲಾಗಿದೆ",
100
    "Error unsetting expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕವನ್ನು ಹಿಂಪಡೆಯುವಲಿ್ಲ ದೋಷ",
101
    "Error setting expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕವನ್ನು ನಿರ್ದರಿಸುವಲ್ಲಿ ದೋಷ",
102
    "Sending ..." : "ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ ...",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
103
    "Email sent" : "ಇ-ಅಂಚೆ ಕಳುಹಿಸಲಾಗಿದೆ",
104
    "Warning" : "ಎಚ್ಚರಿಕೆ",
0 ignored issues
show
This character may get silently deleted by one or more browsers.
Loading history...
105
    "Edit" : "ಸಂಪಾದಿಸು",
106
    "guest" : "ಅತಿಥಿ",
107
    "Local" : "ಸ್ಥಳೀಯ",
108
    "External" : "ಹೊರಗಿನ",
109
    "Disabled" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ",
110
    "No MS Word support" : "MS Word ನ ಇಲ್ಲ ಬೆಂಬಲ",
111
    "scheme://domain.tld[:port]" : "ಯೋಜನೆ://domain.tld[: ಸಂಪರ್ಕಸ್ಥಾನ]",
112
    "Server URL" : "ಪರಿಚಾರಕ-ಗಣಕದ  ವಿಳಾಸ **ಏಕರೂಪದ ಸಂಪನ್ಮೂಲ ಗುರುತುಕಾರಕ",
113
    "Apply and test" : "ಅರ್ಜಿ ಮತ್ತು ಪರೀಕ್ಷಾ",
114
    "New document" : "ಹೊಸ ದಾಖಲೆ",
115
    "Upload (max. %s)" : "ಪೇರಿಸು (ಗರಿಷ್ಠ %s)",
116
    "Upload" : "ಪೇರಿಸು",
117
    "Save new documents to" : "ಹೊಸ ಕಡತಗಳನ್ನು ಇಲ್ಲಿ ಉಳಿಸಿ",
118
    "Wrong password. Please retry." : "ತಪ್ಪಾದ ಗುಪ್ತಪದ. ಮರುಪ್ರಯತ್ನಿಸಿ.",
119
    "Guest %s" : "ಅತಿಥಿ %s",
120
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "ಈ ಅಂತರ್ಜಾಲ ಕೊಂಡಿಯ ಕಾಲಾವಧಿ ಮುಗಿದಿದೆ ಅಥವಾ ಅಸ್ತಿತ್ವದಲಿಲ್ಲ. ವಿವರಗಳಿಗಾಗಿ ನೀವು ಅದನ್ನು ಹಂಚಿಕೊಂಡ ವ್ಯಕ್ತಿಯನ್ನು ಸಂಪರ್ಕಿಸಿ.",
121
    "Advanced feature-set" : "ಸುಧಾರಿತ ವೈಶಿಷ್ಟ್ಯಗಳು"
122
},
123
"nplurals=1; plural=0;");
124