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

es_MX.js « l10n - github.com/nextcloud/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99d0cc8301260ea980d5437b74adeb2f4d1ff8df (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "apporder",
    {
    "AppOrder" : "Orden de la aplicación",
    "Sort apps in the menu with drag and drop" : "Ordena las aplicaciones en el menú arrastrándolas",
    "App Order" : "Orden de la aplicación",
    "Drag the app icons to change their order." : "Arrastra los íconos de la aplicación para cambiar su orden."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");