1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Kim Wittenburg 15062dfb27 Archive Project
2017-07-25 17:21:13 +02:00

16 lines
797 B
Plaintext
Executable File

/*
RulesPredicates.strings
Notifications for YouTube
Created by Kim Wittenburg on 22.07.13.
Copyright (c) 2013 Kim Wittenburg. All rights reserved.
*/
"%[Any]@ of the following are true" = "Entspricht %[einem]@ der folgenden Kriterien";
"%[All]@ of the following are true" = "Entspricht %[allen]@ der folgenden Kriterien";
"%[None]@ of the following are true" = "Entspricht %[keinem]@ der folgenden Kriterien";
"%[Video Title]@ %[contains]@ %@" = "%1$[Videotitel]@ %2$[enthält]@ %3$@";
"%[Video Title]@ %[begins with]@ %@" = "%1$[Videotitel]@ %2$[beginnt mit]@ %3$@";
"%[Video Title]@ %[ends with]@ %@" = "%1$[Videotitel]@ %2$[endet mit]@ %3$@";
"%[Video Title]@ %[is]@ %@" = "%1$[Videotitel]@ %2$[ist]@ %3$@";
"%[Video Title]@ %[is not]@ %@" = "%1$[Videotitel]@ %2$[ist nicht]@ %3$@";