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

sk.js « l10n - github.com/nextcloud/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 415cf2097f3b107f777d12a208e35c01486dd75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "apporder",
    {
    "App order" : "Zoradenie aplikácií",
    "AppOrder" : "AppOrder",
    "Sort apps in the menu with drag and drop" : "Poradie aplikácií v ponuke je možné meniť potiahnutím",
    "App Order" : "Zoradenie aplikácií",
    "Set a default order for all users. This will be ignored, if the user has setup a custom order, and the default order is not forced." : "Nastaviť predvolenú objednávku pre všetkých používateľov. Toto bude ignorované, ak má užívateľ nastavenú vlastnú objednávku a predvolená objednávka nie je vynútená.",
    "Drag the app icons to change their order." : "Presuňte ikony aplikácií a zmeňte ich poradie.",
    "Force the default order for all users:" : "Vynútiť predvolenú objednávku pre všetkých používateľov:",
    "If enabled, users will not be able to set a custom order." : "Ak je povolená, používatelia nebudú môcť nastaviť vlastnú objednávku."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");