diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 21:37:19 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-01 21:37:19 -0700 |
commit | 7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b (patch) | |
tree | 5aacac8adbc87b2fd32aaed43e8ef56fdcd6c1d7 /app/src/main/res/values-pl-rPL/strings.xml | |
parent | cf2a9933547ac5ed37e622c31e971137159be524 (diff) | |
parent | 39babe71b65cdad17b3d055f147d95e52a811e4a (diff) | |
download | frost-7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b.tar.gz frost-7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b.tar.bz2 frost-7b53e37c6d5dc372c993c9a9b0db3a5705c1b84b.zip |
Merge branch 'dev' into theme
Diffstat (limited to 'app/src/main/res/values-pl-rPL/strings.xml')
-rw-r--r-- | app/src/main/res/values-pl-rPL/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index 2d135fa3..3a539696 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -46,6 +46,9 @@ <string name="tab_customizer_instructions">Długie naciśnięcie i przeciągnięcie, aby zmienić kolejność ikon.</string> <string name="no_new_notifications">Brak nowych powiadomień</string> <!--Biometrics--> + <string name="biometrics_prompt_title">Uwierzytelnij Frost</string> + <string name="today">Dzisiaj</string> + <string name="yesterday">Wczoraj</string> <!-- Template used to display human readable string; For instance: @@ -54,5 +57,6 @@ The first element is the day, and the second element is the time --> + <string name="time_template">%1$s o %2$s</string> <string name="disclaimer">Zrzeczenie się</string> </resources> |