
committed by
Mikołaj Pich

parent
722f8d691a
commit
919680c766
@ -16,8 +16,8 @@
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginRight="16dp"
|
||||
android:tint="@android:color/black"
|
||||
app:srcCompat="@drawable/ic_all_account_24dp" />
|
||||
app:srcCompat="@drawable/ic_all_account_24dp"
|
||||
app:tint="?android:textColorPrimary" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/loginItemName"
|
||||
|
@ -1,6 +1,7 @@
|
||||
<resources>
|
||||
<string name="app_name">Wulkanowy</string>
|
||||
|
||||
|
||||
<!--Activity/Fragment title-->
|
||||
<string name="login_title">Wybierz ucznia</string>
|
||||
<string name="main_title">Wulkanowy</string>
|
||||
@ -70,17 +71,12 @@
|
||||
<item quantity="many">%d ocen</item>
|
||||
<item quantity="other">%d ocen</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="grade_new_items">
|
||||
<item quantity="one">Nowa ocena</item>
|
||||
<item quantity="few">Nowe oceny</item>
|
||||
<item quantity="many">Nowe oceny</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Grade notify-->
|
||||
<string name="notify_grade_channel">Nowe oceny</string>
|
||||
<plurals name="notify_grade_new_items">
|
||||
<plurals name="grade_notify_new_items">
|
||||
<item quantity="one">Dostałeś %1$d ocenę</item>
|
||||
<item quantity="few">"Dostałeś %1$d oceny</item>
|
||||
<item quantity="many">Dostałeś %1$d ocen</item>
|
||||
@ -88,16 +84,6 @@
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Note notify-->
|
||||
<string name="notify_note_channel">Nowe uwagi</string>
|
||||
<plurals name="notify_note_new_items">
|
||||
<item quantity="one">Dostałeś %1$d uwagę</item>
|
||||
<item quantity="few">"Dostałeś %1$d uwagi</item>
|
||||
<item quantity="many">Dostałeś %1$d uwag</item>
|
||||
<item quantity="other">Dostałeś %1$d uwag</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Timetable-->
|
||||
<string name="timetable_lesson">Lekcja</string>
|
||||
<string name="timetable_room">Sala</string>
|
||||
@ -106,6 +92,7 @@
|
||||
<string name="timetable_changes">Zmiany</string>
|
||||
<string name="timetable_no_items">Brak lekcji w tym dniu</string>
|
||||
|
||||
|
||||
<!--CompletedLesson-->
|
||||
<string name="completed_lessons_title">Lekcje zrealizowane</string>
|
||||
<string name="completed_lessons_button">Zobacz lekcje zrealizowane</string>
|
||||
@ -114,6 +101,7 @@
|
||||
<string name="completed_lessons_absence">Nieobecność</string>
|
||||
<string name="completed_lessons_resources">Zasoby</string>
|
||||
|
||||
|
||||
<!--Attendance-->
|
||||
<string name="attendance_summary_button">Podsumowanie frekwencji</string>
|
||||
<string name="attendance_absence_school">Nieobecny z przyczyn szkolnych</string>
|
||||
@ -131,9 +119,11 @@
|
||||
<item quantity="many">%1$d nieobecności</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Attendance summary-->
|
||||
<string name="attendance_summary_final">Frekwencja</string>
|
||||
|
||||
|
||||
<!--Exam-->
|
||||
<string name="exam_no_items">Brak sprawdzianów w tym tygodniu</string>
|
||||
<string name="exam_type">Typ</string>
|
||||
@ -155,17 +145,12 @@
|
||||
<item quantity="few">%d wiadomości</item>
|
||||
<item quantity="many">%d wiadomości</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="message_new_items">
|
||||
<item quantity="one">Nowa wiadomość</item>
|
||||
<item quantity="few">Nowe wiadomości</item>
|
||||
<item quantity="many">Nowe wiadomości</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Message notify-->
|
||||
<string name="notify_message_channel">Nowe wiadomości</string>
|
||||
<plurals name="notify_message_new_items">
|
||||
<plurals name="message_notify_new_items">
|
||||
<item quantity="one">Dostałeś %1$d wiadomość</item>
|
||||
<item quantity="few">"Dostałeś %1$d wiadomości</item>
|
||||
<item quantity="many">Dostałeś %1$d wiadomości</item>
|
||||
@ -181,9 +166,6 @@
|
||||
<string name="send_message_required_recipients">Musisz wybrać co najmniej 1 adresata</string>
|
||||
<string name="send_message_content_min_length">Treść wiadomości musi zawierać co najmniej 3 znaki</string>
|
||||
|
||||
<!--About-->
|
||||
<string name="about_source_code">Kod źródłowy</string>
|
||||
<string name="about_feedback">Zgłoś błąd</string>
|
||||
|
||||
<!--Note-->
|
||||
<string name="note_no_items">Brak informacji o uwagach</string>
|
||||
@ -193,27 +175,31 @@
|
||||
<item quantity="many">%d uwag</item>
|
||||
<item quantity="other">%d uwag</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="note_new_items">
|
||||
<item quantity="one">Nowa uwaga</item>
|
||||
<item quantity="few">Nowe uwagi</item>
|
||||
<item quantity="many">Nowych uwag</item>
|
||||
<item quantity="other">Nowych uwag</item>
|
||||
</plurals>
|
||||
<plurals name="note_notify_new_items">
|
||||
<item quantity="one">Dostałeś %1$d uwagę</item>
|
||||
<item quantity="few">"Dostałeś %1$d uwagi</item>
|
||||
<item quantity="many">Dostałeś %1$d uwag</item>
|
||||
<item quantity="other">Dostałeś %1$d uwag</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Homework-->
|
||||
<string name="homework_no_items">Brak zadań domowych</string>
|
||||
|
||||
|
||||
<!--Lucky number-->
|
||||
<string name="lucky_number_title">Szczęśliwy numerek</string>
|
||||
<string name="lucky_number_header">Dzisiejszym szczęśliwym numerkiem jest</string>
|
||||
<string name="lucky_number_empty">Brak informacji o szczęśliwym numerku</string>
|
||||
<string name="lucky_number_notify_new_item_title">Szczęśliwy numerek na dzisiaj</string>
|
||||
<string name="lucky_number_notify_new_item">Dziś szczęśliwym numerkiem jest: %d</string>
|
||||
|
||||
<!--Lucky number notify-->
|
||||
<string name="notify_lucky_number_channel">Nowe szczęśliwe numerki</string>
|
||||
<string name="notify_lucky_number_new_item_title">Szczęśliwy numerek na dzisiaj</string>
|
||||
<string name="notify_lucky_number_new_item">Dziś szczęśliwym numerkiem jest: %d</string>
|
||||
|
||||
<!--Account-->
|
||||
<string name="account_add_new">Dodaj konto</string>
|
||||
@ -222,6 +208,11 @@
|
||||
<string name="account_logout_student">Wylogowanie ucznia</string>
|
||||
|
||||
|
||||
<!--About-->
|
||||
<string name="about_source_code">Kod źródłowy</string>
|
||||
<string name="about_feedback">Zgłoś błąd</string>
|
||||
|
||||
|
||||
<!--Generic-->
|
||||
<string name="all_content">Treść</string>
|
||||
<string name="all_description">Opis</string>
|
||||
@ -267,6 +258,10 @@
|
||||
<string name="pref_services_wifi">Tylko WiFi</string>
|
||||
|
||||
|
||||
<!--Notification Channels-->
|
||||
<string name="channel_new_entries">Nowe wpisy w dzienniku</string>
|
||||
|
||||
|
||||
<!--Colors-->
|
||||
<string name="all_black">Czarny</string>
|
||||
<string name="all_red">Czerwony</string>
|
||||
@ -279,6 +274,7 @@
|
||||
<!--Others-->
|
||||
<string name="all_copied">Skopiowano</string>
|
||||
|
||||
|
||||
<!--Errors-->
|
||||
<string name="error_no_internet">Brak połączenia z internetem</string>
|
||||
<string name="error_timeout">Zbyt długie oczekiwanie na połączenie</string>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<resources>
|
||||
<string name="app_name">Wulkanowy</string>
|
||||
|
||||
|
||||
<!--Activity/Fragment title-->
|
||||
<string name="login_title">Select student</string>
|
||||
<string name="main_title">Wulkanowy</string>
|
||||
@ -68,26 +69,15 @@
|
||||
<item quantity="one">%d grade</item>
|
||||
<item quantity="other">%d grades</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="grade_new_items">
|
||||
<item quantity="one">New grade</item>
|
||||
<item quantity="other">New grades</item>
|
||||
</plurals>
|
||||
|
||||
<!--Grade notify-->
|
||||
<string name="notify_grade_channel">New grades</string>
|
||||
<plurals name="notify_grade_new_items">
|
||||
<plurals name="grade_notify_new_items">
|
||||
<item quantity="one">You received %1$d grade</item>
|
||||
<item quantity="other">You received %1$d grades</item>
|
||||
</plurals>
|
||||
|
||||
<!--Note notify-->
|
||||
<string name="notify_note_channel">New notes</string>
|
||||
<plurals name="notify_note_new_items">
|
||||
<item quantity="one">You received %1$d note</item>
|
||||
<item quantity="other">You received %1$d notes</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Timetable-->
|
||||
<string name="timetable_lesson">Lesson</string>
|
||||
@ -97,6 +87,7 @@
|
||||
<string name="timetable_changes">Changes</string>
|
||||
<string name="timetable_no_items">No lessons this day</string>
|
||||
|
||||
|
||||
<!--Completed lessons-->
|
||||
<string name="completed_lessons_title">Completed lessons</string>
|
||||
<string name="completed_lessons_button">Show completed lessons</string>
|
||||
@ -105,6 +96,7 @@
|
||||
<string name="completed_lessons_absence">Absence</string>
|
||||
<string name="completed_lessons_resources">Resources</string>
|
||||
|
||||
|
||||
<!--Attendance-->
|
||||
<string name="attendance_summary_button">Attendance summary</string>
|
||||
<string name="attendance_absence_school">Absent for school reasons</string>
|
||||
@ -121,6 +113,7 @@
|
||||
<item quantity="other">%1$d absences</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Attendance summary-->
|
||||
<string name="attendance_summary_final">Attendance</string>
|
||||
|
||||
@ -145,15 +138,11 @@
|
||||
<item quantity="one">%d message</item>
|
||||
<item quantity="other">%d messages</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="message_new_items">
|
||||
<item quantity="one">New message</item>
|
||||
<item quantity="other">New messages</item>
|
||||
</plurals>
|
||||
|
||||
<!--Message notify-->
|
||||
<string name="notify_message_channel">New messages</string>
|
||||
<plurals name="notify_message_new_items">
|
||||
<plurals name="message_notify_new_items">
|
||||
<item quantity="one">You received %1$d message</item>
|
||||
<item quantity="other">You received %1$d messages</item>
|
||||
</plurals>
|
||||
@ -168,9 +157,6 @@
|
||||
<string name="send_message_required_recipients">You need to choose at least 1 recipient</string>
|
||||
<string name="send_message_content_min_length">The message content must be at least 3 characters</string>
|
||||
|
||||
<!--About-->
|
||||
<string name="about_source_code">Source code</string>
|
||||
<string name="about_feedback">Report a bug</string>
|
||||
|
||||
<!--Note-->
|
||||
<string name="note_no_items">No info about notes</string>
|
||||
@ -178,25 +164,27 @@
|
||||
<item quantity="one">%d note</item>
|
||||
<item quantity="other">%d notes</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="note_new_items">
|
||||
<item quantity="one">New note</item>
|
||||
<item quantity="other">New notes</item>
|
||||
</plurals>
|
||||
<plurals name="note_notify_new_items">
|
||||
<item quantity="one">You received %1$d note</item>
|
||||
<item quantity="other">You received %1$d notes</item>
|
||||
</plurals>
|
||||
|
||||
|
||||
<!--Homework-->
|
||||
<string name="homework_no_items">No info about homework</string>
|
||||
|
||||
|
||||
<!--Lucky number-->
|
||||
<string name="lucky_number_title">Lucky number</string>
|
||||
<string name="lucky_number_header">Today\'s lucky number is</string>
|
||||
<string name="lucky_number_empty">No info about the lucky number</string>
|
||||
<string name="lucky_number_notify_new_item_title">Lucky number for today</string>
|
||||
<string name="lucky_number_notify_new_item">Today\'s lucky number is: %d</string>
|
||||
|
||||
<!--Lucky number notify-->
|
||||
<string name="notify_lucky_number_channel">New lucky numbers</string>
|
||||
<string name="notify_lucky_number_new_item_title">Lucky number for today</string>
|
||||
<string name="notify_lucky_number_new_item">Today\'s lucky number is: %d</string>
|
||||
|
||||
<!--Account-->
|
||||
<string name="account_add_new">Add account</string>
|
||||
@ -205,6 +193,11 @@
|
||||
<string name="account_logout_student">Student logout</string>
|
||||
|
||||
|
||||
<!--About-->
|
||||
<string name="about_source_code">Source code</string>
|
||||
<string name="about_feedback">Report a bug</string>
|
||||
|
||||
|
||||
<!--Generic-->
|
||||
<string name="all_content">Content</string>
|
||||
<string name="all_description">Description</string>
|
||||
@ -250,6 +243,10 @@
|
||||
<string name="pref_services_wifi">Wi-Fi only</string>
|
||||
|
||||
|
||||
<!--Notification Channels-->
|
||||
<string name="channel_new_entries">New entries in register</string>
|
||||
|
||||
|
||||
<!--Colors-->
|
||||
<string name="all_black">Black</string>
|
||||
<string name="all_red">Red</string>
|
||||
@ -262,6 +259,7 @@
|
||||
<!--Others-->
|
||||
<string name="all_copied">Copied</string>
|
||||
|
||||
|
||||
<!--Errors-->
|
||||
<string name="error_no_internet">No internet connection</string>
|
||||
<string name="error_timeout">Too long wait for connection</string>
|
||||
|
Reference in New Issue
Block a user