-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy path08-widget.xml
More file actions
85 lines (84 loc) · 5.35 KB
/
08-widget.xml
File metadata and controls
85 lines (84 loc) · 5.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<!--
~ THIS IS AN AUTOMATICALLY GENERATED FILE. PLEASE DO NOT EDIT THIS FILE.
~ 1. If you would like to add/delete/modify the original translatable strings, follow instructions here: https://github.com/ankidroid/Anki-Android/wiki/Development-Guide#adding-translations
~ 2. If you would like to provide a translation of the original file, you may do so using Crowdin.
~ Instructions for this are available here: https://github.com/ankidroid/Anki-Android/wiki/Translating-AnkiDroid.
~ You may also find the documentation on contributing to Anki useful: https://github.com/ankidroid/Anki-Android/wiki/Contributing
~
~ Copyright (c) 2009 Andrew <andrewdubya@gmail>
~ Copyright (c) 2009 Edu Zamora <edu.zasu@gmail.com>
~ Copyright (c) 2009 Daniel Svaerd <daniel.svard@gmail.com>
~ Copyright (c) 2009 Nicolas Raoul <nicolas.raoul@gmail.com>
~ Copyright (c) 2010 Norbert Nagold <norbert.nagold@gmail.com>
~ This program is free software; you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by the Free Software
~ Foundation; either version 3 of the License, or (at your option) any later
~ version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY
~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
~ PARTICULAR PURPOSE. See the GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
~ Copyright (c) 2009 Andrew <andrewdubya@gmail>
~ Copyright (c) 2009 Edu Zamora <edu.zasu@gmail.com>
~ Copyright (c) 2009 Daniel Svärd <daniel.svard@gmail.com>
~ Copyright (c) 2009 Nicolas Raoul <nicolas.raoul@gmail.com>
~ Copyright (c) 2010 Norbert Nagold <norbert.nagold@gmail.com>
~
~ This program is free software; you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by the Free Software
~ Foundation; either version 3 of the License, or (at your option) any later
~ version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY
~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
~ PARTICULAR PURPOSE. See the GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<!-- Widget -->
<string name="widget_minimum_cards_due_notification_ticker_title">Karty do przejrzenia</string>
<plurals name="widget_minimum_cards_due_notification_ticker_text">
<item quantity="one">%d karta do przejrzenia</item>
<item quantity="few">%d karty do przejrzenia</item>
<item quantity="many">%d kart do przejrzenia</item>
<item quantity="other">%d kart do przejrzenia</item>
</plurals>
<string name="widget_small" comment="Label of the small ankidroid widget. This text can\'t be found directly in AnkiDroid">AnkiDroid Mały</string>
<plurals name="widget_cards_due">
<item quantity="one">%d karta do przejrzenia</item>
<item quantity="few">%d karty do przejrzenia</item>
<item quantity="many">%d kart do przejrzenia</item>
<item quantity="other">%d kart do przejrzenia</item>
</plurals>
<plurals name="widget_eta">
<item quantity="one">Pozostała %d minuta</item>
<item quantity="few">Pozostały %d minuty</item>
<item quantity="many">Pozostało %d minut</item>
<item quantity="other">Pozostało %d minut</item>
</plurals>
<string name="widget_add_note_button">Dodaj nową notatkę AnkiDroid</string>
<string name="deck_picker_widget_description" comment="Title of the Deck Picker Widget. Displayed to the user in Android\'s Widget Selection menu">Deck Picker</string>
<string name="card_analysis_extra_widget_description">Card Analysis</string>
<!-- Strings to explain usage in Deck Picker and Card Analysis Widget Configuration screen -->
<string name="select_decks_title" comment="Title for Deck Selection Dialog">Select decks</string>
<string name="select_deck_title" comment="Title for Deck Selection Dialog">Select a deck</string>
<string name="no_selected_deck_placeholder_title" comment="Placeholder title when no decks are selected">Select decks to display in the widget. Select decks with the + icon.</string>
<string name="deck_removed_from_widget" comment="Snackbar when deck is removed from widget">Deck removed</string>
<string name="deck_already_selected_message" comment="Snackbar when user try to select the same deck again">This deck is already selected</string>
<plurals name="deck_limit_reached">
<item quantity="one">You can select up to %d deck.</item>
<item quantity="few">You can select up to %d decks.</item>
<item quantity="many">You can select up to %d decks.</item>
<item quantity="other">You can select up to %d decks.</item>
</plurals>
<string name="empty_widget_state" comment="To denote the widget is empty">Missing deck. Tap to reconfigure.</string>
<string name="empty_collection_state_in_widget" comment="To denote the collection is empty">Kolekcja jest pusta, użyj aplikacji do dodawania talii i skonfiguruj ponownie</string>
</resources>