mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 23:57:18 +01:00
23 lines
1.0 KiB
JavaScript
23 lines
1.0 KiB
JavaScript
OC.L10N.register(
|
|
"quicknotes",
|
|
{
|
|
"Quick notes" : "Szybkie notatki",
|
|
"Tag the note" : "Oznacz notatkę",
|
|
"Enter tags to organize your note" : "Przypisz etykietę, aby uporządkować notatkę",
|
|
"Enter tag name" : "Wpisz nazwę etykiety",
|
|
"Cancel" : "Anuluj",
|
|
"Done" : "Gotowe",
|
|
"Tags" : "Etykiety",
|
|
"Save" : "Zapisz",
|
|
"Looking for your notes" : "Szukam notatek",
|
|
"Nothing here. Take your first quick notes" : "Nic tu nie ma. Zrób pierwsze szybkie notatki",
|
|
"Are you sure you want to delete the note?" : "Czy na pewno chcesz usunąć notatkę?",
|
|
"Delete note" : "Usuń notatkę",
|
|
"New note" : "Nowa notatka",
|
|
"All notes" : "Wszystkie notatki",
|
|
"Colors" : "Kolor",
|
|
"Notes" : "Notatki",
|
|
"Quick notes with a basic rich text" : "Szybkie notatki z podstawowym tekstem sformatowanym"
|
|
},
|
|
"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);");
|