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

lv.js « l10n - github.com/nextcloud/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 711a80d03d98770fa8ce1bfcc585d1b1f3424376 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "apporder",
    {
    "App order" : "Lietotņu izkārtojums",
    "AppOrder" : "Lietotņu izkārtojums",
    "Sort apps in the menu with drag and drop" : "Sakārto lietotnes lietotņu logā pārvelkot un nometot",
    "App Order" : "Lietotņu izkārtojums",
    "Drag the app icons to change their order." : "Pārvelc lietotņu ikonas, lai mainītu to izkārtojumu."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");