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

kn.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db64a41982828953d272704a89263450bda31cd6 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "ಆವೃತ್ತಿಗಳು",
    "Failed to revert {file} to revision {timestamp}." : "{timestamp} ದ ಪರಿಷ್ಕರಣೆ ಇಂದ  {file}  ಕಡತವನ್ನು ಹಿಂದಿರುಗಿಸಲು ವಿಫಲವಾಗಿದೆ.",
    "Restore" : "ಮರುಸ್ಥಾಪಿಸು",
    "No other versions available" : "ಇನ್ನಿತರೆ ಯಾವುದೇ ಆವೃತ್ತಿಗಳು ಲಭ್ಯವಿಲ್ಲ"
},
"nplurals=2; plural=(n > 1);");