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: 44edbb5f9a7f7f785a2d84cae3cf0721c4c4e790 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "ಹಿಂತಿರುಗಲಾಗಲಿಲ್ಲ: %s",
    "Versions" : "ಆವೃತ್ತಿಗಳು",
    "Failed to revert {file} to revision {timestamp}." : "{timestamp} ದ ಪರಿಷ್ಕರಣೆ ಇಂದ  {file}  ಕಡತವನ್ನು ಹಿಂದಿರುಗಿಸಲು ವಿಫಲವಾಗಿದೆ.",
    "Restore" : "ಮರುಸ್ಥಾಪಿಸು"
},
"nplurals=2; plural=((n<=1 && n>= 0) ? 1);");