Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kn.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4d0f60d17d78a4ad3f50ab15e3111ee90e9ac9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "text",
    {
    "No file was uploaded" : "ವರ್ಗಾವಣೆಗೆ ಯಾವುದೇ ಕಡತಗಳು ಕಂಡುಬಂದಿಲ್ಲ",
    "Missing a temporary folder" : "ತಾತ್ಕಾಲಿಕ ಕಡತಕೋಶ ದೊರೆಕುತ್ತಿಲ್ಲ",
    "Saved" : "ಉಳಿಸಿದ",
    "guest" : "ಅತಿಥಿ",
    "Info" : "Info",
    "Warning" : "ಎಚ್ಚರಿಕೆ",
    "Edit" : "ಸಂಪಾದಿಸು"
},
"nplurals=2; plural=(n > 1);");