21 lines
1007 B
JavaScript
21 lines
1007 B
JavaScript
OC.L10N.register(
|
|
"related_resources",
|
|
{
|
|
"Calendar" : "Kalendarz",
|
|
"Calendar \"%s\"" : "Kalendarz \"%s\"",
|
|
"Deck" : "Tablica",
|
|
"Deck board \"%s\"" : "Tablica \"%s\"",
|
|
"Files" : "Pliki",
|
|
"File \"%s\"" : "Plik \"%s\"",
|
|
"Group Folder" : "Katalog grupowy",
|
|
"Group Folder \"%s\"" : "Katalog grupowy \"%s\"",
|
|
"Talk conversation" : "Rozmowa Talk",
|
|
"Conversation with %s" : "Rozmowa z %s",
|
|
"Talk" : "Talk",
|
|
"Talk conversation \"%s\"" : "Rozmowa Talk \"%s\"",
|
|
"Related Resources" : "Powiązane zasoby",
|
|
"Displays resources related to current item in right panel" : "Wyświetla zasoby związane z bieżącą pozycją w prawym panelu",
|
|
"Displays resources related to current item in right panel." : "Wyświetla zasoby związane z bieżącą pozycją w prawym panelu."
|
|
},
|
|
"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);");
|