diff options
author | Jaroslav Lichtblau <svetlemodry@lichtblau.cz> | 2015-01-06 21:15:32 +0100 |
---|---|---|
committer | Jaroslav Lichtblau <svetlemodry@lichtblau.cz> | 2015-01-06 21:15:32 +0100 |
commit | 066f60a23c9d69b60ea7119589d70a826a7def4d (patch) | |
tree | 67abaabc03c3afc72565269403f02e0f5b1539cf | |
parent | f02f510c187a581afd27093c97eb421fc56d3221 (diff) |
Czech translation for - show affiliation instead of role in MucDetails
-rw-r--r-- | src/main/res/values-cs/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/values-cs/strings.xml b/src/main/res/values-cs/strings.xml index f35893ee..ba8ae998 100644 --- a/src/main/res/values-cs/strings.xml +++ b/src/main/res/values-cs/strings.xml @@ -381,4 +381,9 @@ <string name="enable_all_accounts">Povolit všechny účty</string> <string name="disable_all_accounts">Vypnout všechny účty</string> <string name="perform_action_with">Provést akci s</string> + <string name="no_affiliation">Nepřidružený</string> + <string name="no_role">Bez role</string> + <string name="outcast">Vyloučený</string> + <string name="member">Člen</string> + <string name="advanced_mode">Pokročilý mód</string> </resources>
\ No newline at end of file |