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

en_GB.js « l10n - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cc4ce74418a6066be1859d431e08a800df6d0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "apporder",
    {
    "App order" : "App order",
    "AppOrder" : "AppOrder",
    "Sort apps in the menu with drag and drop" : "Sort apps in the menu with drag and drop",
    "App Order" : "App Order",
    "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." : "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.",
    "Drag the app icons to change their order." : "Drag the app icons to change their order.",
    "Force the default order for all users:" : "Force the default order for all users:",
    "If enabled, users will not be able to set a custom order." : "If enabled, users will not be able to set a custom order."
},
"nplurals=2; plural=(n != 1);");