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

es_NI.js « l10n - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31ee5f580888abac55cba349869eeda2f0c242f3 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "apporder",
    {
    "AppOrder" : "Orden de la aplicación",
    "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;");