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

pl.js « l10n - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce6c028f18f9aff15d86be7fc2ffb22292cd0402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "apporder",
    {
    "App order" : "Kolejność aplikacji",
    "AppOrder" : "Kolejność aplikacji",
    "Sort apps in the menu with drag and drop" : "Ustaw kolejność wyświetlania aplikacji metodą przeciągnij i upuść",
    "App Order" : "Kolejność aplikacji",
    "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." : "Ustaw domyślną kolejność aplikacji dla wszystkich użytkowników. Opcja będzie zignorowana jeśli użytkownik ustali własną kolejność, chyba że kolejność domyślna jest wymuszona.",
    "Drag the app icons to change their order." : "Przeciągnij ikony aplikacji, aby zmienić ich kolejność.",
    "Force the default order for all users:" : "Wymuś domyślną kolejność dla wszystkich użytkowników:",
    "If enabled, users will not be able to set a custom order." : "Jeśli ta opcja jest włączona, użytkownicy nie będą mogli ustawić własnej kolejności."
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");